summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common
AgeCommit message (Expand)Author
2006-09-02comment out impossible codechristos
2006-09-02fix incomplete initializerchristos
2006-09-01When calling PTRACE from an LKM, use sysent[SYS_ptrace].sy_call in casematt
2006-08-30Allow this to build as an LKM by testing for _KERNEL_OPT beforehe
2006-08-30Update to deal with options PTRACEmatt
2006-08-24The return value for Linux shmat on amd64 does not suffer the same horriblemanu
2006-08-23move #ifdef up a few lines to prevent unused variable warning/errordogcow
2006-08-231) Complete Linux exit_group() emulationmanu
2006-08-07Add a new signature test for linux probe function. We look for a .debuglinkmanu
2006-07-24typomanu
2006-07-23Use the LWP cached credentials where sane.ad
2006-07-09If the user process requests a non null timeout, make sure we do not turnmanu
2006-06-27Use the new socket call for Linux and SVR4, because those systems (atpavel
2006-06-26version the socket(2) syscall. for compat30 socket, we usemrg
2006-06-26Do not implement exit_group() the right way on platforms that do notmanu
2006-06-25- Complete exit_group() implementation. We now maintain a list of Linuxmanu
2006-06-13change 20 to NZERO; pointed out by mrg.christos
2006-06-12don't allocate a crapload of struct's on the stack. Use a couple of unionschristos
2006-06-10PR/33671: Nicolas Joly: Add a getpriority syscall to account for the factchristos
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
2006-05-14integrate kauth.elad
2006-05-14XXX: GCC uninitializedchristos
2006-05-12use socklen_t when talking to the NetBSD side of thingsmrg
2006-05-10don't allocate struct statvfs on stack as it's too large.yamt
2006-03-27Use __arraycount().dyoung
2006-03-17Fix Coverity issues 2321 and 2320. Make sure to free allocated memory.erh
2006-03-08Rework Linux sysctl()-emulation, so that on amd64, we return the samejonathan
2006-03-01merge yamt-uio_vmspace branch.yamt
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2006-02-15- Move the BSD to Linux and Linux to BSD termio/termios conversion functionsmanu
2006-02-09make linux emulation compile on i386 again.dogcow
2006-02-09Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough somanu
2006-01-31linux_sys_mremap: validate flags.yamt
2006-01-21implement compat_linux mremap.yamt
2005-12-11merge ktrace-lwp.christos
2005-12-05- make settime take timespec.christos
2005-11-30Remove the debugging printf left in linux_sys_getrlimit().rpaulo
2005-11-29undo linux_sys_exit_group() change _again_ - please do not commit knownjdolecek
2005-11-29Threads should not send a signal on exit.manu
2005-11-23To awake all processes sleeping on a futex, set maximum value to 0x7fffffffmanu
2005-11-23Remove a debug printfmanu
2005-11-23- Add Linux tkill and tgkill (partial emulation).manu
2005-11-11undo the linux_sys_exit_group() change for now - complete CLONE_THREAD supportjdolecek
2005-11-10More ipc support for linux; makes oracle work. From chuq andchristos
2005-11-09Fix build problemmanu
2005-11-09Improve Linux exit_group emulation by sending a SIGKILL to all othermanu
2005-11-09Prevent integer overflow in timout calculation.manu
2005-11-08Correctly computes futex timeout.manu
2005-11-07Include linux_machdep.h so that LINUX_UNAME_ARCH ges defined (fixesmanu
2005-11-05ifdef out sched_{get|set}affinity for ports that don't use it yet. Thatmanu