Home | History | Annotate | Download | only in services_mkdb
History log of /src/usr.sbin/services_mkdb/uniq.c
RevisionDateAuthorComments
 1.7  22-Mar-2021  christos Avoid memory leak on empty lines (https://reviews.freebsd.org/D29370)
 1.6  21-Jun-2014  christos add notreached comment
 1.5  25-Apr-2010  joerg branches: 1.5.12; 1.5.22;
Add the constant database reader (cdbr(3)) and writer ((cdbw(3)).
They implement a space efficent write-once database with fast access
path. Switch the services(5) database to use cdb. The size of the
database file decreases from 2.1MB disk space to 307KB. Access
performance is about the same if setservent(0) is used and about an
order of magnitude faster otherwise. services_mkdb defaults to the new
format, but can optionally create the old db(3) format as well for
statically linked legacy applications.
 1.4  28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.3  24-Jun-2007  christos branches: 1.3.10;
Fix white space compression from Jukka Salmi
 1.2  23-Jun-2007  christos fix a comment and use efopen
 1.1  23-Jun-2007  christos Add a uniq option to delete duplicate entries from the services file.
 1.3.10.1  18-May-2008  yamt sync with head.
 1.5.22.1  10-Aug-2014  tls Rebase.
 1.5.12.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.

RSS XML Feed