summaryrefslogtreecommitdiff
path: root/sys/compat
AgeCommit message (Expand)Author
1999-12-14compat_bsdos needs this also. millert@ ok.Hakan Olsson
1999-12-06Regen.Aaron Campbell
1999-12-06Implement compatibility for Linux stime() syscall.Aaron Campbell
1999-11-26Use round_page(X) instead of roundup(X, NBPG), use PAGE_SIZE instead of NBPG.Artur Grabowski
1999-11-20ioctl arguments are u_long.Marc Espie
1999-11-13regen based on syscalls.master changesTodd C. Miller
1999-11-13Add OSS audio support to BSD/OS emulation.Todd C. Miller
1999-11-10include syscallnames only if compiling w/ SYSCALL_DEBUG.Michael Shalayeff
1999-10-27syncNiklas Hallqvist
1999-10-27Provide FreeBSD fcntl emulation that handles F[GS]ETOWN on pipes.Niklas Hallqvist
1999-10-07regenBrad Smith
1999-10-07- fix typo in previous commitBrad Smith
1999-10-07- Fix stat and mknod syscalls to properly disassemble and reassembleBrad Smith
1999-09-26netbsd_sendsig() + supporting codekstailey
1999-09-26s/memcpy/bcopy/kstailey
1999-09-26netbsd_sendsig() + supporting codekstailey
1999-09-22pipe_stat()kstailey
1999-09-21regenkstailey
1999-09-21some COMPATs not seen on alphakstailey
1999-09-19improved OS brand PT_NOTE detectionkstailey
1999-09-19use PT_NOTE to identify NetBSD ELF64 binarieskstailey
1999-09-17regenkstailey
1999-09-17alternate pathkstailey
1999-09-17leave the filepointer where you found it - XPG4kstailey
1999-09-17regenkstailey
1999-09-17lcrap()kstailey
1999-09-17regenkstailey
1999-09-17rest of pread() etc., fdatasync() hackkstailey
1999-09-17typo in commentkstailey
1999-09-17regenkstailey
1999-09-17start of pread(2) etc., stat(2) fixes, "ls -l" now runskstailey
1999-09-17bad style to include machine/vmparam.h carelesslyTheo de Raadt
1999-09-16signal fixes (csh runs)kstailey
1999-09-15tag + copyrightkstailey
1999-09-15regenkstailey
1999-09-15getdents(2)kstailey
1999-09-15regenkstailey
1999-09-15more and better signal routines, vfork()kstailey
1999-09-14protect alignmentkstailey
1999-09-14regenkstailey
1999-09-14signalskstailey
1999-09-12regenkstailey
1999-09-12take out unimplemented callskstailey
1999-09-12regenkstailey
1999-09-12Add COMPAT_NETBSD. Currently only works for ELF64. Many missing system calls.kstailey
1999-09-11s/vm_offset_t/vaddr_t/gMichael Shalayeff
1999-09-10undo previouskstailey
1999-09-10include sys/exec.h before sys/exec_elf.hkstailey
1999-09-10include sys/exec.h before sys/exec_elf.hArtur Grabowski
1999-09-10include sys/exec.h (which includes machine/exec.h) before sys/exec_elf.hArtur Grabowski