Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-04-03 | We now can emulate vfork14 correctly | Niklas Hallqvist | |
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-25 | Don't access user space pointer directly. Thanks to dawson and team | Constantine Sapuntzakis | |
2001-03-16 | More copyin bugs. | Constantine Sapuntzakis | |
2001-03-16 | Fix copyin argument order bug. Thanks to Dawson Engler and team. | Constantine Sapuntzakis | |
2001-03-13 | Fix copyout bug in LINUX_IPC_SET. Thanks to Dawson Engler & team at Stanford. | Constantine Sapuntzakis | |
2001-03-01 | port kqueue changes from freebsd, plus all required openbsd glue. | Niels Provos | |
okay deraadt@, millert@ from jlemon@freebsd.org: extend kqueue down to the device layer, backwards compatible approach suggested by peter@freebsd.org | |||
2001-02-26 | Since netbsd_sys_fdatasync is the same code as sys_fsync, we | Artur Grabowski | |
can simply call sys_fsync instead of copying code. | |||
2001-02-26 | adapt to new softupdates changes. | Artur Grabowski | |
2001-02-19 | spl sanity | Artur Grabowski | |
2001-02-09 | constify static data | Michael Shalayeff | |
2001-02-03 | make it compile | Michael Shalayeff | |
2001-02-02 | Emulate some FreeBSD 4.x signal syscalls -- makes more new binaries work | Thorsten Lockert | |
2001-02-02 | sync | Thorsten Lockert | |
2001-02-02 | Emulate some 4.x signal-related syscalls | Thorsten Lockert | |
2001-02-02 | Missed one change to do ELF fixups on execs... | Thorsten Lockert | |
2001-02-02 | Correct setup for running ELF binaries from FreeBSD; ok deraadt@ | Thorsten Lockert | |
2001-01-29 | sync | jasoni | |
2001-01-29 | implement ftruncate64 | jasoni | |
2001-01-26 | fix compile error by including compat_dir.h | Marco S Hyman | |
2001-01-25 | fix comment. | Brad Smith | |
2001-01-23 | Clamp malloc in compat_43_sys_getdirentries to 64k | Constantine Sapuntzakis | |
We should really get rid of all mallocs in the compat and VOP_READDIRs. | |||
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. | |||
2001-01-15 | Make this code build. | Artur Grabowski | |
This could have never worked. XXX - do we need this at all now that we have native p{read,write}{,v}? | |||
2001-01-15 | Unbreak UNION code. | Artur Grabowski | |
2000-12-28 | Typo | Miod Vallat | |
2000-12-22 | sync | jasoni | |
2000-12-22 | Implement truncate64, stat64, lstat64, fstat64; from NetBSD | jasoni | |
2000-12-06 | s/packed/__packed__/ | Michael Shalayeff | |
2000-11-10 | Change the ktrace interface functions from taking the trace vnode to taking the | Artur Grabowski | |
traced proc. The vnode is in the proc and all functions need the proc. | |||
2000-11-10 | seperate -> separate, okay aaron@ | Niels Provos | |
2000-11-08 | UVM | Artur Grabowski | |
2000-10-16 | - Fix for some linux apps that broke with recent changes; from NetBSD | jasoni | |
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 | Add bounds checking to stackgap_alloc and return NULL if space cant be | Eric Jackson | |
given. Make emul_find() check for this situation as well. Changes based partly on FreeBSD and NetBSD changes. aaron@ ok | |||
2000-09-07 | common/compat_util.c | Eric Jackson | |
2000-09-06 | add mag tape ioctl emulation; from freebsd. Other cleanup. | Eric Jackson | |
2000-08-30 | remove duplicate inclusion of sys/ioctl.h | Brad Smith | |
2000-08-30 | additional range checking; From: NetBSD | Brad Smith | |
2000-08-29 | remove duplicate inclusion of sys/ioctl.h | Brad Smith | |
2000-08-24 | Be careful about hzto returning <= 0. | Artur Grabowski | |
2000-08-23 | regen. | Federico G. Schwindt | |
2000-08-23 | - Simplify pread and pwrite now that we have a native implementation. | Federico G. Schwindt | |
- Implement pread/pwrite 64. - Add DUP2FD fcntl command, which is nothing else than dup2 (according to solaris manpage). This solves the dup error and the freezing problem on netscape-solaris (DNS still not working, tho). code from NetBSD. | |||
2000-08-23 | NetBSD RCS id | Brad Smith | |
2000-08-23 | svr4_error -> native_to_svr4_errno | Brad Smith | |
2000-08-23 | svr4_error -> native_to_svr4_errno | Brad Smith | |
2000-08-23 | rename to svr4_error.c to svr4_errno.c | Brad Smith | |
2000-08-18 | Stupid Linux redefined SBRK semantics | Niklas Hallqvist | |