summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Don't NULL out p_fd until after closefd() has been called. This isn'tscottl2003-02-241-4/+6
* Remove a XXXKSE. kg_completed now needs proc lock.davidxu2003-02-242-2/+0
* Backout last surplus commit. That day just wasn't my day.davidxu2003-02-242-10/+0
* Sync new socket nonblocking/async state with file flags in accept().tegge2003-02-231-0/+7
* Bracket the kern.vnode sysctl in #ifdef notyet because it resultsphk2003-02-231-0/+2
* OK, I was too sleepy there...phk2003-02-231-2/+4
* Implement CLOCK_MONOTONIC.phk2003-02-231-2/+3
* Add a /a modifier to the show ktr ddb command, which prints the whole tracejake2003-02-221-1/+7
* Don't panic when enumerating SYSCTL_NODE() nodes without any childrenrwatson2003-02-221-1/+2
* Remove a comment which hasn't been true since rev. 1.158mtm2003-02-221-1/+0
* Export the name of the device used to mount the root file system asrwatson2003-02-221-0/+24
* Missing M_TRYWAIT from so_upcall third argument.peter2003-02-212-2/+2
* NO_GEOM cleanup:phk2003-02-212-2/+2
* If UTS kernel is calling kse_wakeup for itself, do nothing.davidxu2003-02-212-6/+12
* Change the console interface to pass a "struct consdev *" instead of aphk2003-02-201-4/+4
* Add a dead_cdevsw which does its best to return ENXIO if at all possible.phk2003-02-201-3/+53
* Forgot to set KU_DOUPCALL in kse_wakeup.davidxu2003-02-202-0/+2
* Add a timeout parameter to kse_release.davidxu2003-02-205-26/+58
* 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
OpenPOWER on IntegriCloud