| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing includes of sys/lock.h. | jhb | 2001-10-11 | 1 | -0/+1 |
* | Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader | ps | 2001-10-10 | 2 | -2/+2 |
* | Fix typo. | julian | 2001-09-13 | 1 | -1/+1 |
* | KSE Milestone 2 | julian | 2001-09-12 | 22 | -663/+670 |
* | Synchronize syscalls.master(s) with recent Giant pushdown work | dillon | 2001-09-01 | 1 | -8/+8 |
* | get rid of some printf and pointer type warnings | assar | 2001-07-22 | 7 | -15/+17 |
* | o Merge contents of struct pcred into struct ucred. Specifically, add the | rwatson | 2001-05-25 | 2 | -12/+7 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 6 | -34/+42 |
* | Change the pfind() and zpfind() functions to lock the process that they | jhb | 2001-04-24 | 1 | -2/+3 |
* | Add missing includes of <sys/sx.h> | jhb | 2001-03-28 | 1 | -0/+1 |
* | Convert the allproc and proctree locks from lockmgr locks to sx locks. | jhb | 2001-03-28 | 1 | -9/+9 |
* | Grab the process lock while calling psignal and before calling psignal. | jhb | 2001-03-07 | 1 | -1/+4 |
* | - Hold both an exclusive proctree lock and the proc lock when reparenting | jhb | 2001-03-07 | 1 | -10/+11 |
* | MFS: bring the consistent `compat_3_brand' support into -CURRENT | obrien | 2001-02-24 | 1 | -0/+1 |
* | o Move per-process jail pointer (p->pr_prison) to inside of the subject | rwatson | 2001-02-21 | 1 | -9/+0 |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 1 | -6/+6 |
* | Fix typo: seperate -> separate. | asmodai | 2001-02-06 | 1 | -1/+1 |
* | Fix typo: wierd -> weird. | asmodai | 2001-02-06 | 1 | -1/+1 |
* | Back out proc locking to protect p_ucred for obtaining additional | jhb | 2001-01-27 | 2 | -36/+6 |
* | - Back out over-aggressive locking of p->p_cred. | jhb | 2001-01-26 | 1 | -12/+3 |
* | Argh, atomic_store_rel -> atomic_store_rel_int. | jhb | 2001-01-23 | 1 | -1/+1 |
* | Woops, add in missing headers. | jhb | 2001-01-23 | 1 | -1/+3 |
* | Proc locking. | jhb | 2001-01-23 | 5 | -17/+63 |
* | Use queue macros. | jhb | 2001-01-23 | 1 | -5/+4 |
* | - Add proc locking. | jhb | 2001-01-23 | 1 | -35/+104 |
* | - Use proper atomic operations to make the run time initialization | jhb | 2001-01-23 | 1 | -10/+20 |
* | FreeBSD doesn't have p_emuldata, and our stackgap_init() doesn't take an | jhb | 2001-01-23 | 1 | -3/+3 |
* | Finish deprecating <sys/select.h> in favor of <sys/selinfo.h> in kernel code. | wollman | 2001-01-20 | 1 | -1/+0 |
* | Take 10 seconds to actually fix the chgproccnt rather than just make it | green | 2001-01-09 | 1 | -2/+1 |
* | With some trepidation, add a `#error' directive to this module. It was | wollman | 2001-01-09 | 1 | -0/+1 |
* | Protect proc.p_pptr and proc.p_children/p_sibling with the | jake | 2000-12-23 | 1 | -8/+16 |
* | - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), instead | jake | 2000-12-13 | 1 | -3/+8 |
* | Include machine/cpu.h for cpu_getstack(). | marcel | 2000-12-03 | 1 | -0/+2 |
* | Don't use p->p_sigstk.ss_flags to keep state of whether the | marcel | 2000-11-30 | 1 | -1/+1 |
* | Forgot to patch this file in file descriptor race fix commit | dillon | 2000-11-23 | 1 | -7/+17 |
* | Make MINSIGSTKSZ machine dependent, and have the sigaltstack | marcel | 2000-11-09 | 2 | -1/+5 |
* | Make the target a little bit more generic. | obrien | 2000-11-01 | 1 | -1/+3 |
* | Cleanup after repo copy of sys/svr4 to sys/compat/svr4. | obrien | 2000-08-31 | 23 | -120/+120 |
* | Regen. (Fix SYS_exit) | peter | 2000-07-29 | 4 | -7/+7 |
* | Sigh. Fix SYS_exit problems. I misunderstood the significance of these | peter | 2000-07-29 | 1 | -1/+1 |
* | Regenerate with makesyscalls.sh | peter | 2000-07-29 | 4 | -7/+7 |
* | Change the 'exit()' system call to 'sys_exit()'. This avoids overlapping | peter | 2000-07-29 | 1 | -1/+1 |
* | Add snapshots to the fast filesystem. Most of the changes support | mckusick | 2000-07-11 | 1 | -0/+4 |
* | Modify ktrace's general I/O tracing, ktrgenio(), to use a struct uio * | green | 2000-07-02 | 1 | -6/+14 |
* | fix races in the uidinfo subsystem, several problems existed: | alfred | 2000-06-22 | 1 | -1/+1 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -2/+2 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -2/+2 |
* | Regenerated (to fix "created from" lines, and to fix the previous | bde | 2000-05-10 | 4 | -5/+5 |
* | Fixed the "created from" lines generated from this file. makesyscalls.sh | bde | 2000-05-10 | 1 | -6/+6 |
* | Regenerated (fixed the calculation of sy_nargs in sysent tables). | bde | 2000-05-09 | 2 | -127/+131 |