summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_dummy.c
AgeCommit message (Expand)Author
2004-10-27Add support for sys_setre[ug]id, ok deraadt@Niklas Hallqvist
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-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
2002-10-30Now that we have [gs]etres[ug]id() as a native system call, use itTodd C. Miller
2002-10-28getdents64 support, based on FreeBSD.Federico G. Schwindt
2002-06-02withough -> withoutTheo de Raadt
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-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