summaryrefslogtreecommitdiff
path: root/sys/kern/sys_socket.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.1.1_cvscvs2svn2000-09-251-1/+1
* MFC: set socket stat values appropriately.. eg: turn off read or write bitsPeter Wemm2000-08-041-0/+13
* Update socket file type for fo_stat(). soo_stat() becomes a fileopsPeter Wemm1999-11-081-4/+6
* This is what was "fdfix2.patch," a fix for fd sharing. It's prettyBrian Feldman1999-09-191-2/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix fd race conditions (during shared fd table usage.) Badfileops isBrian Feldman1999-08-041-1/+2
* Add standard padding argument to pread and pwrite syscall. That should make themDmitrij Tejblum1999-04-041-3/+5
* Moved prototypes for soo_{read,write,close} into socketvar.h where theyMark Newton1999-02-011-6/+1
* Fix bogus line breaks in declarations for soo_read() and soo_write()Mark Newton1999-02-011-5/+3
* Added comments about non-staticization so it doesn't get un-done nextMark Newton1999-01-311-1/+2
* Unstaticized routines which are needed by the svr4 KLD and the streamsMark Newton1999-01-301-7/+7
* Installed the second patch attached to kern/7899 with some changes suggestedDon Lewis1998-11-111-4/+11
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* Moved some #includes from <sys/param.h> nearer to where they are actuallyBruce Evans1998-03-281-1/+2
* Various select -> poll changesPeter Wemm1997-09-141-5/+6
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-161-2/+3
* Removed unused #includes.Bruce Evans1997-08-021-6/+1
* The long-awaited mega-massive-network-code- cleanup. Part I.Garrett Wollman1997-04-271-42/+8
* Don't include <sys/ioctl.h> in the kernel. Stage 4: includeBruce Evans1997-03-241-2/+3
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.Bruce Evans1997-03-231-1/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Modify the kernel to use the new pr_usrreqs interface rather than the oldGarrett Wollman1996-07-111-6/+3
* Move or add #include <queue.h> in preparation for upcoming struct socketDavid Greenman1996-03-111-1/+2
* A Major staticize sweep. Generates a couple of warnings that I'll dealPoul-Henning Kamp1995-12-141-4/+10
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
* All of this is cosmetic. prototypes, #includes, printfs and so on. MakesPoul-Henning Kamp1994-10-021-1/+2
* Added $Id$David Greenman1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-0/+6
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+197