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
master
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
Add forest (-f) mode
3 years ago
keyword.c
A few additional changes related to the now 32 bit accounting flag. Pointers from and discussions with millert and deraadt. Ok millert@, deraadt@, bluhm@
4 years ago
nlist.c
further improvements in sys/param.h annotation and removal.
4 years ago
print.c
Fix alignment of command column. print_comm_name() returns an updated length value, not the length difference.
3 years ago
ps.1
controm terminql -> controlling terminal;
3 years ago
ps.c
Add forest (-f) mode
3 years ago
ps.h
Add forest (-f) mode
3 years 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