summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't report the tablet line discipline, it "doesn't happen (TM)"peter2000-01-291-3/+0
* Update copyright and pull some newer definitions from NetBSD version.mjacob2000-01-291-5/+63
* Put tslb_device structure in this file. Put a pointer to to primarymjacob2000-01-291-1/+13
* Clean up some compilation warnings and errors.mjacob2000-01-291-13/+2
* Remove (commented out and marked as broken) pseudo-device tb. This waspeter2000-01-293-12/+0
* Remove kern/tty_tb.c.peter2000-01-291-1/+0
* Remove sys/tablet.h and kern/tty_tb.c (the old RS232 CAD-style tabletpeter2000-01-292-466/+0
* Remove a warning from LINTn_hibma2000-01-291-1/+1
* Remove a bunch of unused (NO-OP) #if NFOO > 0 type includes and somepeter2000-01-2918-63/+0
* Fix this so LINT compiles. There is no way this could have worked ifpeter2000-01-291-5/+5
* Remove #if NFOO > 0 (it's not required in most cases) and also where itpeter2000-01-2914-61/+0
* Don't build the wdc atapi attachments unless wdc is also present.peter2000-01-291-3/+3
* Unbreak LINT.n_hibma2000-01-291-1/+1
* Dont confuse our users with this, the ata driver uses burncd.sos2000-01-292-88/+0
* Put a FYI in the compatability shims so that people are aware that theypeter2000-01-293-0/+3
* Increase the default msgbuf size from 8k to 32k. Boot -v easilypeter2000-01-291-1/+1
* This patch fixes a locking bug that can result in deadlock ifrwatson2000-01-292-4/+34
* Use config's conditional compilation rather than using #ifdefs that makepeter2000-01-2929-166/+10
* Arrange for the following files to be compiled when the configurationpeter2000-01-292-4/+4
* First part of the fix for ohci_hash_find_td panic.n_hibma2000-01-291-4/+21
* Remove #if NVX > 0 and #if NEISA > 0 (and #include "eisa.h") as it's notpeter2000-01-293-15/+0
* Remove #include "vga.h" and #if NVGA > 0 as it's implied by config.peter2000-01-291-5/+0
* 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
* Fix for (amongst other things) the cross-compile case where a too-oldmarkm2000-01-291-1/+1
* 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
* Fixed IEXTEN handling in raw mode again. The effect of IEXTEN whenbde2000-01-291-2/+9
* Add ip6fw.shin2000-01-2914-0/+3195
* 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
* fix breakage of make release.shin2000-01-291-3/+10
* Synced with sys/isa/ppc.c rev 1.25.kato2000-01-292-22/+54
* Fix our -mprofiler-epilogue code.obrien2000-01-293-46/+137
* Undo the ill-conceived breakage of the previous commit and really fix:jasone2000-01-293-26/+28
* 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
* "Rev.1.45 of cc_tools/Makefile was a wrong fix for a problem introducedobrien2000-01-291-3/+3
* Revert to rev 1.6 until post 4.0-R. As probably 98% of i386 installsobrien2000-01-292-2/+4
* Move the header installation down into `readline' which is the subsystemobrien2000-01-292-12/+8
OpenPOWER on IntegriCloud