summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Regen.n_hibma2000-01-281-1/+1
* Correct the entry for the Kodak DC290.n_hibma2000-01-281-1/+1
* Don't permit generation of non-physical disk addresses.bde2000-01-282-20/+67
* Oops, fix compile error due to the new way of storing the transfer mode.sos2000-01-281-6/+6
* Merged with sys/i386/conf/GENERIC rev 1.238.kato2000-01-282-0/+2
* Mitigate the stream.c attacksimp2000-01-287-33/+69
* Sorry I didn't commit these files at the commit just a few minutes before.shin2000-01-285-1/+2197
* IPv6 multicast routing.shin2000-01-282-0/+7
* Add support for detection of the ESS 1688 found on my Dell Latitude LMgallatin2000-01-281-0/+1
* Fixed sign and overflow bugs that caused the allocation size of the kerneldg2000-01-281-6/+12
* Implement a machine-independent (word size-independent) FICL_TRUE.dcs2000-01-281-1/+1
* ANS Forth for logical not is 0=, not invert. Replace wrong usage.dcs2000-01-281-2/+2
* Add testmain.o to CLEANFILES.dcs2000-01-281-1/+1
* Try my hand again at removing ugly testmain target.dcs2000-01-281-14/+12
* When an attempt to install a line discipline fails, check forarchie2000-01-281-0/+57
* Fix a bug in the uhci driver that breaks large bulk IN transfers. Thewpaul2000-01-286-74/+22
* Merge from sys/i386/conf/GENERIC revision 1.231, 1.232 and 1.235.nyan2000-01-282-22/+18
* Merge from sys/conf/files.i386 revision 1.301.nyan2000-01-281-1/+1
* The values for OHCI_HALTED and OHCI_TOGGLECARRY were reversed.n_hibma2000-01-281-2/+2
* Redo the intrq.c idea asbrian2000-01-273-131/+68
* Move the defines to the right location.n_hibma2000-01-273-10/+18
* Add umass.cn_hibma2000-01-271-1/+2
* Bump __FreeBSD_version and __FreeBSD_cc_version due to the C++ ABI changeobrien2000-01-271-1/+1
* Include ddb/db_sysctl.c when compiling with 'options DDB'.archie2000-01-271-0/+1
* Add a new sysctl "debug.enter_debugger" (when the kernel is compiledarchie2000-01-271-0/+77
* Add the new cdldr CD bootstrap loader. This patch includes the following:jhb2000-01-279-8/+589
* Fix brokenness introduced with the PAGING conditional variable. The valuejhb2000-01-272-2/+6
* Completely remove ATA_16BIT_ONLY, since this is done automaticallyasmodai2000-01-273-9/+0
* Add sysctl oid hw.atamodes to set the transfermodes online.sos2000-01-277-43/+101
* remove the ATA_16BIT_ONLY options, its now automatic.sos2000-01-271-1/+0
* Removed ATA_STATIC_ID and ATA_16BIT_ONLY from the undocumentedasmodai2000-01-273-6/+0
* Supported non-512 bytes/sector format.nyan2000-01-278-140/+122
* Move if_tun back to the common section now that it works on the Alpha.peter2000-01-271-2/+2
* Add more PCI VGA graphics card descriptions.yokota2000-01-271-15/+162
* Added ip6_forwarding check when prefix related ioctl is called.shin2000-01-271-0/+2
* Quick fix for stack overflow when there are more than about 25 slices.bde2000-01-271-10/+27
* Add control message ASCII conversion for this node type.archie2000-01-272-4/+62
* Add soft updates to the set of things being tagged. Syntax cleanup.mckusick2000-01-273-3/+6
* Fix catastrophic bug in NQNFS related to UDP mounts. The 'nqhost'dillon2000-01-262-26/+20
* handle simplex devices rightcg2000-01-261-1/+1
* A few more touchups:rwatson2000-01-261-4/+9
* Re-add vpo. I've just re-tested this in a 'make world' on a Decemberpeter2000-01-261-1/+1
* Synced with sys/i386/isa/isa_compat.h and pcaudio.c revisions 1.26 andkato2000-01-262-33/+38
* Synced with sys/i386/isa/npx.c rev 1.79.kato2000-01-261-10/+9
* Properly teardown the allocated and initialised stuff when an errorn_hibma2000-01-264-76/+86
* Improved English in the messages printed by diskerr().bde2000-01-261-16/+15
* Don't set ivars until we checked the return value from device_add_child.n_hibma2000-01-264-4/+4
* Add commentsn_hibma2000-01-261-6/+27
* Minor fixes to library interface to improve POSIX.1e compliance. Thisrwatson2000-01-261-5/+9
* Remove `vpo' with a vengeance -- "EXAMPLE" modules have *NO* businessobrien2000-01-261-1/+1
OpenPOWER on IntegriCloud