]> git.cameronkatri.com Git - pw-darwin.git/history - libutil
cast to uintptr_t to properly calculate offset
[pw-darwin.git] / libutil /
2012-12-27 Baptiste Daroussincast to uintptr_t to properly calculate offset
2012-12-27 Baptiste DaroussinAdd O_CLOEXEC to flopen
2012-12-27 Baptiste Daroussingr_dup: simplify duplication of group
2012-12-27 Baptiste Daroussin- Clean up previous gr_add use malloc instead of calloc
2012-12-27 Baptiste DaroussinNew gr_add function to provide a clean and safe method...
2012-12-27 Baptiste DaroussinUse flopen(3) instead of open(2) + flock(2)
2012-11-20 Baptiste Daroussinonly rename(2) after chmod(2) has succeed
2012-11-20 Baptiste Daroussinchange mode the group file to 0644 after a successfull...
2012-10-29 Baptiste Daroussinbackout r242319, racy and not done in the right place
2012-10-29 Baptiste Daroussinmake pw_init and gr_init fail if the specified master...
2012-06-19 Baptiste DaroussinRevert user comparison back to user names as some user...
2012-04-26 Jamie GrittonA new jail(8) with a configuration file, ultimately...
2012-02-10 Ed SchoutenDetect file modification properly by using tv_nsec.
2012-01-26 Guy HelmerConsensus between bde and pjd seemed to be that if...
2012-01-26 Guy HelmerMake the comments consistent (capitalization, punctuati...
2012-01-26 Guy HelmerRestore the parenthesis that are necessary around the...
2012-01-16 Guy HelmerFix more disorder in prototypes and constants.
2012-01-12 Guy HelmerMove struct pidfh definition into pidfile.c, and leave...
2012-01-12 Guy HelmerMore prototype formatting fixes, struct member formatti...
2012-01-11 Guy HelmerFix prototype formatting (indentation, long lines,...
2012-01-11 Guy HelmerFix namespace issues with prototype parameter names.
2012-01-11 Guy HelmerFix forward structure declaration and prototype disorder.
2012-01-11 Pawel Jakub DawidekConstify arguments.
2012-01-10 Guy HelmerAdd pidfile_fileno() to obtain the file descriptor...
2012-01-05 Baptiste DaroussinAdd new pw_make_v7 to make a passwd line (in v7 format...
2011-12-15 Baptiste DaroussinModify pw_copy:
2011-05-12 Stanislav Sedov- Commit work from libprocstat project. These patches...
2011-05-05 David E. O'BrienDon't duplicate define the stdint types.
2011-04-12 Xin LIAdd support for IEE/IEC (and now also SI) power of...
2011-03-12 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@219553
2011-03-06 Pawel Jakub Dawidekexpand_number() needs uint64_t, declare it here if...
2011-03-05 Edward Tomasz Napi... Add two new system calls, setloginclass(2) and getlogin...
2011-02-18 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@218816
2010-10-26 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@214309
2010-10-19 Jamie GrittonA new jail(8) with a configuration file, to replace...
2010-08-16 Dag-Erling SmørgravOld patch I had lying around: clean up and use stpcpy...
2010-08-15 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@211344
2010-08-14 Dag-Erling SmørgravSimplify expand_number() by combining the (unrolled...
2010-05-26 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@208557
2010-05-08 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@207793
2010-05-06 Kirk McKusickFinal update to current version of head in preparation...
2010-04-28 Kirk McKusickUpdate to current version of head.
2010-03-22 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@205454
2010-03-10 Marcel MoolenaarCreate the altix project branch. The altix project...
2010-03-04 Dag-Erling SmørgravIFH@204581
2010-01-13 Ed SchoutenRemove login(3), logout(3) and logwtmp(3) from libutil.
2009-12-28 Kirk McKusickAdd and document the quota_convert function which conve...
2009-12-12 Sean FarleyRemove a dead store.
2009-12-02 Ed SchoutenMake <libutil.h> work when included by itself.
2009-11-26 Konstantin Belousovsigset() is the name of function specified by SUSv4.
2009-11-16 Kirk McKusickAdd and document new quoat_on and quota_off functions.
2009-10-20 Kirk McKusickAdd quota_maxid which returns the maximum user (or...
2009-09-26 Dag-Erling SmørgravFurther extend the quotafile API.
2009-09-17 Dag-Erling SmørgravMerge from head
2009-09-17 Dag-Erling SmørgravMerge from head up to r188941 (last revision before...
2009-06-06 Dag-Erling SmørgravRevert (once again, and hopefully for the last time...
2009-02-14 Kirk McKusickUpdate the quotafile library to manage both active...
2009-02-13 Kirk McKusickMake hasquota thread safe.
2009-02-13 Kirk McKusickMove hasquota() function to libutil.
2009-01-30 Dag-Erling SmørgravWIP
2009-01-05 Ulf LilleengenMerge support for CVSMode (aka. mirror mode) into csup...
2008-12-04 Dag-Erling Smørgravintegrate from head@185615
2008-12-02 Peter WemmMerge user/peter/kinfo branch as of r185547 into head.
2008-11-23 Sean FarleyFixed style issues with variable ordering and naming...
2008-11-11 Sean Farleystyle(9) fixes.
2008-11-04 Dag-Erling SmørgravMFH (r184633, r184635): build at WARNS level 6
2008-11-04 Dag-Erling SmørgravAvoid assigning a const char * to a char *.
2008-11-04 Dag-Erling SmørgravCommitted to wrong branch.
2008-11-04 Dag-Erling SmørgravAvoid assigning a const char * to a char *.
2008-10-20 Dag-Erling SmørgravDiff reduction against Varnish, including one important...
2008-10-20 Dag-Erling SmørgravReimplement flopen(3) using fcntl(2) locks instead...
2008-10-20 Dag-Erling SmørgravSince in_lt() and in_lts() are not static, assume that...
2008-10-20 Dag-Erling SmørgravSince setclasscpumask() is not static, assume that...
2008-10-20 Dag-Erling SmørgravStyle and whitespace.
2008-10-19 Ulf Lilleengen- Import the Makefile from HEAD for building csup.
2008-10-19 Ulf Lilleengen- Import the HEAD csup code which is the basis for...
2008-07-25 Brooks DavisAdd support for a new login capability, cpumask which...
2008-07-01 John BaldwinMerge hexdump(9) to userland as hexdump(3) in libutil...
2008-04-23 Sean FarleyAdd four utility functions related to struct grp proces...
2007-11-18 John BirrellConstify the first argument to expand_number() so that...
2007-09-01 Pawel Jakub DawidekImplement expand_number(3), which is the opposite of...
2007-08-03 Dag-Erling SmørgravBack out previous commit until I figure out why my...
2007-08-03 Dag-Erling SmørgravUse fcntl(2)-style locks instead of less-portable flock...
2007-06-14 Yaroslav TykhiyUpdate some comments, mostly regarding LOGIN_MECLASS...
2007-05-23 Dag-Erling SmørgravNit: avoid shadowing truncate(2) with a local variable.
2007-05-23 Dag-Erling SmørgravFix stupid braino in previous commit.
2007-05-23 Dag-Erling SmørgravIf (flags & O_TRUNC), don't truncate the file until...
2007-05-10 Dag-Erling SmørgravWell gag me with a spoon... I'm so used to working...
2007-05-10 Dag-Erling SmørgravRemove superfluous unexpanded RCS tag.
2007-05-10 Dag-Erling SmørgravDTRT when O_NONBLOCK is specified.
2007-05-10 Dag-Erling SmørgravI'm tired of seeing this done incorrectly and non-porta...
2007-01-09 Warner LoshRemove California Regent's clause 3, per letter
2006-09-08 Thomas QuinotMinor comment fix.
2006-09-04 Thomas Quinot(pw_copy): Handle the case of a malformed line in maste...
2006-02-18 Dag-Erling SmørgravAdd utility functions for checking if a given kernel...
2005-08-24 Pawel Jakub DawidekAdd a family of functions for reliable pidfiles handling.
2005-04-22 Tom RhodesProperly spell default in a comment.
2004-12-18 Ruslan ErmilovGrammar in a comment.
2004-05-24 Pawel Jakub DawidekAdd humanize_number(3) to libutil for formating numbers...
2004-05-18 Stefan FarfelederDon't depend on NULL's expansion being a pointer, cast...
next