OpenGrok
Cross Reference: output_cdb.c
xref
: /
src
/
usr.sbin
/
services_mkdb
/
output_cdb.c
Home
|
History
|
Annotate
|
Download
|
only in
services_mkdb
History log of
/src/usr.sbin/services_mkdb/output_cdb.c
Revision
Date
Author
Comments
1.3
08-Aug-2023
riastradh
services_mkdb(8): No need for weird padding any more.
cdbw_output never needed it at runtime, and the declaration no longer
makes gcc angry about not having it.
1.2
07-Aug-2023
tnn
services_mkdb: pad argument to cdbw_output(3) to match it's prototype
1.1
25-Apr-2010
joerg
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.
Indexes created Tue Oct 28 02:10:10 GMT 2025