opnsense-src/usr.bin/w
Andrey A. Chernov e39ee4216c w(1) uses strftime %b with to print the abbreviated month name
if a user logged in more than a week ago.
This may contain multibyte characters (e.g. when using UTF-8).
This string is then aligned on byte-length rathern than char-length,
resulting in misalignment and unfinished multibyte characters.

PR:             126657
Submitted by:   Johan van Selst <johans@stack.nl>
2008-08-20 12:32:19 +00:00
..
extern.h remove __P 2002-03-22 01:42:45 +00:00
Makefile
pr_time.c w(1) uses strftime %b with to print the abbreviated month name 2008-08-20 12:32:19 +00:00
proc_compare.c Include <sys/proc.h> instead of depending on namespace pollution in 2004-04-14 09:34:17 +00:00
uptime.1 Replace /kernel with /boot/kernel/kernel. 2002-05-09 11:47:42 +00:00
w.1 Fix markup. 2006-12-14 19:02:48 +00:00
w.c Use sysctlbyname 2006-05-11 17:25:36 +00:00