Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-04 | sync | jasoni | |
2001-07-04 | add new system calls as dummies, except for those which we already have | jasoni | |
an equivalent for; from netbsd ok niklas@ | |||
2001-07-03 | sync | jasoni | |
2001-07-03 | rename 2 more syscalls to syscallname16 (missed last time) | jasoni | |
2001-07-03 | sync | jasoni | |
2001-07-03 | rename some syscalls to <syscall>16 to make room for new ones. | jasoni | |
2001-06-21 | translate LINUX_AF_INET6 (10) into AF_INET6. | Jun-ichiro itojun Hagino | |
2001-05-24 | style/cleanup (of function headers) | jasoni | |
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson | |
2001-05-15 | typos | jasoni | |
2001-04-09 | Handle more Linux ioctls; from NetBSD. ok deraadt@ | Thorsten Lockert | |
2001-04-09 | Silently ignore signals we don't handle; idea from NetBSD. Ok deraadt@ | Thorsten Lockert | |
2001-04-02 | sync | Niklas Hallqvist | |
2001-04-02 | On popular demand, the Linux-compatibility clone(2) implementation based | Niklas Hallqvist | |
on NetBSD's code, as well as some faked Posix RT extensions by me. This makes at least simple linuxthreads tests work. | |||
2001-04-01 | Add a macro to initialize the contents of a vmcmd set. | Artur Grabowski | |
Correctly initialize the vmcmds in linux_exec. | |||
2001-03-13 | Fix copyout bug in LINUX_IPC_SET. Thanks to Dawson Engler & team at Stanford. | Constantine Sapuntzakis | |
2001-01-29 | sync | jasoni | |
2001-01-29 | implement ftruncate64 | jasoni | |
2001-01-23 | SunOS, IBCS2, Linux, and SVR4 all require translations of directory entries | Constantine Sapuntzakis | |
from OpenBSD format to their respective native formats. A lot of common code here for interfacing with OpenBSD VOP_READDIR. Most of this code and logic has been moved to common/compat_dir.c When reading a portion of the directory, the compatibility layer registers a callback which is passed an OpenBSD-style dirent and the cookie/offset. | |||
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 | |
to the native mmap system call (in case the linux app doesn't). - From NetBSD | |||
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 | |
Add these syscalls to linux_dummy.c where they return ENOSYS and display a friendler message which tells you what unimplemented syscall has been called. | |||
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 | |
and out. Make pread/pwrite in netbsd & linux thread safe - which is the whole point anyway. | |||
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 | |