summaryrefslogtreecommitdiffstats
path: root/sys/compat/svr4
Commit message (Expand)AuthorAgeFilesLines
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inrwatson2007-06-122-4/+2
* rufetch and calcru sometimes should be called atomically together.attilio2007-06-091-0/+8
* The current rusage code show peculiar problems:attilio2007-06-091-4/+5
* Commit 14/14 of sched_lock decomposition.jeff2007-06-051-3/+3
* Revert VMCNT_* operations introduction.attilio2007-05-311-2/+2
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingjeff2007-05-181-2/+2
* Replace custom file descriptor array sleep lock constructed using a mutexrwatson2007-04-041-4/+4
* Regen.ru2006-11-111-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-062-2/+6
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-222-2/+4
* Remove two hypothetical calls to suser() in ifdef'd (and uncompilable)rwatson2006-09-021-4/+0
* Regen to propogate <prefix>_AUE_<mumble> changes as well as the earlierjhb2006-08-152-253/+332
* - Remove unused sysvec variables from various syscalls.conf.jhb2006-08-151-1/+1
* With socket code no longer in svr4_stream.c, MAC includes are no longerrwatson2006-08-051-2/+0
* Use TAILQ_EMPTY instead of checking if TAILQ_FIRST is NULL.brooks2006-08-041-1/+1
* Regen for MPSAFE flag removal.jhb2006-07-284-142/+142
* Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used tojhb2006-07-281-140/+140
* Regen.jhb2006-07-284-7/+7
* - Explicitly lock Giant to protect the fields in the svr4_strm structurejhb2006-07-283-12/+44
* Fix a file descriptor race I reintroduced when I split accept1() up intojhb2006-07-271-10/+24
* Regen.jhb2006-07-214-5/+5
* Clean up the svr4 socket cache and streams code some to make it more easilyjhb2006-07-214-40/+110
* Add conditional VFS Giant locking to svr4_sys_fchroot() and mark it MPSAFE.jhb2006-07-212-20/+22
* Regen.jhb2006-07-194-6/+6
* Add conditional VFS Giant locking to svr4_sys_resolvepath() and mark itjhb2006-07-192-2/+5
* Make svr4_sys_waitsys() a lot less ugly and mark it MPSAFE.jhb2006-07-192-155/+149
* Initialize svr4_head during MOD_LOAD rather than on demand.jhb2006-07-191-24/+0
* Regen.jhb2006-07-114-6/+6
* - Add conditional VFS Giant locking to getdents_common() (linux ABIs),jhb2006-07-112-5/+10
* - Split out kern_accept(), kern_getpeername(), and kern_getsockname() forjhb2006-07-102-403/+63
* Rework kern_semctl a bit to always assume the UIO_SYSSPACE case. Thisjhb2006-07-081-8/+12
* Don't try to copyin extra data for IPC_RMID requests to msgctl() orjhb2006-07-061-6/+1
* Housekeeping. Update for maintainers who have handed in their commit bitsmarkm2006-07-011-2/+0
* Regen.jhb2006-06-274-6/+6
* Use kern_shmctl() in svr4_sys_shmctl() and drop use of the stackgap. Markjhb2006-06-272-47/+32
* - Add a kern_semctl() helper function for __semctl(). It accepts a pointerjhb2006-06-272-83/+34
* Regen.jhb2006-06-264-5/+5
* Change svr4_sys_break() to just call obreak() and mark it MPSAFE.jhb2006-06-262-52/+4
* Annotate uses of fgetsock() with indications that they should relyrwatson2006-04-011-0/+8
* - Always call exec_free_args() in kern_execve() instead of doing it in alljhb2006-02-061-2/+0
* Fix compiling problem by adding prefix name svr4 to si_xxx macro, thedavidxu2005-10-192-24/+25
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostdavidxu2005-10-141-1/+3
* Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57,rwatson2005-09-2810-79/+6
* Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(),rwatson2005-09-1910-6/+79
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-1/+2
* Add missing dependencies on the SYSVIPC modules.jhb2005-07-291-0/+6
* Regen.jhb2005-07-134-90/+90
* Make a pass through all the compat ABIs sychronizing the MP safe flagsjhb2005-07-131-86/+86
* Regen.jhb2005-07-134-28/+26
* - Stop hardcoding #define's for options and use the appropriatejhb2005-07-133-22/+7
OpenPOWER on IntegriCloud