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
/
mkesdb
Age
Commit message (
Expand
)
Author
2016-06-28
Sync usage with program. Add RCS Id. Increase column width. Fix macro usage. ...
wiz
2016-06-28
Sort options in usage.
wiz
2016-06-27
Mention -d flag in mkesdb(1) usage
maya
2016-06-27
Add man page for mkesdb
maya
2015-06-16
fix error statement
christos
2015-06-16
fix printf statement
christos
2015-06-16
fix some error handling.
christos
2011-09-16
Use __dead
joerg
2011-05-24
Properly use format string.
joerg
2009-10-29
use %option instead of #define YY_NO_...
christos
2009-10-28
put all the YY_NO in one place.
christos
2009-04-20
define YY_NO_INPUT where appropriate, from Kurt J. Lidl per PR misc/41160
drochner
2009-04-14
Enable WARNS=4 by default for usr.bin, except for:
lukem
2008-03-10
MKMAN does not belong in source makefiles; use NOMAN.
dholland
2006-02-09
change #include <sys/endian.h> => #include <machine/endian.h> so that
dogcow
2005-06-27
Don't define the debug variable here; it is declared statically elsewhere.
fvdl
2005-06-02
appease gcc -Wuninitialized
lukem
2004-01-02
use snprintf, dude
itojun
2003-10-27
enable ident strings for sources pulled in from libc
lukem
2003-10-27
Overhaul how `build.sh tools' are used:
lukem
2003-08-01
Rework how dependency generation is performed:
lukem
2003-06-26
Citrus iconv support(3)
tshiozak