| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove proc locking, it's not needed after r210132. | trasz | 2010-07-17 | 1 | -5/+1 |
* | Make svr4(4) version of poll(2) use the same limit of file descriptors as the | trasz | 2010-07-15 | 1 | -4/+1 |
* | Replace custom file descriptor array sleep lock constructed using a mutex | rwatson | 2007-04-04 | 1 | -4/+4 |
* | Start each of the license/copyright comments with /*- | imp | 2005-01-05 | 1 | -1/+1 |
* | Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST. | phk | 2004-11-13 | 1 | -4/+4 |
* | More sensible FILEDESC_ locking. | phk | 2004-11-07 | 1 | -3/+2 |
* | Locking for the per-process resource limits structure. | jhb | 2004-02-04 | 1 | -4/+7 |
* | Fix some security bugs in the SVR4 emulator: | tjr | 2003-10-20 | 1 | -0/+7 |
* | Use __FBSDID(). | obrien | 2003-06-10 | 1 | -2/+3 |
* | - Merge struct procsig with struct sigacts. | jhb | 2003-05-13 | 1 | -2/+13 |
* | - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread with | jeff | 2003-03-31 | 1 | -2/+2 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | Bow to the whining masses and change a union back into void *. Retain | dillon | 2003-01-13 | 1 | -1/+1 |
* | Change struct file f_data to un_data, a union of the correct struct | dillon | 2003-01-12 | 1 | -1/+1 |
* | SCARGS removal take II. | alfred | 2002-12-14 | 1 | -17/+17 |
* | Backout removal SCARGS, the code freeze is only "selectively" over. | alfred | 2002-12-13 | 1 | -17/+17 |
* | Remove SCARGS. | alfred | 2002-12-13 | 1 | -17/+17 |
* | Back our kernel support for reliable signal queues. | jmallett | 2002-10-01 | 1 | -3/+0 |
* | First half of implementation of ksiginfo, signal queues, and such. This | jmallett | 2002-09-30 | 1 | -0/+3 |
* | In continuation of early fileop credential changes, modify fo_ioctl() to | rwatson | 2002-08-17 | 1 | -1/+1 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 1 | -10/+6 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 1 | -6/+10 |
* | include sys/lock.h and sys/mutex.h to make compile. | alfred | 2002-01-30 | 1 | -0/+2 |
* | Replace ffind_* with fget calls. | alfred | 2002-01-14 | 1 | -2/+1 |
* | SMP Lock struct file, filedesc and the global file list. | alfred | 2002-01-13 | 1 | -3/+8 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -18/+18 |
* | Cleanup after repo copy of sys/svr4 to sys/compat/svr4. | obrien | 2000-08-31 | 1 | -7/+7 |
* | Remove some all-too-wordy debugging prints | newton | 2000-01-15 | 1 | -5/+0 |
* | Remove unnecessary includes | newton | 1999-12-08 | 1 | -4/+0 |
* | Remove unnecessary includes. | newton | 1999-10-17 | 1 | -4/+0 |
* | This is what was "fdfix2.patch," a fix for fd sharing. It's pretty | green | 1999-09-19 | 1 | -3/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Fix svr4_sys_poll(); SysV STREAMS produce return values from poll() which | newton | 1999-07-30 | 1 | -6/+2 |
* | Add $Id$ tags | newton | 1999-07-30 | 1 | -0/+2 |
* | Emulator KLD for SysVR4 executables grabbed from NetBSD. | newton | 1999-01-30 | 1 | -0/+245 |