summaryrefslogtreecommitdiff
path: root/sys/compat/freebsd/freebsd_misc.c
AgeCommit message (Expand)Author
2021-09-07sys/compat: Memset zero before copyout.riastradh
2014-11-09Do not uselessly include <sys/malloc.h>.maxv
2007-12-20Convert all the system call entry points from:dsl
2007-12-08ANSIfy most of the function definitions in sys/compat (but not ndis).dsl
2007-08-15Changes to make ktrace LKM friendly and reduce ifdef KTRACE. Proposedad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-09Merge newlock2 to head.ad
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-22ktruser checks for length now.christos
2006-10-12- sprinkle __unused on function decls.christos
2005-12-11merge ktrace-lwp.christos
2005-09-13Forgot to reverse the conditional test.christos
2005-09-12Range checks are not optional. The omission of this one, allows the userchristos
2005-02-26nuke trailing whitespaceperry
2003-09-18Add a good enuf emulation of the MAP_STACK flag to the mmap()pooka
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-01-18Merge the nathanw_sa branch.thorpej
2002-11-26rename: s/sa_/<compat>sa/gchristos
2002-07-04Add kernel support for having userland provide the signal trampoline:thorpej
2001-11-13add RCSIDs (including regeneration of files as appropriate)lukem
2001-05-30use _KERNEL_OPT.mrg
2000-12-28use NetBSD utrace(2) facilities for FreeBSD utrace(2) emulation;jdolecek
2000-12-18make compilable without KTRACE, toojdolecek
2000-12-17add emulation of FreeBSD utrace(2)jdolecek
2000-12-01LKMifyjdolecek
2000-12-01add e_path (emulation path) to struct emul, which replaces emulation-specificjdolecek
2000-08-07Second phase of changes to remove ntp_adjtime(2) from the kernel entirely ifbjh21
2000-07-18implement new signal syscalls in FreeBSD 4.0-RELEASE, using native syscalls:onoe
2000-04-21We have now native issetugid.minoura
1998-05-02PR/5350: Minoura Makoto: add issetugid() syscall. (with fixes from me)christos
1997-10-20Fix the shared library versioning snafu caused by the recent changesthorpej
1996-05-03gcc -Wall fixes.christos
1995-10-10FreeBSD binary compatibility module, from Noriyuki Soda.mycroft