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