| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the st_size reported via stat(2) to accurately reflect the amount | kbyanc | 2002-11-01 | 1 | -1/+1 |
* | Integrate mac_check_socket_send() and mac_check_socket_receive() | rwatson | 2002-10-06 | 1 | -0/+17 |
* | In an SMP environment post-Giant it is no longer safe to blindly | truckman | 2002-10-03 | 1 | -2/+2 |
* | In continuation of early fileop credential changes, modify fo_ioctl() to | rwatson | 2002-08-17 | 1 | -1/+2 |
* | Make similar changes to fo_stat() and fo_poll() as made earlier to | rwatson | 2002-08-16 | 1 | -4/+6 |
* | In order to better support flexible and extensible access control, | rwatson | 2002-08-15 | 1 | -4/+4 |
* | More caddr_t removal, make fo_ioctl take a void * instead of a caddr_t. | alfred | 2002-06-29 | 1 | -1/+1 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 1 | -8/+0 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 1 | -0/+8 |
* | Giant pushdown for read/write/pread/pwrite syscalls. | alfred | 2002-03-15 | 1 | -2/+12 |
* | SMP Lock struct file, filedesc and the global file list. | alfred | 2002-01-13 | 1 | -3/+4 |
* | Give struct socket structures a ref counting interface similar to | dillon | 2001-11-17 | 1 | -3/+11 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -16/+16 |
* | Don't bother passing p to rtioctl just so it can fail to pass it to mrt_ioctl | fenner | 2001-07-25 | 1 | -1/+1 |
* | Extend kqueue down to the device layer. | jlemon | 2001-02-15 | 1 | -2/+4 |
* | Instead of just blindly setting -rw-rw-rw-: | chris | 2000-07-02 | 1 | -2/+11 |
* | Report -rw-rw-rw file access modes in soo_stat. | chris | 2000-07-02 | 1 | -1/+2 |
* | Include the UID and GID values filled in by socreate() into socket->so_cred | chris | 2000-05-11 | 1 | -0/+3 |
* | Update socket file type for fo_stat(). soo_stat() becomes a fileops | peter | 1999-11-08 | 1 | -4/+6 |
* | This is what was "fdfix2.patch," a fix for fd sharing. It's pretty | green | 1999-09-19 | 1 | -2/+4 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Fix fd race conditions (during shared fd table usage.) Badfileops is | green | 1999-08-04 | 1 | -1/+2 |
* | Add standard padding argument to pread and pwrite syscall. That should make them | dt | 1999-04-04 | 1 | -3/+5 |
* | Moved prototypes for soo_{read,write,close} into socketvar.h where they | newton | 1999-02-01 | 1 | -6/+1 |
* | Fix bogus line breaks in declarations for soo_read() and soo_write() | newton | 1999-02-01 | 1 | -5/+3 |
* | Added comments about non-staticization so it doesn't get un-done next | newton | 1999-01-31 | 1 | -1/+2 |
* | Unstaticized routines which are needed by the svr4 KLD and the streams | newton | 1999-01-30 | 1 | -7/+7 |
* | Installed the second patch attached to kern/7899 with some changes suggested | truckman | 1998-11-11 | 1 | -4/+11 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -2/+2 |
* | Moved some #includes from <sys/param.h> nearer to where they are actually | bde | 1998-03-28 | 1 | -1/+2 |
* | Various select -> poll changes | peter | 1997-09-14 | 1 | -5/+6 |
* | Fix all areas of the system (or at least all those in LINT) to avoid storing | wollman | 1997-08-16 | 1 | -2/+3 |
* | Removed unused #includes. | bde | 1997-08-02 | 1 | -6/+1 |
* | The long-awaited mega-massive-network-code- cleanup. Part I. | wollman | 1997-04-27 | 1 | -42/+8 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 4: include | bde | 1997-03-24 | 1 | -2/+3 |
* | Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. | bde | 1997-03-23 | 1 | -1/+2 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Modify the kernel to use the new pr_usrreqs interface rather than the old | wollman | 1996-07-11 | 1 | -6/+3 |
* | Move or add #include <queue.h> in preparation for upcoming struct socket | dg | 1996-03-11 | 1 | -1/+2 |
* | A Major staticize sweep. Generates a couple of warnings that I'll deal | phk | 1995-12-14 | 1 | -4/+10 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -3/+3 |
* | All of this is cosmetic. prototypes, #includes, printfs and so on. Makes | phk | 1994-10-02 | 1 | -1/+2 |
* | Added $Id$ | dg | 1994-08-02 | 1 | -0/+1 |
* | The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch. | rgrimes | 1994-05-25 | 1 | -0/+6 |
* | BSD 4.4 Lite Kernel Sources | rgrimes | 1994-05-24 | 1 | -0/+197 |