aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/svr4
Commit message (Expand)AuthorAgeFilesLines
* MFC: keep the maintainers consistent with HEAD.Mark Murray2006-07-091-2/+0
* MFC:Paul Saab2005-04-211-0/+1
* MFC svr4_stream.c,v 1.53:David Schultz2005-03-291-0/+2
* Back out the rework of how we store process times in the kernel.David E. O'Brien2005-03-011-34/+51
* MFC: Rework how we store process times in the kernel such that we alwaysDavid E. O'Brien2005-02-281-51/+34
* MFC revision 1.75Jeff Roberson2005-02-271-2/+2
* MFC revisions 1.32 and 1.33Jeff Roberson2005-02-271-5/+4
* MFC:David Schultz2005-02-051-1/+1
* MFC: /*- and my license changes for sys/[a-d]*Warner Losh2005-01-3048-48/+49
* MFC: Regenerate after fcntl() changes.John Baldwin2004-09-034-5/+5
* MFC: Fix the ABI wrappers to use kern_fcntl() rather than callingJohn Baldwin2004-09-033-76/+51
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-151-0/+1
* Clean up and wash struct iovec and struct uio handling.Poul-Henning Kamp2004-07-101-32/+12
* Cast variable-sized (based on platform) quantities before printing out.David E. O'Brien2004-06-241-2/+2
* Put the pre FreeBSD-2.x tty compat code under BURN_BRIDGES.Poul-Henning Kamp2004-06-212-0/+6
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-174-6/+6
* Socket MAC labels so_label and so_peerlabel are now protected byRobert Watson2004-06-131-0/+4
* - Replace wait1() with a kern_wait() function that accepts the pid,John Baldwin2004-03-171-25/+7
* I guess nobody has needed to use the SVR4olator to create devicePoul-Henning Kamp2004-02-071-2/+2
* Regen.John Baldwin2004-02-064-33/+33
* Sync up MP safe flags with global syscalls.master. This includes read(),John Baldwin2004-02-061-29/+29
* Regen.John Baldwin2004-02-044-9/+9
* The following compat syscalls are now mpsafe: linux_getrlimit(),John Baldwin2004-02-041-5/+5
* Locking for the per-process resource limits structure.John Baldwin2004-02-044-65/+69
* Reduce gratuitous includes: don't include jail.h if it's not needed.Robert Watson2004-01-211-1/+0
* GC unused 'syshide' override to /dev/null. This was here to disablePeter Wemm2003-12-241-1/+0
* Regen. This should have been a NOP, but its not been regenerated forPeter Wemm2003-12-244-293/+316
* GC OBE namespc column and un-wrap longer lines that now fitPeter Wemm2003-12-241-327/+289
* Add an additional field to the elf brandinfo structure to supportPeter Wemm2003-12-231-1/+2
* Do not call VOP_GETATTR in getdents function. It does not serve anyAlexander Kabaev2003-11-191-6/+0
* Fix some security bugs in the SVR4 emulator:Tim J. Robbins2003-10-206-20/+78
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitPeter Wemm2003-09-251-1/+2
* Remove dangling extern reference to swap_pager_fullPoul-Henning Kamp2003-08-061-2/+0
* Add a f_vnode field to struct file.Poul-Henning Kamp2003-06-222-4/+4
* Rename P_THREADED to P_SA. P_SA means a process is using schedulerDavid Xu2003-06-151-1/+1
* Use __FBSDID().David E. O'Brien2003-06-1015-44/+48
* Put definition of struct svr4_sockcache_entry in a .h file rather thanPoul-Henning Kamp2003-05-314-13/+14
* - Merge struct procsig with struct sigacts.John Baldwin2003-05-132-8/+15
* Don't #define memset() to bzero(), it is far too prone to bite somebody.Poul-Henning Kamp2003-05-121-2/+0
* - Replace inline implementations of sigprocmask() with calls toJohn Baldwin2003-04-221-202/+93
* The proc lock is sufficient to test p_state against PRS_ZOMBIE, so don'tJohn Baldwin2003-04-171-4/+0
* Use local struct proc variables to reduce repeated td->td_proc dereferencesJohn Baldwin2003-04-171-6/+6
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withJeff Roberson2003-03-312-14/+15
* Sync up linux and svr compat elf fixup functions for exec(). TheseJohn Baldwin2003-03-211-8/+8
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).Dag-Erling Smørgrav2003-03-021-1/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-195-9/+9
* Consolidate MIN/MAX macros into one place (param.h).Alfred Perlstein2003-02-021-3/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-215-9/+9
* Add missing #includeMatthew Dillon2003-01-141-0/+1
* Apply bandaid to bring svr4_sys_waitsys() in line with exit1(). ThisMatthew Dillon2003-01-131-1/+4