1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-22 16:42:56 -08:00
openbsd-src/bin
2024-07-22 09:44:37 +00:00
..
cat cat(1): drop "rpath" promise in no-file case 2022-02-09 01:58:57 +00:00
chio remove unused var 2022-10-11 03:37:14 +00:00
chmod More Version 1 AT&T UNIX history. 2019-09-06 19:25:08 +00:00
cp Stop using MAXBSIZE to eliminate sys/param.h including (which injects a 2021-11-28 19:28:41 +00:00
csh remove prototypes with no matching function and externs with no var 2024-05-21 05:00:47 +00:00
date gmtime(3) / locatime(3) can fail when timestamps are way off. 2024-04-28 16:43:15 +00:00
dd Rewrite bytes/sec calculation using fixed point math. 2024-07-12 19:11:25 +00:00
df Round up fractional percentages, as per POSIX. 2023-01-01 16:31:20 +00:00
domainname - make usage() static and __dead 2016-02-01 22:26:39 +00:00
echo Delete obsolete /* ARGSUSED */ lint comments. 2023-03-08 04:43:04 +00:00
ed Fix the SIGHUP signal race. ed's "event loop" operates a getchar(); check 2024-07-16 05:01:10 +00:00
expr Denote multiple arguments with 'arg ...' not 'args' 2022-12-22 19:53:22 +00:00
hostname - make usage() static and __dead 2016-02-01 22:27:25 +00:00
kill drop historical section number as was done in ps 2020-02-09 00:21:01 +00:00
ksh gmtime(3) / locatime(3) can fail when timestamps are way off. 2024-04-28 16:43:15 +00:00
ln More correction of section 3 layout. directory->opendir, fts->fts_open, 2019-09-02 21:18:40 +00:00
ls printtime: use the Unix epoch if the file's timestamp is invalid 2024-03-27 14:44:52 +00:00
md5 remove prototypes with no matching function and externs with no var 2024-05-21 05:00:47 +00:00
mkdir When system calls indicate an error they return -1, not some arbitrary 2019-06-28 13:34:58 +00:00
mt remove prototypes with no matching function and externs with no var 2024-05-21 05:00:47 +00:00
mv Stop using MAXBSIZE to eliminate sys/param.h including (which injects a 2021-11-28 19:28:41 +00:00
pax Zap trailing whitespace 2024-07-14 14:32:02 +00:00
ps Sync with proc.h: s/PS_STOPPED/PS_STOPPING/ 2024-07-22 09:44:37 +00:00
pwd Change all tame callers to namechange to pledge(2). 2015-10-09 01:37:06 +00:00
rm -v option should only act based upon syscall success. test case is 2022-08-16 13:52:41 +00:00
rmdir When system calls indicate an error they return -1, not some arbitrary 2019-06-28 13:34:58 +00:00
sleep rewrite was in Tahoe 2022-07-30 16:42:08 +00:00
stty remove prototypes with no matching function and externs with no var 2024-05-21 05:00:47 +00:00
sync Add, correct, and improve HISTORY sections. 2016-08-16 18:51:25 +00:00
test Stop trying to deprecate "test -L" in favour of "test -h" (or vice versa). 2024-06-18 16:41:39 +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