.. |
cat
|
bump posix spec 2008 -> 2024;
|
2024-08-01 14:08:07 +00:00 |
chio
|
remove unused var
|
2022-10-11 03:37:14 +00:00 |
chmod
|
bump posix spec from 2008 -> 2024;
|
2024-08-01 14:44:34 +00:00 |
cp
|
Stop using MAXBSIZE to eliminate sys/param.h including (which injects a
|
2021-11-28 19:28:41 +00:00 |
csh
|
Now that we have dup2(), csh can use it instead of close()+dup().
|
2024-08-20 23:40:39 +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
|
remove duplicate unistd.h include
|
2024-10-12 07:58:40 +00:00 |
expr
|
Denote multiple arguments with 'arg ...' not 'args'
|
2022-12-22 19:53:22 +00:00 |
hostname
|
Since netstart r1.208 (2020), it no longer applies /etc/myname
|
2024-08-25 09:32:08 +00:00 |
kill
|
drop historical section number as was done in ps
|
2020-02-09 00:21:01 +00:00 |
ksh
|
remove some unneeded Xo/Xc calls; from evan silberman
|
2024-09-25 06:13:01 +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
|
remove duplicate includes and license; feedback and ok miod@
|
2024-10-14 08:26:48 +00:00 |
pax
|
use a more readable explanation of directory creation;
|
2024-11-30 06:59:12 +00:00 |
ps
|
Add PS_STOPPED to the flags
|
2024-10-15 13:49:49 +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
|
unifdef for S_I{FLNK,FIFO,FSOCK}. For the operations where we use
|
2024-08-15 06:27:24 +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 |