sortix-mirror/utils
Jonas 'Sortie' Termansen d7b1dce054 Dumb down echo(1).
Options and escape sequences are fatally incompatible with historic echo
that has no room for such extensions. Instead they pose risk because it is
harder to use echo on unvalidated input safely and because any further
extensions potentially break existing scripts. Use printf(1) instead.
2015-08-22 00:44:39 +02:00
..
.gitignore Move init to its own directory. 2014-12-26 21:48:15 +01:00
Makefile Move init to its own directory. 2014-12-26 21:48:15 +01:00
basename.cpp Add basename(1). 2014-11-01 21:33:48 +01:00
cat.cpp Remove --usage options from shell utilities in favor of --help. 2014-11-18 20:29:18 +01:00
chmod.cpp Add chmod(1). 2014-10-28 20:16:51 +01:00
chroot.cpp Remove --usage options from shell utilities in favor of --help. 2014-11-18 20:29:18 +01:00
chvideomode.cpp Rewrite chvideomode(1). 2014-11-19 00:08:49 +01:00
clear.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
colormake.cpp Fix getdelim(3). 2015-05-15 16:18:40 +02:00
column.cpp Fix getdelim(3). 2015-05-15 16:18:40 +02:00
command-not-found.cpp Add command-not-found utility. 2013-12-17 14:30:46 +01:00
cp.cpp Fix cp(1) error message. 2014-12-26 14:18:25 +01:00
date.cpp Add date(1). 2013-12-17 14:30:35 +01:00
dirname.cpp Add dirname(1). 2014-11-01 21:33:49 +01:00
du.cpp Fix du counting block devices. 2015-06-27 17:06:43 +02:00
echo.cpp Dumb down echo(1). 2015-08-22 00:44:39 +02:00
env.cpp Add env(1). 2014-09-25 18:20:00 +02:00
expr.cpp Add expr(1). 2014-11-01 16:55:19 +01:00
false.cpp Add false(1) and true(1). 2013-12-19 17:42:07 +01:00
find.cpp Fix format string problems in error(3) calls. 2014-08-23 21:04:39 +02:00
head.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
help.cpp Update help program to search PATH. 2013-12-17 14:30:33 +01:00
kernelinfo.cpp Remove --usage options from shell utilities in favor of --help. 2014-11-18 20:29:18 +01:00
kill.cpp Remove --usage options from shell utilities in favor of --help. 2014-11-18 20:29:18 +01:00
ln.cpp Add symbolic links. 2014-12-02 17:36:36 +01:00
ls.cpp Add S_ISGID and S_ISUID. 2015-08-21 21:25:00 +02:00
memstat.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
mkdir.cpp Remove --usage options from shell utilities in favor of --help. 2014-11-18 20:29:18 +01:00
mv.cpp Improve mv(1). 2014-10-21 16:11:17 +02:00
pager.cpp Fix pager double prompt if paging during special character. 2015-08-14 17:26:07 +02:00
pwd.cpp Fix pwd(1) unsetting PWD and exit code. 2014-12-04 18:12:50 +01:00
rm.cpp Remove --usage options from shell utilities in favor of --help. 2014-11-18 20:29:18 +01:00
rmdir.cpp Remove --usage options from shell utilities in favor of --help. 2014-11-18 20:29:18 +01:00
sleep.cpp Add sleep(1). 2014-11-26 23:34:14 +01:00
sort.cpp Fix sort(1) reverse sort not working. 2015-06-27 17:06:43 +02:00
tail.cpp Fix head(1) and tail(1) directory handling. 2015-08-11 15:57:55 +02:00
time.cpp Run time(1) children in their own process group. 2015-02-08 22:58:32 +01:00
tr.cpp Add tr(1). 2014-11-17 16:23:02 +01:00
true.cpp Add false(1) and true(1). 2013-12-19 17:42:07 +01:00
type.cpp Remove --usage options from shell utilities in favor of --help. 2014-11-18 20:29:18 +01:00
uname.cpp Remove --usage options from shell utilities in favor of --help. 2014-11-18 20:29:18 +01:00
uniq.cpp Fix getdelim(3). 2015-05-15 16:18:40 +02:00
unmount.cpp Add unmount(1). 2014-12-26 21:45:29 +01:00
uptime.cpp Obsolete uptime(2). 2013-12-17 14:30:34 +01:00
wc.cpp Remove --usage options from shell utilities in favor of --help. 2014-11-18 20:29:18 +01:00
which.cpp Fix NOTO typo. 2014-12-28 20:18:58 +01:00
xinstall.cpp Improve cp(1). 2014-11-27 01:36:52 +01:00
yes.cpp Add yes(1). 2014-12-03 15:20:03 +01:00