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
2010-03-20
more debugging compilation fixes.
christos
2010-03-20
fix debugging code.
christos
2010-03-20
minimize ifdefs and avoid duplicated code.
christos
2010-03-19
- Make maximum memory limits for various things #define constants and use the
christos
2010-03-18
Print builtin "use -f" message only if not autoloading. Otherwise
pooka
2010-03-18
Never autounload builtin modules (they will never be autoloaded if disabled).
pooka
2010-03-15
rename DEBUG_ASLR -> PAX_ASLR_DEBUG
christos
2010-03-14
DTrace: Make the CTF handling conditional on KDTRACE_HOOKS for now since
darran
2010-03-13
call accept_filter_init int setopt so that don't use an uninitialized lock
christos
2010-03-13
make this compile.
christos
2010-03-13
make this compile.
christos
2010-03-12
DTrace: Add support for CTF sections in the netbsd elf image, load these
darran
2010-03-05
Make module_{lookup,enqueue}() static now that it's possible again
pooka
2010-03-05
Move builtin modules to a list in init and load them from there
pooka
2010-03-03
Replace unsafe use of TAILQ_FOREACH: as the comment says, the
pooka
2010-03-03
Remove fs_lfs now that the syscall is always defined.
pooka
2010-03-03
remove redundant checks of PK_MARKER.
yamt
2010-03-02
regen: lfs megamaid syscalls -> MODULAR
pooka
2010-03-02
Make lfs syscalls loadable. This nukes fs_lfs.h & #ifdef LFS.
pooka
2010-03-02
Make is possible to add extra output at the top of syscallargs.h.
pooka
2010-03-02
fs_ffs.h is no longer required (since the death of bufops / softdep)
pooka
2010-03-01
Revert accidental commit of CTF work-in-progress changes.
darran
2010-03-01
DTrace: Add an SDT (Statically Defined Tracing) provider framework, and
darran
2010-02-27
Move block number computations to callers of wapl_read/wapl_write and
mlelstv
2010-02-27
Store physical block numbers in superblock that point to the journal.
mlelstv
2010-02-26
mnt_fs_bshift is the filesystem block size, not the fragment size.
mlelstv
2010-02-26
Change RSS (resident set size) limit. Instead of setting it arbitrarily
jym
2010-02-24
A pointer typedef entails trading too much flexibility to declare const
dyoung
2010-02-23
DTrace: remove kern_dtrace.c since it is no longer used. (Its functions
darran
2010-02-23
DTrace: Get rid of the KDTRACE_HOOKS ifdefs in the kernel. Replace the
darran
2010-02-23
Use correct offset to block number calculations.
mlelstv
2010-02-22
Run binaries with ELF_TYPE==DYN at virtual address PAGE_SIZE rather
drochner
2010-02-21
DTrace: Add __predict_false() to the DTrace hooks per rmind's suggestion.
darran
2010-02-21
DTrace: missed kern_dtrace.c (thanks rmind!)
darran
2010-02-21
Added a defflag option for KDTRACE_HOOKS and included opt_dtrace.h in the
darran
2010-02-21
Add the DTrace hooks to the kernel (KDTRACE_HOOKS config option).
darran
2010-02-19
Avoid a potential crash: get more struct device initialization
dyoung
2010-02-18
Fix comment(s).
skrll
2010-02-17
Initialize the temporary pmf_qual_t in pmf_device_subtree_release()
dyoung
2010-02-16
Don't inspect vn_stat() results until after checking that it succeeded.
dholland
2010-02-15
Extract a subroutine, const char *cfdata_ifattr(cfdata_t cf), that
dyoung
2010-02-13
sysctl_doeproc: don't follow a possibly stale pointer.
yamt
2010-02-11
Add vrele_async routine which asynchronously release vnodes in different contex
haad
2010-02-11
Add kmem_asprintf rotuine which allocates string accordingly to format
haad
2010-02-09
Fix typo in comment.
wiz
2010-02-08
Handle rump like the direct mapping case.
joerg
2010-02-08
Remove separate mb_map. The nmbclusters is computed at boot time based
joerg
2010-02-08
Re-apply:
skrll
2010-02-06
__inline -> inline
uebayasi
2010-02-06
Revert commit from Fri Feb 5 06:43:17 UTC 2010 by skrll:
cube
[next]