sortix-mirror/utils
Jonas 'Sortie' Termansen ef8fddd3b4 Add display server.
Remove the obsolete dispd.
2023-06-17 20:36:41 +02:00
..
.gitignore Add pty(1). 2023-06-17 13:19:07 +02:00
basename.c
cat.c Fix reading directories not failing with EISDIR. 2021-07-28 22:21:41 +02:00
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
clear.c
colormake.c
column.c
command-not-found.c Add display server. 2023-06-17 20:36:41 +02:00
cp.c
date.c Add date(1) -drs options. 2023-03-27 00:06:33 +02:00
df.c Fix code relying on <stdio.h> including <stdarg.h>. 2018-08-06 23:59:34 +02:00
dirname.c
du.c
echo.c
env.c
expr.c Check overflow in expr(1). 2016-05-15 22:43:29 +02:00
false.c
find.c Fix find(1) always failing on exec plus. 2022-03-05 19:28:08 +01:00
getaddrinfo.c Add getaddrinfo(1). 2023-06-17 13:19:07 +02:00
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 Fix execl(3) sentinel undefined behaviour. 2016-09-30 23:36:49 +02:00
id.c
kernelinfo.1
kernelinfo.c
kill.c
ln.c Add -h option to ln(1). 2020-04-13 15:00:25 +02:00
logname.1
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-17 13:19:07 +02:00
memstat.1 Add memusage(2). 2023-03-09 20:27:17 +01:00
memstat.c Add memusage(2). 2023-03-09 20:27:17 +01:00
mkdir.c
mktemp.c
mv.c
nc.1 Fix missing nc.1 file. 2023-02-23 11:08:42 +01:00
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 Fix possible overflow when resizing buffers and remove unncessary casts. 2021-11-02 02:11:18 +02:00
passwd.1 Add passwd(1) -H option. 2023-04-23 23:35:08 +02:00
passwd.c Add passwd(1) -H option. 2023-04-23 23:35:08 +02:00
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 Add memory statistics to struct psctl_stat. 2023-03-09 20:27:18 +01:00
pstree.c Fix getopt error handling in pstree(1). 2022-04-26 01:08:28 +02:00
pty.c Add pty(1). 2023-06-17 13:19:07 +02:00
pwd.c
readlink.1
readlink.c
realpath.c
reboot.8 Add halt(8), poweroff(8), and reboot(8). 2022-10-20 23:28:48 +02:00
reboot.c Add halt(8), poweroff(8), and reboot(8). 2022-10-20 23:28:48 +02:00
rm.c
rmdir.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
sleep.c
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 Fix indentation in switch-statement in utils/tail.c. 2021-10-31 00:46:13 +03:00
tee.c
time.c Add -p option to time(1). 2022-12-04 23:18:17 +01:00
touch.c
tr.c
true.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
tty.c
type.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
uname.1
uname.c
uniq.c
unmount.8
unmount.c
uptime.c Rename CLOCK_BOOT to CLOCK_BOOTTIME. 2022-02-22 18:01:57 +00:00
wc.c Fix reading directories not failing with EISDIR. 2021-07-28 22:21:41 +02:00
which.c
xinstall.c
yes.c