summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Handle a rare but fatal race invoked sometimes when SIGSTOP ismarkm2001-04-132-2/+2
* - Add a comment at the start of the spin locks list.jhb2001-04-131-1/+4
* Use a macro wrapper over printf along with KASSERT to reduce the amountalfred2001-04-131-40/+15
* Make SOMAXCONN a kernel option.alfred2001-04-132-0/+3
* o Disallow two "allow this" exceptions in p_cansignal() restrictingrwatson2001-04-131-5/+3
* o Disable two "allow this" exceptions in p_cansched()m retricting therwatson2001-04-121-1/+4
* remove truncated part from commmentalfred2001-04-121-1/+1
* o Make kqueue's filt_procattach() function use the error value returnedrwatson2001-04-121-2/+3
* o Limit process information leakage by introducing a p_can(...P_CAN_SEE...)rwatson2001-04-121-0/+2
* o Reduce information leakage into jails by adding invocations ofrwatson2001-04-121-0/+9
* Merged from options.i386 revision 1.147.kato2001-04-121-0/+7
* Merged from files.i386 revisions 1.359 and 1.360.kato2001-04-121-0/+18
* Regen.n_hibma2001-04-122-17/+84
* TDK idsn_hibma2001-04-121-1/+8
* From NetBSDn_hibma2001-04-121-5/+11
* o Replace p_cankill() with p_cansignal(), remove wrappage of p_can()rwatson2001-04-123-43/+75
* Fix minor typo in comment. 112x -> 12xximp2001-04-112-2/+2
* Don't reference a node after we dropped a reference to itarchie2001-04-111-1/+2
* Pull constants from netsmb/smb.h.bp2001-04-111-0/+2
* Add IBM3765 to newcard's pcic pnp device listimp2001-04-111-2/+3
* o Regenerated following introduction of __setugid() system call forrwatson2001-04-116-8/+17
* o Introduce a new system call, __setsugid(), which allows a process torwatson2001-04-112-0/+24
* Add #define for IBM3765.imp2001-04-112-6/+5
* o Introduce "options REGRESSION", a kernel option which enablesrwatson2001-04-113-0/+19
* Stick proc0 in the PID hash table.jhb2001-04-111-0/+1
* Rename the IPI API from smp_ipi_* to ipi_* since the smp_ prefix is justjhb2001-04-1114-145/+145
* Parse the various argument registers in the printtrap() function so thatjhb2001-04-111-7/+109
* Add forgotten files for NETSMBCRYPTO option (may be DES based encryptionbp2001-04-111-0/+2
* Add O2Micro's OZ6872 Cardbus bridge.imp2001-04-112-0/+5
* Correct the following defines to match the POSIX.1e spec:jedgar2001-04-114-114/+114
* Create debug.hashstat.[raw]nchash and debug.hashstat.[raw]nfsnode topeter2001-04-113-0/+238
* Remove constants defining the bitmasks of the old giant kernel lock.jhb2001-04-103-15/+0
* Remove the old APIC I/O higher level IPI API in favor of the newer MIjhb2001-04-103-48/+2
* Remove the BETTER_CLOCK #ifdef's. The code is on by default and is herejhb2001-04-1016-149/+29
* Add an MI API for sending IPI's. I used the same API present on the alphajhb2001-04-108-84/+404
* Add another card to the list of Neomagic 256AV's which don't have AC97greid2001-04-102-1/+48
* lock the mutex, not the softc pointer.cg2001-04-101-2/+2
* Directory layout preference improvements from Grigoriy Orlov <gluk@ptci.ru>.mckusick2001-04-103-21/+143
* Import kernel part of SMB/CIFS requester.bp2001-04-1030-0/+11983
* Add more diagnostic output for failure.alfred2001-04-101-13/+36
* Avoid endless recursion on panic.bp2001-04-101-2/+6
* Maintain a reference count on the witness struct. When the referencejhb2001-04-091-0/+15
* Several things:mjacob2001-04-091-307/+618
* Add in MII support for LICENGOOD copper part (10/100/1000). Add in somemjacob2001-04-091-4/+28
* Pick up changes from Parag Patel and Kachun Lee, and self:mjacob2001-04-091-23/+104
* - One can now specify the decimal pid of a process to trace as a parameter.jhb2001-04-092-50/+146
* We now depend on miibus_if.h.mjacob2001-04-091-1/+2
* comment out a boot-time debug messagecg2001-04-091-1/+1
* Add Marvell PHY support for 10/100/1000 LIVENGOOD_CU Intel NIC.mjacob2001-04-095-0/+769
* Rege.n_hibma2001-04-092-4/+4
OpenPOWER on IntegriCloud