aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil
Commit message (Expand)AuthorAgeFilesLines
* setclassenvironment: trim leading spaces in variable namesYuri Pankov2021-04-111-2/+7
* Change getlocalbase() to not allocate any heap memoryStefan Eßer2020-12-122-27/+64
* Add function getlocalbase() to libutil.Stefan Eßer2020-11-184-2/+178
* Revert the whole getlocalbase() set of changes while a different design isScott Long2020-11-154-208/+2
* 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-142-3/+15
* Add the library function getlocalbase and its manual page. This helps toScott Long2020-11-144-2/+189
* Fix a few mandoc issuesGordon Bergling2020-10-091-1/+1
* Add CAP_EVENT to pidfiles.David Bright2020-06-251-1/+1
* Make vipw error message less crypticPiotr Pawel Stefaniak2020-06-201-5/+8
* libutil: remove extraneous ": " from error messagesPiotr Pawel Stefaniak2020-06-202-4/+4
* libutil: Document function HISTORY within the manpagesGordon Bergling2020-06-1419-16/+144
* login.conf(5): split MAIL env var out into a "mail" capabilityKyle Evans2020-02-052-1/+3
* Update Makefile.depend filesSimon J. Gerraty2019-12-111-1/+0
* pkgbase: Put a lot of binaries and lib in FreeBSD-runtimeEmmanuel Vadot2019-09-051-1/+2
* libutil: remove SIGSYS handling from setusercontextMateusz Guzik2019-09-021-11/+0
* expand_number(3) parses suffixes, not prefixes.John Baldwin2019-07-201-9/+8
* Typo.Mark Johnston2019-06-031-1/+1
* Use funlinkat in pidfile to ensure we are removing the right file.Mariusz Zaborski2019-04-061-1/+4
* Fix pidfile_open(3) to handle relative paths with multiple components.Mark Johnston2019-03-272-9/+48
* Drop "All rights reserved" from my copyright statements.John Baldwin2019-03-061-1/+0
* r343881 had an uninitialized error. This fixes that.Sean Eric Fagan2019-02-071-1/+1
* r339008 broke repquota for UFS. This rectifies that.Sean Eric Fagan2019-02-071-5/+12
* Ensure buffer is nul-terminated.Xin LI2018-12-311-1/+1
* Stop exporting __pw_scan and __pw_initpwd as freebsd-private libc functionsIan Lepore2018-07-271-2/+4
* Make pw_scan(3) more compatible with getpwent(3) et. al. when processingIan Lepore2018-07-263-3/+27
* This exposes ZFS user and group quotas via the normalSean Eric Fagan2018-07-051-3/+6
* pty.3: Add a HISTORY sectionAlan Somers2018-06-021-1/+16
* Use __SCCSID() for SCCS IDs.John Baldwin2018-05-235-24/+7
* open.3: Use .Fa where appropriateEitan Adler2018-03-041-4/+4
* humanize_number(3): fix math edge case in rounding large numbersBartek Rutkowski2017-12-283-287/+290
* Close slave on fork error to prevent pty fd leak.Warner Losh2017-12-281-1/+2
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2617-5/+39
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-205-2/+12
* Fix some nroff style issueBaptiste Daroussin2017-11-111-13/+6
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-312-2/+0
* Add caveat to kinfo_getvmmap(3) explaining high CPU utilisation.Sevan Janiyan2017-08-181-1/+8
* Add supporting changes for `Add limited sandbox capability to "make check"`Enji Cooper2017-08-141-0/+1
|\
| * MFhead@r322057Enji Cooper2017-08-044-10/+58
| |\
| * | Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* | | Limit descriptors stored in the pidfh structure.Mariusz Zaborski2017-08-101-7/+23
* | | Store directory descriptor in the pidfh structure and use unlinkat(2)Mariusz Zaborski2017-08-101-24/+53
| |/ |/|
* | Introduce the flopenat(3) function.Mariusz Zaborski2017-08-044-10/+58
|/
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* enable pidfile tests on arm64Ed Maste2017-07-191-2/+0
* When sysctlbyname fails, free buf before returning.Stephen J. Kiernan2017-06-011-1/+3
* lib: initial use of reallocarray(3).Pedro F. Giffuni2017-04-213-3/+3
* Correct an out of bounds read with HN_AUTOSCALE and very large numbers.Brooks Davis2017-04-131-2/+2
* Document sbuf_hexdump(9) in just sbuf(9)Enji Cooper2017-03-211-17/+2
* Increase WARNS for libutil testsAlan Somers2017-03-111-0/+1