aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil/getlocalbase.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* getlocalbase: Make default path actually configurableJessica Clarke2023-07-111-5/+5
* libutil: Delete trailing whitespaceJessica Clarke2023-07-111-1/+1
* Change getlocalbase() to not allocate any heap memoryStefan Eßer2020-12-121-20/+36
* Add function getlocalbase() to libutil.Stefan Eßer2020-11-181-0/+74
* Revert the whole getlocalbase() set of changes while a different design isScott Long2020-11-151-89/+0
* Because getlocalbase() returns -1 on error, it needs to use a signed typeScott Long2020-11-151-5/+12
* Fix a problem with r367686 related to the use of ssize_t. Not sure how thisScott Long2020-11-141-3/+10
* Add the library function getlocalbase and its manual page. This helps toScott Long2020-11-141-0/+75