]> git.cameronkatri.com Git - pw-darwin.git/history - libutil
Add support for IEE/IEC (and now also SI) power of two notions of
[pw-darwin.git] / libutil /
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-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...
2004-05-11 Diomidis SpinellisBring the description for login_getclassbyname in sync...
2004-02-26 Tim KientzleAdd the clean_environment call to libutil.h also.
2003-10-26 Peter Wemm(mostly) Clean up some const warnings here. The code...
2003-10-18 Mark MurrayANSIfy, WARNSify, CONSTify. Bit of style(9)-ify.
2003-06-14 Mark MurrayTidy up. Sort headers.
2003-04-10 Dag-Erling SmørgravBrucify.
2003-04-09 Dag-Erling SmørgravCorrectly detect the case where a password entry was...
2003-04-09 Dag-Erling SmørgravApply the correct fix for bin/50679: don't mess around...
2003-04-08 Dag-Erling SmørgravBand-aid for the "^C kills the editor" problem. I...
2003-03-17 David SchultzMake pw_edit() use /bin/sh to interpret the EDITOR...
2002-10-29 Dag-Erling SmørgravDon't forget to '\n'-terminate new entries. This unbre...
2002-08-25 Philippe CharnierReplace various spelling with FALLTHROUGH which is...
2002-08-16 Robert WatsonAdd LOGIN_SETMAC, which will indicate to the user conte...
2002-08-11 Robert WatsonWhitespace cleanup--it's not style(9), but it is consis...
2002-06-23 Nick HibmaBe more clear in error messages.
2002-05-08 Dag-Erling SmørgravIf no old_pw was passed to pw_copy, compare just the...
2002-05-08 Dag-Erling SmørgravAdd passwd manipulation code based on parts of vipw...
2002-04-17 Dag-Erling SmørgravMake mppath and masterpasswd pointers instead of arrays...
2002-04-15 Dag-Erling SmørgravRemove bogus reference to _use_yp.
2002-04-08 Ruslan ErmilovConst poisoning.
2002-03-22 David E. O'BrienRemove multi-line __P() usage.
2002-03-21 David E. O'BrienRemove __P() usage.
2002-03-06 Dag-Erling SmørgravRemove a bogus cast.
2002-02-25 Bruce Evans#include <stddef.h> for the definition of NULL instead...
2002-02-05 Dag-Erling SmørgravANSIfy and constify.
2001-09-30 Matthew DillonAdd __FBSDID()s to libutil
2001-09-25 Andrey A. Chernov1) Back out ~/.login_conf disable
2001-09-16 Robert WatsonDisable per-user .login_conf support due to incorrect...
2001-09-15 Robert Watsono Add a comment noting that the early setting of privil...
next