summaryrefslogtreecommitdiffstats
path: root/sys/compat/svr4/syscalls.master
Commit message (Expand)AuthorAgeFilesLines
* Improve *access*() parameter name consistency.ed2011-11-191-1/+1
* Remove unused LIBCOMPAT keyword from syscalls.master.ed2010-02-081-1/+0
* Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used tojhb2006-07-281-140/+140
* - Explicitly lock Giant to protect the fields in the svr4_strm structurejhb2006-07-281-3/+3
* Add conditional VFS Giant locking to svr4_sys_fchroot() and mark it MPSAFE.jhb2006-07-211-1/+1
* Add conditional VFS Giant locking to svr4_sys_resolvepath() and mark itjhb2006-07-191-1/+1
* Make svr4_sys_waitsys() a lot less ugly and mark it MPSAFE.jhb2006-07-191-1/+1
* - Add conditional VFS Giant locking to getdents_common() (linux ABIs),jhb2006-07-111-2/+2
* Use kern_shmctl() in svr4_sys_shmctl() and drop use of the stackgap. Markjhb2006-06-271-1/+1
* - Add a kern_semctl() helper function for __semctl(). It accepts a pointerjhb2006-06-271-1/+1
* Change svr4_sys_break() to just call obreak() and mark it MPSAFE.jhb2006-06-261-1/+1
* Make a pass through all the compat ABIs sychronizing the MP safe flagsjhb2005-07-131-86/+86
* - Stop hardcoding #define's for options and use the appropriatejhb2005-07-131-8/+5
* Introduce a new field in the syscalls.master file format to hold therwatson2005-05-301-288/+360
* Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl()jhb2004-08-241-1/+1
* Sync up MP safe flags with global syscalls.master. This includes read(),jhb2004-02-061-29/+29
* The following compat syscalls are now mpsafe: linux_getrlimit(),jhb2004-02-041-5/+5
* GC OBE namespc column and un-wrap longer lines that now fitpeter2003-12-241-327/+289
* Synchronize syscalls.master(s) with recent Giant pushdown workdillon2001-09-011-8/+8
* Cleanup after repo copy of sys/svr4 to sys/compat/svr4.obrien2000-08-311-4/+4
* Sigh. Fix SYS_exit problems. I misunderstood the significance of thesepeter2000-07-291-1/+1
* Change the 'exit()' system call to 'sys_exit()'. This avoids overlappingpeter2000-07-291-1/+1
* Fixed the "created from" lines generated from this file. makesyscalls.shbde2000-05-101-6/+6
* Fixed the return type and args struct tag for exit(). They were wrong inbde2000-05-091-1/+1
* SVR4 emulator source files now take their compilation options fromnewton1999-12-081-0/+1
* Remove unnecessary includes.newton1999-10-171-10/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Previous commit also removed some 'const' qualifiers on args fornewton1999-07-301-1/+1
* Add $Id$ tagsnewton1999-07-301-3/+5
* Emulator KLD for SysVR4 executables grabbed from NetBSD.newton1999-01-301-0/+373
OpenPOWER on IntegriCloud