summaryrefslogtreecommitdiff
path: root/sys/compat/linux/syscalls.master
AgeCommit message (Expand)Author
2004-10-27Add support for sys_setre[ug]id, ok deraadt@Niklas Hallqvist
2004-07-09Rename ostat -> stat43 to disambiguate from upcoming struct stat changes.Todd C. Miller
2004-05-28ACCOUNTING is optional. found by mpech. ok deraadtTed Unangst
2004-04-05madvise works fine without translation, from Sam Smith.Ted Unangst
2003-09-04dummy xattr syscalls. ok deraadt@Ted Unangst
2003-09-01set fadvise64 as dummy. some binaries compiled with a recent glibcFederico G. Schwindt
2003-08-15simplify.Federico G. Schwindt
2003-08-14unbust my previous commit.Federico G. Schwindt
2003-08-14add more syscalls. implement exit_group (which is actually an alias forFederico G. Schwindt
2003-08-02wrong args for linux ftruncate64; marius@monkey.orgTheo de Raadt
2003-07-23add sys_sysinfo. from marius aamodt eriksen.Ted Unangst
2003-07-03add mmap2 (mmap64, take your pick) and clean up some. use MAP_TRYFIXEDTed Unangst
2003-05-10Deprecate the swapon system call and move it to COMPAT_25 land, since swapctlMiod Vallat
2002-10-30Now that we have [gs]etres[ug]id() as a native system call, use itTodd C. Miller
2002-10-28add getdents64.Federico G. Schwindt
2002-06-05provide local versions of getpid, getuid and getgid that do notjasoni
2002-03-14Turn the ptrace(2) syscall into a kernel compile option, option PTRACE inMiod Vallat
2002-02-04fcntl64 support; okay deraadt@Niels Provos
2001-07-04add new system calls as dummies, except for those which we already havejasoni
2001-07-03rename 2 more syscalls to syscallname16 (missed last time)jasoni
2001-07-03rename some syscalls to <syscall>16 to make room for new ones.jasoni
2001-04-02On popular demand, the Linux-compatibility clone(2) implementation basedNiklas Hallqvist
2001-01-29implement ftruncate64jasoni
2000-12-22Implement truncate64, stat64, lstat64, fstat64; from NetBSDjasoni
2000-07-07Change all UNIMPL and OBSOL syscalls to STD.jasoni
2000-06-07Implement sigaltstackNiklas Hallqvist
2000-06-07Fix linux [gs]etrlimit emulation + add their latest ugetrlimitNiklas Hallqvist
2000-04-12Implement linux's setfsuid and getfsuid (from NetBSD)jasoni
2000-04-04Implement Linux's pread(2) and pwrite(2).jasoni
2000-03-28Implement rt_sigreturn.jasoni
2000-03-27Implement getcwd.jasoni
2000-03-18Implement vfork (ok jasoni).Ian Darwin
2000-03-13Implement rt_sigaction, rt_sigprocmask, rt_sigpending & rt_sigsuspend.jasoni
2000-03-08Add support for the new sigset_t and sigaction.jasoni
2000-02-28Add missing system calls as unimplemented.jasoni
1999-12-06Implement compatibility for Linux stime() syscall.Aaron Campbell
1997-12-10nanosleep emulationTheo de Raadt
1997-11-13make msync() have 3 argsTheo de Raadt
1997-07-28i screwed up twice in 20 seconds, wowTheo de Raadt
1997-07-28oopsTheo de Raadt
1997-07-27mremap non-emulation; tron@lyssa.owl.deTheo de Raadt
1997-04-14#34 - linux_sys_nice from NetBSDThomas Graichen
1996-05-22syncTheo de Raadt
1996-04-28Reran makesyscalls.sh for addition of Linux dummy mount/umount() syscalls.etheisen
1996-04-28Added dummy mount/umount() syscalls for bogus Linux applications thatetheisen
1996-04-17Good fixes and changes from latest Net.Michael Shalayeff
1995-12-19from fvdl; add msync(), readv() and writev()Theo de Raadt
1995-12-14update from netbsdTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt