aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Handle a rare but fatal race invoked sometimes when SIGSTOP isMark Murray2001-04-132-2/+2
* - Add a comment at the start of the spin locks list.John Baldwin2001-04-131-1/+4
* Use a macro wrapper over printf along with KASSERT to reduce the amountAlfred Perlstein2001-04-131-40/+15
* Make SOMAXCONN a kernel option.Alfred Perlstein2001-04-132-0/+3
* o Disallow two "allow this" exceptions in p_cansignal() restrictingRobert Watson2001-04-131-5/+3
* o Disable two "allow this" exceptions in p_cansched()m retricting theRobert Watson2001-04-121-1/+4
* remove truncated part from commmentAlfred Perlstein2001-04-121-1/+1
* o Make kqueue's filt_procattach() function use the error value returnedRobert Watson2001-04-121-2/+3
* o Limit process information leakage by introducing a p_can(...P_CAN_SEE...)Robert Watson2001-04-121-0/+2
* o Reduce information leakage into jails by adding invocations ofRobert Watson2001-04-121-0/+9
* Merged from options.i386 revision 1.147.KATO Takenori2001-04-121-0/+7
* Merged from files.i386 revisions 1.359 and 1.360.KATO Takenori2001-04-121-0/+18
* Regen.Nick Hibma2001-04-122-17/+84
* TDK idsNick Hibma2001-04-121-1/+8
* From NetBSDNick Hibma2001-04-121-5/+11
* o Replace p_cankill() with p_cansignal(), remove wrappage of p_can()Robert Watson2001-04-123-43/+75
* Fix minor typo in comment. 112x -> 12xxWarner Losh2001-04-112-2/+2
* Don't reference a node after we dropped a reference to itArchie Cobbs2001-04-111-1/+2
* Pull constants from netsmb/smb.h.Boris Popov2001-04-111-0/+2
* Add IBM3765 to newcard's pcic pnp device listWarner Losh2001-04-111-2/+3
* o Regenerated following introduction of __setugid() system call forRobert Watson2001-04-116-8/+17
* o Introduce a new system call, __setsugid(), which allows a process toRobert Watson2001-04-112-0/+24
* Add #define for IBM3765.Warner Losh2001-04-112-6/+5
* o Introduce "options REGRESSION", a kernel option which enablesRobert Watson2001-04-113-0/+19
* Stick proc0 in the PID hash table.John Baldwin2001-04-111-0/+1
* Rename the IPI API from smp_ipi_* to ipi_* since the smp_ prefix is justJohn Baldwin2001-04-1114-145/+145
* Parse the various argument registers in the printtrap() function so thatJohn Baldwin2001-04-111-7/+109
* Add forgotten files for NETSMBCRYPTO option (may be DES based encryptionBoris Popov2001-04-111-0/+2
* Add O2Micro's OZ6872 Cardbus bridge.Warner Losh2001-04-112-0/+5
* Correct the following defines to match the POSIX.1e spec:Chris D. Faulhaber2001-04-114-114/+114
* Create debug.hashstat.[raw]nchash and debug.hashstat.[raw]nfsnode toPeter Wemm2001-04-113-0/+238
* Remove constants defining the bitmasks of the old giant kernel lock.John Baldwin2001-04-103-15/+0
* Remove the old APIC I/O higher level IPI API in favor of the newer MIJohn Baldwin2001-04-103-48/+2
* Remove the BETTER_CLOCK #ifdef's. The code is on by default and is hereJohn Baldwin2001-04-1016-149/+29
* Add an MI API for sending IPI's. I used the same API present on the alphaJohn Baldwin2001-04-108-84/+404
* Add another card to the list of Neomagic 256AV's which don't have AC97George C A Reid2001-04-102-1/+48
* lock the mutex, not the softc pointer.Cameron Grant2001-04-101-2/+2
* Directory layout preference improvements from Grigoriy Orlov <gluk@ptci.ru>.Kirk McKusick2001-04-103-21/+143
* Import kernel part of SMB/CIFS requester.Boris Popov2001-04-1030-0/+11983
* Add more diagnostic output for failure.Alfred Perlstein2001-04-101-13/+36
* Avoid endless recursion on panic.Boris Popov2001-04-101-2/+6
* Maintain a reference count on the witness struct. When the referenceJohn Baldwin2001-04-091-0/+15
* Several things:Matt Jacob2001-04-091-303/+614
* Add in MII support for LICENGOOD copper part (10/100/1000). Add in someMatt Jacob2001-04-091-4/+28
* Pick up changes from Parag Patel and Kachun Lee, and self:Matt Jacob2001-04-091-23/+104
* - One can now specify the decimal pid of a process to trace as a parameter.John Baldwin2001-04-092-48/+144
* We now depend on miibus_if.h.Matt Jacob2001-04-091-1/+2
* comment out a boot-time debug messageCameron Grant2001-04-091-1/+1
* Add Marvell PHY support for 10/100/1000 LIVENGOOD_CU Intel NIC.Matt Jacob2001-04-095-0/+769
* Rege.Nick Hibma2001-04-092-4/+4