summaryrefslogtreecommitdiffstats
path: root/sys/kern/sys_socket.c
Commit message (Expand)AuthorAgeFilesLines
* Instead of just blindly setting -rw-rw-rw-:chris2000-07-021-2/+11
* Report -rw-rw-rw file access modes in soo_stat.chris2000-07-021-1/+2
* Include the UID and GID values filled in by socreate() into socket->so_credchris2000-05-111-0/+3
* Update socket file type for fo_stat(). soo_stat() becomes a fileopspeter1999-11-081-4/+6
* This is what was "fdfix2.patch," a fix for fd sharing. It's prettygreen1999-09-191-2/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix fd race conditions (during shared fd table usage.) Badfileops isgreen1999-08-041-1/+2
* Add standard padding argument to pread and pwrite syscall. That should make themdt1999-04-041-3/+5
* Moved prototypes for soo_{read,write,close} into socketvar.h where theynewton1999-02-011-6/+1
* Fix bogus line breaks in declarations for soo_read() and soo_write()newton1999-02-011-5/+3
* Added comments about non-staticization so it doesn't get un-done nextnewton1999-01-311-1/+2
* Unstaticized routines which are needed by the svr4 KLD and the streamsnewton1999-01-301-7/+7
* Installed the second patch attached to kern/7899 with some changes suggestedtruckman1998-11-111-4/+11
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-281-1/+2
* Various select -> poll changespeter1997-09-141-5/+6
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-2/+3
* Removed unused #includes.bde1997-08-021-6/+1
* The long-awaited mega-massive-network-code- cleanup. Part I.wollman1997-04-271-42/+8
* Don't include <sys/ioctl.h> in the kernel. Stage 4: includebde1997-03-241-2/+3
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-1/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Modify the kernel to use the new pr_usrreqs interface rather than the oldwollman1996-07-111-6/+3
* Move or add #include <queue.h> in preparation for upcoming struct socketdg1996-03-111-1/+2
* A Major staticize sweep. Generates a couple of warnings that I'll dealphk1995-12-141-4/+10
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
* All of this is cosmetic. prototypes, #includes, printfs and so on. Makesphk1994-10-021-1/+2
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-0/+6
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+197
OpenPOWER on IntegriCloud