| Age | Commit message (Expand) | Author |
| 2007-10-06 | split LOGIN_SETGROUP -> LOGIN_SETGID|LOGIN_SETGROUPS | christos |
| 2007-09-28 | support nbtool_config.h. | lukem |
| 2007-09-25 | Add raise_default_signal(3) -- raise the default signal handler. | lukem |
| 2007-08-26 | * clarify error behaviour for getmntopts() | pooka |
| 2007-08-26 | Emulate behaviour described in man page and return NULL if an error occurs. | pooka |
| 2007-07-24 | In sockaddr_snprintf(sbuf, len, fmt, sa), do not write the terminating | dyoung |
| 2007-07-01 | add estrndup() | pooka |
| 2007-02-17 | Remove pw_error prototype, the function is described in a different man page. | wiz |
| 2007-02-04 | Add support for per-user /tmp. | elad |
| 2007-01-16 | Fixed string truncation bug in flags_to_string(): SAPPEND() uses | cbiere |
| 2007-01-09 | Consistent license. | elad |
| 2006-12-23 | Fix typo. | wiz |
| 2006-12-23 | Use more macros. Fix section in Xr. | wiz |
| 2006-12-23 | Quote - when used as minus; uppercase Dt argument; remove dot at end | wiz |
| 2006-12-23 | Remove trailing whitespace. | wiz |
| 2006-12-20 | From Anon Ymous: | christos |
| 2006-12-14 | Complete the move of string_to_flags() and flags_to_string() from the | he |
| 2006-12-14 | moved string_to_flags and flags_to_string from ls to libutil. | christos |
| 2006-12-09 | Render the format %% as %. | dyoung |
| 2006-11-20 | rename getdate to parsedate to avoid conflict with posix function | christos |
| 2006-11-17 | constify | christos |
| 2006-11-17 | add getdate. | christos |
| 2006-10-20 | include ecalloc() from our anonymous user. | christos |
| 2006-10-20 | typo from our anonymous user. | christos |
| 2006-10-15 | prevent empty else. | christos |
| 2006-10-15 | add volatile to prevent gcc clobbering. | christos |
| 2006-10-15 | - Instead of wondering if to syslog an error, do so, but in the called | christos |
| 2006-10-14 | Allow escaping of the separators using a double backslash | christos |
| 2006-10-06 | add util.h to SYNOPSIS | pooka |
| 2006-09-27 | Coverity CID 4159: Don't memset() needlessly. | christos |
| 2006-09-02 | Slight wording improvement, sort SEE ALSO, remove trailing dot in SEE ALSO. | wiz |
| 2006-08-28 | make this compilable as a tool. | christos |
| 2006-08-26 | Only use __RCSID if we have it. | christos |
| 2006-08-26 | Efun source. | christos |
| 2006-08-26 | Add efun(3) | christos |
| 2006-05-26 | mention error return value, like getrawpartition(3) | drochner |
| 2006-05-25 | \- is a minus. | wiz |
| 2006-05-25 | Document that this can fail. | christos |
| 2006-04-01 | Allow explicit length by checking it only if we have a length above 0. | elad |
| 2006-03-30 | set all fields to -1 after allocation, this makes it easier to write | elad |
| 2006-03-23 | Consistently use .Va for errno. Quote "-" for PostScript output. | wiz |
| 2006-03-23 | Remove trailing whitespace, add 'and' in enumeration. | wiz |
| 2006-03-20 | plug leaks, coverity cids 1618, 1619. | elad |
| 2006-03-19 | Set errno on failure, and man-page updates. | elad |
| 2006-03-19 | - Don't trash error number returned by the handler; return it instead. | christos |
| 2006-03-19 | Clarify errno's returned by those functions. | christos |
| 2006-03-19 | Coverity CID 1209: Avoid negative close. While I am there fix bugs (open | christos |
| 2006-02-24 | Fix typo. | wiz |
| 2006-02-24 | Mark up NULL (with Dv). | wiz |
| 2006-02-19 | needs assert.h to compile. | elad |