summaryrefslogtreecommitdiff
path: root/sys/compat/linux
AgeCommit message (Expand)Author
2001-01-23SunOS, IBCS2, Linux, and SVR4 all require translations of directory entriesConstantine Sapuntzakis
2000-12-22syncjasoni
2000-12-22Implement truncate64, stat64, lstat64, fstat64; from NetBSDjasoni
2000-11-10seperate -> separate, okay aaron@Niels Provos
2000-09-10Linux mmap ignores the fd argument when MAP_ANON is on. Always pass -1jasoni
2000-09-07common/compat_util.cEric Jackson
2000-08-18Stupid Linux redefined SBRK semanticsNiklas Hallqvist
2000-08-18Add TCSBRK emulation. bug reported by sparud@crt.seNiklas Hallqvist
2000-07-23OpenBSD -> NetBSD where previously missed.jasoni
2000-07-23Use our own pread/pwrite.jasoni
2000-07-17Oops.Artur Grabowski
2000-07-17Be more careful about return values from hzto.Artur Grabowski
2000-07-07syncjasoni
2000-07-07Change all UNIMPL and OBSOL syscalls to STD.jasoni
2000-06-26Use new timeouts.Artur Grabowski
2000-06-16take MIN/MAX from param.h, okay theo@Niels Provos
2000-06-07syncNiklas Hallqvist
2000-06-07Implement sigaltstackNiklas Hallqvist
2000-06-07syncNiklas Hallqvist
2000-06-07Fix linux [gs]etrlimit emulation + add their latest ugetrlimitNiklas Hallqvist
2000-04-21O_FYNC -> O_SYNCTodd C. Miller
2000-04-19Change struct file interface methods read and write to pass file offset inConstantine Sapuntzakis
2000-04-12syncjasoni
2000-04-12Implement linux's setfsuid and getfsuid (from NetBSD)jasoni
2000-04-04sync.jasoni
2000-04-04Implement Linux's pread(2) and pwrite(2).jasoni
2000-03-28syncjasoni
2000-03-28Implement rt_sigreturn.jasoni
2000-03-27syncjasoni
2000-03-27Implement getcwd.jasoni
2000-03-18Sync.Ian Darwin
2000-03-18Implement vfork (ok jasoni).Ian Darwin
2000-03-13syncjasoni
2000-03-13Implement rt_sigaction, rt_sigprocmask, rt_sigpending & rt_sigsuspend.jasoni
2000-03-08syncjasoni
2000-03-08Add support for the new sigset_t and sigaction.jasoni
2000-02-28syncjasoni
2000-02-28Add missing system calls as unimplemented.jasoni
1999-12-06Regen.Aaron Campbell
1999-12-06Implement compatibility for Linux stime() syscall.Aaron Campbell
1999-11-26Use round_page(X) instead of roundup(X, NBPG), use PAGE_SIZE instead of NBPG.Artur Grabowski
1999-11-10include syscallnames only if compiling w/ SYSCALL_DEBUG.Michael Shalayeff
1999-09-10include sys/exec.h before sys/exec_elf.hArtur Grabowski
1999-07-18TIOCM{GET,SET,BIS,BIC}, and TCXONC supportTheo de Raadt
1999-06-14avoid future register_t vs int problems, if this becomes 64 bitTheo de Raadt
1999-06-08better fd leak preventionTheo de Raadt
1999-06-08use sys_opipe(), but note the descriptor leakageTheo de Raadt
1999-05-31New struct statfs with mount options. NOTE: this replaces statfs(2),Todd C. Miller
1999-02-10branding support and freebsd elfTheo de Raadt
1999-02-10more ioctl supportTheo de Raadt