| Age | Commit message (Expand) | Author |
| 2025-08-06 | libutil: Backward compatibility for expand_number() | Dag-Erling Smørgrav |
| 2025-08-02 | libutil: Drop auth_getval() | Dag-Erling Smørgrav |
| 2025-08-02 | libutil: Really fix expand_number(3) | Dag-Erling Smørgrav |
| 2025-07-27 | libutil: Move cpuset(1) domain policy parsing code into libutil | Bojan Novković |
| 2023-08-16 | Remove $FreeBSD$: two-line .h pattern | Warner Losh |
| 2023-06-01 | cpuset(3): Move cpuset's parselist function into libutil | Baptiste Daroussin |
| 2022-04-09 | pidfile: add pidfile_signal | Mateusz Guzik |
| 2021-10-26 | libutil: add kinfo_getswapvmobject(3) | Konstantin Belousov |
| 2020-11-18 | Add function getlocalbase() to libutil. | Stefan Eßer |
| 2020-11-15 | Revert the whole getlocalbase() set of changes while a different design is | Scott Long |
| 2020-11-14 | Fix a problem with r367686 related to the use of ssize_t. Not sure how this | Scott Long |
| 2020-11-14 | Add the library function getlocalbase and its manual page. This helps to | Scott Long |
| 2018-07-26 | Make pw_scan(3) more compatible with getpwent(3) et. al. when processing | Ian Lepore |
| 2017-11-26 | lib: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-08-04 | Introduce the flopenat(3) function. | Mariusz Zaborski |
| 2015-06-04 | revert r283969,283970 not needed anymore after r283981 | Baptiste Daroussin |
| 2015-06-03 | Add a pw_mkdb2(3) function which does the same thing as pw_mkdb(3) except | Baptiste Daroussin |
| 2015-05-27 | Export a list of VM objects in the system via a sysctl. The list can be | John Baldwin |
| 2013-03-07 | Cleanup gr_add() so it does not leak mem | Diane Bruce |
| 2012-12-27 | - Clean up previous gr_add use malloc instead of calloc | Baptiste Daroussin |
| 2012-12-27 | New gr_add function to provide a clean and safe method to append a new member | Baptiste Daroussin |
| 2012-01-26 | Consensus between bde and pjd seemed to be that if the function names | Guy Helmer |
| 2012-01-26 | Make the comments consistent (capitalization, punctuation, and | Guy Helmer |
| 2012-01-26 | Restore the parenthesis that are necessary around the constant values. | Guy Helmer |
| 2012-01-16 | Fix more disorder in prototypes and constants. | Guy Helmer |
| 2012-01-12 | Move struct pidfh definition into pidfile.c, and leave a forward declaration | Guy Helmer |
| 2012-01-12 | More prototype formatting fixes, struct member formatting fixes, | Guy Helmer |
| 2012-01-11 | Fix prototype formatting (indentation, long lines, and continued lines). | Guy Helmer |
| 2012-01-11 | Fix namespace issues with prototype parameter names. | Guy Helmer |
| 2012-01-11 | Fix forward structure declaration and prototype disorder. | Guy Helmer |
| 2012-01-11 | Constify arguments. | Pawel Jakub Dawidek |
| 2012-01-10 | Add pidfile_fileno() to obtain the file descriptor for an open | Guy Helmer |
| 2012-01-05 | Add new pw_make_v7 to make a passwd line (in v7 format) out of a struct passwd | Baptiste Daroussin |
| 2011-12-15 | Modify pw_copy: | Baptiste Daroussin |
| 2011-05-12 | - Commit work from libprocstat project. These patches add support for runtime | Stanislav Sedov |
| 2011-05-05 | Don't duplicate define the stdint types. | David E. O'Brien |
| 2011-04-12 | Add support for IEE/IEC (and now also SI) power of two notions of | Xin LI |
| 2011-03-06 | expand_number() needs uint64_t, declare it here if not already declared. | Pawel Jakub Dawidek |
| 2010-08-14 | Simplify expand_number() by combining the (unrolled) loop with the | Dag-Erling Smørgrav |
| 2010-03-04 | IFH@204581 | Dag-Erling Smørgrav |
| 2010-01-13 | Remove login(3), logout(3) and logwtmp(3) from libutil. | Ed Schouten |
| 2009-12-28 | Add and document the quota_convert function which converts between the | Kirk McKusick |
| 2009-12-02 | Make <libutil.h> work when included by itself. | Ed Schouten |
| 2009-11-16 | Add and document new quoat_on and quota_off functions. | Kirk McKusick |
| 2009-10-20 | Add quota_maxid which returns the maximum user (or group) identifier | Kirk McKusick |
| 2009-09-26 | Further extend the quotafile API. | Dag-Erling Smørgrav |
| 2009-02-14 | Update the quotafile library to manage both active quotas via the | Kirk McKusick |
| 2009-02-13 | Make hasquota thread safe. | Kirk McKusick |
| 2009-02-13 | Move hasquota() function to libutil. | Kirk McKusick |
| 2009-01-30 | WIP | Dag-Erling Smørgrav |