1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/bin
bentley 511be169b5 Attempt to use stdout, stderr, or stdin terminal widths if they exist.
This behavior already existed but was unintentionally lost in revision
1.70 of ps.c.

ok millert@ tb@
2016-09-23 06:28:08 +00:00
..
cat attempt to improve clarity by reducing forward references and more 2016-07-10 00:15:39 +00:00
chio Add HISTORY. 2016-08-16 13:11:06 +00:00
chmod Symlinks to binaries should belong to root:bin. 2016-09-11 07:06:29 +00:00
cp Make cp -i behave as mv -i or rm -i, independently of whether stdin 2016-03-07 18:56:33 +00:00
csh Don't reinvent rlim_t; when printing it use %llu and cast to 2016-08-14 19:46:31 +00:00
date Remove mention of "remote time" in description for the -a flag. 2016-09-12 17:28:47 +00:00
dd remove lint comments 2016-08-25 05:25:21 +00:00
df Another %qd -> %lld + (long long) for off_t's. 2016-08-14 21:07:40 +00:00
domainname - make usage() static and __dead 2016-02-01 22:26:39 +00:00
echo Add, correct, and improve HISTORY sections. 2016-08-16 18:51:25 +00:00
ed remove the note about the list command (l) displaying a --More-- 2016-09-23 06:17:43 +00:00
expr need to increase INT_MAX to 64 bits too. from Nathan Holstein 2016-01-07 21:17:05 +00:00
hostname - make usage() static and __dead 2016-02-01 22:27:25 +00:00
kill Add, correct, and improve HISTORY sections. 2016-08-16 18:51:25 +00:00
ksh Mark PPID read-only as per the manual. From Anthony Coulter. 2016-09-08 15:51:54 +00:00
ln fix HISTORY; from Sevan Janiyan <venture37 at geeklan dot co dot uk>; 2016-08-10 19:46:43 +00:00
ls it seems we hyphenate it set-group-id; 2016-09-08 05:52:19 +00:00
md5 sync the description of -q with that of cksum.1; 2016-09-20 12:14:42 +00:00
mkdir correct precedence; from Ilya Kaliman 2015-10-23 01:00:16 +00:00
mt for some time now mandoc has not required MLINKS to function 2016-03-30 06:38:40 +00:00
mv stop linking mv(1) to libutil, since that isn't used. 2016-02-01 22:38:01 +00:00
pax Need <time.h> for time() and others. Pulled in by coincidence previously 2016-08-26 05:06:14 +00:00
ps Attempt to use stdout, stderr, or stdin terminal widths if they exist. 2016-09-23 06:28:08 +00:00
pwd Change all tame callers to namechange to pledge(2). 2015-10-09 01:37:06 +00:00
rm revert previous. better fix applied to fts_open. 2016-06-28 18:00:59 +00:00
rmdir new style overlords say to use continue in empty loops. 2016-06-03 23:22:20 +00:00
sleep Add, correct, and improve HISTORY sections. 2016-08-16 18:51:25 +00:00
stty already in v2 according to http://www.tuhs.org/Archive/PDP-11/Distributions/research/1972_stuff/unix_2nd_edition_manual.pdf 2016-08-20 18:44:07 +00:00
sync Add, correct, and improve HISTORY sections. 2016-08-16 18:51:25 +00:00
test Add, correct, and improve HISTORY sections. 2016-08-16 18:51:25 +00:00
Makefile unlink systrace from the build. pledge is the glorious future that awaits. 2016-04-25 19:05:09 +00:00
Makefile.inc using COPTS is probably better than CFLAGS 2014-07-11 13:13:04 +00:00