summaryrefslogtreecommitdiff
path: root/sys/compat
AgeCommit message (Expand)Author
2018-01-26union was removedchristos
2018-01-24Remove port-acorn26skrll
2018-01-19add conversion goop for WSDISPLAYIO_LDFONT and _SFONTmacallan
2018-01-18Don't return the address of the kernel modules if the user is notmaxv
2018-01-09remove struct emul's e_fault.maya
2018-01-07ignore signal 64 for now (go uses it)christos
2018-01-07Ignore signal 64 for now (go uses it)christos
2018-01-06Revert vadvise(2) removalkamil
2018-01-01Use the default %cs, and mask the other segregs.maxv
2017-12-26Refactor pipe1() and correct a bug in sys_pipe2() (SYS_pipe2)kamil
2017-12-20Pass LDFLAGS to ld.maya
2017-12-19Drop SYS_vadvisekamil
2017-12-19compat/ultrix: Drop SYS_vadvisekamil
2017-12-19compat/sunos32: Drop SYS_vadvisekamil
2017-12-19compat/sunos: Drop SYS_vadvisekamil
2017-12-19compat/freebsd: Drop SYS_vadvisekamil
2017-12-19compat/aoutm68k: Drop SYS_vadvisekamil
2017-12-19Drop SYS_sbrkkamil
2017-12-19compat/sunos32: Drop SYS_sbrkkamil
2017-12-19compat/sunos: Drop SYS_sbrkkamil
2017-12-19compat/ultrix: Drop SYS_sbrkkamil
2017-12-19compat/freebsd: Drop SYS_sbrkkamil
2017-12-19compat/aoutm68k: Drop SYS_sbrkkamil
2017-12-19Drop the sstk(2) syscall stubkamil
2017-12-19compat freebsd: Drop the sstk(2) syscallkamil
2017-12-19compat sunos: Drop the sstk(2) syscallkamil
2017-12-19compat sunos32: Drop the sstk(2) syscallkamil
2017-12-19compat ultrix: Drop the sstk(2) syscallkamil
2017-12-19compat aoutm68k: Mark sstk(2) as OBSOLkamil
2017-12-19Sync syscalls.master in compat_netbsd32(8) with kern/syscalls.masterkamil
2017-12-18include <compat/sys/siginfo.h> for siginfo32_t.mrg
2017-12-17handle siginfo requests for ptrace32christos
2017-12-16compat_util.c must be compiled by default in the kernel. It is needed bymaxv
2017-12-16Build these functions regardless of whether COMPAT_50 or COMPAT_70 aremaxv
2017-12-16Build libcompat as an object, not as a library. We want all of itsmaxv
2017-12-16remove check for netbsd 1.5 without 5.0. it doesn't happen.mrg
2017-12-10Finally (hopefully) return completely to the state where compat_linux iskre
2017-12-08Finish the previous change - as well as setting the default for thesekre
2017-12-06disable 32 bit signal ktrace records; 32 bit traced process produce 64 bitchristos
2017-12-06don't forget to convert the timespec.christos
2017-12-03Make code look the same, in particular zero out the rest of the directorychristos
2017-12-03Fix uninitialized pointer, found by Mootja. Not a surprise in untestedmaxv
2017-12-01Unbreak Linux emulation by default. While not loading it automaticallyjoerg
2017-11-30add fo_name so we can identify the fileops in a simple way.christos
2017-11-26Add support for SIOCGIFGENERIC and SIOCSIFGENERIC ioctls.jmcneill
2017-11-22#idef the label next_ifa: just like the only goto using it.martin
2017-11-22Fix and make consistent of usages of psz/psref in ifconf variantsozaki-r
2017-11-21This should be "linux_sg_version", not "version".maxv
2017-10-31unconst machine_arch32 for sysctl data .. pointed out by Riccardo Mottolakre
2017-10-31PR kern/52681: fix msghdr conversion.martin