| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r315032-r315036, r315039, r315041 | asomers | 2017-05-30 | 1 | -0/+1 |
* | MFC r316766: | brooks | 2017-04-24 | 1 | -2/+2 |
* | MFC r313436,r313437,r313438,r314587,r315687: | ngie | 2017-03-28 | 1 | -16/+2 |
* | MFC r313438: | ngie | 2017-03-07 | 1 | -5/+5 |
* | MFC r312470: | ngie | 2017-02-11 | 1 | -1/+1 |
* | MFC r289172,r290254: | ngie | 2017-02-09 | 1 | -2/+0 |
* | MFC r311714: | ngie | 2017-01-13 | 4 | -12/+12 |
* | MFH (r309269): use malloc()ed buffers instead of stack buffers | des | 2016-12-23 | 2 | -26/+48 |
* | MFC r308806 | asomers | 2016-12-16 | 2 | -2/+2 |
* | MFC r299581 | truckman | 2016-05-20 | 1 | -1/+1 |
* | MFC 287442,287537,288944: | jhb | 2016-02-10 | 2 | -0/+8 |
* | MFC r290440: | smh | 2015-11-13 | 1 | -2/+2 |
* | MFC 283624,283630: | jhb | 2015-10-01 | 4 | -2/+174 |
* | MFC 283622: | jhb | 2015-09-03 | 4 | -4/+8 |
* | MFC r285050, r285053, r285059: | garga | 2015-07-06 | 3 | -5/+24 |
* | MFC, r284192: | ken | 2015-06-16 | 1 | -2/+17 |
* | MFC: 272445,272578,273772,273779,273782,273786,273787,273791 | bapt | 2014-11-04 | 1 | -5/+12 |
* | MFC r273837: | dim | 2014-11-01 | 1 | -5/+5 |
* | MFC r270180: | ngie | 2014-08-27 | 8 | -0/+1406 |
* | MFC r269015: | pfg | 2014-08-16 | 1 | -5/+11 |
* | MFC r265276: | markj | 2014-07-29 | 1 | -1/+1 |
* | MFC r261824: | eadler | 2014-02-16 | 1 | -2/+2 |
* | don't assert on bad args, instead return an error.. | jmg | 2013-10-07 | 2 | -37/+54 |
* | The round of expand_number() cleanups. | pluknet | 2013-08-30 | 1 | -29/+10 |
* | libutil: Use O_CLOEXEC for internal file descriptors from open(). | jilles | 2013-08-28 | 5 | -9/+12 |
* | Reset errno before strtoumax() call to properly detect ERANGE. | pluknet | 2013-08-21 | 1 | -0/+7 |
* | Check strtoumax(3) for ERANGE in case of non-prefixed string. | pluknet | 2013-08-21 | 1 | -0/+4 |
* | Fix -Wunsequenced warning | kientzle | 2013-06-29 | 1 | -1/+1 |
* | When pidptr was passed as NULL to pidfile_open(3), we were returning | pjd | 2013-03-14 | 1 | -13/+18 |
* | commit correct tested fix for gr_util.c | db | 2013-03-09 | 1 | -46/+58 |
* | Cleanup gr_add() so it does not leak mem | db | 2013-03-07 | 2 | -53/+86 |
* | Fixed documented prototype of kinfo_getproc(3). | ru | 2013-03-01 | 1 | -2/+2 |
* | libutil: fix typo in comment for gr_fini. | mjg | 2013-01-13 | 1 | -1/+1 |
* | libutil: utilize strsep instead of strcat in a loop in gr_make | mjg | 2013-01-13 | 1 | -6/+10 |
* | libutil: move group_line_format into the scop of its only user. | mjg | 2013-01-13 | 1 | -2/+1 |
* | libutil: eliminate 'found' variable in gr_equal | mjg | 2013-01-13 | 1 | -8/+5 |
* | Simplify pointing dst after the end of all the gr_mem pointers in newgr | bapt | 2012-12-28 | 1 | -2/+1 |
* | errno = ENOMEM was supposed to be removed not return (NULL); | bapt | 2012-12-28 | 1 | -1/+1 |
* | malloc() sets errno to ENOMEM already. | bapt | 2012-12-28 | 1 | -5/+1 |
* | Do not leave parts of the new group uninitialized in gr_dup(). | bapt | 2012-12-28 | 1 | -0/+4 |
* | avoid arithmetic on uintptr_t | bapt | 2012-12-27 | 1 | -1/+1 |
* | cast to uintptr_t to properly calculate offset | bapt | 2012-12-27 | 1 | -1/+1 |
* | Add O_CLOEXEC to flopen | bapt | 2012-12-27 | 2 | -2/+2 |
* | gr_dup: simplify duplication of group | bapt | 2012-12-27 | 1 | -21/+20 |
* | - Clean up previous gr_add use malloc instead of calloc | bapt | 2012-12-27 | 2 | -5/+4 |
* | New gr_add function to provide a clean and safe method to append a new member | bapt | 2012-12-27 | 2 | -0/+42 |
* | Use flopen(3) instead of open(2) + flock(2) | bapt | 2012-12-27 | 2 | -9/+4 |
* | only rename(2) after chmod(2) has succeed | bapt | 2012-11-20 | 1 | -7/+3 |
* | change mode the group file to 0644 after a successfull rename(2) | bapt | 2012-11-20 | 1 | -1/+8 |
* | Fix typo | bapt | 2012-11-03 | 1 | -1/+1 |