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