| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup gr_add() so it does not leak mem | db | 2013-03-07 | 1 | -1/+1 |
* | - Clean up previous gr_add use malloc instead of calloc | bapt | 2012-12-27 | 1 | -1/+1 |
* | New gr_add function to provide a clean and safe method to append a new member | bapt | 2012-12-27 | 1 | -0/+2 |
* | Consensus between bde and pjd seemed to be that if the function names | ghelmer | 2012-01-26 | 1 | -8/+8 |
* | Make the comments consistent (capitalization, punctuation, and | ghelmer | 2012-01-26 | 1 | -6/+10 |
* | Restore the parenthesis that are necessary around the constant values. | ghelmer | 2012-01-26 | 1 | -7/+7 |
* | Fix more disorder in prototypes and constants. | ghelmer | 2012-01-16 | 1 | -46/+43 |
* | Move struct pidfh definition into pidfile.c, and leave a forward declaration | ghelmer | 2012-01-12 | 1 | -12/+6 |
* | More prototype formatting fixes, struct member formatting fixes, | ghelmer | 2012-01-12 | 1 | -10/+17 |
* | Fix prototype formatting (indentation, long lines, and continued lines). | ghelmer | 2012-01-11 | 1 | -23/+30 |
* | Fix namespace issues with prototype parameter names. | ghelmer | 2012-01-11 | 1 | -32/+32 |
* | Fix forward structure declaration and prototype disorder. | ghelmer | 2012-01-11 | 1 | -34/+33 |
* | Constify arguments. | pjd | 2012-01-11 | 1 | -1/+1 |
* | Add pidfile_fileno() to obtain the file descriptor for an open | ghelmer | 2012-01-10 | 1 | -0/+1 |
* | Add new pw_make_v7 to make a passwd line (in v7 format) out of a struct passwd | bapt | 2012-01-05 | 1 | -0/+1 |
* | Modify pw_copy: | bapt | 2011-12-15 | 1 | -1/+7 |
* | - Commit work from libprocstat project. These patches add support for runtime | stas | 2011-05-12 | 1 | -0/+5 |
* | Don't duplicate define the stdint types. | obrien | 2011-05-05 | 1 | -10/+1 |
* | Add support for IEE/IEC (and now also SI) power of two notions of | delphij | 2011-04-12 | 1 | -0/+2 |
* | expand_number() needs uint64_t, declare it here if not already declared. | pjd | 2011-03-06 | 1 | -0/+5 |
* | Simplify expand_number() by combining the (unrolled) loop with the | des | 2010-08-14 | 1 | -1/+1 |
* | IFH@204581 | des | 2010-03-04 | 1 | -4/+28 |
|\ |
|
| * | Remove login(3), logout(3) and logwtmp(3) from libutil. | ed | 2010-01-13 | 1 | -4/+0 |
| * | Make <libutil.h> work when included by itself. | ed | 2009-12-02 | 1 | -0/+28 |
* | | Add and document the quota_convert function which converts between the | mckusick | 2009-12-28 | 1 | -0/+1 |
* | | Add and document new quoat_on and quota_off functions. | mckusick | 2009-11-16 | 1 | -1/+3 |
* | | Add quota_maxid which returns the maximum user (or group) identifier | mckusick | 2009-10-20 | 1 | -0/+1 |
* | | Further extend the quotafile API. | des | 2009-09-26 | 1 | -1/+4 |
* | | Update the quotafile library to manage both active quotas via the | mckusick | 2009-02-14 | 1 | -4/+3 |
* | | Make hasquota thread safe. | mckusick | 2009-02-13 | 1 | -1/+1 |
* | | Move hasquota() function to libutil. | mckusick | 2009-02-13 | 1 | -0/+2 |
* | | WIP | des | 2009-01-30 | 1 | -0/+9 |
|/ |
|
* | Add experimental front ends to the kinfo_vmentry and kinfo_filedesc | peter | 2008-11-30 | 1 | -0/+6 |
* | Merge hexdump(9) to userland as hexdump(3) in libutil. I'm tired of doing | jhb | 2008-07-01 | 1 | -0/+8 |
* | Add four utility functions related to struct grp processing modeled in-part | scf | 2008-04-23 | 1 | -0/+7 |
* | Constify the first argument to expand_number() so that it can | jb | 2007-11-18 | 1 | -1/+1 |
* | Implement expand_number(3), which is the opposite of humanize_number(3), ie. | pjd | 2007-09-01 | 1 | -0/+1 |
* | Well gag me with a spoon... I'm so used to working at high WARNS levels | des | 2007-05-10 | 1 | -1/+1 |
* | I'm tired of seeing this done incorrectly and non-portably, so add a | des | 2007-05-10 | 1 | -0/+1 |
* | Add utility functions for checking if a given kernel module is loaded, | des | 2006-02-18 | 1 | -0/+5 |
* | Add a family of functions for reliable pidfiles handling. | pjd | 2005-08-24 | 1 | -0/+17 |
* | Add humanize_number(3) to libutil for formating numbers into a human | pjd | 2004-05-24 | 1 | -0/+11 |
* | Add the clean_environment call to libutil.h also. | kientzle | 2004-02-26 | 1 | -0/+2 |
* | ANSIfy, WARNSify, CONSTify. Bit of style(9)-ify. | markm | 2003-10-18 | 1 | -6/+4 |
* | Add passwd manipulation code based on parts of vipw and chpass. | des | 2002-05-08 | 1 | -0/+29 |
* | Remove multi-line __P() usage. | obrien | 2002-03-22 | 1 | -8/+7 |
* | Remove __P() usage. | obrien | 2002-03-21 | 1 | -17/+17 |
* | remove emalloc,ecalloc,erealloc,estrdup | assar | 2001-07-23 | 1 | -4/+0 |
* | add ecalloc, emalloc, erealloc, estrdup - versions of the e-less | assar | 2001-07-22 | 1 | -0/+4 |
* | o Slap some "_"'s in front of variable names relating to extattr functions, | rwatson | 2001-03-22 | 1 | -3/+3 |