summaryrefslogtreecommitdiff
path: root/usr.sbin/services_mkdb/services_mkdb.c
Commit message (Expand)AuthorAgeFilesLines
* style(9): Fix space after #define.Pedro F. Giffuni2020-03-121-1/+1
* Bump PROTOMAX.Xin LI2020-02-201-1/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove usage of _WITH_GETLINE from usr.sbinBaptiste Daroussin2016-07-301-1/+0
* Invoke the dirname() function in a POSIX compliant way.Ed Schouten2016-05-291-2/+3
* Replace fparseln(3) with getline(3) to remove dependency on libutilBaptiste Daroussin2016-05-091-5/+11
* Remove O_SYNC from the options passed to dbmopen().Stefan Eßer2016-02-101-1/+1
* Make cap_mkdb and services_mkdb file operations syncRenato Botelho2016-01-071-2/+18
* Similar to cap_mkdb(1), add endianness support to services_mkdb(1)John Baldwin2014-01-221-3/+14
* Move uniq() prototype into extern.h.Ed Schouten2012-10-201-2/+0
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-201-0/+2
* Fix compilation error on amd64.Hajimu UMEMOTO2010-04-041-2/+3
* Fix compilation error on 9-CURRENT.Hajimu UMEMOTO2010-04-041-6/+6
* services_mkdb; generate db file from services(5) to increaseHajimu UMEMOTO2010-04-041-0/+428