aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Close a potential mbuf and/or mbuf cluster leak in the client-side NFSPeter Wemm1999-04-102-4/+4
* Finally add support for the older 82c168 PNIC chip with the built-inBill Paul1999-04-102-38/+314
* Lock vnode correctly for VOP_OPEN.Eivind Eklund1999-04-101-1/+5
* uncomment the uhci entryNick Hibma1999-04-103-6/+6
* struct drive: add fields for debugging lockdrive deadlocks.Greg Lehey1999-04-101-0/+4
* set_sd_state:Greg Lehey1999-04-101-0/+1
* When VINUMDEBUG is set, add function basename() to return the baseGreg Lehey1999-04-101-5/+14
* lockdrive: Add debug calls to catch occasional deadlocks on drives.Greg Lehey1999-04-101-6/+26
* Add flag keyword w.Greg Lehey1999-04-102-3/+5
* daemon_save_config:Greg Lehey1999-04-101-3/+5
* Define macro LOCKDRIVE for debugging drive locking deadlocks.Greg Lehey1999-04-101-1/+3
* Add declaration for basename()Greg Lehey1999-04-101-0/+5
* Add debug calls to catch occasional deadlocks on drives. The problemGreg Lehey1999-04-101-15/+20
* Sync with sys/i386/i386/userconfig.c revision 1.133.KATO Takenori1999-04-101-2/+3
* Sync with sys/i386/conf/files.i386 revision 1.233.KATO Takenori1999-04-102-2/+4
* Add kldstat macro, which basically does the same thing as kldstat(8)Greg Lehey1999-04-101-0/+16
* pmap_remove_pte:Alan Cox1999-04-102-28/+14
* Add a warning bout the SoundBlaster and ISA DMA locking up the machine,Nik Clayton1999-04-093-3/+18
* Allow setting MAXFILES in the kernel config.Dag-Erling Smørgrav1999-04-093-3/+8
* update_plex_config: Eliminate a potential divide-by-zero.Greg Lehey1999-04-091-13/+15
* Modify parameter checking in LongJmp to match the reality of anGreg Lehey1999-04-091-3/+3
* 1) Add Lucent USS-720 eval kitNick Hibma1999-04-082-2/+18
* 1) Add AKS USB-HASP 0.6Nick Hibma1999-04-082-15/+38
* Add the Lucent USS-720 ISD Smart Cable.Mike Smith1999-04-082-0/+10
* A quick fix to get kernels building again under EGCSAndrew Gallatin1999-04-081-2/+4
* In preparation of the commit of the umass driver and to make life easierNick Hibma1999-04-082-1/+3
* Make ASIX driver work on FreeBSD/alpha, add to GENERIC.Bill Paul1999-04-084-5/+72
* Add PCI IDs for the Compex RL100-TX, which uses the Macronix 98713 chip.Bill Paul1999-04-082-17/+36
* o sys/i386/include/soundcard.hKATO Takenori1999-04-083-5/+4
* Add missing SYSCTL_DECL(_net_link); required by newer sysctl implementation.Bill Paul1999-04-071-1/+2
* Correct an invalid (and unused) #define in 93cx6.cJustin T. Gibbs1999-04-073-8/+8
* Improve bt_cmd() so that it has a better chance of working when thereJustin T. Gibbs1999-04-072-61/+84
* Beef up the error handling routine to handle more errors.Justin T. Gibbs1999-04-071-25/+67
* Remove camq_regen(). We already perform modular comparisonsJustin T. Gibbs1999-04-071-12/+4
* Remove camq_regen(). We already perform modular comparisonsJustin T. Gibbs1999-04-074-72/+39
* Two cosmetic changes, one a typo and the other, a clarification.Julian Elischer1999-04-072-7/+15
* More secure clock management. Allow positive steps only once per secondNick Sayer1999-04-071-11/+16
* Fix last delta so file would compile again- I think I got itMatt Jacob1999-04-071-10/+13
* Disable the mtrr copy calls, it doesn't work with the i686_mem.c stuff.Peter Wemm1999-04-077-7/+49
* Added macro logprintfNick Hibma1999-04-071-0/+4
* If securelevel>1, allow the clock to be adjusted negatively only up toNick Sayer1999-04-071-8/+27
* 1. Modify config to issue different code for debugging.Greg Lehey1999-04-077-91/+281
* Generic memory range attribute interface.Mike Smith1999-04-071-0/+65
* Remove inactive pmap_setdevram()/pmap_setvidram consumer code.Mike Smith1999-04-071-27/+1
* Add defines for the P6 model-specific registers.Mike Smith1999-04-072-2/+116
* mem.cMike Smith1999-04-076-208/+1348
* Add i686_mem.c - memory range attribute support for P6 processors.Mike Smith1999-04-072-2/+4
* Remove unused/unimplemented pmap_setdevram()Mike Smith1999-04-071-6/+1
* Fix a performance problem with the new getnewbuf() code: in an outofspaceAlan Cox1999-04-071-26/+30
* fix typoNick Hibma1999-04-062-4/+4