| Commit message (Expand) | Author | Age | Files | Lines |
* | Update kernel inclusions of capability.h to use capsicum.h instead; some | Robert Watson | 2014-03-16 | 1 | -1/+1 |
* | Change the cap_rights_t type from uint64_t to a structure that we can extend | Pawel Jakub Dawidek | 2013-09-05 | 1 | -4/+8 |
* | Merge Capsicum overhaul: | Pawel Jakub Dawidek | 2013-03-02 | 1 | -2/+2 |
* | In order to maximize the re-usability of kernel code in user space this | Kip Macy | 2011-09-16 | 1 | -10/+10 |
* | Second-to-last commit implementing Capsicum capabilities in the FreeBSD | Robert Watson | 2011-08-11 | 1 | -2/+3 |
* | de-register. | Xin LI | 2009-05-29 | 1 | -2/+2 |
* | Allow COMPAT_SVR4 to be built without COMPAT_43. | Ed Schouten | 2008-09-15 | 1 | -12/+20 |
* | Remove explicit locking of struct file. | Jeff Roberson | 2007-12-30 | 1 | -4/+0 |
* | With socket code no longer in svr4_stream.c, MAC includes are no longer | Robert Watson | 2006-08-05 | 1 | -2/+0 |
* | - Explicitly lock Giant to protect the fields in the svr4_strm structure | John Baldwin | 2006-07-28 | 1 | -5/+33 |
* | Fix a file descriptor race I reintroduced when I split accept1() up into | John Baldwin | 2006-07-27 | 1 | -10/+24 |
* | Clean up the svr4 socket cache and streams code some to make it more easily | John Baldwin | 2006-07-21 | 1 | -4/+2 |
* | - Split out kern_accept(), kern_getpeername(), and kern_getsockname() for | John Baldwin | 2006-07-10 | 1 | -379/+63 |
* | Annotate uses of fgetsock() with indications that they should rely | Robert Watson | 2006-04-01 | 1 | -0/+8 |
* | Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57, | Robert Watson | 2005-09-28 | 1 | -26/+2 |
* | Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(), | Robert Watson | 2005-09-19 | 1 | -2/+26 |
* | - Stop hardcoding #define's for options and use the appropriate | John Baldwin | 2005-07-13 | 1 | -2/+2 |
* | Bounds check the user-supplied length used in a copyout() in | David Schultz | 2005-03-23 | 1 | -0/+2 |
* | - Implement svr4_emul_find() using kern_alternate_path(). This changes | John Baldwin | 2005-02-07 | 1 | -30/+8 |
* | Start each of the license/copyright comments with /*- | Warner Losh | 2005-01-05 | 1 | -1/+1 |
* | Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl() | John Baldwin | 2004-08-24 | 1 | -14/+9 |
* | Clean up and wash struct iovec and struct uio handling. | Poul-Henning Kamp | 2004-07-10 | 1 | -32/+12 |
* | Second half of the dev_t cleanup. | Poul-Henning Kamp | 2004-06-17 | 1 | -1/+1 |
* | Socket MAC labels so_label and so_peerlabel are now protected by | Robert Watson | 2004-06-13 | 1 | -0/+4 |
* | Fix some security bugs in the SVR4 emulator: | Tim J. Robbins | 2003-10-20 | 1 | -11/+44 |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-10 | 1 | -2/+3 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -4/+4 |
* | Consolidate MIN/MAX macros into one place (param.h). | Alfred Perlstein | 2003-02-02 | 1 | -3/+0 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -4/+4 |
* | Bow to the whining masses and change a union back into void *. Retain | Matthew Dillon | 2003-01-13 | 1 | -1/+1 |
* | Change struct file f_data to un_data, a union of the correct struct | Matthew Dillon | 2003-01-12 | 1 | -1/+1 |
* | SCARGS removal take II. | Alfred Perlstein | 2002-12-14 | 1 | -83/+83 |
* | Backout removal SCARGS, the code freeze is only "selectively" over. | Alfred Perlstein | 2002-12-13 | 1 | -83/+83 |
* | Remove SCARGS. | Alfred Perlstein | 2002-12-13 | 1 | -83/+83 |
* | Integrate mac_check_socket_send() and mac_check_socket_receive() | Robert Watson | 2002-10-06 | 1 | -0/+17 |
* | Back out last commit. Linux uses the old 4.3BSD sockaddr format. | Jonathan Mini | 2002-09-24 | 1 | -10/+4 |
* | Ok, make this compile for real this time. recvfrom_args doesn't have a | John Baldwin | 2002-09-23 | 1 | -1/+1 |
* | Use correct variable name so that previous commit actually compiles. | John Baldwin | 2002-09-23 | 1 | -2/+2 |
* | Don't use compatability syscall wrappers in emulation code. | Jonathan Mini | 2002-09-23 | 1 | -4/+10 |
* | In continuation of early fileop credential changes, modify fo_ioctl() to | Robert Watson | 2002-08-17 | 1 | -1/+2 |
* | catch up with ktrace changes, KTRPOINT takes a 'struct thread' not | Alfred Perlstein | 2002-06-11 | 1 | -2/+2 |
* | Catch up to changes in ktrace API. | John Baldwin | 2002-06-07 | 1 | -2/+2 |
* | Remove __P. | Alfred Perlstein | 2002-03-20 | 1 | -55/+52 |
* | Make compile, remove extra fdrop() calls. | Alfred Perlstein | 2002-01-19 | 1 | -3/+1 |
* | Replace ffind_* with fget calls. | Alfred Perlstein | 2002-01-14 | 1 | -4/+2 |
* | Some of the KSE stuff was accidentally reverted by file locking, | Alfred Perlstein | 2002-01-13 | 1 | -5/+5 |
* | SMP Lock struct file, filedesc and the global file list. | Alfred Perlstein | 2002-01-13 | 1 | -25/+54 |
* | Give struct socket structures a ref counting interface similar to | Matthew Dillon | 2001-11-17 | 1 | -18/+12 |
* | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -142/+142 |
* | get rid of some printf and pointer type warnings | Assar Westerlund | 2001-07-22 | 1 | -3/+3 |