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