summaryrefslogtreecommitdiff
path: root/sys/compat
AgeCommit message (Expand)Author
2001-05-11MAP_COPY -> MAP_PRIVATEArtur Grabowski
2001-05-05Remove the (vaddr_t) casts inside the round_page and trunc_page macros.Artur Grabowski
2001-04-18Declare undeclared variable in #ifdef DEBUG_SVR4Niklas Hallqvist
2001-04-11Fix an off-by-one error. Also, SETFRAGMENT ignores the high bit; from NetBSD.Aaron Campbell
2001-04-10Don't seg-fault on file systems that don't support cookies. Thanks toConstantine Sapuntzakis
2001-04-09Handle more Linux ioctls; from NetBSD. ok deraadt@Thorsten Lockert
2001-04-09Silently ignore signals we don't handle; idea from NetBSD. Ok deraadt@Thorsten Lockert
2001-04-03We now can emulate vfork14 correctlyNiklas Hallqvist
2001-04-02syncNiklas Hallqvist
2001-04-02On popular demand, the Linux-compatibility clone(2) implementation basedNiklas Hallqvist
2001-04-01Add a macro to initialize the contents of a vmcmd set.Artur Grabowski
2001-03-25Don't access user space pointer directly. Thanks to dawson and teamConstantine Sapuntzakis
2001-03-16More copyin bugs.Constantine Sapuntzakis
2001-03-16Fix copyin argument order bug. Thanks to Dawson Engler and team.Constantine Sapuntzakis
2001-03-13Fix copyout bug in LINUX_IPC_SET. Thanks to Dawson Engler & team at Stanford.Constantine Sapuntzakis
2001-03-01port kqueue changes from freebsd, plus all required openbsd glue.Niels Provos
2001-02-26Since netbsd_sys_fdatasync is the same code as sys_fsync, weArtur Grabowski
2001-02-26adapt to new softupdates changes.Artur Grabowski
2001-02-19spl sanityArtur Grabowski
2001-02-09constify static dataMichael Shalayeff
2001-02-03make it compileMichael Shalayeff
2001-02-02Emulate some FreeBSD 4.x signal syscalls -- makes more new binaries workThorsten Lockert
2001-02-02syncThorsten Lockert
2001-02-02Emulate some 4.x signal-related syscallsThorsten Lockert
2001-02-02Missed one change to do ELF fixups on execs...Thorsten Lockert
2001-02-02Correct setup for running ELF binaries from FreeBSD; ok deraadt@Thorsten Lockert
2001-01-29syncjasoni
2001-01-29implement ftruncate64jasoni
2001-01-26fix compile error by including compat_dir.hMarco S Hyman
2001-01-25fix comment.Brad Smith
2001-01-23Clamp malloc in compat_43_sys_getdirentries to 64kConstantine Sapuntzakis
2001-01-23SunOS, IBCS2, Linux, and SVR4 all require translations of directory entriesConstantine Sapuntzakis
2001-01-15Make this code build.Artur Grabowski
2001-01-15Unbreak UNION code.Artur Grabowski
2000-12-28TypoMiod Vallat
2000-12-22syncjasoni
2000-12-22Implement truncate64, stat64, lstat64, fstat64; from NetBSDjasoni
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