| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove uidinfo hash table lookup and maintenance out of chgproccnt() and | truckman | 2000-09-05 | 1 | -2/+2 |
* | Remove any possibility of hiwat-related race conditions by changing | green | 2000-08-29 | 1 | -7/+10 |
* | Add snapshots to the fast filesystem. Most of the changes support | mckusick | 2000-07-11 | 1 | -4/+12 |
* | Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. | phk | 2000-07-04 | 1 | -1/+1 |
* | Style police catches up with rev 1.26 of src/sys/sys/sysctl.h: | phk | 2000-07-03 | 1 | -1/+1 |
* | fix races in the uidinfo subsystem, several problems existed: | alfred | 2000-06-22 | 1 | -2/+3 |
* | Enable SCM_RIGHTS on alpha. Allocate necessary buffer as conversion between | shin | 2000-03-09 | 1 | -28/+108 |
* | Introduce NDFREE (and remove VOP_ABORTOP) | eivind | 1999-12-15 | 1 | -1/+3 |
* | This is a partial commit of the patch from PR 14914: | phk | 1999-11-16 | 1 | -8/+8 |
* | Trim unused options (or #ifdef for undoc options). | peter | 1999-10-11 | 1 | -1/+0 |
* | Implement RLIMIT_SBSIZE in the kernel. This is a per-uid sockbuf total | green | 1999-10-09 | 1 | -0/+4 |
* | Do not follow symlinks when binding a unix domain socket. | guido | 1999-09-29 | 1 | -1/+1 |
* | Change so_cred's type to a ucred, not a pcred. THis makes more sense, actually. | green | 1999-09-19 | 1 | -1/+1 |
* | Get rid of some evil defines (a pair of snd and rcv.) | green | 1999-09-17 | 1 | -19/+12 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Divorce "dev_t" from the "major|minor" bitmap, which is now called | phk | 1999-05-11 | 1 | -2/+2 |
* | Fix descriptor leak provoked by KKIS.05051999.003b exploit code. | truckman | 1999-05-10 | 1 | -1/+4 |
* | This Implements the mumbled about "Jail" feature. | phk | 1999-04-28 | 1 | -2/+13 |
* | More consistent with surrounding style. (Hey - it looked great in the | eivind | 1999-04-12 | 1 | -2/+2 |
* | Staticize. | eivind | 1999-04-11 | 1 | -2/+2 |
* | * Change sysctl from using linker_set to construct its tree using SLISTs. | dfr | 1999-02-16 | 1 | -1/+4 |
* | The code that reclaims descriptors from in-transit unix domain | dillon | 1999-01-21 | 1 | -1/+1 |
* | This is a rather large commit that encompasses the new swapper, | dillon | 1999-01-21 | 1 | -3/+6 |
* | Nitpicking and dusting performed on a train. Removes trivial warnings | phk | 1998-10-25 | 1 | -2/+2 |
* | Cast pointers to uintptr_t/intptr_t instead of to u_long/long, | bde | 1998-07-15 | 1 | -2/+2 |
* | Convert socket structures to be type-stable and add a version number. | wollman | 1998-05-15 | 1 | -23/+138 |
* | In the words of the submitter: | msmith | 1998-05-07 | 1 | -2/+4 |
* | Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108. | des | 1998-04-17 | 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 |
* | Fixed duplicate definitions of M_FILE (one static). | bde | 1997-11-23 | 1 | -4/+2 |
* | Remove a bunch of variables which were unused both in GENERIC and LINT. | phk | 1997-11-07 | 1 | -2/+1 |
* | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | phk | 1997-10-12 | 1 | -1/+3 |
* | Various select -> poll changes | peter | 1997-09-14 | 1 | -2/+2 |
* | Removed unused #includes. | bde | 1997-09-02 | 1 | -3/+1 |
* | Added used #include - don't depend on <sys/mbuf.h> including | bde | 1997-09-02 | 1 | -1/+2 |
* | Fix all areas of the system (or at least all those in LINT) to avoid storing | wollman | 1997-08-16 | 1 | -57/+55 |
* | The long-awaited mega-massive-network-code- cleanup. Part I. | wollman | 1997-04-27 | 1 | -217/+300 |
* | Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. | bde | 1997-03-23 | 1 | -1/+2 |
* | Add support to sendmsg()/recvmsg() for passing credentials between | wpaul | 1997-03-21 | 1 | -3/+25 |
* | Create a new branch of the kernel MIB, kern.ipc, to store | wollman | 1997-02-24 | 1 | -9/+20 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | This is the kernel Lite/2 commit. There are some requisite userland | dyson | 1997-02-10 | 1 | -7/+7 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Add comments to hard-to-follow File descriptor handling code | julian | 1996-12-05 | 1 | -1/+68 |
* | Move or add #include <queue.h> in preparation for upcoming struct socket | dg | 1996-03-11 | 1 | -1/+2 |
* | Merge in Lite2: LIST replacement for f_filef, f_fileb, and filehead. | hsu | 1996-03-11 | 1 | -5/+6 |
* | Another mega commit to staticize things. | phk | 1995-12-14 | 1 | -21/+35 |
* | Increase the size of the pipe buffer as denoted by PIPSIZ from | dyson | 1995-08-31 | 1 | -2/+4 |
* | Make everything except the unsupported network sources compile cleanly | bde | 1995-08-16 | 1 | -2/+1 |