| 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 | -1/+2 |
* | Merge Capsicum overhaul: | Pawel Jakub Dawidek | 2013-03-02 | 1 | -4/+6 |
* | In order to maximize the re-usability of kernel code in user space this | Kip Macy | 2011-09-16 | 1 | -1/+1 |
* | Second-to-last commit implementing Capsicum capabilities in the FreeBSD | Robert Watson | 2011-08-11 | 1 | -1/+2 |
* | Remove proc locking, it's not needed after r210132. | Edward Tomasz Napierala | 2010-07-17 | 1 | -5/+1 |
* | Make svr4(4) version of poll(2) use the same limit of file descriptors as the | Edward Tomasz Napierala | 2010-07-15 | 1 | -4/+1 |
* | Replace custom file descriptor array sleep lock constructed using a mutex | Robert Watson | 2007-04-04 | 1 | -4/+4 |
* | Start each of the license/copyright comments with /*- | Warner Losh | 2005-01-05 | 1 | -1/+1 |
* | Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST. | Poul-Henning Kamp | 2004-11-13 | 1 | -4/+4 |
* | More sensible FILEDESC_ locking. | Poul-Henning Kamp | 2004-11-07 | 1 | -3/+2 |
* | Locking for the per-process resource limits structure. | John Baldwin | 2004-02-04 | 1 | -4/+7 |
* | Fix some security bugs in the SVR4 emulator: | Tim J. Robbins | 2003-10-20 | 1 | -0/+7 |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-10 | 1 | -2/+3 |
* | - Merge struct procsig with struct sigacts. | John Baldwin | 2003-05-13 | 1 | -2/+13 |
* | - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread with | Jeff Roberson | 2003-03-31 | 1 | -2/+2 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -1/+1 |
* | 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 | -17/+17 |
* | Backout removal SCARGS, the code freeze is only "selectively" over. | Alfred Perlstein | 2002-12-13 | 1 | -17/+17 |
* | Remove SCARGS. | Alfred Perlstein | 2002-12-13 | 1 | -17/+17 |
* | Back our kernel support for reliable signal queues. | Juli Mallett | 2002-10-01 | 1 | -3/+0 |
* | First half of implementation of ksiginfo, signal queues, and such. This | Juli Mallett | 2002-09-30 | 1 | -0/+3 |
* | In continuation of early fileop credential changes, modify fo_ioctl() to | Robert Watson | 2002-08-17 | 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 | -10/+6 |
* | Lock down a socket, milestone 1. | Seigo Tanimura | 2002-05-20 | 1 | -6/+10 |
* | include sys/lock.h and sys/mutex.h to make compile. | Alfred Perlstein | 2002-01-30 | 1 | -0/+2 |
* | Replace ffind_* with fget calls. | Alfred Perlstein | 2002-01-14 | 1 | -2/+1 |
* | SMP Lock struct file, filedesc and the global file list. | Alfred Perlstein | 2002-01-13 | 1 | -3/+8 |
* | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -18/+18 |
* | Cleanup after repo copy of sys/svr4 to sys/compat/svr4. | David E. O'Brien | 2000-08-31 | 1 | -7/+7 |
* | Remove some all-too-wordy debugging prints | Mark Newton | 2000-01-15 | 1 | -5/+0 |
* | Remove unnecessary includes | Mark Newton | 1999-12-08 | 1 | -4/+0 |
* | Remove unnecessary includes. | Mark Newton | 1999-10-17 | 1 | -4/+0 |
* | This is what was "fdfix2.patch," a fix for fd sharing. It's pretty | Brian Feldman | 1999-09-19 | 1 | -3/+1 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | Fix svr4_sys_poll(); SysV STREAMS produce return values from poll() which | Mark Newton | 1999-07-30 | 1 | -6/+2 |
* | Add $Id$ tags | Mark Newton | 1999-07-30 | 1 | -0/+2 |
* | Emulator KLD for SysVR4 executables grabbed from NetBSD. | Mark Newton | 1999-01-30 | 1 | -0/+245 |