Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1999-09-15 | tag + copyright | kstailey | |
1999-09-15 | regen | kstailey | |
1999-09-15 | getdents(2) | kstailey | |
1999-09-15 | regen | kstailey | |
1999-09-15 | more and better signal routines, vfork() | kstailey | |
1999-09-14 | protect alignment | kstailey | |
1999-09-14 | regen | kstailey | |
1999-09-14 | signals | kstailey | |
1999-09-12 | regen | kstailey | |
1999-09-12 | take out unimplemented calls | kstailey | |
1999-09-12 | regen | kstailey | |
1999-09-12 | Add COMPAT_NETBSD. Currently only works for ELF64. Many missing system calls. | kstailey | |
1999-09-11 | s/vm_offset_t/vaddr_t/g | Michael Shalayeff | |
1999-09-10 | undo previous | kstailey | |
1999-09-10 | include sys/exec.h before sys/exec_elf.h | kstailey | |
1999-09-10 | include sys/exec.h before sys/exec_elf.h | Artur Grabowski | |
1999-09-10 | include sys/exec.h (which includes machine/exec.h) before sys/exec_elf.h | Artur Grabowski | |
to get the define for _KERN_DO_ELF | |||
1999-07-18 | TIOCM{GET,SET,BIS,BIC}, and TCXONC support | Theo de Raadt | |
1999-07-15 | oops, wrong type for cpu_class | Theo de Raadt | |
1999-07-14 | put sub-class of architecture in SVR4_SI_PLATFORM | Theo de Raadt | |
1999-07-13 | introduce fdremove() to mark a file descriptor as unused. fdremove makes | Niels Provos | |
sure that the fd_freefile hints stay in sync, otherwise free file descriptors might not be overlooked by fdalloc(); ok millert@ |