Age | Commit message (Expand) | Author |
2000-06-28 | sync | Federico G. Schwindt |
2000-06-28 | add creat64 and mmap64. | Federico G. Schwindt |
2000-06-26 | use new timeouts | Artur Grabowski |
2000-06-26 | Use new timeouts. | Artur Grabowski |
2000-06-24 | sync | Federico G. Schwindt |
2000-06-24 | Implement getdents64, lstat64 and stat64, basically the same functions of | Federico G. Schwindt |
2000-06-16 | take MIN/MAX from param.h, okay theo@ | Niels Provos |
2000-06-15 | i386 -> __i386__ | Brad Smith |
2000-06-15 | regen | Brad Smith |
2000-06-15 | add more unimplemented syscall name placeholders, from NetBSD. | Brad Smith |
2000-06-08 | Add explicit inclusions of signalvar.h to files actually using syms defined | Niklas Hallqvist |
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-05-01 | sys_semconfig goes foom | Theo de Raadt |
2000-05-01 | sys_semconfig goes away | Theo de Raadt |
2000-05-01 | s/netbsd_mount_type/freebsd_mount_type/g | Todd C. Miller |
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-03-05 | fix size check case for getgroups; pbucich@sion.com | Theo de Raadt |
2000-02-28 | sync | jasoni |
2000-02-28 | Add missing system calls as unimplemented. | jasoni |
2000-01-31 | re-add fixed vfork code from art | Theo de Raadt |
2000-01-31 | undo vfork changes, since non-UVM was not considered | Theo de Raadt |
2000-01-28 | Change fork1() from taking forktype and rforkflags, into a single flags | Artur Grabowski |
2000-01-22 | minor getdents cleanup: | Todd C. Miller |
1999-12-14 | compat_bsdos needs this also. millert@ ok. | Hakan Olsson |
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-20 | ioctl arguments are u_long. | Marc Espie |
1999-11-13 | regen based on syscalls.master changes | Todd C. Miller |
1999-11-13 | Add OSS audio support to BSD/OS emulation. | Todd C. Miller |
1999-11-10 | include syscallnames only if compiling w/ SYSCALL_DEBUG. | Michael Shalayeff |
1999-10-27 | sync | Niklas Hallqvist |