kc3-lang/libbsd/man

Branch :


Log

Author Commit Date CI Message
fafcc397 2021-11-30 04:00:54 man: Update tree(3) man page from OpenBSD This man page has a BSD-3-clause-author license instead of the old BSD-4-clause license.
731b0a77 2021-08-17 02:59:59 build: Detect sed at configure time Check whether sed is available and use the implementation matching the requirements via the SED variable.
428be9e0 2021-10-07 23:08:42 man: Fix .Nx macro usage Its arguments are used as version numbers, so we need continue the content on the next line.
d563a174 2021-02-18 23:38:30 man: Call the libbsd-ctor library by its name instead of bsd-ctor
785cf9d1 2021-02-18 23:38:30 man: Fix pkg-config(1) references in libbsd(7) man page
46760262 2021-02-07 20:47:00 Update <sys/queue.h> from FreeBSD This brings <sys/queue.h> to the most up-to-date version from FreeBSD, incorporating 18 commits from the past 5 years (2015-02-24 - 2021-01-25): $ git log --oneline 9090a24aed70..8d55837dc133 sys/sys/queue.h share/man/man3/queue.3 Only minimal changes compared to the FreeBSD version have been applied (queue.3 -> queue.3bsd, _LIBBSD_ prefix). [guillem@hadrons.org: Remove reference to kernel mode in man page. ] Closes: !12 Signed-off-by: Guillem Jover <guillem@hadrons.org>
18ebabf2 2021-02-07 10:56:51 man: Update libbsd(7) man page with updates in 0.11.0
847e682f 2021-02-07 00:09:30 Use libmd hashing function implementations instead of embedding our own This splits the implementation responsibilities, and reduces embedded code copies, which was one of the driving points with this project to start with, so it's nice to give a good example.
37a9b56c 2021-02-06 23:43:12 Import pwcache module from OpenBSD
45dd5229 2021-02-07 01:27:51 man: Remove empty line in reallocarray(3bsd) Warned-by: lintian Fixes: commit 01f0d1ea1e71f1018a009ebd9203dd48e6d90c45