summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Get the MEDIA_CHANGED status right here too.sos2000-01-281-2/+4
* Use atapi_test_ready not atapi_wait_ready, I need more sleep :(sos2000-01-281-1/+1
* Get the MEDIA_CHANGED status right.sos2000-01-282-2/+5
* rename disk_delete() to disk_destroy().phk2000-01-282-2/+2
* Fix a bug that could crash the system if you press ^T while a slowergreen2000-01-283-24/+23
* Fix the atapi-fd.c (afd device) so that fx MSDOS formatted ZIPsos2000-01-282-5/+8
* - Fix an issue that paniced the machine in data overrungroudier2000-01-281-3/+13
* Count AF_INET6 attachement to routing socket.shin2000-01-281-0/+6
* Back out previous commit; it was premature.archie2000-01-281-57/+0
* Fix compilation on ISA only setups...sos2000-01-281-4/+3
* Fix man page structures/constants to match recent changes in acl.hrwatson2000-01-281-49/+35
* Allow for cdldr to be built in ${.OBJDIR}/../cdldr/cdldr instead ofjhb2000-01-281-3/+9
* Cleanup the ata_dmainit function a bit.sos2000-01-282-33/+41
* Backout diffs which should not be included.shin2000-01-282-2/+0
* Correct the list of error messages. It was incomplete.n_hibma2000-01-281-0/+3
* #This is a null commit to give correct description for the previous change.shin2000-01-282-0/+2
* Fixed a memory leak for slices with an (unsupported) bad sector table.bde2000-01-281-1/+2
* Add ${DEBUG_FLAGS} to CFLAGS in bsd.kmod.mk, not in scattered modulebde2000-01-2824-26/+2
* 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
OpenPOWER on IntegriCloud