index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
compat
/
svr4
/
syscalls.master
Commit message (
Expand
)
Author
Age
Files
Lines
*
Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used to
jhb
2006-07-28
1
-140
/
+140
*
- Explicitly lock Giant to protect the fields in the svr4_strm structure
jhb
2006-07-28
1
-3
/
+3
*
Add conditional VFS Giant locking to svr4_sys_fchroot() and mark it MPSAFE.
jhb
2006-07-21
1
-1
/
+1
*
Add conditional VFS Giant locking to svr4_sys_resolvepath() and mark it
jhb
2006-07-19
1
-1
/
+1
*
Make svr4_sys_waitsys() a lot less ugly and mark it MPSAFE.
jhb
2006-07-19
1
-1
/
+1
*
- Add conditional VFS Giant locking to getdents_common() (linux ABIs),
jhb
2006-07-11
1
-2
/
+2
*
Use kern_shmctl() in svr4_sys_shmctl() and drop use of the stackgap. Mark
jhb
2006-06-27
1
-1
/
+1
*
- Add a kern_semctl() helper function for __semctl(). It accepts a pointer
jhb
2006-06-27
1
-1
/
+1
*
Change svr4_sys_break() to just call obreak() and mark it MPSAFE.
jhb
2006-06-26
1
-1
/
+1
*
Make a pass through all the compat ABIs sychronizing the MP safe flags
jhb
2005-07-13
1
-86
/
+86
*
- Stop hardcoding #define's for options and use the appropriate
jhb
2005-07-13
1
-8
/
+5
*
Introduce a new field in the syscalls.master file format to hold the
rwatson
2005-05-30
1
-288
/
+360
*
Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl()
jhb
2004-08-24
1
-1
/
+1
*
Sync up MP safe flags with global syscalls.master. This includes read(),
jhb
2004-02-06
1
-29
/
+29
*
The following compat syscalls are now mpsafe: linux_getrlimit(),
jhb
2004-02-04
1
-5
/
+5
*
GC OBE namespc column and un-wrap longer lines that now fit
peter
2003-12-24
1
-327
/
+289
*
Synchronize syscalls.master(s) with recent Giant pushdown work
dillon
2001-09-01
1
-8
/
+8
*
Cleanup after repo copy of sys/svr4 to sys/compat/svr4.
obrien
2000-08-31
1
-4
/
+4
*
Sigh. Fix SYS_exit problems. I misunderstood the significance of these
peter
2000-07-29
1
-1
/
+1
*
Change the 'exit()' system call to 'sys_exit()'. This avoids overlapping
peter
2000-07-29
1
-1
/
+1
*
Fixed the "created from" lines generated from this file. makesyscalls.sh
bde
2000-05-10
1
-6
/
+6
*
Fixed the return type and args struct tag for exit(). They were wrong in
bde
2000-05-09
1
-1
/
+1
*
SVR4 emulator source files now take their compilation options from
newton
1999-12-08
1
-0
/
+1
*
Remove unnecessary includes.
newton
1999-10-17
1
-10
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Previous commit also removed some 'const' qualifiers on args for
newton
1999-07-30
1
-1
/
+1
*
Add $Id$ tags
newton
1999-07-30
1
-3
/
+5
*
Emulator KLD for SysVR4 executables grabbed from NetBSD.
newton
1999-01-30
1
-0
/
+373