aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-4/+0
* Remove useless calls to basename().Ed Schouten2016-05-011-2/+1
* MFHGlen Barber2016-03-143-0/+3
|\
| * Fix handling of umtxp resource limit in sh(1)/ulimit(1), limits(1), addKonstantin Belousov2016-03-123-0/+3
* | MFHGlen Barber2016-03-101-0/+20
|\|
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-091-0/+20
* | First pass through library packaging.Glen Barber2016-02-041-0/+1
* | First pass to fix the 'tests' packages.Glen Barber2016-02-021-0/+4
|/
* META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.Bryan Drewery2015-11-251-1/+0
* Correct posix_openpt reference in pty(3)Steven Hartland2015-11-061-2/+2
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper2015-10-121-2/+0
* Fix core corruption caused by race in note_procstat_vmmapConrad Meyer2015-10-061-0/+4
* Detect badly behaved coredump note helpersConrad Meyer2015-09-031-0/+4
* On arm64 disable three tests that hang or panicEd Maste2015-08-171-0/+2