summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* Remove uidinfo hash table lookup and maintenance out of chgproccnt() andtruckman2000-09-051-2/+2
* Remove any possibility of hiwat-related race conditions by changinggreen2000-08-291-7/+10
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-111-4/+12
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-041-1/+1
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-031-1/+1
* fix races in the uidinfo subsystem, several problems existed:alfred2000-06-221-2/+3
* Enable SCM_RIGHTS on alpha. Allocate necessary buffer as conversion betweenshin2000-03-091-28/+108
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-1/+3
* This is a partial commit of the patch from PR 14914:phk1999-11-161-8/+8
* Trim unused options (or #ifdef for undoc options).peter1999-10-111-1/+0
* Implement RLIMIT_SBSIZE in the kernel. This is a per-uid sockbuf totalgreen1999-10-091-0/+4
* Do not follow symlinks when binding a unix domain socket.guido1999-09-291-1/+1
* Change so_cred's type to a ucred, not a pcred. THis makes more sense, actually.green1999-09-191-1/+1
* Get rid of some evil defines (a pair of snd and rcv.)green1999-09-171-19/+12
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-111-2/+2
* Fix descriptor leak provoked by KKIS.05051999.003b exploit code.truckman1999-05-101-1/+4
* This Implements the mumbled about "Jail" feature.phk1999-04-281-2/+13
* More consistent with surrounding style. (Hey - it looked great in theeivind1999-04-121-2/+2
* Staticize.eivind1999-04-111-2/+2
* * Change sysctl from using linker_set to construct its tree using SLISTs.dfr1999-02-161-1/+4
* The code that reclaims descriptors from in-transit unix domaindillon1999-01-211-1/+1
* This is a rather large commit that encompasses the new swapper,dillon1999-01-211-3/+6
* Nitpicking and dusting performed on a train. Removes trivial warningsphk1998-10-251-2/+2
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,bde1998-07-151-2/+2
* Convert socket structures to be type-stable and add a version number.wollman1998-05-151-23/+138
* In the words of the submitter:msmith1998-05-071-2/+4
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-2/+2
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* Fixed duplicate definitions of M_FILE (one static).bde1997-11-231-4/+2
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-2/+1
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-1/+3
* Various select -> poll changespeter1997-09-141-2/+2
* Removed unused #includes.bde1997-09-021-3/+1
* Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-021-1/+2
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-57/+55
* The long-awaited mega-massive-network-code- cleanup. Part I.wollman1997-04-271-217/+300
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-1/+2
* Add support to sendmsg()/recvmsg() for passing credentials betweenwpaul1997-03-211-3/+25
* Create a new branch of the kernel MIB, kern.ipc, to storewollman1997-02-241-9/+20
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-7/+7
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Add comments to hard-to-follow File descriptor handling codejulian1996-12-051-1/+68
* Move or add #include <queue.h> in preparation for upcoming struct socketdg1996-03-111-1/+2
* Merge in Lite2: LIST replacement for f_filef, f_fileb, and filehead.hsu1996-03-111-5/+6
* Another mega commit to staticize things.phk1995-12-141-21/+35
* Increase the size of the pipe buffer as denoted by PIPSIZ fromdyson1995-08-311-2/+4
* Make everything except the unsupported network sources compile cleanlybde1995-08-161-2/+1
OpenPOWER on IntegriCloud