summaryrefslogtreecommitdiff
path: root/lib/libutil/getlocalbase.c
AgeCommit message (Expand)Author
2023-11-26lib: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-07-11getlocalbase: Make default path actually configurableJessica Clarke
2023-07-11libutil: Delete trailing whitespaceJessica Clarke
2020-12-12Change getlocalbase() to not allocate any heap memoryStefan Eßer
2020-11-18Add function getlocalbase() to libutil.Stefan Eßer
2020-11-15Revert the whole getlocalbase() set of changes while a different design isScott Long
2020-11-15Because getlocalbase() returns -1 on error, it needs to use a signed typeScott Long
2020-11-14Fix a problem with r367686 related to the use of ssize_t. Not sure how thisScott Long
2020-11-14Add the library function getlocalbase and its manual page. This helps toScott Long