aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil
Commit message (Expand)AuthorAgeFilesLines
* forkpty: Avoid fd leak if fork() fails.Dag-Erling Smørgrav2023-08-173-0/+60
* Remove my middle name.Dag-Erling Smørgrav2023-08-178-8/+8
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-1628-56/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-164-4/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1636-68/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-166-12/+0
* login_getclassbyname(3): use calloc.Xin LI2023-07-231-4/+1
* getlocalbase: Make default path actually configurableJessica Clarke2023-07-112-9/+9
* getlocalbase.3: Fix AUTHORS formattingJessica Clarke2023-07-111-1/+4
* libutil: Delete trailing whitespaceJessica Clarke2023-07-111-1/+1
* login.conf: document how to specify env var values with commasEd Maste2023-06-281-1/+2
* Fix build with gcc12.Xin LI2023-06-141-7/+6
* expand_number: Tighten check of unit.Xin LI2023-06-134-1/+112
* cpuset(3): Add unit testsBaptiste Daroussin2023-06-012-0/+74
* cpuset(3): Move cpuset's parselist function into libutilBaptiste Daroussin2023-06-014-2/+204
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1216-16/+16
* Allow a comma-separated list in login class capabilities,Sean Eric Fagan2023-01-141-2/+107
* libutil: Fix mandoc warningsGordon Bergling2022-08-076-27/+22
* libutil: eliminate one syscall from kinfo_getprocEd Maste2022-05-071-7/+5
* pidfile: add pidfile_signalMateusz Guzik2022-04-092-15/+62
* libutil: add kinfo_getswapvmobject(3)Konstantin Belousov2021-10-262-4/+18
* login.conf.5: Mark passwordtime as implementedFelix Johnson2021-10-061-4/+4
* pidfile test: guarantee nul termination of the read pid stringKonstantin Belousov2021-09-241-1/+2
* 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