| Commit message (Expand) | Author | Age | Files | Lines |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -28/+46 |
| * | Rip some well duplicated code out of cpu_wait() and cpu_exit() and move | Peter Wemm | 2001-09-10 | 1 | -7/+26 |
| * | Giant pushdown sys_exit(), [o]wait(), wait4() | Matthew Dillon | 2001-09-01 | 1 | -16/+39 |
| * | *** empty log message *** | Peter Wemm | 2001-08-09 | 1 | -20/+0 |
| * | Temporarily back out kern_sig.c rev 1.125 and kern_exit.c rev 1.131. | Peter Wemm | 2001-08-01 | 1 | -4/+3 |
| * | As per further discussions on hackers redo the SIGCHLD patch to not generate | Matthew Dillon | 2001-07-22 | 1 | -3/+4 |
| * | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | Matthew Dillon | 2001-07-04 | 1 | -2/+2 |
| * | - Always use the proc lock of the task leader to protect the peers list of | John Baldwin | 2001-06-27 | 1 | -15/+12 |
| * | o Merge contents of struct pcred into struct ucred. Specifically, add the | Robert Watson | 2001-05-25 | 1 | -7/+3 |
| * | Introduce a global lock for the vm subsystem (vm_mtx). | Alfred Perlstein | 2001-05-19 | 1 | -0/+2 |
| * | Don't hold the process mutex across calls to FREE() since the vm system | John Baldwin | 2001-05-04 | 1 | -1/+0 |
| * | Do not leave a process with no credential in zombproc. | Seigo Tanimura | 2001-04-25 | 1 | -17/+14 |
| * | Change the pfind() and zpfind() functions to lock the process that they | John Baldwin | 2001-04-24 | 1 | -2/+1 |
| * | Convert the allproc and proctree locks from lockmgr locks to sx locks. | John Baldwin | 2001-03-28 | 1 | -16/+17 |
| * | Catch up to header include changes: | John Baldwin | 2001-03-28 | 1 | -1/+1 |
| * | - Call proc_reparent() when handing a process off to init in exit rather | John Baldwin | 2001-03-07 | 1 | -18/+23 |
| * | Streamline updating of switchtime (don't copy code from kern_sync.c). | Tor Egge | 2001-02-22 | 1 | -4/+2 |
| * | Protect update of the per processor switchtime variable against | Tor Egge | 2001-02-22 | 1 | -1/+5 |
| * | o Move per-process jail pointer (p->pr_prison) to inside of the subject | Robert Watson | 2001-02-21 | 1 | -9/+0 |
| * | Revert the previous revision for two reasons: | John Baldwin | 2001-02-09 | 1 | -2/+0 |
| * | Release the proc lock around crfree() and uifree() in wait1(). It leads to | John Baldwin | 2001-02-09 | 1 | -0/+2 |
| * | Change and clean the mutex lock interface. | Bosko Milekic | 2001-02-09 | 1 | -6/+6 |
| * | - Proc locking. | John Baldwin | 2001-01-24 | 1 | -10/+45 |
| * | Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables | Jake Burkholder | 2001-01-10 | 1 | -2/+2 |
| * | Protect proc.p_pptr and proc.p_children/p_sibling with the | Jake Burkholder | 2000-12-23 | 1 | -16/+24 |
| * | Whitespace. Fix a comment block and an if statement that were wider | Jake Burkholder | 2000-12-18 | 1 | -7/+9 |
| * | - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), instead | Jake Burkholder | 2000-12-13 | 1 | -4/+4 |
| * | Remove if defined(tahoe) cobwebs. | Jake Burkholder | 2000-12-04 | 1 | -4/+0 |
| * | - Add a mutex to the proc structure p_mtx that will be used to lock accesses | John Baldwin | 2000-12-03 | 1 | -0/+1 |
| * | Protect p_stat with sched_lock. | John Baldwin | 2000-12-01 | 1 | -0/+5 |
| * | Don't update p_stat in exit1() to SZOMB until after releasing the allproc | John Baldwin | 2000-12-01 | 1 | -1/+7 |
| * | Use callout_reset instead of timeout(9). Most callouts are statically | Jake Burkholder | 2000-11-27 | 1 | -1/+1 |
| * | Protect the following with a lockmgr lock: | Jake Burkholder | 2000-11-22 | 1 | -0/+4 |
| * | Catch up to moving headers: | John Baldwin | 2000-10-20 | 1 | -2/+1 |
| * | Added used include of <sys/mutex.h> (don't depend on pollution in | Bruce Evans | 2000-09-17 | 1 | -0/+2 |
| * | Major update to the way synchronization is done in the kernel. Highlights | Jason Evans | 2000-09-07 | 1 | -1/+0 |
| * | Remove uidinfo hash table lookup and maintenance out of chgproccnt() and | Don Lewis | 2000-09-05 | 1 | -1/+2 |
| * | Change the 'exit()' system call to 'sys_exit()'. This avoids overlapping | Peter Wemm | 2000-07-29 | 1 | -2/+2 |
| * | fix races in the uidinfo subsystem, several problems existed: | Alfred Perlstein | 2000-06-22 | 1 | -1/+1 |
| * | Back out the previous change to the queue(3) interface. | Jake Burkholder | 2000-05-26 | 1 | -2/+2 |
| * | Change the way that the queue(3) structures are declared; don't assume that | Jake Burkholder | 2000-05-23 | 1 | -2/+2 |
| * | Back out NOTE_EXIT status reporting pending discussion. | Brian Feldman | 2000-05-21 | 1 | -3/+2 |
| * | Put the wait(2) exit status in "data" for NOTE_EXIT kevents. | Brian Feldman | 2000-05-17 | 1 | -2/+3 |
| * | Introduce kqueue() and kevent(), a kernel event notification facility. | Jonathan Lemon | 2000-04-16 | 1 | -0/+5 |
| * | Handle the case where we truss an SUGID program -- in particular, we need | Sean Eric Fagan | 2000-01-10 | 1 | -0/+1 |
| * | Scheduler fixes equivalent to the ones logged in the following NetBSD | Bruce Evans | 1999-11-28 | 1 | -4/+2 |
| * | s/p_cred->pc_ucred/p_ucred/g | Poul-Henning Kamp | 1999-11-21 | 1 | -1/+1 |
| * | The at_exit and at_fork functions currently use a 'roll your own' | Poul-Henning Kamp | 1999-11-19 | 1 | -30/+27 |
| * | Introduce commandline caching in the kernel. | Poul-Henning Kamp | 1999-11-16 | 1 | -0/+6 |
| * | This is a partial commit of the patch from PR 14914: | Poul-Henning Kamp | 1999-11-16 | 1 | -3/+3 |