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.sbin
/
dev_mkdb
/
dev_mkdb.c
Age
Commit message (
Expand
)
Author
2012-06-03
Switch device database to cdb(5). Rework ttyname(3) and ttyname_r(3) to
joerg
2011-08-30
static openinfo. dead, not unused usage.
joerg
2009-04-15
Fix -Wsign-compare issue
lukem
2008-12-28
fix suseconds_t format.
christos
2008-07-21
Remove the \n and tabs from the __COPYRIGHT() strings.
lukem
2007-12-15
convert __attribute__s to applicable cdefs.h macros
perry
2005-11-18
The latest fts fix that removes double-slashes from paths exposed a bug
christos
2005-10-24
Don't assume that fts(3) will add a slash to the name. From Steve Woodford.
christos
2005-03-16
Kill __P(), use ANSI function declarations; WARNS=3
xtraeme
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-05-17
use strlcpy. don't hardcode sizes, use sizeof.
itojun
2002-12-15
Set explicit database layout. Default is filesystem block size
hannken
2001-07-15
Removed two debug messages commited by mistake. Sorry about this.
manu
2001-07-14
errno is not tested any more if dbopen succeeds (to quote errno(2), "It
manu
2001-07-13
Moved the errno=0 in the loop for opening the temp file. The problem was that
manu
2001-07-12
FIxed a problem with string length (a leading / was appearing in w, who and o...
manu
2001-07-08
We use rename() to produce the dev.db file, and rename() is not able to move
manu
2001-07-05
- Moved the temp file to /tmp instead of /var/tmp
manu
2001-07-04
Added flags to choose the location of the input device directory and the
manu
2001-04-10
Descent into subdirs so that pstat -v prints files on fdescfs symbolically.
enami
2001-04-10
- Cosmetic changes like:
enami
1997-10-18
deprecate register, use memset/memmove instead of bzero/bcopy
lukem
1997-10-17
WARNSify, getopt returns -1 not EOF
lukem
1997-03-08
RCSid police
mikel
1995-01-30
Merge with 4.4-Lite, and use libc err(3) and warn(3).
mycroft
1993-10-22
From Mark Weaver:
mycroft
1993-08-01
Add RCS identifiers.
mycroft
1993-04-21
Changed hash_open to dbopen.
proven
1993-03-21
initial import of 386bsd-0.1 sources
cgd