summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix some mildly annoying compiler warnings about unused variablesgallatin1999-01-202-5/+2
* *blush*. As a quick fix, move configure()'s SYSINIT back a little to allowpeter1999-01-201-9/+2
* temporary fix so alpha stays working while configure code is fixedmjacob1999-01-201-2/+9
* I guess this is now a legacy driver (for alpha only right now).mjacob1999-01-202-6/+6
* Also consider the space left in the socket buffer when deciding whetherfenner1999-01-201-2/+2
* Add a flag, passed to pru_send routines, PRUS_MORETOCOME. Thisfenner1999-01-205-24/+34
* Add 'options DEBUG_LOCKS', which stores extra information in structeivind1999-01-2012-13/+149
* Put back this wholly innocent victim of Mike's drive-by shooting on alog;jkh1999-01-201-0/+34
* Remove 'alog'.kato1999-01-203-6/+4
* Sync with sys/i386/conf/Makefile.i386 revision 1.136.kato1999-01-202-4/+6
* o enable plug and play support for the aha driver. Given the cumbersomeimp1999-01-204-34/+221
* Make more messages conditional on bootverbosejkh1999-01-207-21/+35
* Remove 'alog'. G'bye Jamil.msmith1999-01-2010-777/+9
* By popular demand, back out the CONNER CFP* quirk entry, and return it token1999-01-201-2/+2
* Fix problem with zero valued map registers followed by valid map entries.se1999-01-195-14/+19
* Fix bug in last commit (la was used uninitialized if no route was passed in).fenner1999-01-191-2/+2
* Prevent duplicate output lines from 'atm show arpserver' command on systemsmks1999-01-192-11/+16
* Prevent accessing freed signalling instance memory during detach processing.mks1999-01-191-12/+9
* Don't return errors for 'atm show arpserver' command on sigpvc and spansmks1999-01-192-5/+13
* Relax linkage symbol scope restrictions to be more compatable with thatpeter1999-01-191-2/+22
* Hide the gensetdefs run the same way we hide the final ld command.peter1999-01-193-6/+9
* The Samsung WN34324U is broken for tagged queueing.ken1999-01-191-2/+13
* Don't decrement userrefs unless the file was actually was unloaded.peter1999-01-191-2/+4
* Fix comment wording.des1999-01-193-6/+6
* Fixed argument to intr member of the variable kbd.kato1999-01-192-4/+4
* Sync with sys/dev/syscons and sys/dev/kbd drivers.kato1999-01-193-18/+51
* sysconsyokota1999-01-1912-103/+313
* Remove unused files.yokota1999-01-198-8709/+0
* Obtained from: Luoqidillon1999-01-191-2/+3
* Generalize the quirk entry for the Conner CFP* drives. It did just coverken1999-01-191-4/+24
* Update for pcic for kld modules and activatepeter1999-01-192-6/+4
* Update the pccard hooks to use a module style declaration instead.peter1999-01-1919-217/+57
* Initial update pccard code for KLD module support. Module supportpeter1999-01-195-156/+84
* Call the xpt_init() hook during at the start of the configure() processpeter1999-01-191-5/+7
* Break configure() into a couple of stages to allow insertion ofpeter1999-01-192-44/+50
* Fix typo. Unit is spelled with a 'u'. 'init' just types too easily.julian1999-01-183-6/+6
* Fix screwed up previous commit.julian1999-01-183-12/+27
* Reserve a major number for use by the Iprobe device driver.gallatin1999-01-181-1/+2
* Added support for the DEC EB64PLUS systype. (Part III)gallatin1999-01-186-8/+16
* Added support for the DEC EB64PLUS systype. (part II)gallatin1999-01-181-0/+187
* Added support for the DEC EB64PLUS systype. (part I)gallatin1999-01-182-5/+114
* Transition from using Perl to using awk for our text-manipulationmsmith1999-01-187-274/+203
* Added copyright.kato1999-01-184-14/+120
* Merge with sys/dev/syscons/syscons.c revision 1.292.kato1999-01-181-18/+28
* Don't forget to initialize va_mode.kato1999-01-182-4/+6
* Sync with sys/i386/i386/userconfig.c revision 1.126.kato1999-01-181-3/+3
* Sync with sys/i386/conf/Makefile.i386 revision 1.135.kato1999-01-182-30/+18
* Switched to new syscons driver.kato1999-01-1813-1537/+4608
* From inspection, ISA interrupts were completely broken..julian1999-01-183-3/+60
* Get rid of MT_RTABLE; multicast routing no longer uses it.fenner1999-01-181-2/+2
OpenPOWER on IntegriCloud