banan-os/userspace/programs
Bananymous aaff5a65e1 Kernel/init: /dev/tty is now custom symlink to controlling terminal
kernel now passes the name of default console to init process so init
knows which file to open as stdio. before /dev/tty was referencing the
system wide current terminal which was inherited from cmdline. This
doesn't work anymore as we have pseudo terminals implemented that can
chage the current terminal during runtime :D
2024-11-17 22:38:52 +02:00
..
DynamicLoader Kernel: Remove SYS_OPEN 2024-09-17 16:16:47 +03:00
Shell Shell: Don't crash if history file does not exist :D 2024-10-16 00:41:28 +03:00
TaskBar LibGUI: Window Creation takes attributes as an argument 2024-11-14 20:57:34 +02:00
Terminal LibGUI: Window Creation takes attributes as an argument 2024-11-14 20:57:34 +02:00
WindowServer WindowServer: Optimize msync calls to synchronize less bytes 2024-11-17 20:15:28 +02:00
bananfetch
cat
cat-mmap
chmod
cp
dd
dhcp-client
echo
env userspace: Implement `env` as an executable 2024-10-15 23:42:01 +03:00
getopt
http-server
id
image image: Add benchmark flag to measure performance of image operations 2024-10-13 22:05:13 +03:00
init Kernel/init: /dev/tty is now custom symlink to controlling terminal 2024-11-17 22:38:52 +02:00
loadfont
loadkeys
ls ls: Print file name in quotes if it contains spaces 2024-10-07 18:01:32 +03:00
meminfo
mkdir
nslookup
poweroff
resolver
rm
sleep
snake snake: Remove random goto statements when regenerating apple's position 2024-08-16 17:36:37 +03:00
stat
sudo
sync
tee
touch
u8sum
whoami
yes
CMakeLists.txt Kernel/userspace: rework floating point math 2024-11-03 20:28:15 +02:00
create_program.sh