summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* o Allow "buckets" in mb_alloc to be differently sized (according tobmilekic2003-02-202-75/+113
* Remove the PL_SHAREMOD flag from struct plimit, which could have beentjr2003-02-203-15/+5
* Remove duplicate includes.cognet2003-02-206-7/+0
* Fix a serious bug when computing the index for thebmilekic2003-02-201-1/+1
* Move thread limits testing code up a bit. This let UPCALLING threaddavidxu2003-02-202-52/+54
* Add M_WAITOKphk2003-02-191-1/+1
* Count non-threaded group.davidxu2003-02-192-10/+20
* Update comments to reflect new KSE code.davidxu2003-02-192-4/+1
* The "m = m->m_next" that was removed in the revision 1.12 was necessarytjr2003-02-191-1/+2
* M_WAITOK and remove an useless comment.davidxu2003-02-192-4/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-1963-306/+306
* Optimize the case when max threads number was hit.davidxu2003-02-192-86/+114
* Initiate de-orbit burn for USE_PCI_BIOS_FOR_READ_WRITE. This has beenpeter2003-02-181-0/+3
* Further fix PS_NEEDSIGCHKdavidxu2003-02-172-0/+4
* Move code for detecting PS_NEEDSIGCHK into thread_schedule_upcall,davidxu2003-02-173-2/+4
* Use the proc lock to protect p_realtimer instead of Giant, and obtaintjr2003-02-173-44/+35
* - Add a new function, thread_signal_add(), that is called from postsig tojeff2003-02-174-60/+80
* Move a bunch of flags from the KSE to the thread.julian2003-02-1713-44/+39
* - Split the struct kse into struct upcall and struct kse. struct kse willjeff2003-02-1710-1236/+1358
* - Move ke_sticks, ke_iticks, ke_uticks, ke_uu, ke_su, and ke_iu back intojeff2003-02-173-79/+67
* Fix logic in loop so it actually executes.alfred2003-02-161-1/+1
* Remove #include <sys/dkstat.h>phk2003-02-162-2/+0
* Move the tty related statistics counters to live with the tty code.phk2003-02-162-5/+5
* - Introduce a new function bremfreel() that does a bremfree with the bufjeff2003-02-161-8/+14
* - Add a WITNESS_SLEEP() for the appropriate cases in lockmgr().jeff2003-02-161-0/+7
* prevent overflow in shminfo.shmmaxalfred2003-02-161-1/+5
* Remove extraneous FILEDESC_LOCK around atomic read.hsu2003-02-162-4/+0
* - Update a couple of comments to make sense with what today's code isarr2003-02-151-6/+12
* Avoid file lock leakage when linuxthreads port or rfork is used:tegge2003-02-152-15/+58
* - Remove old comment for PURGE() as it no longer exists and implied itarr2003-02-151-2/+4
* Acquire Giant around calls to kern_sigaction() in sigaction(),tjr2003-02-151-17/+9
* osigpending() no longer needs Giant, for the same reason sigpending()tjr2003-02-151-3/+0
* All uses of p_siglist are protected by the proc lock now, so there'stjr2003-02-151-6/+1
* Do not allow kqueues to be passed via unix domain sockets.alfred2003-02-156-5/+14
* Fix LOR with PROC/filedesc. Introduce fdesc_mtx that will be used as aalfred2003-02-154-6/+16
* Make m_getm() always return the top of the newly allocated chain, asbmilekic2003-02-142-5/+2
* Style nit.des2003-02-141-4/+2
* KASSERT format string does not need newline terminationalfred2003-02-141-2/+2
* Add kasserts to catch bad API usage.alfred2003-02-141-0/+6
* Fix crash dumps on ata and scsi.alfred2003-02-141-1/+2
* style.alfred2003-02-141-8/+20
* Print a backtrace in case we tsleep from inside of DDB.alfred2003-02-141-0/+1
* Use atomic ops to update amountpipekva. Amountpipekva represents thealc2003-02-131-5/+8
* It seems the extra precautions are no longer needed.des2003-02-131-2/+0
* Add an XXX comment noting that getrusage() accesses p_stats->p_rutjr2003-02-131-0/+1
* Add a 'debug.witness_trace' sysctl (and tunable) when DDB is present.peter2003-02-131-2/+16
* Print "Stack backtrace:" right before dumping the backtrace. We cannotpeter2003-02-131-1/+2
* Implement rman_get_deviceimp2003-02-121-0/+6
* Don't lock FILEDESC under PROC.alfred2003-02-111-2/+1
* - Add a comment about a race that will happen without Giant.jeff2003-02-101-0/+1
OpenPOWER on IntegriCloud