summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove #include "splash.h" and #if NSPLASH > 0" - it's implied by config.peter2000-01-291-6/+0
* Remove #if NIE > 0 test, it's guaranteed to be true by config.peter2000-01-291-2/+0
* Add comments and debugging info.n_hibma2000-01-291-9/+20
* Remove #if NEN > 0 in the name of FreeBSD - it's not required as configpeter2000-01-291-5/+1
* Remove #include "eisa.h" and #if NEISA > 0 as it's only ever compiledpeter2000-01-291-4/+0
* Synced with sys/isa/ppc.c rev 1.26.kato2000-01-292-8/+0
* Remove #if NCCD > 0 - it's guaranteed to be true by config if ccd.c ispeter2000-01-292-4/+0
* Remove #include "eisa.h" and #if NEISA > 0 - this is guaranteed by config.peter2000-01-291-5/+0
* remove #include "eisa.h" and #if NEISA > 0 - this is guaranteed bypeter2000-01-291-7/+1
* Synced with sys/kern/subr_diskmbr.c rev 1.44.kato2000-01-291-48/+62
* The toggle carry bit is stored in the headp not the tailp.n_hibma2000-01-291-2/+2
* cosmetic changes only.sos2000-01-293-30/+9
* Remove #include "ppc.h" and #if NPPC > 0 - this is always true as it ispeter2000-01-292-8/+0
* Synced with sys/kern/subr_diskmbr.c rev 1.43.kato2000-01-291-19/+18
* Add ip6fw.shin2000-01-299-0/+1392
* Remove a workaround for a gas bug. It couldn't assemble a certainpeter2000-01-292-6/+2
* Synced with sys/boot/i386/btx/btx/btx.s rev 1.14.kato2000-01-292-2/+6
* Synced with sys/isa/ppc.c rev 1.25.kato2000-01-292-22/+54
* Regen after pointing to the real setres[ug]id(). Remove dummy function.peter2000-01-295-23/+11
* Use the real setres[ug]id(2) rather than dummy stubs. Newer glibc'speter2000-01-292-8/+8
* Mask off the last two bits before comparing. It might just be that somen_hibma2000-01-292-4/+9
* Tripmine for bad hardware.n_hibma2000-01-291-0/+4
* Sorry in this just befor code freeze commit.shin2000-01-292-12/+67
* Simplify messages of Pentium II, Pentium II Xeon, Celeron, Pentium IIIkato2000-01-292-22/+8
* Cosmetic changes.kato2000-01-291-2/+3
* changes to osf1_wait4()gallatin2000-01-291-5/+7
* Synced with sys/isa/sio.c rev 1.287.kato2000-01-292-2/+16
* Synced with sys/i386/isa/wd.c rev 1.218.kato2000-01-291-0/+8
* "Completed" the previous fix. Return ENOMEM on memory allocation failurebde2000-01-292-2/+16
* Minor tweak: the D-Link 10/100 USB ethernet adapter is apparently usingwpaul2000-01-291-4/+8
* Enable '=' character in the filename.bp2000-01-291-1/+1
* Restore to version 1.14. Only opt_inet.h is required again.brian2000-01-291-21/+1
* Remove unused includesbrian2000-01-291-7/+0
* differentiate cmi8330 and als100 pnp cards based on their vendor id. thiscg2000-01-292-2/+13
* 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
OpenPOWER on IntegriCloud