NetBSD/lib/libutil
he 0a97c3f688 Complete the move of string_to_flags() and flags_to_string() from the
bin/ls sources to libutil:
 o Bump libutil minor version number
 o Fix uses to include <util.h> to pick up the function definitions
 o Fix most uses of flags_to_string() to release the now-malloc()ed result
2006-12-14 20:09:35 +00:00
..
Makefile moved string_to_flags and flags_to_string from ls to libutil. 2006-12-14 19:18:01 +00:00
disklabel_dkcksum.3
disklabel_dkcksum.c
disklabel_scan.3
disklabel_scan.c
efun.3 typo from our anonymous user. 2006-10-20 17:40:18 +00:00
efun.c Coverity CID 4159: Don't memset() needlessly. 2006-09-27 16:20:03 +00:00
getbootfile.3
getbootfile.c
getlabelsector.3
getlabelsector.c
getmaxpartitions.3 mention error return value, like getrawpartition(3) 2006-05-26 12:36:59 +00:00
getmaxpartitions.c
getmntopts.3
getmntopts.c
getrawpartition.3
getrawpartition.c
if_media.c
login.3
login.c
login_cap.3
login_cap.c - Instead of wondering if to syslog an error, do so, but in the called 2006-10-15 19:33:03 +00:00
login_tty.c
loginx.3
loginx.c
logout.c
logoutx.c
logwtmp.c
logwtmpx.c
opendisk.3
opendisk.c
openpty.3
parsedate.3 rename getdate to parsedate to avoid conflict with posix function 2006-11-20 20:33:02 +00:00
parsedate.y rename getdate to parsedate to avoid conflict with posix function 2006-11-20 20:33:02 +00:00
passwd.c add volatile to prevent gcc clobbering. 2006-10-15 19:33:52 +00:00
pidfile.3
pidfile.c
pidlock.3
pidlock.c
pty.c
pw_getconf.3
pw_init.3
pw_lock.3
pw_policy.3
pw_policy.c
secure_path.3
secure_path.c
shlib_version Complete the move of string_to_flags() and flags_to_string() from the 2006-12-14 20:09:35 +00:00
snprintb.3
snprintb.c prevent empty else. 2006-10-15 19:34:51 +00:00
sockaddr_snprintf.3
sockaddr_snprintf.c Render the format %% as %. 2006-12-09 20:18:43 +00:00
stat_flags.3 moved string_to_flags and flags_to_string from ls to libutil. 2006-12-14 19:18:01 +00:00
stat_flags.c moved string_to_flags and flags_to_string from ls to libutil. 2006-12-14 19:18:01 +00:00
ttyaction.3
ttyaction.c
ttymsg.3
ttymsg.c
util.3