| Commit message (Expand) | Author | Age | Files | Lines |
| * | Expose reaperproc. |  ariane | 2012-06-13 | 1 | -2/+3 |
| * | Make rusage totals, itimers, and profile settings per-process instead |  guenther | 2012-03-23 | 1 | -9/+3 |
| * | copyright++ |  fgsch | 2012-01-01 | 1 | -2/+2 |
| * | Functions used in files other than where they are defined should be |  guenther | 2011-07-07 | 1 | -4/+1 |
| * | Clean up after P_BIGLOCK removal. |  art | 2011-07-06 | 1 | -3/+3 |
| * | Recommit the reverted sigacts change now that the NFS use-after-free |  guenther | 2011-07-05 | 1 | -2/+5 |
| * | Revert the sigacts diff: NFS can apparently retain pointers to processes |  guenther | 2011-04-18 | 1 | -5/+2 |
| * | Correct the sharing of the signal handling state: stuff that should |  guenther | 2011-04-15 | 1 | -2/+5 |
| * | The scheduling 'nice' value is per-process, not per-thread, so move it |  guenther | 2011-03-07 | 1 | -2/+2 |
| * | split randomattach into random_init() and random_start(), so that we |  deraadt | 2011-01-08 | 1 | -2/+5 |
| * | copyright++; |  deraadt | 2011-01-01 | 1 | -2/+2 |
| * | Convert netisr to a normal soft interrupt instead of hanving MD code |  claudio | 2010-12-21 | 1 | -1/+3 |
| * | Reintroduce most crypto/crypto.c r1.55: |  jsing | 2010-09-08 | 1 | -7/+3 |
| * | Correct the links between threads, processes, pgrps, and sessions, |  guenther | 2010-07-26 | 1 | -6/+7 |
| * | Fix the naming of interfaces and variables for rdomains and rtables |  guenther | 2010-07-03 | 1 | -3/+3 |
| * | We always copy struct pcred when creating a new process, so the reference |  guenther | 2010-06-29 | 1 | -2/+1 |
| * | Make sure we initialize sched_lock before we try to use it. |  kettenis | 2010-05-14 | 1 | -1/+2 |
| * | Since ifinit() is now safe to be called earlier, call it just before |  deraadt | 2010-01-12 | 1 | -2/+4 |
| * | copyright++; |  miod | 2010-01-01 | 1 | -2/+2 |
| * | The process's rdomain should be, well, per-process and not per-rthread, |  guenther | 2009-12-23 | 1 | -4/+4 |
| * | Add setrdomain() and getrdomain() system calls. Committing now to |  guenther | 2009-11-27 | 1 | -1/+4 |
| * | uvm_scheduler() sounds important, but ``while(1) tsleep()'' is kinda lame |  blambert | 2009-08-11 | 1 | -3/+6 |
| * | add mpath(4), a driver that steals paths to scsi devices if it |  dlg | 2009-08-09 | 1 | -1/+5 |
| * | Remove the VREF() macro and replaces all instances with a call to verf(), |  thib | 2009-07-09 | 1 | -3/+3 |
| * | Count number of cpus found (potentially not attached) and store that |  deraadt | 2009-04-19 | 1 | -1/+2 |
| * | Make ELF platforms generate ELF core dumps. Somewhat based on code from |  kettenis | 2009-03-05 | 1 | -1/+3 |
| * | use nitems(); dunnoseriously@gmail |  deraadt | 2009-02-13 | 1 | -3/+3 |
| * | copyright_year++; |  miod | 2009-01-01 | 1 | -2/+2 |
| * | add vscsi(4), a virtual scsi controller that passes all scsi requests up to |  dlg | 2008-12-03 | 1 | -1/+5 |
| * | make random(9) return per-cpu values (by saving the seed in the cpuinfo), |  deraadt | 2008-10-15 | 1 | -2/+2 |
| * | Back-in; problems were apparently elsewhere. |  guenther | 2008-10-14 | 1 | -1/+2 |
| * | backout; is causing some people difficulty |  deraadt | 2008-10-10 | 1 | -2/+1 |
| * | Put a reference count in struct process to prevent use-after-free |  guenther | 2008-10-09 | 1 | -1/+2 |
| * | rename arc4random_bytes => arc4random_buf to match libc's nicer name; |  djm | 2008-06-09 | 1 | -2/+2 |
| * | retire vfs_mountroot(); |  thib | 2008-05-06 | 1 | -3/+3 |
| * | Welcome to the jungle of 2008. |  miod | 2008-01-01 | 1 | -2/+2 |
| * | convert crypto thread to workq. add WQ_DIRECTOK flag to workq. |  tedu | 2007-11-25 | 1 | -13/+3 |
| * | more remove unneeded declarations that shadows existing vars; ok by many. |  fgsch | 2007-10-16 | 1 | -2/+1 |
| * | Make context switching much more MI: |  art | 2007-10-10 | 1 | -2/+4 |
| * | Introduce a md pmap hook, pmap_remove_holes(), which is supposed to mark |  miod | 2007-09-10 | 1 | -2/+2 |
| * | Back out the tracking of procs in struct selinfo. There's one serious |  art | 2007-07-25 | 1 | -3/+1 |
| * | some architectures called setroot() from cpu_configure(), *way* before some |  deraadt | 2007-06-01 | 1 | -4/+2 |
| * | add an interface for work queues run from a kernel thread. |  dlg | 2007-05-31 | 1 | -1/+6 |
| * | The world of __HAVEs and __HAVE_NOTs is reducing. All architectures |  art | 2007-05-16 | 1 | -14/+1 |
| * | move p_limit and p_cred into struct process |  tedu | 2007-04-12 | 1 | -2/+2 |
| * | Start moving state that is shared among threads in a process into |  art | 2007-04-03 | 1 | -4/+8 |
| * | Kill the horrible hack of storing the pid in struct selinfo. |  art | 2007-03-24 | 1 | -1/+3 |
| * | attach softraid to the root of the device tree in a machine independant |  dlg | 2007-03-19 | 1 | -1/+7 |
| * | Since p_flag is often manipulated in interrupts and without biglock |  art | 2007-03-15 | 1 | -2/+2 |
| * | Switch some lockmgr locks to rwlocks. |  art | 2007-01-12 | 1 | -4/+1 |