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
trash-bin2
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
Delete 'emul' keyword: it's been just returned 'native' for a long time
4 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
Reintroduce ps state flag 'c' indicating chrooted process (via PS_BITS). Ok deraat@
4 years ago
ps.1
man pages: add missing commas between subordinate and main clauses
4 years ago
ps.c
further improvements in sys/param.h annotation and removal.
4 years ago
ps.h
struct usave is unused, and eproc is gone; delete the former and stop referencing them in comments
11 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