]> git.cameronkatri.com Git - pw-darwin.git/history - libutil
Ensure mtree(8) recognizes chpass(1) is schg.
[pw-darwin.git] / libutil /
2015-09-12 Baptiste DaroussinMerge from head
2015-08-11 Alexander V. ChernikovMFP r276712.
2015-08-08 Alexander V. ChernikovMFP r274553:
2015-07-02 Renato BotelhoWhen passwd or group information is changed (by pw...
2015-06-13 Simon J. GerratyAdd META_MODE support.
2015-06-04 Baptiste Daroussinrevert r283969,283970 not needed anymore after r283981
2015-06-03 Baptiste DaroussinAdd a pw_mkdb2(3) function which does the same thing...
2015-05-28 Glen BarberMFH: r282615-r283655
2015-05-27 John BaldwinExport a list of VM objects in the system via a sysctl...
2015-05-27 Simon J. GerratyMerge sync of head
2015-05-26 Simon J. GerratyMerge from head
2015-02-08 Baptiste DaroussinMerge from HEAD
2015-02-04 Enji CooperClean up more usb related files when MK_USB == no when...
2015-01-25 Mark Johnstongr_equal(): Fix a crash that could occur if the first...
2014-11-19 Simon J. GerratyMerge from head@274682
2014-11-04 Alexander V. ChernikovSync to HEAD@r274095.
2014-10-28 Baptiste DaroussinFix renaming a group via the gr_copy function
2013-10-10 Alan SomersIFC @256277
2013-09-05 Simon J. GerratyMerge from head
2013-08-28 Jilles Tjoelkerlibutil: Use O_CLOEXEC for internal file descriptors...
2013-07-17 Xin LIIFC @253398
2013-04-12 Simon J. Gerratysync from head
2013-03-09 Diane Brucecommit correct tested fix for gr_util.c
2013-03-07 Diane BruceCleanup gr_add() so it does not leak mem
2013-02-26 Xin LIIFC @247348.
2013-02-08 David E. O'BrienSync with HEAD.
2013-01-17 Neel NatuIFC @ r245509
2013-01-13 Mateusz Guziklibutil: fix typo in comment for gr_fini.
2013-01-13 Mateusz Guziklibutil: utilize strsep instead of strcat in a loop...
2013-01-13 Mateusz Guziklibutil: move group_line_format into the scop of its...
2013-01-13 Mateusz Guziklibutil: eliminate 'found' variable in gr_equal
2013-01-04 Neel NatuIFC @ r244983.
2012-12-28 Baptiste DaroussinSimplify pointing dst after the end of all the gr_mem...
2012-12-28 Baptiste Daroussinerrno = ENOMEM was supposed to be removed not return...
2012-12-28 Baptiste Daroussinmalloc() sets errno to ENOMEM already.
2012-12-28 Baptiste DaroussinDo not leave parts of the new group uninitialized in...
2012-12-27 Baptiste Daroussinavoid arithmetic on uintptr_t
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-12-04 Neel NatuIFC @r243836
2012-11-27 Alexander MotinMFC
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-11-11 Neel NatuIFC @ r242684
2012-11-04 Simon J. GerratySync from head
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-07-13 Xin LIIFC @238412.
2012-07-11 Peter GrehanIFC @ r238370
2012-06-20 David E. O'BrienMFC: r237279: install filemon.h
2012-06-19 Baptiste DaroussinRevert user comparison back to user names as some user...
2012-05-15 Alexander MotinMFC
2012-04-26 Jamie GrittonA new jail(8) with a configuration file, ultimately...
2012-04-26 Peter GrehanIFC @ r234692
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-23 Xin LIIFC @230489 (pending review).
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...
2012-01-04 Sean BrunoIFC to head to catch up the bhyve branch
2011-12-15 Baptiste DaroussinModify pw_copy:
2011-05-15 John BaldwinFirst cut to port bhyve, vmmctl, and libvmmapi to HEAD.
2011-05-14 John BaldwinFirst cut at porting the kernel portions of 221828...
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-18 Sean FarleyMerge from head to stable/8:
2009-12-17 Konstantin BelousovMFC r199826:
2009-12-12 Sean FarleyRemove a dead store.
next