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
/
sbin
/
ccdconfig
/
ccdconfig.c
Age
Commit message (
Expand
)
Author
2020-10-06
Use raw device for configuring units. This is necessary as
mlelstv
2020-09-06
rework error message to never call printf() %s with NULL.
mrg
2014-12-07
Make ccdconfig resolve wedge names.
mlelstv
2014-08-17
Don't print ccd_size with %zu; it no longer has type size_t.
apb
2014-08-16
Switch size_t to uint64_t in appropriate places to ensure that ccd(4) works
sborrill
2013-05-03
avoid initialization bug in vax gcc: int i; foo(&i);
christos
2013-04-27
one less kvm groveller. Use sysctl to get ccd info.
christos
2011-08-27
static. __dead.
joerg
2011-01-04
Fix file descriptor leak. Found by cppcheck.
wiz
2009-03-16
fix sign-compare issues
lukem
2008-07-20
Remove the \n and tabs from the __COPYRIGHT() strings.
lukem
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2006-10-16
c99 initializers
christos
2006-03-20
Delete an obvious free(NULL) pointed out by erh.
christos
2006-03-20
Coverity CID's 1853, 1852, 1851: Plug memory leaks.
christos
2006-03-17
Fix minor ressource leak
hubertf
2006-02-16
* The kernel's struct ccd_softc has extra structure members over the
lukem
2005-09-08
namespace sanity: no need to include <sys/device.h>
drochner
2005-01-20
Kill __P(), ANSIfy, remove main() prototype; WARNS=2
xtraeme
2004-10-28
Add (unsigned char) to isdigit()
dsl
2003-10-17
Support CCDF_NOLABEL. Document what CCDF_UNIFORM actually does.
lukem
2003-10-08
use asprintf David Hill
itojun
2003-10-08
plug memory leak. David Hill
itojun
2003-09-19
realloc pedant
itojun
2001-02-19
convert to use getprogname()
cgd
2001-01-28
Sprinkle some const.
thorpej
2000-10-10
Format string cleanups by Bill Sommerfeld.
is
2000-07-07
warnx?/errx? audit. don't pass variable/function return value alone.
itojun
2000-06-09
Sync with rev. 1.19 of vnconfig.c.
enami
2000-02-16
Define __POOL_EXPOSE almost at the beginning, instead of just before
enami
1999-08-11
Garbage-collect CCDF_SWAP; no longer used, and doesn't make any sense
thorpej
1999-04-01
Define __POOL_EXPOSE for this nlist-groveling program.
ross
1999-01-21
update for changes to the ccd_softc.
thorpej
1999-01-12
Update for changes to ccdvar.h
thorpej
1998-11-13
CCDF_MIRROR is nuked from orbit.
thorpej
1998-08-25
from Erik Bertelsen <erik@mediator.uni-c.dk>
ross
1998-08-10
delete an obsolete usage
msaitoh
1998-07-31
Remove the stats printing code. Now that the ccd driver uses the pool
thorpej
1998-07-06
- change setgid kmem programs (that lend themselves to this) so setegid(getgi...
mrg
1998-02-03
use warn() properly.
mrg
1997-12-30
The output of `ccdconfig -g' is supposed to be a valid configuration file.
mycroft
1997-12-30
reset the gid before calling fopen() on the config file. stops people
mrg
1997-12-05
Fix type problems on the Alpha.
thorpej
1997-12-01
use fparseln() instead of fgets(), improve man page
lukem
1997-09-14
use memset instead of bzero
lukem
1997-07-31
Fix files using old TNF copyright notice
jtc
1997-07-23
Clean up usage of __COPYRIGHT() macro.
thorpej
1997-07-20
Case size_t to "long" for printing, and use %ld for the format.
thorpej
1997-07-20
- Use __COPYRIGHT() and __RCSID().
thorpej
1997-04-21
be safe with buffers.
mrg
[next]