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
/
dev
/
firmload.c
Age
Commit message (
Expand
)
Author
2016-05-30
PR 51184 David Binderman: simplify redundant conditional
dholland
2015-01-04
nuke superfluous SYSCTL_SETUP_PROTO
pooka
2015-01-04
malloc -> kmem_alloc
pooka
2014-03-25
kill sprintf
christos
2014-02-25
Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before
pooka
2012-04-29
Remove everything to do with 'struct malloc_type' and the malloc link_set.
dsl
2010-11-24
Call pathbuf_destroy exactly once, never twice. PR 44144
dholland
2010-11-19
Introduce struct pathbuf. This is an abstraction to hold a pathname
dholland
2010-11-15
curlwp needs sys/lwp.h.
uebayasi
2010-10-21
perform pathname lookup with NOCHROOT flag
jmcneill
2010-06-24
Clean up vnode lock operations pass 2:
hannken
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-03-21
Catch up with descriptor handling changes. See kern_descrip.c revision
ad
2007-12-08
Remove cn_lwp from struct componentname. curlwp should be used
pooka
2007-11-26
Remove the "struct lwp *" argument from all VFS and VOP interfaces.
pooka
2007-01-14
Don't crash if firmware_open is called too early.
is
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
2006-09-30
PR/34648: Nino Dehne: Kernel panic when using NFS root and configuring an
elad
2006-05-14
integrate kauth.
elad
2006-04-17
Add /usr/pkg/libdata to the list of FIRMWARE_PATHS in order to be
rpaulo
2006-01-17
Add an API for loading firmware images for devices.
thorpej