summaryrefslogtreecommitdiff
path: root/sys/compat/svr4/syscalls.master
AgeCommit message (Collapse)Author
1998-03-06Make NCR rdebug behaviour dependent on p_os fieldNiklas Hallqvist
1998-02-10fake rdebug protoNiklas Hallqvist
1997-12-09eolTheo de Raadt
1997-12-02If i386, and COMPAT_LINUX is enabled, if setegid() is called with an outTheo de Raadt
of range value recognize it as the Linux personality() system call, and switch into Linux emulation mode.... At least they could have picked an unused system call number!
1997-11-13fake auditsys()Theo de Raadt
1997-08-29prefix ntp system calls with sys_ like other system callskstailey
1997-08-29ntp_gettime(2), ntp_adjtime(2)kstailey
1997-08-29clock_gettime(2), clock_settime(2), clock_getres(2), microsleep(2)kstailey
1997-08-29s/UNIMPL/STD/ for svr4_sys_socket()kstailey
1997-08-29add support for sockets.kstailey
add names to some UNIMPL's. split up some lines to fit in 80 cols.
1997-08-29pread(2) / pwrite(2)kstailey
1997-03-28added 34 - nicekstailey
1997-02-13Merge of NetBSD 970211Niklas Hallqvist
1997-01-26We can do lchown(2) now.Jason Downs
1997-01-11implement mincore syscall, just like sunos & ultrix compat do.Michael Shalayeff
1996-08-02/sys_poll/s/STD/NOARGS/Niklas Hallqvist
1996-08-02Make emulations use our native poll(2)Niklas Hallqvist
1996-04-25Add COMPAT_SVR4_NCR support for making the SVR4 emulation behave asNiklas Hallqvist
NCR SVR4, currently this means that syscall#76 (rdebug) should return ENXIO instead of issueing a SIGSYS. Also removed svr4_conf.h no longer used.
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-02-26From NetBSD: update to 960217 sourcesNiklas Hallqvist
1995-12-19from christos; add utime() and utimes()Theo de Raadt
1995-12-14update from netbsdTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt