aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil/libutil.h
Commit message (Expand)AuthorAgeFilesLines
* libutil: Move cpuset(1) domain policy parsing code into libutilBojan Novković5 days1-1/+7
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* cpuset(3): Move cpuset's parselist function into libutilBaptiste Daroussin2023-06-011-0/+8
* pidfile: add pidfile_signalMateusz Guzik2022-04-091-0/+1
* libutil: add kinfo_getswapvmobject(3)Konstantin Belousov2021-10-261-0/+2
* Add function getlocalbase() to libutil.Stefan Eßer2020-11-181-0/+2
* Revert the whole getlocalbase() set of changes while a different design isScott Long2020-11-151-6/+0
* Fix a problem with r367686 related to the use of ssize_t. Not sure how thisScott Long2020-11-141-0/+5
* Add the library function getlocalbase and its manual page. This helps toScott Long2020-11-141-0/+1
* Make pw_scan(3) more compatible with getpwent(3) et. al. when processingIan Lepore2018-07-261-0/+1
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-1/+3
* Introduce the flopenat(3) function.Mariusz Zaborski2017-08-041-0/+1
* revert r283969,283970 not needed anymore after r283981Baptiste Daroussin2015-06-041-4/+0
* Add a pw_mkdb2(3) function which does the same thing as pw_mkdb(3) exceptBaptiste Daroussin2015-06-031-0/+4
* Export a list of VM objects in the system via a sysctl. The list can beJohn Baldwin2015-05-271-0/+2
* Cleanup gr_add() so it does not leak memDiane Bruce2013-03-071-1/+1
* - Clean up previous gr_add use malloc instead of callocBaptiste Daroussin2012-12-271-1/+1
* New gr_add function to provide a clean and safe method to append a new memberBaptiste Daroussin2012-12-271-0/+2
* Consensus between bde and pjd seemed to be that if the function namesGuy Helmer2012-01-261-8/+8
* Make the comments consistent (capitalization, punctuation, andGuy Helmer2012-01-261-6/+10
* Restore the parenthesis that are necessary around the constant values.Guy Helmer2012-01-261-7/+7
* Fix more disorder in prototypes and constants.Guy Helmer2012-01-161-46/+43
* Move struct pidfh definition into pidfile.c, and leave a forward declarationGuy Helmer2012-01-121-12/+6
* More prototype formatting fixes, struct member formatting fixes,Guy Helmer2012-01-121-10/+17
* Fix prototype formatting (indentation, long lines, and continued lines).Guy Helmer2012-01-111-23/+30
* Fix namespace issues with prototype parameter names.Guy Helmer2012-01-111-32/+32
* Fix forward structure declaration and prototype disorder.Guy Helmer2012-01-111-34/+33
* Constify arguments.Pawel Jakub Dawidek2012-01-111-1/+1
* Add pidfile_fileno() to obtain the file descriptor for an openGuy Helmer2012-01-101-0/+1
* Add new pw_make_v7 to make a passwd line (in v7 format) out of a struct passwdBaptiste Daroussin2012-01-051-0/+1
* Modify pw_copy:Baptiste Daroussin2011-12-151-1/+7
* - Commit work from libprocstat project. These patches add support for runtimeStanislav Sedov2011-05-121-0/+5
* Don't duplicate define the stdint types.David E. O'Brien2011-05-051-10/+1
* Add support for IEE/IEC (and now also SI) power of two notions ofXin LI2011-04-121-0/+2
* expand_number() needs uint64_t, declare it here if not already declared.Pawel Jakub Dawidek2011-03-061-0/+5
* Simplify expand_number() by combining the (unrolled) loop with theDag-Erling Smørgrav2010-08-141-1/+1
* IFH@204581Dag-Erling Smørgrav2010-03-041-4/+28
|\
| * Remove login(3), logout(3) and logwtmp(3) from libutil.Ed Schouten2010-01-131-4/+0
| * Make <libutil.h> work when included by itself.Ed Schouten2009-12-021-0/+28
* | Add and document the quota_convert function which converts between theKirk McKusick2009-12-281-0/+1
* | Add and document new quoat_on and quota_off functions.Kirk McKusick2009-11-161-1/+3
* | Add quota_maxid which returns the maximum user (or group) identifierKirk McKusick2009-10-201-0/+1
* | Further extend the quotafile API.Dag-Erling Smørgrav2009-09-261-1/+4
* | Update the quotafile library to manage both active quotas via theKirk McKusick2009-02-141-4/+3
* | Make hasquota thread safe.Kirk McKusick2009-02-131-1/+1
* | Move hasquota() function to libutil.Kirk McKusick2009-02-131-0/+2
* | WIPDag-Erling Smørgrav2009-01-301-0/+9
|/
* Merge user/peter/kinfo branch as of r185547 into head.Peter Wemm2008-12-021-0/+6
* Merge hexdump(9) to userland as hexdump(3) in libutil. I'm tired of doingJohn Baldwin2008-07-011-0/+8
* Add four utility functions related to struct grp processing modeled in-partSean Farley2008-04-231-0/+7