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