aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil
Commit message (Expand)AuthorAgeFilesLines
* Merge from headSimon J. Gerraty2014-05-082-2/+2
|\
| * Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| * Fix a typo.Mark Johnston2014-05-031-1/+1
* | Merge headSimon J. Gerraty2014-04-275-6/+17
|\|
| * libutil/pw_util.3: Fix two prototypes.Eitan Adler2014-02-131-2/+2
| * Indicate that expand_number is case-insensitive.Eitan Adler2013-11-121-1/+2
| * Mention in login.conf.5 which fields may be infinite and how to specifify inf...Eitan Adler2013-10-271-0/+10
| * All man pages refer to FreeBSD so there is no need to mention "In .Fx"Eitan Adler2013-10-271-3/+1
| * Add a resource limit for the total number of kqueues available to theKonstantin Belousov2013-10-212-0/+2
* | Merge head@256284Simon J. Gerraty2013-10-132-37/+54
|\|
| * don't assert on bad args, instead return an error..John-Mark Gurney2013-10-072-37/+54
* | Merge from headSimon J. Gerraty2013-09-057-29/+24
|\|
| * The round of expand_number() cleanups.Sergey Kandaurov2013-08-301-29/+10
| * libutil: Use O_CLOEXEC for internal file descriptors from open().Jilles Tjoelker2013-08-285-9/+12
| * Reset errno before strtoumax() call to properly detect ERANGE.Sergey Kandaurov2013-08-211-0/+7
| * Check strtoumax(3) for ERANGE in case of non-prefixed string.Sergey Kandaurov2013-08-211-0/+4
| * Fix -Wunsequenced warningTim Kientzle2013-06-291-1/+1
* | sync from headSimon J. Gerraty2013-04-124-90/+140
|\|
| * When pidptr was passed as NULL to pidfile_open(3), we were returningPawel Jakub Dawidek2013-03-141-13/+18
| * commit correct tested fix for gr_util.cDiane Bruce2013-03-091-46/+58
| * Cleanup gr_add() so it does not leak memDiane Bruce2013-03-072-53/+86
| * Fixed documented prototype of kinfo_getproc(3).Ruslan Ermilov2013-03-011-2/+2
* | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
* | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
* | Sync with HEAD.David E. O'Brien2013-02-083-46/+83
|\|
| * libutil: fix typo in comment for gr_fini.Mateusz Guzik2013-01-131-1/+1
| * libutil: utilize strsep instead of strcat in a loop in gr_makeMateusz Guzik2013-01-131-6/+10
| * libutil: move group_line_format into the scop of its only user.Mateusz Guzik2013-01-131-2/+1
| * libutil: eliminate 'found' variable in gr_equalMateusz Guzik2013-01-131-8/+5
| * Simplify pointing dst after the end of all the gr_mem pointers in newgrBaptiste Daroussin2012-12-281-2/+1
| * errno = ENOMEM was supposed to be removed not return (NULL);Baptiste Daroussin2012-12-281-1/+1
| * malloc() sets errno to ENOMEM already.Baptiste Daroussin2012-12-281-5/+1
| * Do not leave parts of the new group uninitialized in gr_dup().Baptiste Daroussin2012-12-281-0/+4
| * avoid arithmetic on uintptr_tBaptiste Daroussin2012-12-271-1/+1
| * cast to uintptr_t to properly calculate offsetBaptiste Daroussin2012-12-271-1/+1
| * Add O_CLOEXEC to flopenBaptiste Daroussin2012-12-272-2/+2
| * gr_dup: simplify duplication of groupBaptiste Daroussin2012-12-271-21/+20
| * - Clean up previous gr_add use malloc instead of callocBaptiste Daroussin2012-12-272-5/+4
| * New gr_add function to provide a clean and safe method to append a new memberBaptiste Daroussin2012-12-272-0/+42
| * Use flopen(3) instead of open(2) + flock(2)Baptiste Daroussin2012-12-272-9/+4
| * only rename(2) after chmod(2) has succeedBaptiste Daroussin2012-11-201-7/+3
| * change mode the group file to 0644 after a successfull rename(2)Baptiste Daroussin2012-11-201-1/+8
* | Updated/new Makefile.dependSimon J. Gerraty2012-11-081-0/+3
* | Sync from headSimon J. Gerraty2012-11-0410-137/+327
|\|
| * Fix typoBaptiste Daroussin2012-11-031-1/+1
| * Correct attribution.Dag-Erling Smørgrav2012-10-311-3/+8
| * Minor mdoc and language fixes.Joel Dahl2012-10-301-3/+2
| * Removed unnecessary bits in the header that shows where I stole the templateBaptiste Daroussin2012-10-301-3/+0
| * Document the pw_util(3) functionsBaptiste Daroussin2012-10-302-1/+299
| * backout r242319, racy and not done in the right placeBaptiste Daroussin2012-10-292-18/+0