summaryrefslogtreecommitdiffstats
path: root/sys/compat/svr4/svr4_filio.c
Commit message (Expand)AuthorAgeFilesLines
* Merge Capsicum overhaul:pjd2013-03-021-4/+6
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-1/+1
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-1/+2
* Remove proc locking, it's not needed after r210132.trasz2010-07-171-5/+1
* Make svr4(4) version of poll(2) use the same limit of file descriptors as thetrasz2010-07-151-4/+1
* Replace custom file descriptor array sleep lock constructed using a mutexrwatson2007-04-041-4/+4
* Start each of the license/copyright comments with /*-imp2005-01-051-1/+1
* Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST.phk2004-11-131-4/+4
* More sensible FILEDESC_ locking.phk2004-11-071-3/+2
* Locking for the per-process resource limits structure.jhb2004-02-041-4/+7
* Fix some security bugs in the SVR4 emulator:tjr2003-10-201-0/+7
* Use __FBSDID().obrien2003-06-101-2/+3
* - Merge struct procsig with struct sigacts.jhb2003-05-131-2/+13
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withjeff2003-03-311-2/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-131-1/+1
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-121-1/+1
* SCARGS removal take II.alfred2002-12-141-17/+17
* Backout removal SCARGS, the code freeze is only "selectively" over.alfred2002-12-131-17/+17
* Remove SCARGS.alfred2002-12-131-17/+17
* Back our kernel support for reliable signal queues.jmallett2002-10-011-3/+0
* First half of implementation of ksiginfo, signal queues, and such. Thisjmallett2002-09-301-0/+3
* In continuation of early fileop credential changes, modify fo_ioctl() torwatson2002-08-171-1/+1
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-10/+6
* Lock down a socket, milestone 1.tanimura2002-05-201-6/+10
* include sys/lock.h and sys/mutex.h to make compile.alfred2002-01-301-0/+2
* Replace ffind_* with fget calls.alfred2002-01-141-2/+1
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-131-3/+8
* KSE Milestone 2julian2001-09-121-18/+18
* Cleanup after repo copy of sys/svr4 to sys/compat/svr4.obrien2000-08-311-7/+7
* Remove some all-too-wordy debugging printsnewton2000-01-151-5/+0
* Remove unnecessary includesnewton1999-12-081-4/+0
* Remove unnecessary includes.newton1999-10-171-4/+0
* This is what was "fdfix2.patch," a fix for fd sharing. It's prettygreen1999-09-191-3/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix svr4_sys_poll(); SysV STREAMS produce return values from poll() whichnewton1999-07-301-6/+2
* Add $Id$ tagsnewton1999-07-301-0/+2
* Emulator KLD for SysVR4 executables grabbed from NetBSD.newton1999-01-301-0/+245
OpenPOWER on IntegriCloud