summaryrefslogtreecommitdiff
path: root/sys/compat/svr4
AgeCommit message (Expand)Author
1997-11-14void * change to mmap()Theo de Raadt
1997-11-13syncTheo de Raadt
1997-11-13fake auditsys()Theo de Raadt
1997-11-13make svr4_sys_ulimit() return EINVAL for bad commandsTheo de Raadt
1997-11-13Fix test for NULL arg in svr4_utime() (PR#4418); pkTheo de Raadt
1997-11-06Updates for VFS Lite 2 + soft update.Constantine Sapuntzakis
1997-11-04remove double includeNiklas Hallqvist
1997-11-04KNFNiklas Hallqvist
1997-11-04Add SVR4 jioctl stuffNiklas Hallqvist
1997-10-08use shorter uname version stringkstailey
1997-10-06back out vfs lite2 till after 2.2Theo de Raadt
1997-10-06VFS Lite2 ChangesConstantine Sapuntzakis
1997-09-15SA_NOCLDWAITTodd C. Miller
1997-09-15Fix bsd_to_*_sigaction(). Also add SA_SIGINFO supportTheo de Raadt
1997-09-11sync with netbsd; missing SCARG() macrosTheo de Raadt
1997-08-29regen for prefix ntp system calls with sys_ like other system callskstailey
1997-08-29prefix ntp system calls with sys_ like other system callskstailey
1997-08-29regen for ntp_gettime(2), ntp_adjtime(2)kstailey
1997-08-29ntp_gettime(2), ntp_adjtime(2)kstailey
1997-08-29regen for clock_gettime(2), clock_settime(2), clock_getres(2), microsleep(2)kstailey
1997-08-29clock_gettime(2), clock_settime(2), clock_getres(2), microsleep(2)kstailey
1997-08-29regen for s/UNIMPL/STD/ for svr4_sys_socket()kstailey
1997-08-29s/UNIMPL/STD/ for svr4_sys_socket()kstailey
1997-08-29regen for socketskstailey
1997-08-29add support for sockets.kstailey
1997-08-29write(2)'s buf arg is externally a "const void *", but interally a "char *".kstailey
1997-08-29patch to avoid warning while I figure out what the deal with SCARG() is.kstailey
1997-08-29pread(2) / pwrite(2), regenkstailey
1997-08-29pread(2) / pwrite(2)kstailey
1997-08-29sync with NetBSD. Handle NULL shmid_ds properly in shmctl, christos.kstailey
1997-08-29if O_NOCTTY is supplied to open(2) do *not* aquire a controlling ttykstailey
1997-08-07O_ASYNC handling from NetBSD...Niklas Hallqvist
1997-06-17careful with stackgap handling in execve()Theo de Raadt
1997-06-02rename sa_handler to sa__handlerTheo de Raadt
1997-03-28sync (regen)kstailey
1997-03-28added 34 - nicekstailey
1997-02-13regenNiklas Hallqvist
1997-02-13Merge of NetBSD 970211Niklas Hallqvist
1997-01-27do not conflict against generic siginfo!Theo de Raadt
1997-01-26Regen.Jason Downs
1997-01-26We can do lchown(2) now.Jason Downs
1997-01-19Do the F_GETLK_SVR3 support not depending on ibcs2, as sparc does not lookNiklas Hallqvist
1997-01-11implement mincore syscall, just like sunos & ultrix compat do.Michael Shalayeff
1997-01-08svr4 should support the svr3 style fcntl-cmd name F_GETLK_SVR3Niklas Hallqvist
1996-10-17Contextual goo for -Wall, and remove some stasic specifiersNiklas Hallqvist
1996-09-13Heh Per, SVR4 wants to load the ELF interpreter too, sometimes :-)Niklas Hallqvist
1996-08-31Cleanup execPer Fogelstrom
1996-08-03sys/dirent.h not sys/dir.h; netbsd pr#2599; jonathan@DSG.Stanford.EDUTheo de Raadt
1996-08-02RegenNiklas Hallqvist
1996-08-02/sys_poll/s/STD/NOARGS/Niklas Hallqvist