sortix--sortix/utils
Jonas 'Sortie' Termansen db7182ddc3 Add support for sessions.
This change refactors the process group implementation and adds support
for sessions. The setsid(2) and getsid(2) system calls were added.

psctl(2) now has PSCTL_TTYNAME, which lets you get the name of a process's
terminal, and ps(1) now uses it.

The initial terminal is now called /dev/tty1.

/dev/tty is now a factory for the current terminal.

A global lock now protects the process hierarchy which makes it safe to
access other processes. This refactor removes potential vulnerabilities
and increases system robustness.

A number of terminal ioctls have been added.

This is a compatible ABI change.
2016-11-23 22:30:47 +01:00
..
.gitignore Add logname(1). 2016-10-16 11:27:35 -05:00
Makefile Add logname(1). 2016-10-16 11:27:35 -05:00
basename.c
cat.c
chkblayout.1
chkblayout.c
chmod.c
chroot.8 Document chroot(8). 2016-10-12 21:51:25 +08:00
chroot.c Document chroot(8). 2016-10-12 21:51:25 +08:00
chvideomode.c
clear.c
colormake.c
column.c
command-not-found.c Add suggestion to use nano(1) if installed. 2016-11-03 22:02:53 +01:00
cp.c
date.c
df.c
dirname.c
du.c
echo.c
env.c
expr.c
false.c
find.c
head.c
help.c
id.c
kernelinfo.1
kernelinfo.c
kill.c
ln.c
logname.1 Add logname(1). 2016-10-16 11:27:35 -05:00
logname.c Add logname(1). 2016-10-16 11:27:35 -05:00
ls.c Fix ls -Ra recursing on dot and dotdot. 2016-11-14 20:47:07 +01:00
memstat.1
memstat.c
mkdir.c
mktemp.c
mv.c
pager.1
pager.c Switch pager(1) to termios. 2016-11-22 21:36:43 +01:00
passwd.1
passwd.c Fix newlines in passwd(1) unrecognized option errors. 2016-10-09 23:06:42 +02:00
ps.c Add support for sessions. 2016-11-23 22:30:47 +01:00
pstree.c Fix ps and pstree extra operand not using errx. 2016-11-03 22:10:45 +01:00
pwd.c
readlink.1
readlink.c
realpath.c
rm.c
rmdir.c
sleep.c
sort.c
stat.c
tail.c
tee.c
time.c
touch.c
tr.c
true.c
type.c
uname.c
uniq.c
unmount.8 Document unmount(1). 2016-10-11 20:12:48 +08:00
unmount.c Document unmount(1). 2016-10-11 20:12:48 +08:00
uptime.c
wc.c
which.c
xinstall.c
yes.c