summaryrefslogtreecommitdiff
path: root/sys/compat/linux
AgeCommit message (Expand)Author
2005-12-24bare asm -> __asmperry
2005-12-16PR/32303: Nicolas Joly: Fix -current amd64 kernel compilation failure withchristos
2005-12-14proc to lwp changechristos
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-11include additional headers that are now needed.chs
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-06regenmanu
2005-11-06Back out sched_{set|get}affinity addition because it breaks themanu
2005-11-06Regen with correct RCS Ids.tron
2005-11-05ifdef out sched_{get|set}affinity for ports that don't use it yet. Thatmanu
2005-11-05mirror manu's amd64 changes to implement linux sched_{seg,get}affinity;dogcow
2005-11-05regenmanu
2005-11-05Implement more of Linux futex(2)manu
2005-11-05Implement Linux sched_{set|get}affinitymanu
2005-11-05Fix build when LINUX_NPTL is not definedmanu
2005-11-05Fix a messed up patchmanu
2005-11-05Instead of ifdef'ing __amd64__ all the Linux NPTL stuff, introduce anmanu
2005-11-04make this compile on m68k by including sys/device.h explicitly.chs
2005-11-04Fix machine name returned by uname on Linuxmanu
2005-11-04regenmanu
2005-11-04Implement Linux futex ang gettidmanu
2005-11-04register_t is not an int on amd64manu
2005-11-04Implement Linux futex and gettid system calls for amd64manu
2005-11-04build fixmanu
2005-10-31Fix pipe linux emulation on amd64manu
2005-10-31build fixmanu
2005-10-30add support for the linux PROT_GROWS{DOWN,UP} mprotect() flags.chs
2005-10-24PR/31905: Wolfgang Stukenbrock: Termios ioctls TIOCMBIC and TIOCMBIS missingchristos
2005-10-18regenchristos
2005-10-18add the missing %% that confused joerg and the parser.christos
2005-10-18Regen.joerg
2005-10-18sys_uselib is needed by COMPAT_LINUX for EXEC_AOUT. Since it doesn't getjoerg
2005-09-24factor out some of the osockaddr, omsghdr code.christos
2005-09-19MINSIGSTKSZ on linux is different depending on the platform and usuallychristos
2005-09-13need linux_syscallargs.h to compile, and remove inline function.christos
2005-09-10Initial addition of tmpfs, an efficient memory file-system. This projectjmmv
2005-08-21linux_machdepioctl: remove duplicated FILE_USE/UNUSE.yamt