summaryrefslogtreecommitdiff
path: root/sys/compat/linux32
AgeCommit message (Expand)Author
2014-11-26Tweak ifconf variantsozaki-r
2014-11-22Regen for ppoll(2)njoly
2014-11-22Add ppoll(2) for compat linux32.njoly
2014-11-17Define compat modules (but without dependencies yet).uebayasi
2014-11-09Do not uselessly include <sys/malloc.h>.maxv
2014-07-221) On 64bit systems, don't add the 32bit execsw[] to the global exec array.maxv
2014-06-21If SCARG(uap, what) = 0, copyin() will copy (size_t)-1 bytes, and it's notmaxv
2014-06-01Cleanup pipe(2) flags, now that native handle them.njoly
2014-05-29Regen for utimes(2).njoly
2014-05-29Add utimes(2) support.njoly
2014-05-18Simplify dup3 emulation to call dodup() directly instead ofnjoly
2014-05-17Replace open-coded access (and boundary checking) of ifindex2ifnet withrmind
2014-05-17Fix fadvise64 syscalls. Unlike our, linux fadvise syscall do notnjoly
2014-05-16Get rid of all sysc_init_field uses - initialize fields directly in C99martin
2014-05-04Regen for pread/pwrite 64bit offset argument.njoly
2014-05-04Fix pread/pwrite syscalls which need a 64bit offset argument.njoly
2014-05-04Remove now unneeded bsd.kinc.mk.njoly
2014-03-07c99 initializers for struct execswchristos
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2014-02-23Use Aux32Info not AuxInfo. Noticed by Maxime Villard.njoly
2014-02-23Fix wrong KASSERTs. Do not compare size vs. entries count.njoly
2014-02-21Increase LINUX32_ELF_AUX_ENTRIES to avoid overrun in linux32/. Also,maxv
2014-02-19Explicitly include x86/fpu.h instead of relying in x86/frame.h including it.dsl
2014-02-15Remove all references to MDL_USEDFPU and deferred fpu initialisation.dsl
2014-02-09account for the 16 bytes of AT_RANDOM data in the stack setup. fixes PR 48518.chs
2014-02-07Convert the amd64 build to use x86/cpu_extended_state.h so that the fpudsl
2014-01-14use new bsd.syscall.mkchristos
2013-12-01revert fpu/pcu changes until we figure out what's wrong; they cause randomchristos
2013-11-18Regenchristos
2013-11-18Fix extended attribute syscalls to use the proper types and call their netbsd32christos
2013-11-18claim to be linux 3.11.6 (opensuse 13.1).chs
2013-11-18regenchs
2013-11-18implement the *at() syscalls.chs
2013-11-07Regen for dup/dup2/dup3 argument types fix.njoly
2013-11-07Fix dup/dup2/dup3 argument types (u_int -> int).njoly
2013-10-23Use the MI "pcu" framework for bookkeeping of npx/fpu states on x86.drochner
2013-09-19exec modules need to be of the exec kindchristos
2013-01-11Use copyin/copyout and linux-specific ifreq structures (they are the samechristos
2012-10-02kernel portion of clock_nanosleep()christos
2012-09-22LINUX_RLIM_INFINITY doesn't fit into the value range for linux32, sojoerg
2012-07-15Rename MDP_IRET to MDL_IRET since it is an lwp flag, not a proc one.dsl
2012-07-13regenchristos
2012-07-13add xattr stubschristos
2012-07-08The MDP_USEDFPU (amd64 and sh3) and MDP_SSTEP (sh3) are lwp flags notdsl
2012-05-10regenchristos
2012-05-10Fix rt_sigtimedwait():christos
2012-05-10prefix message with linux32christos
2012-03-15Do not read past end of array. Found by gcc -03bouyer
2012-02-19Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3!rmind
2012-02-03Add a hook for freeing an ep_emul_arg. Add a wrapper routinematt