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