summaryrefslogtreecommitdiff
path: root/sys/compat
AgeCommit message (Expand)Author
2000-12-06s/packed/__packed__/Michael Shalayeff
2000-11-10Change the ktrace interface functions from taking the trace vnode to taking theArtur Grabowski
2000-11-10seperate -> separate, okay aaron@Niels Provos
2000-11-08UVMArtur Grabowski
2000-10-16- Fix for some linux apps that broke with recent changes; from NetBSDjasoni
2000-09-10Linux mmap ignores the fd argument when MAP_ANON is on. Always pass -1jasoni
2000-09-07Add bounds checking to stackgap_alloc and return NULL if space cant beEric Jackson
2000-09-07common/compat_util.cEric Jackson
2000-09-06add mag tape ioctl emulation; from freebsd. Other cleanup.Eric Jackson
2000-08-30remove duplicate inclusion of sys/ioctl.hBrad Smith
2000-08-30additional range checking; From: NetBSDBrad Smith
2000-08-29remove duplicate inclusion of sys/ioctl.hBrad Smith
2000-08-24Be careful about hzto returning <= 0.Artur Grabowski
2000-08-23regen.Federico G. Schwindt
2000-08-23- Simplify pread and pwrite now that we have a native implementation.Federico G. Schwindt
2000-08-23NetBSD RCS idBrad Smith
2000-08-23svr4_error -> native_to_svr4_errnoBrad Smith
2000-08-23svr4_error -> native_to_svr4_errnoBrad Smith
2000-08-23rename to svr4_error.c to svr4_errno.cBrad Smith
2000-08-18Stupid Linux redefined SBRK semanticsNiklas Hallqvist
2000-08-18Add TCSBRK emulation. bug reported by sparud@crt.seNiklas Hallqvist
2000-08-15keep file naming consistent, rename exec.h -> sunos_exec.hBrad Smith
2000-08-12emulate uname correctlyEric Jackson
2000-08-12use osf1_sigcodeEric Jackson
2000-08-04regenEric Jackson
2000-08-04Merge in NetBSD changes. This now works for most statically compiled osf1Eric Jackson
2000-07-27some cleanup and add the emul_flags_translate from netbsd to translateEric Jackson
2000-07-23OpenBSD -> NetBSD where previously missed.jasoni
2000-07-23Use our own pread/pwrite.jasoni
2000-07-21regenEric Jackson
2000-07-21added listen and accept syscalls. from NetBSDEric Jackson
2000-07-17Oops.Artur Grabowski
2000-07-17Be more careful about return values from hzto.Artur Grabowski
2000-07-07regenBrad Smith
2000-07-07add a lot more unimplemented syscall name placeholders, from NetBSD.Brad Smith
2000-07-07syncjasoni
2000-07-07Change all UNIMPL and OBSOL syscalls to STD.jasoni
2000-06-28syncFederico G. Schwindt
2000-06-28add creat64 and mmap64.Federico G. Schwindt
2000-06-26use new timeoutsArtur Grabowski
2000-06-26Use new timeouts.Artur Grabowski
2000-06-24syncFederico G. Schwindt
2000-06-24Implement getdents64, lstat64 and stat64, basically the same functions ofFederico G. Schwindt
2000-06-16take MIN/MAX from param.h, okay theo@Niels Provos
2000-06-15i386 -> __i386__Brad Smith
2000-06-15regenBrad Smith
2000-06-15add more unimplemented syscall name placeholders, from NetBSD.Brad Smith
2000-06-08Add explicit inclusions of signalvar.h to files actually using syms definedNiklas Hallqvist
2000-06-07syncNiklas Hallqvist
2000-06-07Implement sigaltstackNiklas Hallqvist