summaryrefslogtreecommitdiff
path: root/sys/compat
AgeCommit message (Expand)Author
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-03-05fix size check case for getgroups; pbucich@sion.comTheo de Raadt
2000-02-28syncjasoni
2000-02-28Add missing system calls as unimplemented.jasoni
2000-01-31re-add fixed vfork code from artTheo de Raadt
2000-01-31undo vfork changes, since non-UVM was not consideredTheo de Raadt
2000-01-28Change fork1() from taking forktype and rforkflags, into a single flagsArtur Grabowski
2000-01-22minor getdents cleanup:Todd C. Miller
1999-12-14compat_bsdos needs this also. millert@ ok.Hakan Olsson
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-20ioctl arguments are u_long.Marc Espie
1999-11-13regen based on syscalls.master changesTodd C. Miller
1999-11-13Add OSS audio support to BSD/OS emulation.Todd C. Miller
1999-11-10include syscallnames only if compiling w/ SYSCALL_DEBUG.Michael Shalayeff
1999-10-27syncNiklas Hallqvist
1999-10-27Provide FreeBSD fcntl emulation that handles F[GS]ETOWN on pipes.Niklas Hallqvist
1999-10-07regenBrad Smith
1999-10-07- fix typo in previous commitBrad Smith
1999-10-07- Fix stat and mknod syscalls to properly disassemble and reassembleBrad Smith
1999-09-26netbsd_sendsig() + supporting codekstailey
1999-09-26s/memcpy/bcopy/kstailey
1999-09-26netbsd_sendsig() + supporting codekstailey
1999-09-22pipe_stat()kstailey
1999-09-21regenkstailey
1999-09-21some COMPATs not seen on alphakstailey
1999-09-19improved OS brand PT_NOTE detectionkstailey
1999-09-19use PT_NOTE to identify NetBSD ELF64 binarieskstailey
1999-09-17regenkstailey
1999-09-17alternate pathkstailey
1999-09-17leave the filepointer where you found it - XPG4kstailey
1999-09-17regenkstailey
1999-09-17lcrap()kstailey
1999-09-17regenkstailey
1999-09-17rest of pread() etc., fdatasync() hackkstailey
1999-09-17typo in commentkstailey
1999-09-17regenkstailey
1999-09-17start of pread(2) etc., stat(2) fixes, "ls -l" now runskstailey
1999-09-17bad style to include machine/vmparam.h carelesslyTheo de Raadt
1999-09-16signal fixes (csh runs)kstailey