summaryrefslogtreecommitdiff
path: root/lib/libcrypt/bcrypt.c
diff options
context:
space:
mode:
authorMerlin Scholz <merlin@scholz.ruhr>2023-03-01 20:24:39 +0100
committerMerlin Scholz <merlin@scholz.ruhr>2023-03-01 20:24:39 +0100
commitae5cfd54d9d8cba805801248910a38fe7d7fbd29 (patch)
treee45b704538bc10726037cb60e80f4fef768fe14f /lib/libcrypt/bcrypt.c
parent1b3a9123bec97df69a3ad6bb631ab3fec6b46c8e (diff)
Implement stubbed out lockdoc functions; update lockdoc_event.hlockdoc-9.3-0.2
Diffstat (limited to 'lib/libcrypt/bcrypt.c')
0 files changed, 0 insertions, 0 deletions
agc 2003-09-13Update pkg_install to version 20030912. Changes from 200230907 arejlam 2003-09-08Allow the package entries in the pkgdbdir to be either directories orjlam 2003-09-08Add new commands "add" and "delete" to pkg_admin(1):jlam 2003-09-02Merge src/usr.sbin/pkg_install on the pkgviews branch into the HEAD byjlam 2003-06-05Set the program name via setprogname(3).agc 2003-04-17don't pass NULL as the 2nd arg to getcwd(), ala lib/path.c.grant 2003-03-24Consistently check findmatchingname() return value for error condition.seb 2003-03-15Introduce a pkgdb_dump() function, which dumps the cache file ofagc 2003-01-10Add a pkgdb_remove_pkg() function and use it in pkg_delete(1).agc 2003-01-05Add an enumerated type which is used in pkgdb_open() to specifyagc 2003-01-05Use EXIT_FAILURE, rather than hardcoding a value of '1' in err(3) andagc 2002-08-04Add 'pmatch' keyword: pkg_admin pmatch pattern pkghubertf 2002-07-20sweep of errx/warnx, remove unnecessary trailing \ngrant 2002-07-19- remove handling of PKG_ADD_BASE.yamt 2002-06-09- make last arg of findmatchingname void*.yamt 2002-06-09- free memory allocated by findbestmatchingname.yamt 2002-03-05Add a new packing list directive, @blddep, which notes the exactagc 2001-04-17Don't warn about @src being deprecated any longer - we add it per defaulthubertf 2001-04-14Include lsall and lsbest in usage message.hubertf 2001-03-05Add -V option to all pkgtools, which reports the version of the pkgtools.wiz 2001-02-21Make usage message match that of other pkg_* programs:hubertf 2001-02-19convert to use getprogname()cgd 2001-01-10use getcwd() instead of getwd() - mainly to avoid link warning, thisjdolecek 2000-12-13 * Accept ".tbz" as an alternative pkg suffix to ".tbz" for pkg_add andhubertf 2000-11-28Oops; the increment needs to be in check1pkg() for the case where the usermycroft 2000-11-28pkgcnt was incremented twice during a `check'...mycroft 2000-10-09Remove unneeded header <db.h>.hubertf 2000-05-08Add "lsall" and "lsbest" commands to pkg_admin, to find all/besthubertf 2000-03-19 * in pkg_add, before the "install dependencies" loop, check ALLhubertf