summaryrefslogtreecommitdiffstats
path: root/lib/libutil/libutil.h
Commit message (Expand)AuthorAgeFilesLines
* - Commit work from libprocstat project. These patches add support for runtimestas2011-05-121-0/+5
* Don't duplicate define the stdint types.obrien2011-05-051-10/+1
* Add support for IEE/IEC (and now also SI) power of two notions ofdelphij2011-04-121-0/+2
* expand_number() needs uint64_t, declare it here if not already declared.pjd2011-03-061-0/+5
* Simplify expand_number() by combining the (unrolled) loop with thedes2010-08-141-1/+1
* IFH@204581des2010-03-041-4/+28
|\
| * Remove login(3), logout(3) and logwtmp(3) from libutil.ed2010-01-131-4/+0
| * Make <libutil.h> work when included by itself.ed2009-12-021-0/+28
* | Add and document the quota_convert function which converts between themckusick2009-12-281-0/+1
* | Add and document new quoat_on and quota_off functions.mckusick2009-11-161-1/+3
* | Add quota_maxid which returns the maximum user (or group) identifiermckusick2009-10-201-0/+1
* | Further extend the quotafile API.des2009-09-261-1/+4
* | Update the quotafile library to manage both active quotas via themckusick2009-02-141-4/+3
* | Make hasquota thread safe.mckusick2009-02-131-1/+1
* | Move hasquota() function to libutil.mckusick2009-02-131-0/+2
* | WIPdes2009-01-301-0/+9
|/
* Add experimental front ends to the kinfo_vmentry and kinfo_filedescpeter2008-11-301-0/+6
* Merge hexdump(9) to userland as hexdump(3) in libutil. I'm tired of doingjhb2008-07-011-0/+8
* Add four utility functions related to struct grp processing modeled in-partscf2008-04-231-0/+7
* Constify the first argument to expand_number() so that it canjb2007-11-181-1/+1
* Implement expand_number(3), which is the opposite of humanize_number(3), ie.pjd2007-09-011-0/+1
* Well gag me with a spoon... I'm so used to working at high WARNS levelsdes2007-05-101-1/+1
* I'm tired of seeing this done incorrectly and non-portably, so add ades2007-05-101-0/+1
* Add utility functions for checking if a given kernel module is loaded,des2006-02-181-0/+5
* Add a family of functions for reliable pidfiles handling.pjd2005-08-241-0/+17
* Add humanize_number(3) to libutil for formating numbers into a humanpjd2004-05-241-0/+11
* Add the clean_environment call to libutil.h also.kientzle2004-02-261-0/+2
* ANSIfy, WARNSify, CONSTify. Bit of style(9)-ify.markm2003-10-181-6/+4
* Add passwd manipulation code based on parts of vipw and chpass.des2002-05-081-0/+29
* Remove multi-line __P() usage.obrien2002-03-221-8/+7
* Remove __P() usage.obrien2002-03-211-17/+17
* remove emalloc,ecalloc,erealloc,estrdupassar2001-07-231-4/+0
* add ecalloc, emalloc, erealloc, estrdup - versions of the e-lessassar2001-07-221-0/+4
* o Slap some "_"'s in front of variable names relating to extattr functions,rwatson2001-03-221-3/+3
* o Rename "namespace" argument to "attrnamespace" as namespace is a C++rwatson2001-03-191-2/+3
* o To support new EA interface with explicit namespaces, introduce tworwatson2001-03-151-0/+2
* Added PROPERTY_MAX_VALUE and PROPERTY_MAX_NAME defines to libutil.h somurray2000-11-081-0/+3
* Constify the arg to logout(3). It is const-safe.peter2000-09-041-1/+1
* Move setproctitle() from libutil to libc (after a repo-copy)brian2000-09-021-1/+0
* Use a more conventional copyright message.peter2000-01-261-9/+14
* several tcp apps IPv6 updateshin2000-01-251-0/+3
* Connect fparseln(3) for mailwrapper(8)peter1999-12-291-0/+10
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add realhostname() - a function to correctly lookupbrian1999-04-061-1/+9
* Declare setproctitle() as printf0-like.bde1998-12-161-2/+2
* o move path in libutil.h to paths.hjkh1998-10-091-2/+2
* Take the path spec back out.jkh1998-10-091-4/+1
* remove stdio.h include; I forgot Bruce's cardinal rule that header filesjkh1998-10-081-2/+1
* Add a simple mechanism for reading property lists from files (whichjkh1998-10-071-1/+16
* Add missing uu_lock_txfr() prototypeache1998-06-051-1/+2
OpenPOWER on IntegriCloud