summaryrefslogtreecommitdiff
path: root/sys/compat
AgeCommit message (Expand)Author
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-23Use cprng_strong32 for LINUX_AT_RANDOM on amd64 too.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-19Add explicit #include <x86/fpu.h> instead of relying on pcb.h including it.dsl
2014-02-19Don't rely on pcb.h including x86/include/sysarch.hdsl
2014-02-15Regen.njoly
2014-02-15Reduce diffs between archs, add mincore/madvise to m68k.njoly
2014-02-15Remove all references to MDL_USEDFPU and deferred fpu initialisation.dsl
2014-02-11Move sys/arch/amd64/amd64/fpu.c and sys/arch/amd64/include/fpu.hdsl
2014-02-11Fix uninitialized variable. Harmless: it does not change the behaviormaxv
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-02-03 Properly translate struct swapent for COMPAT_NETBSD32 (missing commit)manu
2014-02-03Properly translate struct swapent for COMPAT_NETBSD32manu
2014-02-02Limit the amount of kernel memory a posix_spawn syscall can use (for handlingmartin
2014-01-28add a struct for the 4.3BSD struct directchristos
2014-01-28Fix the compat-4.3 getdirentries call (pre d_type). This is used in NetBSD-0.9.christos
2014-01-27Add basic IPV6 level socket options support (IPV6_V6ONLY).njoly
2014-01-27Add SO_SNDLOWAT, SO_RCVLOWAT and SO_ACCEPTCONN support for socketnjoly
2014-01-26Remove support for 'external' floating point units and the MS-DOSdsl
2014-01-25Clear the VM_TOPDOWN flag only when we succeed.christos
2014-01-25regenchristos
2014-01-25Update linux socket socket options (SO_*). Add common version to itsnjoly
2014-01-25More alignment spellosskrll
2014-01-25a.out binaries can't handle topdown.christos
2014-01-25ifdef debug printfchristos
2014-01-25compat_10 fix: open(NULL) == open(".");christos
2014-01-24remove useless flag mangling. It is done already.christos
2014-01-24need to lock the process.christos
2014-01-24It is wishful thinking that vn_readdir will return dirent12 structures.christos
2014-01-24sigaction until 1.4 had an int sigmask, don't trash the stack.christos
2014-01-24Fix locking botch, and ...christos
2014-01-24Support WSDISPLAYIO_GETCMAP/WSDISPLAYIO_PUTCMAP. Tested on evbmips/loongsonbouyer
2014-01-24Add ATAIOCCOMMAND ioctl form COMPAT_NETBSD32manu
2014-01-23Fix inverted pid/lid arguments in do_sched_{get,set}param calls.njoly
2014-01-23Fix netbsd32 compatibility bug in kevent()manu
2014-01-19Flatten the floating point register structures bu moving thedsl
2014-01-19No longer used.dsl
2014-01-19Rip out the code that might once have supported the freebsd ptracedsl
2014-01-14use new bsd.syscall.mkchristos
2014-01-13Regen.njoly
2014-01-13Cleanup, and reduce diffs between arches. Make alpha usenjoly
2014-01-04Remove __HAVE_PROCESS_XFPREGS and add the extra parameter for the sizedsl
2014-01-01Change the type of the 'cookie' that holds the state of the core dump filedsl
2013-12-27Add easy parts (TCOOFF/TCOON) of the TCXONC linux termios ioctl.njoly
2013-12-27Rename ipcall/socketcall specific defines to avoid conflict withnjoly
2013-12-27Regen.njoly