Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
Implement chown, poll, setresuid, getresuid, setresgid, getresgid. | |||
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 | |
argument. Let sys_rfork build the arguments to fork1() and do the sanity checks itself. | |||
2000-01-22 | minor getdents cleanup: | Todd C. Miller | |
o return ENOTDIR, not EINVAL for v_type != VDIR (SunOS behavior) o return EINVAL for values of nbytes too small to hold a single dir entry o remove a redundant check for error != 0 | |||
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 | |
Replaces `undefined' code with `defined' behavior... gcc 2.96 performs switch cases range analysis, warns about unreachable cases, and weeds them out. In switch(i) { case VALUE: } VALUE is first coerced into the type of i. If i is signed, VALUE is unsigned and exceeds i range, you lose... the result of the conversion is undefined. | |||
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 | |
was already so for native and sunos, the rest was just wasting space on it. niels@ millert@ ok | |||
1999-10-27 | sync | Niklas Hallqvist | |
1999-10-27 | Provide FreeBSD fcntl emulation that handles F[GS]ETOWN on pipes. | Niklas Hallqvist | |
1999-10-07 | regen | Brad Smith | |
1999-10-07 | - fix typo in previous commit | Brad Smith | |
- Implement fstatvfs64 system call | |||
1999-10-07 | - Fix stat and mknod syscalls to properly disassemble and reassemble | Brad Smith | |
dev_t values to/from emulation dev_t's - Implement fstat64, llseek and open64 system calls; from NetBSD | |||
1999-09-26 | netbsd_sendsig() + supporting code | kstailey | |
1999-09-26 | s/memcpy/bcopy/ | kstailey | |
1999-09-26 | netbsd_sendsig() + supporting code | kstailey | |
1999-09-22 | pipe_stat() | kstailey | |
1999-09-21 | regen | kstailey | |
1999-09-21 | some COMPATs not seen on alpha | kstailey | |
1999-09-19 | improved OS brand PT_NOTE detection | kstailey | |
1999-09-19 | use PT_NOTE to identify NetBSD ELF64 binaries | kstailey | |
1999-09-17 | regen | kstailey | |
1999-09-17 | alternate path | kstailey | |
1999-09-17 | leave the filepointer where you found it - XPG4 | kstailey | |
1999-09-17 | regen | kstailey | |
1999-09-17 | lcrap() | kstailey | |
1999-09-17 | regen | kstailey | |
1999-09-17 | rest of pread() etc., fdatasync() hack | kstailey | |
1999-09-17 | typo in comment | kstailey | |
1999-09-17 | regen | kstailey | |
1999-09-17 | start of pread(2) etc., stat(2) fixes, "ls -l" now runs | kstailey | |
1999-09-17 | bad style to include machine/vmparam.h carelessly | Theo de Raadt | |
1999-09-16 | signal fixes (csh runs) | kstailey | |