| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | Robert Watson | 2007-10-24 | 1 | -4/+4 |
* | Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which | Robert Watson | 2007-08-06 | 1 | -35/+12 |
* | Move to ANSI C function headers. Re-wrap some comments. | Robert Watson | 2007-03-04 | 1 | -45/+25 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | Robert Watson | 2006-10-22 | 1 | -1/+2 |
* | soreceive_generic(), and sopoll_generic(). Add new functions sosend(), | Robert Watson | 2006-07-24 | 1 | -5/+3 |
* | Introduce three additional MAC Framework and MAC Policy entry points to | Robert Watson | 2005-04-16 | 1 | -0/+18 |
* | The SO_NOSIGPIPE socket option allows a user process to mark a socket | Robert Watson | 2005-03-11 | 1 | -0/+8 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -1/+1 |
* | Push Giant down through ioctl. | Poul-Henning Kamp | 2004-11-17 | 1 | -0/+2 |
* | Push Giant down through select and poll. | Poul-Henning Kamp | 2004-11-17 | 1 | -0/+2 |
* | Polish two functions a bit so that it is easier to wrap them in | Poul-Henning Kamp | 2004-11-13 | 1 | -21/+33 |
* | Push Giant acquisition down into fo_stat() from most callers. Acquire | Robert Watson | 2004-07-22 | 1 | -1/+5 |
* | Push acquisition of Giant from fdrop_closed() into fo_close() so that | Robert Watson | 2004-07-22 | 1 | -0/+2 |
* | Annotate two intentionally unlocked reads with comments. | Robert Watson | 2004-06-20 | 1 | -0/+6 |
* | Merge additional socket buffer locking from rwatson_netperf: | Robert Watson | 2004-06-17 | 1 | -0/+20 |
* | The socket field so_state is used to hold a variety of socket related | Robert Watson | 2004-06-14 | 1 | -4/+4 |
* | Socket MAC labels so_label and so_peerlabel are now protected by | Robert Watson | 2004-06-13 | 1 | -0/+4 |
* | Remove advertising clause from University of California Regent's license, | Warner Losh | 2004-04-05 | 1 | -4/+0 |
* | Conditionally acquire Giant when entering the socket layer via file | Robert Watson | 2004-03-29 | 1 | -6/+6 |
* | Initialize struct fileops with C99 sparse initialization. | Poul-Henning Kamp | 2003-06-18 | 1 | -2/+8 |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -1/+3 |
* | Remove duplicate includes. | Olivier Houchard | 2003-02-20 | 1 | -1/+0 |
* | Do not allow kqueues to be passed via unix domain sockets. | Alfred Perlstein | 2003-02-15 | 1 | -1/+1 |
* | Bow to the whining masses and change a union back into void *. Retain | Matthew Dillon | 2003-01-13 | 1 | -7/+7 |
* | Change struct file f_data to un_data, a union of the correct struct | Matthew Dillon | 2003-01-12 | 1 | -7/+7 |
* | When compiling the kernel do not implicitly include filedesc.h from proc.h, | Alfred Perlstein | 2003-01-01 | 1 | -0/+2 |
* | s/sokqfilter/soo_kqfilter/ for consistency with the naming of all | Poul-Henning Kamp | 2002-12-23 | 1 | -1/+1 |
* | Update the st_size reported via stat(2) to accurately reflect the amount | Kelly Yancey | 2002-11-01 | 1 | -1/+1 |
* | Integrate mac_check_socket_send() and mac_check_socket_receive() | Robert Watson | 2002-10-06 | 1 | -0/+17 |
* | In an SMP environment post-Giant it is no longer safe to blindly | Don Lewis | 2002-10-03 | 1 | -2/+2 |
* | In continuation of early fileop credential changes, modify fo_ioctl() to | Robert Watson | 2002-08-17 | 1 | -1/+2 |
* | Make similar changes to fo_stat() and fo_poll() as made earlier to | Robert Watson | 2002-08-16 | 1 | -4/+6 |
* | In order to better support flexible and extensible access control, | Robert Watson | 2002-08-15 | 1 | -4/+4 |
* | More caddr_t removal, make fo_ioctl take a void * instead of a caddr_t. | Alfred Perlstein | 2002-06-29 | 1 | -1/+1 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | Seigo Tanimura | 2002-05-31 | 1 | -8/+0 |
* | Lock down a socket, milestone 1. | Seigo Tanimura | 2002-05-20 | 1 | -0/+8 |
* | Giant pushdown for read/write/pread/pwrite syscalls. | Alfred Perlstein | 2002-03-15 | 1 | -2/+12 |
* | SMP Lock struct file, filedesc and the global file list. | Alfred Perlstein | 2002-01-13 | 1 | -3/+4 |
* | Give struct socket structures a ref counting interface similar to | Matthew Dillon | 2001-11-17 | 1 | -3/+11 |
* | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -16/+16 |
* | Don't bother passing p to rtioctl just so it can fail to pass it to mrt_ioctl | Bill Fenner | 2001-07-25 | 1 | -1/+1 |
* | Extend kqueue down to the device layer. | Jonathan Lemon | 2001-02-15 | 1 | -2/+4 |
* | Instead of just blindly setting -rw-rw-rw-: | Chris Costello | 2000-07-02 | 1 | -2/+11 |
* | Report -rw-rw-rw file access modes in soo_stat. | Chris Costello | 2000-07-02 | 1 | -1/+2 |
* | Include the UID and GID values filled in by socreate() into socket->so_cred | Chris Costello | 2000-05-11 | 1 | -0/+3 |
* | Update socket file type for fo_stat(). soo_stat() becomes a fileops | Peter Wemm | 1999-11-08 | 1 | -4/+6 |
* | This is what was "fdfix2.patch," a fix for fd sharing. It's pretty | Brian Feldman | 1999-09-19 | 1 | -2/+4 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | Fix fd race conditions (during shared fd table usage.) Badfileops is | Brian Feldman | 1999-08-04 | 1 | -1/+2 |
* | Add standard padding argument to pread and pwrite syscall. That should make them | Dmitrij Tejblum | 1999-04-04 | 1 | -3/+5 |