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
/
i386
/
linux
/
syscalls.master
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Stop using linux_getpgid(). The implementation at this time is
marcel
2001-09-28
1
-1
/
+1
*
o Introduce private types for use in linux syscalls for two reasons:
marcel
2001-09-08
1
-166
/
+215
*
Synchronize syscalls.master(s) with recent Giant pushdown work
dillon
2001-09-01
1
-8
/
+8
*
Added the proper arguments the sysinfo system call
pirzyk
2001-07-23
1
-1
/
+1
*
Add linux_sched_get_priority_max() and linux_sched_get_priority_min(): The
alc
2001-04-01
1
-2
/
+2
*
Add mount syscall to linux emulation. Also improve emulation of reboot.
jlemon
2001-02-16
1
-4
/
+6
*
Change the argument of linux_sigreturn to be a pointer to a
marcel
2000-11-23
1
-1
/
+1
*
Revert auto-generation. The Alpha port is broken.
marcel
2000-11-10
1
-1
/
+1
*
Sync with Alpha:
marcel
2000-11-09
1
-2
/
+2
*
A start at an implemention of linux_rt_sendsig & linux_rt_sigreturn
gallatin
2000-10-17
1
-1
/
+1
*
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
*
Add prototypes for linux_pread and linux_pwrite.
marcel
2000-07-17
1
-2
/
+4
*
Fixed the return type for exit() and the args struct tag several NOPROTO
bde
2000-05-09
1
-2
/
+3
*
Use the real setres[ug]id(2) rather than dummy stubs. Newer glibc's
peter
2000-01-29
1
-4
/
+4
*
Update the syscalls to Linux kernel 2.3.38.
marcel
2000-01-10
1
-0
/
+7
*
Implement sigaltstack.
marcel
1999-11-30
1
-1
/
+2
*
Change prototype of linux_ustat.
marcel
1999-11-27
1
-1
/
+2
*
sigset_t change (part 4 of 5)
marcel
1999-09-29
1
-11
/
+13
*
Implement linux_ioperm() syscall. Fix linux_iopl() to use the level argument.
luoqi
1999-09-22
1
-2
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Change all UNIMPL syscalls to STD and add them to linux_dummy. Now we always
marcel
1999-08-25
1
-86
/
+87
*
Implement vfork() syscall.
marcel
1999-08-16
1
-2
/
+2
*
Provide wrappers for sched_{s|g}etscheduler. We need to convert the policy
marcel
1999-08-15
1
-3
/
+4
*
Extend the number of syscalls to include those present in Linux 2.2.10. These
marcel
1999-08-14
1
-1
/
+9
*
Implementation of linux_rt_sigaction and linux_rt_sigprocmask syscalls. These
marcel
1999-08-14
1
-3
/
+9
*
Use a wrapper for the link syscall that does name translations.
marcel
1999-08-12
1
-2
/
+2
*
Do not map {s|g}etrlimit onto the FreeBSD syscalls. The arguments do not
marcel
1999-08-11
1
-5
/
+5
*
Commit #1 of:
sos
1998-12-30
1
-3
/
+5
*
Fix NOIMPL -> NOPROTO as per bruce.
sos
1998-12-22
1
-2
/
+2
*
Syscall 168 (poll) is not implemented in the Linux emulator. This
sos
1998-12-21
1
-2
/
+3
*
Reviewed by: Luoqi Chen, Jordan Hubbard
julian
1998-12-19
1
-2
/
+2
*
Quick and dirty support for Linux's mremap. Not used by anything
jkh
1998-07-10
1
-2
/
+3
*
Include "opt_compat.h" explicitly instead of depending on
bde
1998-06-09
1
-2
/
+2
*
The linux chown syscall is more like lchown, a new chown syscall that
peter
1998-03-29
1
-4
/
+3
*
Patch up some space/tab problems. It looks like some of this came
peter
1998-03-29
1
-15
/
+14
*
Add in placeholders for the newer linux syscalls
peter
1998-03-29
1
-1
/
+23
*
Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B and
dufault
1998-03-28
1
-1
/
+27
*
I should not edit linux_prot.h directly. Fix the argument of linux_nice.
kato
1997-12-17
1
-2
/
+2
*
Removed unused #includes.
bde
1997-04-09
1
-3
/
+1
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Oops.. I was wrong about the change to sigsuspend. The library interface is
peter
1996-03-04
1
-3
/
+4
*
A new syscalls table for the Linux emulator. This is processed by
peter
1996-03-02
1
-0
/
+210
[prev]