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