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
/
usr.bin
/
modstat
/
modstat.c
Age
Commit message (
Expand
)
Author
2008-11-12
Remove LKMs and switch to the module framework, pass 1.
ad
2007-12-15
convert __attribute__s to applicable cdefs.h macros
perry
2006-05-15
WARNS=4, ansi pass lint.
christos
2006-05-15
Add the DRV lkm type. From David Boggs.
christos
2006-03-23
Changing a comment only because the module interface version
reed
2004-10-22
Update a comment to say that the returned size is in KB.
peter
2002-09-18
uppercase the lkm kernel-userspace dev macros and prefix them with LKM_
lha
2002-09-13
Don't try to print negative offset in module structure.
tron
2000-12-10
add support for COMPAT LKMs
jdolecek
2000-07-07
errx?/warnx? audit. do not pass variable alone, use %s. idea from openbsd
itojun
1999-08-16
Spell "privilege" correctly (correct spelling from Jonathan Stone).
simonb
1999-06-15
make this compile again... since size_t is unsigned long now, %*d's with
christos
1999-06-07
deal with 32 vs. 64 bit pointers, from joda@pdc.kth.se as part of PR#6149
mrg
1998-07-06
revoke priviledges when no longer needed.
mrg
1997-10-19
WARNSify, fix .Nm usage, getopt returns -1 not EOF
lukem
1997-05-07
ensure strncpy() is nul terminated.
mrg
1997-01-09
RCS ID police
tls
1996-12-11
strcpy -> strncpy (from freebsd).
mrg
1995-06-27
sys/errno.h -> errno.h
jtc
1994-05-23
kill (bogus) multiple inclusions
cgd
1994-05-05
kill stupidity
cgd
1994-04-01
Style cleanup; use err*() and atexit().
mycroft
1993-12-03
i love ansi
deraadt
1993-06-07
add support for terry lambert's loadable kernel modules.
cgd