aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/dev_mkdb
Commit message (Collapse)AuthorAgeFilesLines
* Remove dev_mkdb(8). The kernel answers these questions.Poul-Henning Kamp2003-06-203-266/+0
| | | | Notes: svn path=/head/; revision=116609
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.David E. O'Brien2003-05-031-4/+4
| | | | Notes: svn path=/head/; revision=114601
* The .Nm utilityPhilippe Charnier2002-07-141-4/+4
| | | | Notes: svn path=/head/; revision=99968
* Add function name in error message.Nick Hibma2002-06-231-1/+1
| | | | Notes: svn path=/head/; revision=98674
* o remove __PWarner Losh2002-03-181-9/+7
| | | | | | | | | | o Use ansi function definitions o MAXPATHLEN already has the NUL at the end, so no need to add 1 (note that MAXNAMLEN doesn't, so the + 1 there is correct). o remove register. Notes: svn path=/head/; revision=92545
* Add prototypes for main() so that these programs compile with -WerrorLuigi Rizzo2001-12-141-0/+1
| | | | | | | | | | | | | | | (which somehow now seems to be the default for compiling -current). This error popped up while doing a PicoBSD cross-compile on a 4.3-ish system, it may well be that there are other apps which have similar problems, but I did not spot them as they are not included in my picobsd config. Whether adding prototypes for main() is the correct solution or not I have no idea, a request to -current on the matter went basically unanswered. Those who have better ideas are welcome to back this out and replace it with the correct fix. Notes: svn path=/head/; revision=87893
* mdoc(7) police: bump document date, fix markup.Ruslan Ermilov2001-11-201-7/+13
| | | | Notes: svn path=/head/; revision=86676
* Allow the path for /dev and the location of the database file toIan Dowse2001-11-182-14/+33
| | | | | | | | | | | | be overridden on the command line. This is useful for setting up chroot/jail environments. PR: bin/23509 Submitted by: Seth Kingsley <sethk@pike.osd.bsdi.com> MFC after: 1 week Notes: svn path=/head/; revision=86549
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-1/+2
| | | | | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before. Notes: svn path=/head/; revision=80029
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
| | | | Notes: svn path=/head/; revision=79755
* Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$Dima Dorfman2001-06-301-0/+1
| | | | | | | | | where necessary. Submitted by: Mike Barcroft <mike@q9media.com> Notes: svn path=/head/; revision=79011
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-1/+1
| | | | Notes: svn path=/head/; revision=74532
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
| | | | Notes: svn path=/head/; revision=68965
* kvm_mkdb(8) no longer exists (in .Xr) and kvm_nlist(8) has even less to doPeter Wemm1999-12-271-3/+1
| | | | | | | with dev_mkdb(8) than it did before. Notes: svn path=/head/; revision=55133
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
| | | | Notes: svn path=/head/; revision=50479
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | track. The Id line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde Notes: svn path=/head/; revision=48791
* Use err(3) instead of local redefinition.Philippe Charnier1997-09-172-51/+23
| | | | Notes: svn path=/head/; revision=29527
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-311-1/+1
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24428
* Get rid of update. Make man page installation work with our schemeGarrett Wollman1994-08-051-1/+1
| | | | | | | (and rename a few in the process). Notes: svn path=/head/; revision=1863
* BSD 4.4 Lite usr.sbin SourcesRodney W. Grimes1994-05-263-0/+268
Notes: svn path=/cvs2svn/branches/WIN_TUE_NL/; revision=1553