| Commit message (Expand) | Author | Age | Files | Lines |
* | Protect proc.p_pptr and proc.p_children/p_sibling with the | jake | 2000-12-23 | 1 | -3/+14 |
* | - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), instead | jake | 2000-12-13 | 1 | -8/+9 |
* | Change the proc information returned from the kernel so that it | mckusick | 2000-12-12 | 1 | -47/+105 |
* | Save a copy of p_mtxname in e_mtxname when creating an eproc. | jhb | 2000-11-29 | 1 | -0/+4 |
* | Protect the following with a lockmgr lock: | jake | 2000-11-22 | 1 | -3/+12 |
* | Major update to the way synchronization is done in the kernel. Highlights | jasone | 2000-09-07 | 1 | -0/+1 |
* | Remove uidinfo hash table lookup and maintenance out of chgproccnt() and | truckman | 2000-09-05 | 1 | -136/+1 |
* | Casts are needed to subtract u_longs. | green | 2000-08-31 | 1 | -1/+1 |
* | o Centralize inter-process access control, introducing: | rwatson | 2000-08-30 | 1 | -6/+6 |
* | Remove any possibility of hiwat-related race conditions by changing | green | 2000-08-29 | 1 | -4/+12 |
* | Add a sysctl which hides all process except those that belong to | ps | 2000-08-23 | 1 | -0/+9 |
* | Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. | phk | 2000-07-04 | 1 | -2/+2 |
* | Style police catches up with rev 1.26 of src/sys/sys/sysctl.h: | phk | 2000-07-03 | 1 | -2/+2 |
* | Fix typo (inT -> int) | dima | 2000-06-23 | 1 | -1/+1 |
* | fix races in the uidinfo subsystem, several problems existed: | alfred | 2000-06-22 | 1 | -54/+92 |
* | 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 |
* | Also allow non-rot processes to setproctitle() | phk | 2000-02-08 | 1 | -2/+2 |
* | Add a sysctl to control if argv is disclosed to the world: | phk | 1999-11-26 | 1 | -1/+1 |
* | Introduce the new function | phk | 1999-11-21 | 1 | -1/+1 |
* | Add e_stats (p->p_stats, from struct user->u_stats) to eproc so it's | peter | 1999-11-17 | 1 | -1/+3 |
* | Introduce commandline caching in the kernel. | phk | 1999-11-16 | 1 | -1/+55 |
* | Commit the remaining part of PR14914: | phk | 1999-11-16 | 1 | -20/+17 |
* | Remove a KASSERT() that has fulfilled its purpose. Note that it did | green | 1999-10-24 | 1 | -1/+0 |
* | Implement RLIMIT_SBSIZE in the kernel. This is a per-uid sockbuf total | green | 1999-10-09 | 1 | -2/+42 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Run queue heads have moved to TAILQ's. | peter | 1999-08-19 | 1 | -5/+1 |
* | Reverse the sense of a test, dev2udev() will be much cheaper than | phk | 1999-07-17 | 1 | -3/+3 |
* | Use NOUDEV for udev_t's | phk | 1999-05-17 | 1 | -2/+2 |
* | Change the definition of e_tdev in struct kinfo_proc from dev_t to udev_t | dfr | 1999-05-17 | 1 | -2/+2 |
* | Divorce "dev_t" from the "major|minor" bitmap, which is now called | phk | 1999-05-11 | 1 | -2/+3 |
* | Add sufficient braces to keep egcs happy about potentially ambiguous | peter | 1999-05-06 | 1 | -3/+5 |
* | Add sysctl descriptions to many SYSCTL_XXXs | billf | 1999-05-03 | 1 | -2/+2 |
* | This Implements the mumbled about "Jail" feature. | phk | 1999-04-28 | 1 | -1/+6 |
* | Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). This | luoqi | 1999-02-19 | 1 | -18/+3 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-28 | 1 | -2/+2 |
* | Enable Linux threads support by default. | julian | 1999-01-26 | 1 | -3/+1 |
* | Re-enable the options in ps(1) that were disabled with the Linux | julian | 1999-01-13 | 1 | -1/+6 |
* | KNFize, by bde. | eivind | 1999-01-10 | 1 | -5/+6 |
* | Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT as | eivind | 1999-01-08 | 1 | -15/+9 |
* | I got another batch of suggestions for cosmetic changes from bde. | truckman | 1998-11-11 | 1 | -2/+2 |
* | Installed the second patch attached to kern/7899 with some changes suggested | truckman | 1998-11-11 | 1 | -1/+9 |
* | If the session leader dies, s_leader is set to NULL and getsid() may | truckman | 1998-11-09 | 1 | -1/+2 |
* | Fixed printf format errors. | bde | 1998-07-11 | 1 | -6/+9 |
* | Staticized. | bde | 1998-02-20 | 1 | -3/+3 |
* | Staticize. | eivind | 1998-02-09 | 1 | -2/+2 |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 1 | -3/+1 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 1 | -1/+3 |
* | Return the vm_map in the eproc structure, so we can support more accurate | dyson | 1998-02-02 | 1 | -1/+2 |
* | VM level code cleanups. | dyson | 1998-01-22 | 1 | -1/+4 |