| Commit message (Expand) | Author | Age | Files | Lines |
| * | move accounting flags to struct process; idea and ok guenther |  mikeb | 2012-04-12 | 1 | -2/+2 |
| * | Make the KERN_NPROCS and KERN_MAXPROC sysctl()s and the RLIMIT_NPROC rlimit |  guenther | 2012-04-10 | 1 | -5/+5 |
| * | First steps for making ptrace work with rthreads: |  guenther | 2012-02-20 | 1 | -2/+2 |
| * | "TLS-lite": add kernel support for a per-thread userspace pointer, |  guenther | 2011-10-15 | 1 | -1/+29 |
| * | two more syscall functions that should have returned int, not pid_t |  tedu | 2011-07-25 | 1 | -3/+3 |
| * | effectively revert 1.44. we don't need the compat_43 syscall returns ever. |  tedu | 2011-07-07 | 1 | -7/+4 |
| * | Move P_EXEC flag from struct proc to process, so that setpgid() will |  guenther | 2011-04-04 | 1 | -2/+2 |
| * | Move P_SUGID and P_SUGIDEXEC from struct proc to struct process, so |  guenther | 2011-04-02 | 1 | -9/+9 |
| * | Correct the links between threads, processes, pgrps, and sessions, |  guenther | 2010-07-26 | 1 | -37/+41 |
| * | Always identify threads with THREAD_PID_OFFSET, so that there's no |  guenther | 2010-07-01 | 1 | -2/+2 |
| * | remove the compat43 ifdef around some code. in effect, it's always been |  tedu | 2010-06-29 | 1 | -12/+4 |
| * | Eliminate RTHREADS kernel option in favor of a sysctl. The actual status |  tedu | 2010-06-29 | 1 | -3/+3 |
| * | <sys/time.b> is for ftime(), which is just in libcompat and not the kernel, |  guenther | 2010-06-28 | 1 | -2/+1 |
| * | Make sure the process tree is is loop-free by forbidding ptrace() |  guenther | 2010-01-28 | 1 | -2/+2 |
| * | fix typos in comments, no code changes; |  schwarze | 2010-01-14 | 1 | -2/+2 |
| * | ANSIfy |  guenther | 2009-06-02 | 1 | -5/+2 |
| * | Move the functionality of psignal() to a new function ptsignal() |  guenther | 2008-12-16 | 1 | -2/+2 |
| * | change all callers of enterpgrp() to pre-allocate a pgrp or session if |  deraadt | 2008-11-01 | 1 | -15/+37 |
| * | accidental commit ... backout |  deraadt | 2008-10-31 | 1 | -39/+15 |
| * | kern_sysctl.c |  deraadt | 2008-10-31 | 1 | -15/+39 |
| * | Back-in; problems were apparently elsewhere. |  guenther | 2008-10-14 | 1 | -5/+5 |
| * | backout; is causing some people difficulty |  deraadt | 2008-10-10 | 1 | -5/+5 |
| * | Use the reference count in struct process to update the proc count |  guenther | 2008-10-09 | 1 | -5/+5 |
| * | use PR_ZERO instead of calling bzero directly |  thib | 2008-05-22 | 1 | -3/+2 |
| * | Start moving state that is shared among threads in a process into |  art | 2007-04-03 | 1 | -4/+4 |
| * | Since p_flag is often manipulated in interrupts and without biglock |  art | 2007-03-15 | 1 | -8/+8 |
| * | kernel support for threaded processes (rthreads). |  tedu | 2005-12-03 | 1 | -3/+17 |
| * | ansi/deregister. |  jsg | 2005-11-28 | 1 | -115/+32 |
| * | match syscallargs comments with reality |  henning | 2003-09-01 | 1 | -3/+3 |
| * | change arguments to suser. suser now takes the process, and a flags |  tedu | 2003-08-15 | 1 | -23/+32 |
| * | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
| * | Bring back setreuid(2) and setregid(2) as first class syscalls |  millert | 2003-01-30 | 1 | -1/+67 |
| * | Implement setresuid(2), getresuid(2), setresgid(2), getresgid(2), based |  millert | 2002-10-30 | 1 | -1/+207 |
| * | Match reality by changing (u_int) -> (int) in comments. |  nordin | 2002-10-15 | 1 | -3/+3 |
| * | Allocate rusage, pgrp, ucred and session with pool. |  art | 2002-01-23 | 1 | -6/+4 |
| * | Don't cast return value from splx to (void) because splx doesn't return anything. |  art | 2002-01-12 | 1 | -2/+2 |
| * | Try again. (this time it's tested). |  art | 2001-06-22 | 1 | -1/+20 |
| * | KNF |  deraadt | 2001-06-22 | 1 | -10/+10 |
| * | no way, you are on drugs. last commit revoked because it broke setuid majorly |  deraadt | 2001-06-19 | 1 | -19/+1 |
| * | Add proc_cansugid used to check if a process should be allowed |  art | 2001-06-18 | 1 | -1/+19 |
| * | Cleanup. |  art | 2000-11-08 | 1 | -54/+69 |
| * | o add missing getsid() prototype |  millert | 2000-09-12 | 1 | -15/+24 |
| * | indent |  deraadt | 1997-11-17 | 1 | -2/+2 |
| * | add getsid(2), XPG4 |  deraadt | 1997-11-13 | 1 | -2/+21 |
| * | COMPAT_BSDOS exec and compat changes. |  downsj | 1997-09-02 | 1 | -4/+4 |
| * | add getpgid(2) from NetBSD |  kstailey | 1997-05-30 | 1 | -1/+23 |
| * | Do return values from issetuid() correctly |  tholo | 1997-03-29 | 1 | -2/+4 |
| * | Allow set[gu]id() if the [gu]id we are trying to set is the saved [gu]id, |  tholo | 1996-10-27 | 1 | -1/+3 |
| * | Verify that pgid argument to setpgid() is legal |  tholo | 1996-10-26 | 1 | -1/+4 |
| * | copyinstr correctly; spotted by bitblt |  deraadt | 1996-10-02 | 1 | -2/+2 |