summaryrefslogtreecommitdiff
path: root/sbin/ccdconfig
AgeCommit message (Collapse)Author
2003-12-17Add support for -DSMALL that doesn't need -lkvm (no -g option)Todd C. Miller
2003-06-11ansificationTheo de Raadt
2003-06-10boring cleanupsTheo de Raadt
2003-06-03- section reorderJason McIntyre
- some mdoc fixes
2003-03-30snprintfTheo de Raadt
2003-02-01typos;Jason McIntyre
chat(8): removed reference to uucico(8) ok deraadt@
2002-06-17only make -g available to root, by disabling setgid kmem; bunch of people okTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-11-09Since all our arches have /dev/ksyms, replace rigid mentions of the kernelMiod Vallat
being /bsd with more correct terms, and remove /bsd and /dev/kmem from the FILES section if they were there.
2001-07-07major -Wall cleanup, almost completeTheo de Raadt
2001-06-04return from main() don't exitMichael Shalayeff
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.
2000-09-30Some format string problems that were missed during initial audit; deraadt@ andAaron Campbell
millert@ ok
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd C. Miller
constant). These are not security holes but it is worth fixing them anyway both for robustness and so folks looking for examples in the tree are not misled into doing something potentially dangerous. Furthermore, it is a bad idea to assume that pathnames will not include '%' in them and that error routines don't return strings with '%' in them (especially in light of the possibility of locales).
2000-03-18Remove hard sentence breaks, and some other cleanup along the way.Aaron Campbell
1999-07-03remove redundant .Pp macrosAaron Campbell
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netAaron Campbell
1998-11-28kill redundant .Nm macro arguments; other misc fixesAaron Campbell
1998-09-17sbin/ man page fixesAaron Campbell
1998-08-15fix reallocTheo de Raadt
1998-07-08whack kmem gid after kvm_openfiles()Theo de Raadt
1997-11-27indentTheo de Raadt
1997-11-26Add a CCDF_OLD flag used to get the old I/O policyNiklas Hallqvist
1997-09-21$OpenBSD$Theo de Raadt
1997-09-14WallTheo de Raadt
1997-06-16flags cannot be optional; what a bad argument layout design...; ↵Theo de Raadt
jgarzik@pobox.com, PR#228
1997-05-28be more paranoid about gid revokingTheo de Raadt
1997-01-13egid for open; spotted by oliver@secnet.comTheo de Raadt
1996-12-22Deal with _POSIX_SAVED_IDS when relinquishing privilegesTheo de Raadt
1996-10-08Attempt at cleanup.michaels
1996-07-08kernel is /bsd, os is OpenBSDccappuc
1996-06-23update rcsidTheo de Raadt
1996-05-30revoke privs before opening kvm if user has specified mem/kernel pathsTheo de Raadt
1996-05-22libutilTheo de Raadt
1996-03-21From NetBSD: Merge of 960317Niklas Hallqvist
1995-11-13from netbsd:Theo de Raadt
Fix handling of "-M core" and "-N system"; a real brain-o on my part. Fix related typo in manual page.
1995-10-18initial import of NetBSD treeTheo de Raadt