]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Make comment match code forgotten in last commit
[FreeBSD/FreeBSD.git] / sys /
2000-05-12 kenAdd support for the DVD ioctl interface.
2000-05-12 jhbTurn on USB support for most USB devices. udbp is...
2000-05-11 jayanthTemporarily turn off the newreno flag until we can...
2000-05-11 chrisAdapt fdesc to be mounted on /dev/fd and remove fd...
2000-05-11 chrisInclude the UID and GID values filled in by socreate...
2000-05-11 chrisInclude UID and GID information for stat() calls using...
2000-05-11 jhbOnly display the 'Disable PNP-OS BIOS option' message...
2000-05-11 dmlbNewbusify resource allocation.
2000-05-11 dmlbRemove ISA/3.x stuff and add -current stuff
2000-05-11 dmlbUse device_printf.
2000-05-11 bdeFixed a syntax error (a stray semicolon caused by a...
2000-05-11 bdeName the `struct bio *' parameter of devstat_end_transa...
2000-05-11 bdeFixed missing prototype for inet6_rthdr_reverse().
2000-05-11 gallatinSome white-box (NT) systems have SRM which reports...
2000-05-11 nyanSupported PC-98.
2000-05-11 brianRevert the default behaviour for incoming connections so
2000-05-11 grogAllow revive block sizes up to MAXPHYS.
2000-05-11 grogRewrite parity maintenance functions.
2000-05-11 grogCosmetics.
2000-05-11 grogvinum_scandisk: Correct error recovery if a configurati...
2000-05-11 grogCorrect a comment.
2000-05-11 grogChange parity maintenance ioctls.
2000-05-11 grogChange linkage to parity maintenance operations.
2000-05-11 peterMove <machine/ipl.h> outside #ifdef SMP because it...
2000-05-11 msmithAttempt to work around problems caused by spurious...
2000-05-11 darrenrpatch from Alexey Zelkin
2000-05-10 dmlbMove a couple fo things around to be nicer for -current
2000-05-10 dmlbMove a couple fo things around to be nicer for -current
2000-05-10 dmlbAdd a STOP debug flag.
2000-05-10 jhbFinish moving all IEEE fp types to be the same on all...
2000-05-10 jhbHandle PCI devices that actually use an ISA IRQ for...
2000-05-10 obrienFix modules: target.
2000-05-10 archieUpdate man page to reflect new IPv6 hook. Simplify...
2000-05-10 archieAdd hook for IPv6.
2000-05-10 bdeRegenerated (to fix "created from" lines, and to fix...
2000-05-10 bdeFixed the "created from" lines generated from this...
2000-05-10 nyanSync with sys/conf/Makefile.i386 revision 1.184, 1...
2000-05-10 darrenrbring in net/pfil.c for pfil_hooks or ipfilter
2000-05-10 darrenroptions PFIL_HOOKS -> opt_pfil_hooks.h
2000-05-10 darrenrAdd pfil(9) subroutines and manpage from NetBSD.
2000-05-10 sheldonhSupply only one author name per instance of %A, as...
2000-05-10 itojuncorrect more out-of-bounds memory access, if cnt =...
2000-05-10 obrien1. `movl' is for use with 32-bit operands. Do NOT...
2000-05-10 obrienAT&T asm syntax requires a leading '*' in front of...
2000-05-10 obrienWhen using _asm{} in GCC, one must specify the operand...
2000-05-10 obrienDo not specify the size to move. Allow the assembler...
2000-05-10 obrienSupport non-i386 architectures.
2000-05-09 darrenrFix bug in dealing with "hlen == 1 and opt > 1"
2000-05-09 bdeRegenerated (fixed the calculation of sy_nargs in sysen...
2000-05-09 bdeDon't forget to back up svr4_syscallnames.c. Don't...
2000-05-09 bdeFixed the calculation of sy_nargs in sysent tables...
2000-05-09 n_hibmaRegen.
2000-05-09 n_hibmaAdd Alcor Keyboard with built-in hub and its keyboard.
2000-05-09 phkChange the "bdev-whiner" to whine when open is attempte...
2000-05-09 dwhiteRemove metion of the 'magic options.' Apparently PXE...
2000-05-09 jhbMove UKBD_DFLT_KEYMAP into the options file since USB...
2000-05-09 bdeFixed the return type for exit() and the args struct...
2000-05-09 bdeFixed the return type and args struct tag for exit...
2000-05-09 bdeFixed the return type and args struct tag for exit...
2000-05-09 dillon Some ioctl routines assume that the ioctl buffer...
2000-05-09 obrienChange floating point exception type to match the i386...
2000-05-09 psAdd missing include machine/in_cksum.h.
2000-05-09 n_hibmaCreate a separate target for the 'modules'. Without...
2000-05-09 bdeRegenerated (fixed the type of mmap()'s padding arg).
2000-05-09 bdeFixed the declaration of mmap(). The crufty padding...
2000-05-09 mjacobSome prettifying for the quirk comments.
2000-05-09 mjacobChange references/comments about 'secondary' to reflect...
2000-05-09 mjacobUnhide dec_kn300_cons_init and don't make it something...
2000-05-09 mjacobFix some breakage about how we build WWNs. Do some...
2000-05-09 mjacobroll platform minor
2000-05-09 mjacobRoll core minor version. Change our 'fabdev' tag to...
2000-05-09 mjacobAdd in a watchdog routine to catch cases where we've...
2000-05-09 mjacobThe storage for WWN from NVRAM is actually the PORT...
2000-05-09 mjacobConrrect a macro with parenthesis.
2000-05-09 peterMake issetugid return correctly. It was returning...
2000-05-08 kenInclude machine/in_cksum.h to unbreak options MROUTING.
2000-05-08 n_hibmaUse the new and shiny module versioning. This enables...
2000-05-08 nyanAdded PC-98 supports.
2000-05-07 mjacobFix DELAY function to use the RPCC cycle counter register.
2000-05-07 n_hibmaIf PERIPH_1284 is not defined, don't even bother callin...
2000-05-07 n_hibmaAdd the fields needed to store the cookies.
2000-05-07 n_hibmaDo the attach (and detach) properly. Store the cookies.
2000-05-07 n_hibmaAdd the Prolific PL2301 and PL2302 Link cables.
2000-05-07 n_hibmaWe match on vendor/product so return the fact that...
2000-05-07 n_hibmaRegen.
2000-05-07 n_hibmaSync with NetBSD
2000-05-07 n_hibmaRemove debugging cruft.
2000-05-07 n_hibmaInitialise the debug value.
2000-05-07 n_hibmaIncrease the debugging level on a printf.
2000-05-07 n_hibmaAdd a define for the Zip 250
2000-05-07 impDon't claim devices that we fail to probe for. Reverse...
2000-05-07 n_hibma*sigh* I must have been on something that night. Make...
2000-05-07 mjacoboops! final piece for Rawhides
2000-05-07 rwatsons/ffs_unmonut/ffs_unmount/ in a gratuitous ufs_extattr...
2000-05-07 psFix checksum calculations. This should fix the network...
2000-05-07 dmlbMove _detach to be underneath _attach.
2000-05-07 dmlbMove variables to if_rayvar.h
2000-05-07 dmlbSplit out structures to make it a bit easier to find...
2000-05-07 dmlbSync with an early version of the -current code. Mainly...
2000-05-07 nyanFixed bus_space_{read,write}_region_* functions.
next