summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* vm_map_growstack uses vmspace::vm_ssize as though it containedalc1999-06-171-6/+6
* Update the comments on values than can be returned by DEVICE_PROBE.n_hibma1999-06-171-8/+9
* Sync with sys/i386/i386/machdep.c revision up to 1.341.kato1999-06-172-8/+6
* Sync with sys/i386/conf/options.i386 revision 1.117.kato1999-06-172-2/+4
* Fixed a missing userland dev_t to kernel dev_t conversion.bde1999-06-172-2/+2
* vm_map_insert sometimes extends an existing vm_map entry, rather thanalc1999-06-171-3/+7
* Reformat comment to match indentation of code around it.julian1999-06-171-8/+9
* Move vm_map_stack and vm_map_growstack after the definitionalc1999-06-171-204/+204
* Remove some unused declarations and duplicate initialization.alc1999-06-171-6/+2
* Add a vnode argument to VOP_BWRITE to get rid of the last vnodemckusick1999-06-1623-436/+92
* Close a race window where a tcp socket is closed while tcp_pcblist istegge1999-06-162-4/+14
* Make syscall tracing work: include "opt_ktrace.h" and make it compile.dt1999-06-161-2/+8
* Make sure syscall arguments properly aligned in ktrace records.dt1999-06-162-11/+18
* Use vput instead of vrele.mjacob1999-06-161-3/+3
* Remove option USBVERBOSEn_hibma1999-06-162-4/+4
* Grrr! The PNIC II's multicast hash table is only 128 bits wide, not 512wpaul1999-06-161-20/+45
* Changed trypbuf to a getpbuf to work around a problem where redundant writesdg1999-06-161-2/+2
* Print verbose messages when there is error.yokota1999-06-162-4/+42
* Fix non-benign typo.billf1999-06-161-2/+2
* Clean up bitrot in interrupt tracing code.tegge1999-06-163-9/+9
* If we still haven't got a sufficient number of free buffers after thetegge1999-06-161-2/+2
* Get rid of the global variable rushjob and replace it with a function inmckusick1999-06-156-100/+170
* If we retry this operation from the top of this routine, we need tomjacob1999-06-152-2/+10
* Add a couple of command definitions.julian1999-06-151-67/+74
* COM_LLCONSOLE should over-ride COM_DEBUGGER request.mckusick1999-06-152-4/+4
* Kill option FAILSAFE.des1999-06-1516-54/+25
* Add VIA Apollo Master VT82c570 chipset. (I have 2 of these)roger1999-06-151-12/+8
* Ensoniq AudioPCI sound cards haven't worked since the newbus integrationnewton1999-06-151-2/+2
* Add the System V message queue and semaphore options for better 3rd partyjb1999-06-142-6/+10
* Include <sys/time.h> for correctness. BDE has a better version of this,nik1999-06-141-1/+2
* Fix typo confusing `fa' and 'fb' registers.simokawa1999-06-141-4/+4
* 1) remove the soft reset after a command failed.n_hibma1999-06-131-5/+17
* Eliminate the bogus procfs private almost struct dirent structure.phk1999-06-136-86/+54
* 1) Add non-blocking I/O on readn_hibma1999-06-131-6/+32
* 1) Add the USB controllers (will now print pretty strings when no usbn_hibma1999-06-131-32/+64
* Shorten the strings a bit (remove 'Host')n_hibma1999-06-134-30/+32
* Use pmap_kenter instead of pmap_enter to map the message buffer.alc1999-06-132-6/+4
* Removed checking for unit>NBKTR.roger1999-06-132-34/+4
* Add bktr_load for the loadable Bt848/Bt878 driver.roger1999-06-131-1/+2
* vm_map_protect:alc1999-06-121-2/+2
* Add bktr (Bt848/Bt878 driver loadable module) to the Makefile i386 only sectionroger1999-06-121-2/+2
* Change perl5 to perl (same change as made in the fxp module)roger1999-06-121-5/+5
* Makefile to build a loadable bktr Bt848/Bt878 device driverroger1999-06-121-0/+47
* Updated to use the new 4.x newbus APIroger1999-06-124-438/+592
* Don't accept divert/tee/pipe rules without corresponding option.ru1999-06-111-3/+11
* Replace my previous fix of saving the FP state with a much simpler one: whendt1999-06-108-36/+22
* Change variable used for calculating ending address of physical memoryjlemon1999-06-102-4/+4
* Add detection code for NVidia Riva 128,TNT,TNT2ache1999-06-091-1/+19
* Use kmem_alloc_nofault() rather than kmem_alloc_pageable() to allocatedt1999-06-083-6/+6
* Add a function kmem_alloc_nofault() - same as kmem_alloc_pageable(), butdt1999-06-082-2/+27
OpenPOWER on IntegriCloud