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
/
dist
/
pdisk
/
pdisk.c
Age
Commit message (
Expand
)
Author
2013-03-23
one less, 6 left.
christos
2012-04-08
print sizeof() with %zu
christos
2012-04-08
Cast argument to unsigned long for i386.
wiz
2012-04-08
Fix a format string error clang found.
wiz
2012-04-06
make this work on 64 bit machines; use stdint/inttypes.
christos
2012-03-23
More c89 prototypes, mostly just filling in void where needed.
he
2009-12-23
Fix typo in command output.
mbalmer
2005-07-13
Apply fixes so that this builds with WARNS=3.
he
2003-08-13
use bounded string op
itojun
2003-04-24
reenable include <getopt.h> for getopt_long(3)
dbj
2003-04-24
fix nits to compile and function on osX
dbj
2003-04-24
add support for selecting root, user, or swap in the Block Zero Block bits
dbj
2003-04-22
avoid freeing uninitialized pointer
dbj
2003-03-03
Sort help here (just like in the man page).
wiz
2003-02-18
Add command to change partition types directly.
soren
2003-01-06
writable, not writeable.
wiz
2002-09-17
when creating a partition, set bzb bits appropriate for netbsd root
dbj
2002-09-09
remove menu and command line options to list all devices since they
dbj
2002-09-09
default fflag (read HFS volume name ) option is now off
dbj
2002-09-08
use getopt_long on netbsd as well as linux
dbj
2002-09-08
improved wording on explanation for disabling linux max partition warning.
dbj
2002-09-08
disable warnings about linux only handling 15 entries.
dbj
2002-08-22
on exit, check map pointer before accessing it.
dbj
2002-07-09
import pdisk utility from Eryk Vershen:
dbj