summaryrefslogtreecommitdiff
path: root/sys/compat/linux
AgeCommit message (Expand)Author
2013-10-17remove unused variablechristos
2013-09-24Regen for utimensat(2).njoly
2013-09-24Add utimensat(2) for compat linux.njoly
2013-09-19exec modules need to be of the exec kindchristos
2013-09-15Regen.njoly
2013-09-15Make alpha use linux_sys_utimes() just like other archs.njoly
2013-08-18Use <arm/locore.h>matt
2013-08-11regenpooka
2013-08-11Linux treats the data parameter as a pointer/long too. The commentspooka
2013-08-11regenpooka
2013-08-11Use long instead of int for ptrace addr. This makes things compilepooka
2013-08-11Allow to build in envs without USRSTACK (namely, rump kernels on powerpc).pooka
2013-07-18Do not make FUTEX_WAIT wait indefinitely for an invalid timeoutnjoly
2013-06-08Typostacktic
2013-04-17handle timeouts like before.christos
2013-04-16Add some more futex gunk and explain why it does not work (yet).christos
2013-04-15alpha uses standard utimes.christos
2013-04-09Fix COMPAT_LINUX32.pooka
2013-04-08regen for utimespooka
2013-04-08support utimes on non-alpha linux platformspooka
2013-03-21Fix stat64 by making it match i386. Other archs might still be broken,pooka
2013-01-27exitting -> exiting.mbalmer
2013-01-11Use copyin/copyout and linux-specific ifreq structures (they are the samechristos
2013-01-11add the futex PI commands (not implemented yet)christos
2012-10-02kernel portion of clock_nanosleep()christos
2012-09-22LINUX_RLIM_INFINITY doesn't fit into the value range for linux32, sojoerg
2012-09-19regen for ppoll (and, apparently, SYCALL_ARG_PTR)pooka
2012-09-19Add a pass-through ioctl for mfi(4), allowing userland to send raw commandsbouyer
2012-09-19emulate ppoll which is essentially our polltspooka
2012-09-13Rename structure members to make the code compile in environmentspooka
2012-09-04Add missing <machine/pcb.h> includematt
2012-08-16Rename process_frame to lwp_trapframematt
2012-07-08The MDP_USEDFPU (amd64 and sh3) and MDP_SSTEP (sh3) are lwp flags notdsl
2012-06-22From the "parse errors that you just do not see as a human" department:martin
2012-06-21fix token pasting.christos
2012-06-20print proper ktruser names depending on the emulation.christos
2012-03-21define LINUX_DEBUGLINK_SIGNATURE for i386 too.chs
2012-03-15Do not read past end of array. Found by gcc -03bouyer
2012-02-21Switch to ANSI style declaration.rjs
2012-02-19Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3!rmind
2012-02-12Change old-style function defintions to C89 prototypes.matt
2012-02-03Add a hook for freeing an ep_emul_arg. Add a wrapper routinematt
2012-01-20Change CMSG_SPACE and CMSG_LEN to provide Integer Constant Expressionsjoerg
2011-12-20- Eliminate so_nbio and turn it into a bit SS_NBIO in so_state.christos
2011-11-21Adjust setup_linux_rt_sigframe/setup_linux_sigframe prototypes.njoly
2011-11-18remove one more kassertchristos
2011-11-18remove incorrect assertions (the len passed is the size of the bsd structurechristos
2011-11-18Provide linux_siginfo_t for all archs, to unbreak kdump build.martin
2011-11-18- add sigtimedwait support.christos
2011-11-18add sigtimedwaitchristos