index
:
libbsd
main
master
Utility functions from BSD systems (mirrored from https://gitlab.freedesktop.org/libbsd/libbsd)
guillem
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-28
nlist: Remove repeated shadowing variable declaration
HEAD
master
Guillem Jover
1
-1
/
+0
2021-02-28
getentropy: Fix function cast for getauxval()
Guillem Jover
1
-3
/
+3
2021-02-28
test: Add proper prototypes for main() function
Guillem Jover
6
-6
/
+6
2021-02-28
Mark local functions as static
Guillem Jover
3
-6
/
+6
2021-02-28
Add link-time warnings to MD5 wrapper functions
Guillem Jover
1
-0
/
+19
2021-02-28
Require a semicolon for libbsd_link_warning() macro
Guillem Jover
3
-3
/
+3
2021-02-28
man: Call the libbsd-ctor library by its name instead of bsd-ctor
Guillem Jover
1
-1
/
+1
2021-02-28
man: Fix pkg-config(1) references in libbsd(7) man page
Guillem Jover
1
-5
/
+5
2021-02-28
build: Add code coverage support in the GitLab CI
Guillem Jover
2
-5
/
+16
2021-02-28
build: Use apt-get instead of apt in the GitLab CI
Guillem Jover
1
-2
/
+3
2021-02-09
build: Add a Libs.private field to overlay pkg-config file
Guillem Jover
1
-0
/
+1
2021-02-09
Release libbsd 0.11.3
0.11.3
Guillem Jover
1
-1
/
+1
2021-02-09
Switch libmd wrapper to use dlsym()
Guillem Jover
3
-32
/
+66
2021-02-09
build: Add a Libs.private field to pkg-config file
Guillem Jover
1
-0
/
+1
2021-02-09
build: Use a single variable to track libraries to link against
Guillem Jover
2
-7
/
+7
2021-02-09
build: Fix message digest library checks
Guillem Jover
1
-3
/
+10
2021-02-09
Use uintptr_t and size_t instead of __-prefixed types in <sys/cdefs.h>
Guillem Jover
1
-5
/
+5
2021-02-08
Release libbsd 0.11.2
0.11.2
Guillem Jover
1
-1
/
+1
2021-02-08
closefrom: Use close_range() on Linux when available
Guillem Jover
1
-1
/
+20
2021-02-08
closefrom: Handle lowfd < 0 properly
cptpcrd
1
-0
/
+3
2021-02-08
closefrom: Import some changes from sudo
Guillem Jover
1
-44
/
+49
2021-02-08
Update <sys/queue.h> from FreeBSD
Faidon Liambotis
12
-51
/
+356
2021-02-07
test: Improve code coverage for strnstr(3) unit tests
Guillem Jover
1
-0
/
+4
2021-02-07
man: Update libbsd(7) man page with updates in 0.11.0
Guillem Jover
1
-0
/
+43
2021-02-07
build: Install libmd-dev in the gitlab CI
Guillem Jover
1
-1
/
+1
2021-02-07
build: Switch gitlab CI to use a Debian buster
Guillem Jover
1
-1
/
+1
2021-02-07
Release libbsd 0.11.1
0.11.1
Guillem Jover
1
-1
/
+1
2021-02-07
Add support for new LIBBSD_VIS_OPENBSD selection macro
Guillem Jover
2
-4
/
+6
2021-02-07
Release libbsd 0.11.0
0.11.0
Guillem Jover
1
-1
/
+1
2021-02-07
Update copyright claims
Guillem Jover
4
-4
/
+4
2021-02-07
Use libmd hashing function implementations instead of embedding our own
Guillem Jover
20
-831
/
+163
2021-02-07
Provide a default progname on Windows
Aaron Dierking
1
-1
/
+71
2021-02-07
Import pwcache module from OpenBSD
Guillem Jover
18
-1
/
+757
2021-02-07
man: Remove empty line in reallocarray(3bsd)
Guillem Jover
1
-1
/
+0
2021-01-01
Add recallocarray() and freezero() from OpenBSD
Faidon Liambotis
10
-35
/
+346
2021-01-01
Fix ELF detection on Intel compilers
Seth R Johnson
1
-1
/
+1
2020-12-21
man: Add a timespec(3bsd) alias to timeval(3bsd)
Guillem Jover
2
-0
/
+2
2020-12-21
man: Add missing LIBRARY section
Guillem Jover
4
-0
/
+16
2020-12-21
Fix coding style
Guillem Jover
1
-1
/
+1
2020-12-21
test: Fix short lived memory leaks
Guillem Jover
2
-6
/
+27
2020-12-21
funopen: Fix memory leak in funopen_close() when closefn is NULL
Guillem Jover
1
-4
/
+4
2020-12-21
build: Detect support for --version-script in ld
Guillem Jover
2
-1
/
+23
2020-12-21
Do not define SIZE_T_MAX if already defined
Guillem Jover
1
-0
/
+2
2020-12-21
man: Add missing doc-operating-system-NetBSD string variable
Guillem Jover
1
-0
/
+1
2020-12-21
Add missing strnvisx() to the symbols script
Guillem Jover
1
-0
/
+4
2019-08-08
Release libbsd 0.10.0
0.10.0
Guillem Jover
1
-2
/
+2
2019-08-08
err: Add err(), warn(), errx() and warnx() familiy of functions
Guillem Jover
3
-0
/
+113
2019-08-08
err: Rewrite warnc() and errc() family functions to be standalone
Guillem Jover
3
-20
/
+28
2019-08-08
err: Mark error functions as non-returning with __dead2
Guillem Jover
1
-2
/
+3
2019-08-08
Add e2k support for nlist()
Michael Shigorin
1
-0
/
+6
[next]