Age | Commit message (Expand) | Author |
1997-08-29 | regen for prefix ntp system calls with sys_ like other system calls | kstailey |
1997-08-29 | prefix ntp system calls with sys_ like other system calls | kstailey |
1997-08-29 | regen for ntp_gettime(2), ntp_adjtime(2) | kstailey |
1997-08-29 | ntp_gettime(2), ntp_adjtime(2) | kstailey |
1997-08-29 | regen for clock_gettime(2), clock_settime(2), clock_getres(2), microsleep(2) | kstailey |
1997-08-29 | clock_gettime(2), clock_settime(2), clock_getres(2), microsleep(2) | kstailey |
1997-08-29 | regen for s/UNIMPL/STD/ for svr4_sys_socket() | kstailey |
1997-08-29 | s/UNIMPL/STD/ for svr4_sys_socket() | kstailey |
1997-08-29 | regen for sockets | kstailey |
1997-08-29 | add support for sockets. | kstailey |
1997-08-29 | write(2)'s buf arg is externally a "const void *", but interally a "char *". | kstailey |
1997-08-29 | patch to avoid warning while I figure out what the deal with SCARG() is. | kstailey |
1997-08-29 | pread(2) / pwrite(2), regen | kstailey |
1997-08-29 | pread(2) / pwrite(2) | kstailey |
1997-08-29 | sync with NetBSD. Handle NULL shmid_ds properly in shmctl, christos. | kstailey |
1997-08-29 | if O_NOCTTY is supplied to open(2) do *not* aquire a controlling tty | kstailey |
1997-08-07 | O_ASYNC handling from NetBSD... | Niklas Hallqvist |
1997-06-17 | careful with stackgap handling in execve() | Theo de Raadt |
1997-06-02 | rename sa_handler to sa__handler | Theo de Raadt |
1997-03-28 | sync (regen) | kstailey |
1997-03-28 | added 34 - nice | kstailey |
1997-02-13 | regen | Niklas Hallqvist |
1997-02-13 | Merge of NetBSD 970211 | Niklas Hallqvist |
1997-01-27 | do not conflict against generic siginfo! | Theo de Raadt |
1997-01-26 | Regen. | Jason Downs |
1997-01-26 | We can do lchown(2) now. | Jason Downs |
1997-01-19 | Do the F_GETLK_SVR3 support not depending on ibcs2, as sparc does not look | Niklas Hallqvist |
1997-01-11 | implement mincore syscall, just like sunos & ultrix compat do. | Michael Shalayeff |
1997-01-08 | svr4 should support the svr3 style fcntl-cmd name F_GETLK_SVR3 | Niklas Hallqvist |
1996-10-17 | Contextual goo for -Wall, and remove some stasic specifiers | Niklas Hallqvist |
1996-09-13 | Heh Per, SVR4 wants to load the ELF interpreter too, sometimes :-) | Niklas Hallqvist |
1996-08-31 | Cleanup exec | Per Fogelstrom |
1996-08-03 | sys/dirent.h not sys/dir.h; netbsd pr#2599; jonathan@DSG.Stanford.EDU | Theo de Raadt |
1996-08-02 | Regen | Niklas Hallqvist |
1996-08-02 | /sys_poll/s/STD/NOARGS/ | Niklas Hallqvist |
1996-08-02 | Added Makefiles to build stuff from syscalls.master in some emulations. | Niklas Hallqvist |
1996-08-02 | Make emulations use our native poll(2) | Niklas Hallqvist |
1996-08-01 | Merge of NetBSD 0722 | Niklas Hallqvist |
1996-05-22 | Fix OGETUDATA for Solaris-2.3 (From Greg Hudson) | Theo de Raadt |
1996-05-10 | simple things | Theo de Raadt |
1996-05-07 | sync with 0504; mostly proto changes (some svr4 ioctl changes) | Theo de Raadt |
1996-05-02 | - don't use if_index to get the number of interfaces in SIOCGIFNUM; compute | Theo de Raadt |
1996-05-02 | Add SI_SYSTEMINFO from Solaris-2.5 | Theo de Raadt |
1996-04-25 | Regenerated from new syscalls.master | Niklas Hallqvist |
1996-04-25 | Add COMPAT_SVR4_NCR support for making the SVR4 emulation behave as | Niklas Hallqvist |
1996-04-23 | Corrected typo in TIOCGWINSZ | Niklas Hallqvist |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt |
1996-04-19 | Several termio emulation fixes. The VMIN/VTTIME/EOF/EOL overlay is now | Niklas Hallqvist |
1996-04-18 | Merge of NetBSD 960317 | Niklas Hallqvist |
1996-04-17 | Good fixes and changes from latest Net. | Michael Shalayeff |