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
/
kern
Age
Commit message (
Expand
)
Author
2006-09-03
use c99 initializers, per gimpy's request
christos
2006-09-03
Don't warn about RTC losing/gaining days if the filesystem time is bogus.
gdamore
2006-09-03
use c99 initializers
christos
2006-09-03
avoid empty else statement
christos
2006-09-03
add missing initializer
christos
2006-09-03
Incorporate changes from x86/i386 as follows:
gdamore
2006-09-02
Add MI implementation of inittodr, todr_attach, and resettodr.
gdamore
2006-09-02
Short-circuit calls to kauth_authorize_action() for a scope withtout any
elad
2006-09-02
move MAX_TCNAMELEN into timetc.h, use constant in tmp buffer allocation
kardel
2006-09-02
add missing initializer
christos
2006-09-02
add missing initializers
christos
2006-09-02
delete unreachable code
christos
2006-09-02
deal with empty if bodies
christos
2006-09-02
comment out impossible comparison
christos
2006-09-02
- fix initializer
christos
2006-09-02
Add missing initializer
christos
2006-09-02
add missing initializer
christos
2006-09-02
Add missing initializers
christos
2006-09-01
Missed commit (Regen'ed).
matt
2006-09-01
Properly deal with/without ktrace/ptrace/systrace
matt
2006-09-01
process_domem exists for ktrace/ptrace/systrace
matt
2006-09-01
Regen. (add __weak_alias(sys_ptrace, sys_nosys) when PTRACE is off)
matt
2006-09-01
Don't conditionalize *sys_ptrace. The lack of sys_ptrace will be dealt
matt
2006-09-01
Skip computing tags on IP Filter while its compatibility #defines
dyoung
2006-08-31
process_stoptrace is also used by PTRACE; fixes INSTALL_SMALL, GENERIC_TINY,
dogcow
2006-08-30
Disable asm statement which defines bpendtsleep symbol as "handy breakpoint"
tsutsui
2006-08-30
Make this compile under "no options COREDUMP".
cube
2006-08-30
Let those compile under "no options COREDUMP".
cube
2006-08-30
Regen against correct syscalls.master version [hi gimpy!].
cube
2006-08-30
Regen.
matt
2006-08-30
Add || defined(_KERNEL) to ptrace entry (like ktrace).
matt
2006-08-30
sys_process.c is also used by KTRACE.
matt
2006-08-30
#include "opt_ptrace.h"
matt
2006-08-29
Regen.
matt
2006-08-29
Fix typo (ktrace -> ptrace)
matt
2006-08-29
Make PTRACE and COREDUMP optional. Make the default (status quo) by putting
matt
2006-08-28
don't include sys/lock.h as it is no longer necessary.
yamt
2006-08-24
Add %'s to go with PRI format constants.
jld
2006-08-23
1) Complete Linux exit_group() emulation
manu
2006-08-23
Change iostat_alloc() to take the parent pointer and the name directly, so
christos
2006-08-22
Don't leave a dangling socket (no associated struct file) if
seanb
2006-08-21
Add <sys/lock.h> include for <sys/callback.h>
martin
2006-08-21
Use %zu for size_t
martin
2006-08-20
From Elad:
christos
2006-08-20
vmf_to_prf: tweak code to avoid a "may be used uninitialized" warning.
yamt
2006-08-20
move kmem_kva_reclaim_callback out of #ifdef DEBUG.
yamt
2006-08-20
Add functions to the fileassoc interface to allow a "hint" to be provided
blymn
2006-08-20
implement kva reclamation for kmem_alloc quantum cache.
yamt
2006-08-20
kmem_init: use vmem quantum cache. XXX needs tune.
yamt
2006-08-20
implement vmem quantum cache.
yamt
[next]