aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct MLINKS for sbuf_hexdump(9)Enji Cooper2017-03-031-1/+0
* Renumber copyright clause 4Warner Losh2017-02-285-5/+5
* Clean up trailing and leading whitespace for variables to make itEnji Cooper2017-02-081-5/+5
* Create link from hexdump(3) to sbuf_hexdump(9) as the manpage describesEnji Cooper2017-02-081-0/+1
* Clarify #includes for hexdump(3) vs sbuf_hexdump(9)Enji Cooper2017-02-081-2/+3
* Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper2017-01-201-1/+1
* lib/libutil/kinfo_*: style cleanupEnji Cooper2017-01-094-12/+12
* Remove a death threat from the FreeBSD sourcesConrad Meyer2016-12-011-5/+9
* Use malloc()ed buffers instead of stack buffers in gr_copy() and pw_copy().Dag-Erling Smørgrav2016-11-282-26/+48
* Add a warning against modifying this code without understanding it, andDag-Erling Smørgrav2016-11-241-1/+17
* Speed up pw operations that edit /etc/group or /etc/passwdAlan Somers2016-11-182-2/+2
* Use kqueue(2) instead of select(2).Ruslan Bukin2016-09-211-5/+18
* libutil: minor spelling fixes.Pedro F. Giffuni2016-05-184-4/+4
* Use strlcpy() instead of strncpy() to ensure that qf->fsname is NULDon Lewis2016-05-131-1/+1