summaryrefslogtreecommitdiffstats
path: root/usr.bin/cap_mkdb
Commit message (Collapse)AuthorAgeFilesLines
* Add missing static keywords to cap_mkdb(1)ed2011-11-061-10/+10
|
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-112-8/+0
| | | | | | | | | is in accordance with the information provided at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change Also add $FreeBSD$ to a few files to keep svn happy. Discussed with: imp, rwatson
* Add endianness support to cap_mkdb(1), useful for cross builds.ru2005-02-222-6/+27
|
* Fixate the hash bucket size to 4K. We were using the default,ru2005-02-191-3/+12
| | | | | | | | | which is stat.st_blksize (i.e., PAGE_SIZE). This change causes the .db files that were cross-compiled on another platform to be identical to the natively built ones. Tested on: alpha->amd64 build
* Expand *n't contractions.ru2005-02-131-1/+1
|
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
|
* ANSIify function definitions to avoid a warning.dwmalone2002-07-281-7/+4
|
* Use `The .Nm utility'charnier2002-04-191-2/+3
|
* remove __Pimp2002-03-221-3/+3
|
* Remove leaf node WARNS?=2 (that mainly I added). This shouldmarkm2002-02-081-1/+0
| | | | help the GCC3 transition and CURRENT in general.
* Style improvements recommended by Bruce as a follow up to somedwmalone2001-12-101-5/+6
| | | | | | | | of the recent WARNS commits. The idea is: 1) FreeBSD id tags should follow vendor tags. 2) Vendor tags should not be compiled (though copyrights probably should). 3) There should be no blank line between including cdefs and __FBSDIF.
* Use __FBSDID().markm2001-12-021-6/+6
|
* mdoc(7) police: utilize the new .Ex macro.ru2001-08-151-3/+1
|
* Remove whitespace at EOL.dd2001-07-151-3/+3
|
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
|
* Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$dd2001-06-301-2/+3
| | | | | | where necessary. Submitted by: Mike Barcroft <mike@q9media.com>
* Silence a warning on the Alpha.dd2001-06-301-1/+2
| | | | Reviewed by: md5(1)
* Don't treat the pipe symbol in capabilities as an alternateru2001-06-011-2/+4
| | | | | | | | | | | | record name indicator; this causes a spurious warning: $ cat x record:\ :capability=|value: $ cap_mkdb x cap_mkdb: ignored duplicate: record Spotted by: dcs
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
|
* Make better use of .Ar. Use DIAGNOSTICS instead of incorrect section name.charnier1999-11-212-17/+17
| | | | Add rcsid. Remove unused #includes. Cosmetic in error messages.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).archie1998-12-062-2/+3
|
* Fixed printf format errors.bde1998-08-021-2/+2
|
* Fixed printf format errors.bde1998-07-061-3/+3
|
* Show the real revision date and not the date that thissteve1997-06-231-2/+2
| | | | manpage is being viewed.
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | posix standard on the topic.
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* delete doubled words, e.g.: "the the" -> "the"wosch1996-10-051-2/+3
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-273-0/+356
OpenPOWER on IntegriCloud