sortix-mirror/utils
Jonas 'Sortie' Termansen bd64649223 Add pty(1).
2023-06-24 00:15:48 +02:00
..
.gitignore Add pty(1). 2023-06-24 00:15:48 +02:00
basename.c
cat.c
chmod.c Modernize chmod(1). 2020-10-18 00:31:06 +02:00
chown.c Add chown(1). 2020-10-18 00:31:06 +02:00
chroot.8
chroot.c Document chroot(8). 2016-10-12 21:51:25 +08:00
clear.c
colormake.c Fix getline(3) and getdelim(3) usage. 2016-05-15 19:32:04 +02:00
column.c Fix getline(3) and getdelim(3) usage. 2016-05-15 19:32:04 +02:00
command-not-found.c Add display server. 2023-06-24 00:05:47 +02:00
cp.c
date.c
df.c Fix code relying on <stdio.h> including <stdarg.h>. 2018-08-06 23:59:34 +02:00
dirname.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
du.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
echo.c
env.c
expr.c
false.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
find.c Fix find(1) always failing on exec plus. 2022-03-05 19:28:08 +01:00
getaddrinfo.c
halt.8 Add halt(8), poweroff(8), and reboot(8). 2022-10-20 23:28:48 +02:00
halt.c Add halt(8), poweroff(8), and reboot(8). 2022-10-20 23:28:48 +02:00
head.c
help.c
id.c
kernelinfo.1 Fix date format in manual pages. 2017-07-02 22:07:39 +02:00
kernelinfo.c Fix newlines in errx(3) calls. 2016-10-03 16:00:00 +02:00
kill.c
ln.c
logname.1 Add logname(1). 2016-10-16 11:27:35 -05:00
logname.c
ls.c Fix ls(1) not checking stat_record()'s error correctly. 2018-08-06 23:59:34 +02:00
Makefile Add pty(1). 2023-06-24 00:15:48 +02:00
memstat.1
memstat.c
mkdir.c
mktemp.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
mv.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
nc.1
nc.c Add nc(1). 2023-02-23 01:25:15 +01:00
nl.c Add nl(1). 2021-04-21 22:30:21 +02:00
pager.1 Add more keybinds for scrolling in pager(1) 2021-05-04 22:14:47 +00:00
pager.c
passwd.1
passwd.c
poweroff.8 Add halt(8), poweroff(8), and reboot(8). 2022-10-20 23:28:48 +02:00
poweroff.c Add halt(8), poweroff(8), and reboot(8). 2022-10-20 23:28:48 +02:00
ps.c
pstree.c Fix getopt error handling in pstree(1). 2022-04-26 01:08:28 +02:00
pty.c Add pty(1). 2023-06-24 00:15:48 +02:00
pwd.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
readlink.1 Fix readlink(1) self-reference. 2016-10-01 21:29:30 +02:00
readlink.c Add readlink(1). 2016-09-29 20:10:58 -05:00
realpath.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
reboot.8 Add halt(8), poweroff(8), and reboot(8). 2022-10-20 23:28:48 +02:00
reboot.c
rm.c
rmdir.c
sleep.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
sort.1 Fix typos in sort(1). 2018-04-15 18:06:49 +02:00
sort.c Add -bdfgikhMnt options to sort(1). 2021-06-13 12:51:18 +02:00
stat.c
stty.c Add stty(1). 2020-11-25 20:47:19 +01:00
tail.c
tee.c Add tee(1). 2016-09-25 20:07:27 -05:00
time.c
touch.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
tr.c Remove useless void casts from tr(1). 2016-10-03 20:02:11 +02:00
true.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
tty.c Add tty(1). 2016-11-23 22:31:41 +01:00
type.c
uname.1
uname.c Document uname(1). 2017-02-05 13:41:07 -06:00
uniq.c Fix getline(3) and getdelim(3) usage. 2016-05-15 19:32:04 +02:00
unmount.8 Fix comma punctuation bugs in manual lists. 2017-03-19 17:34:19 +01:00
unmount.c Document unmount(1). 2016-10-11 20:12:48 +08:00
uptime.c
wc.c
which.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
xinstall.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
yes.c