summaryrefslogtreecommitdiff
path: root/sys/compat/freebsd
AgeCommit message (Expand)Author
2021-09-07sys/compat: Memset zero before copyout.riastradh
2019-06-18regenchristos
2019-06-18add quota optionchristos
2019-04-06Revert previous (1.5) and return to the one before that (1.4), andkre
2019-04-06Revert previous. Instead change ufetch_long() to ufetch_int() inkre
2019-04-06If using a cast for &code to make it a u_long * is acceptable akre
2019-04-06Overhaul the API used to fetch and store individual memory cells inthorpej
2019-02-05Update compat_freebsd requirements list to use compat_09 vs compatpgoyette
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2018-08-10Regenpgoyette
2018-08-10Allow syscall_establish() to install new syscalls when the existingpgoyette
2018-05-06Remove an element from struct emul: e_tracesigkamil
2018-04-16Remove the rnewprocp argument from fork1(9)kamil
2018-01-09remove struct emul's e_fault.maya
2018-01-06Revert vadvise(2) removalkamil
2017-12-19compat/freebsd: Drop SYS_vadvisekamil
2017-12-19compat/freebsd: Drop SYS_sbrkkamil
2017-12-19compat freebsd: Drop the sstk(2) syscallkamil
2017-09-17Remove the second argument from USERMODE and KERNELMODE, it is unusedmaxv
2017-08-12Remove vm86. Simplifies a number of critical places.maxv
2017-08-08Move freebsd_machdep.h into sys/compat/freebsd, and don't install it. Now,maxv
2017-08-01Move arch/i386/i386/freebsd_* into compat/freebsd/. COMPAT_FREEBSD ismaxv
2017-07-29Remove exec_aout support in compat_freebsd. The only reason we still havemaxv
2017-05-10regenriastradh
2017-01-16regenchristos
2017-01-13regenchristos
2015-10-23Change do_sys_mount() so that it only takes as argument the type of themaxv
2015-09-24Regenchristos
2015-09-06More on PR 41200: headers that declare ioctls should include sys/ioccom.h.dholland
2015-03-07regenchristos
2015-02-14typo in commentdholland
2014-11-17Define compat modules (but without dependencies yet).uebayasi
2014-11-09Do not uselessly include <sys/malloc.h>.maxv
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
2014-10-10I'm not sure reading from an unsanitized userland pointer is a good idea.maxv
2014-06-28Empy commentmaxv
2014-06-24Remove unused headers.maxv
2014-06-24Remove dead code. The kernel already checks for PT_INTERP sections, and putsmaxv
2014-06-22simplify and clarifychristos
2014-06-21Avoid NULL dereference and fix sched param conversion (at least make itchristos
2014-03-07fix typoschristos
2014-03-07c99 initializers for struct execswchristos
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
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
2013-11-07Regen for dup/dup2/dup3 argument types fix.njoly
2013-11-07Fix dup/dup2/dup3 argument types (u_int -> int).njoly
2013-09-19exec modules need to be of the exec kindchristos
2012-03-10P1003_1B_SEMAPHORE is no longer optional.joerg