tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
bin
/
ps
/
at
jcs
9 files
Makefile
Since rev 1.61 of print.c exp(3) and log(3) are not used anymore. Do not link ps(1) with libm. from miod@; OK millert@
8 years ago
extern.h
found a local but non-static function and fixed it
8 months ago
keyword.c
stop using an extern variable to collect errors; ok tedu millert
9 months ago
nlist.c
stop using an extern variable to collect errors; ok tedu millert
9 months ago
print.c
found a local but non-static function and fixed it
8 months ago
ps.1
Move the proc.ps_flags PS_* bits that are only changed by sys_execve() and not tested (by name) in userland to a new ps_iflags member. This frees up some ps_flags bits for other uses.
7 months ago
ps.c
stop using an extern variable to collect errors; ok tedu millert
9 months ago
ps.h
always read nlist, now called getkernvars. the logic to only read sometimes was bugged, meaning %CPU didn't work. reported by job. ok deraadt.
9 months ago
utf8.c
UTF-8 support: In a UTF-8 locale, columnate correctly and replace valid, but non- printable characters with the Unicode replacement character U+FFFD. No change in the C/POSIX locale, and no change for invalid bytes. Grand total, the code becomes shorter by almost 30 lines. Feedback from czarkoff@, OK millert@.
10 years ago