| Commit message (Expand) | Author | Age | Files | Lines |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Add new function fdunshare() which encapsulates the necessary light magic | phk | 2004-12-14 | 1 | -12/+2 |
* | Don't include sys/user.h merely for its side-effect of recursively | das | 2004-11-27 | 1 | -1/+1 |
* | Remove local definitions of RANGEOF() and use __rangeof() instead. | das | 2004-11-20 | 1 | -9/+6 |
* | Malloc p_stats instead of putting it in the U area. We should consider | das | 2004-11-20 | 1 | -1/+3 |
* | Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST. | phk | 2004-11-13 | 1 | -5/+5 |
* | Use more intuitive pointer for fdinit() and fdcopy(). | phk | 2004-11-08 | 1 | -5/+3 |
* | Allow fdinit() to be called with a NULL fdp argument so we can use | phk | 2004-11-07 | 1 | -4/+0 |
* | Back out rev 1.240; it is unnecessary. In particular, | das | 2004-10-06 | 1 | -8/+3 |
* | Avoid calling _PHOLD(p1) with p2's lock held, since _PHOLD() | das | 2004-10-01 | 1 | -3/+8 |
* | make some of these conditions apply equally to both threading systems. | julian | 2004-09-13 | 1 | -3/+3 |
* | Refactor a bunch of scheduler code to give basically the same behaviour | julian | 2004-09-05 | 1 | -11/+2 |
* | Push Giant deep into vm_forkproc(), acquiring it only if the process has | alc | 2004-09-03 | 1 | -16/+12 |
* | Give setrunqueue() and sched_add() more of a clue as to | julian | 2004-09-01 | 1 | -1/+1 |
* | Remove sched_free_thread() which was only used | julian | 2004-08-31 | 1 | -3/+0 |
* | Add locking to the kqueue subsystem. This also makes the kqueue subsystem | jmg | 2004-08-15 | 1 | -1/+2 |
* | Increase the amount of data exported by KTR in the KTR_RUNQ setting. | julian | 2004-08-09 | 1 | -2/+2 |
* | Move the schedlock owner state update following the context | bmilekic | 2004-07-27 | 1 | -12/+14 |
* | In revision 1.228, I accidentally broke the "total number of processes in | cperciva | 2004-07-26 | 1 | -1/+2 |
* | When calling scheduler entrypoints for creating new threads and processes, | julian | 2004-07-18 | 1 | -1/+1 |
* | fix compilation. | phk | 2004-07-13 | 1 | -1/+1 |
* | Replace "uid != 0" with "suser(td->td_ucred) != 0" when checking if we've | cperciva | 2004-07-13 | 1 | -1/+2 |
* | Allocate TIDs in thread_init() and deallocate them in thread_fini(). | marcel | 2004-06-26 | 1 | -1/+0 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 1 | -4/+0 |
* | Assign thread IDs to kernel threads. The purpose of the thread ID (tid) | marcel | 2004-04-03 | 1 | -0/+1 |
* | Make the process_exit eventhandler run without Giant. Add Giant hooks | peter | 2004-03-14 | 1 | -2/+0 |
* | Move the process_fork event out from under Giant. This one is easy, | peter | 2004-03-14 | 1 | -1/+3 |
* | Push Giant down a little further: | peter | 2004-03-13 | 1 | -3/+0 |
* | make sure we had the filedesc lock when calling fdinit when RFCFDG is set | jmg | 2004-03-10 | 1 | -0/+4 |
* | Move a vref call outside of proc locks and Giant. By virtue of the fact | peter | 2004-03-08 | 1 | -5/+4 |
* | Giant is not required for vm_thread_new_altkstack(). | alc | 2004-03-07 | 1 | -4/+1 |
* | Add a missing part of jhb's previous commit. It looks like he had a | peter | 2004-03-06 | 1 | -1/+5 |
* | - Grab a share lock of the proctree lock while looking for a pid due to the | jhb | 2004-03-05 | 1 | -13/+25 |
* | Fixed some style bugs (mainly English usage errors in comments). | bde | 2004-03-04 | 1 | -9/+10 |
* | Split the mlock() kernel code into two parts, mlock(), which unpacks | truckman | 2004-02-26 | 1 | -1/+3 |
* | Always set a process' state to normal when it is fully constructed in | jhb | 2004-02-05 | 1 | -5/+9 |
* | Locking for the per-process resource limits structure. | jhb | 2004-02-04 | 1 | -5/+4 |
* | When aborting fork() due to a failure, if using MAC, make sure to clean | rwatson | 2004-01-25 | 1 | -0/+3 |
* | Reduce gratuitous includes: don't include jail.h if it's not needed. | rwatson | 2004-01-21 | 1 | -1/+0 |
* | Prevent a race condition between fork1() and whatever changes the pgrp by | cognet | 2004-01-09 | 1 | -0/+1 |
* | Make sigaltstack as per-threaded, because per-process sigaltstack state | davidxu | 2004-01-03 | 1 | -1/+4 |
* | Removed mostly-dead code for setting switchtime after the idle loop | bde | 2003-10-29 | 1 | -3/+0 |
* | Removed sched_nest variable in sched_switch(). Context switches always | bde | 2003-10-29 | 1 | -1/+1 |
* | Change instances of callout_init that specify MPSAFE behaviour to | sam | 2003-08-19 | 1 | -1/+1 |
* | - Various style fixes in both code and comments. | jhb | 2003-08-15 | 1 | -22/+28 |
* | Adjust a comment to remove staleness and take slightly less implementation | jhb | 2003-08-04 | 1 | -6/+2 |
* | Add a ratelimited message of the form | silby | 2003-06-19 | 1 | -1/+5 |
* | Rename P_THREADED to P_SA. P_SA means a process is using scheduler | davidxu | 2003-06-15 | 1 | -3/+3 |
* | Move the *_new_altkstack() and *_dispose_altkstack() functions out of the | alc | 2003-06-14 | 1 | -1/+1 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -1/+3 |