Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2000-08-18 | Add TCSBRK emulation. bug reported by sparud@crt.se | Niklas Hallqvist | |
2000-08-15 | keep file naming consistent, rename exec.h -> sunos_exec.h | Brad Smith | |
2000-08-12 | emulate uname correctly | Eric Jackson | |
2000-08-12 | use osf1_sigcode | Eric Jackson | |
2000-08-04 | regen | Eric Jackson | |
2000-08-04 | Merge in NetBSD changes. This now works for most statically compiled osf1 | Eric Jackson | |
bins. Shared osf1 libs don't work quite yet. | |||
2000-07-27 | some cleanup and add the emul_flags_translate from netbsd to translate | Eric Jackson | |
flags. deraadt@ OK | |||
2000-07-23 | OpenBSD -> NetBSD where previously missed. | jasoni | |
2000-07-23 | Use our own pread/pwrite. | jasoni | |
2000-07-21 | regen | Eric Jackson | |
2000-07-21 | added listen and accept syscalls. from NetBSD | Eric Jackson | |
2000-07-17 | Oops. | Artur Grabowski | |
2000-07-17 | Be more careful about return values from hzto. | Artur Grabowski | |
2000-07-07 | regen | Brad Smith | |
2000-07-07 | add a lot more unimplemented syscall name placeholders, from NetBSD. | Brad Smith | |
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-28 | sync | Federico G. Schwindt | |
2000-06-28 | add creat64 and mmap64. | Federico G. Schwindt | |
2000-06-26 | use new timeouts | Artur Grabowski | |
2000-06-26 | Use new timeouts. | Artur Grabowski | |
2000-06-24 | sync | Federico G. Schwindt | |
2000-06-24 | Implement getdents64, lstat64 and stat64, basically the same functions of | Federico G. Schwindt | |
the existing ones using 64bit vars. This makes netscape-solaris works on sparc. Particular note to those who want to try netscape: - netscape 4.73 was used for testing on a ss5 with -current. - apparently solaris uses pipes for communicating with the X server. I've checked the libraries I've installed from a solaris 2.6 box, and although there are references to X11-unix, it fails when it tries to open X11-pipe/X0, so in order to test it you need to specify -display <box ip>:0 or it won't start. - i got some errors when starting, but besides that, it works fine. - it's not slow, but you better have all the requiered files in the correct paths, or it'll take some time to start. | |||
2000-06-16 | take MIN/MAX from param.h, okay theo@ | Niels Provos | |
2000-06-15 | i386 -> __i386__ | Brad Smith | |
2000-06-15 | regen | Brad Smith | |
2000-06-15 | add more unimplemented syscall name placeholders, from NetBSD. | Brad Smith | |
2000-06-08 | Add explicit inclusions of signalvar.h to files actually using syms defined | Niklas Hallqvist | |
there but relying on an indirect inclusion | |||
2000-06-07 | sync | Niklas Hallqvist | |
2000-06-07 | Implement sigaltstack | Niklas Hallqvist | |