apio pushed to main at apio/Luna 2023-04-16 09:25:53 +00:00
3b4214c8be dirname: Parse one-character paths properly
e6954d2e49 kernel: Disallow problematic characters, control characters and invalid UTF-8 in filenames
Compare 2 commits »
apio pushed to main at apio/Luna 2023-04-15 18:26:24 +00:00
82e7b0e860 kernel: Introduce *at() syscall framework, add openat() and fstatat()
apio pushed to main at apio/Luna 2023-04-14 19:10:51 +00:00
df95126ccd kernel: Remove unneeded debug logs & random cleanups
8c4ead0c0f libc: Add more conversion specifiers to strftime
Compare 2 commits »
apio pushed to main at apio/Luna 2023-04-13 19:09:44 +00:00
b7df596f8a libc: Add strftime()
apio pushed to main at apio/Luna 2023-04-13 16:34:02 +00:00
1733fc810d mkdir: Use os::FileSystem and add -p flag
fb3430c56a apps: Use os::FileSystem
5df16a9bff libos: Add FileSystem
bd60c65e17 kernel: Make chown() search in the process's current directory
Compare 4 commits »
apio pushed to main at apio/Luna 2023-04-13 15:32:57 +00:00
60c6e764a4 libos+apps: Add some missing functionality to File and eliminate any trace of C from cat and edit
26ff964ec1 libos: Add a new main() function
d97bf991d1 libos: Add a very bare-bones C++ RAII File class
Compare 3 commits »
apio pushed to main at apio/Luna 2023-04-12 19:08:59 +00:00
193d63c81b libluna+libc: Add strpbrk()
apio pushed to main at apio/Luna 2023-04-12 16:11:50 +00:00
3618a41bcd apps: Add rm
417e505750 kernel+libc: Add unlink(), rmdir(), remove()
Compare 2 commits »
apio pushed to main at apio/Luna 2023-04-11 20:45:44 +00:00
1b4f48b92c sh: Display the working directory as part of the prompt
427662d5f1 kernel+libc: Add getcwd()
7db215819e exec: Respect the program's working directory
Compare 3 commits »
apio pushed to main at apio/Luna 2023-04-11 20:15:57 +00:00
3a45f4af53 su: Change the current directory to the user's home on login
2a967f4b8b kernel+libc: Add chdir()
2d30935fdb kernel: Give each thread a working directory
dfce93c18f ls: List the current directory by default instead of the root directory
Compare 4 commits »
apio pushed to main at apio/Luna 2023-04-11 19:24:23 +00:00
79a96bf5af kernel/ELF: Remove old FIXME
apio pushed to main at apio/Luna 2023-04-10 17:56:13 +00:00
13c9caa856 kernel+libc: Add stat() + fstat()
apio pushed to main at apio/Luna 2023-04-09 09:24:42 +00:00
66c2896652 su: Use termios ioctls to turn off echoing and read a password
3e5957f9fc libc: Add ioctl() syscall wrapper
fee33e7a14 kernel: Add ioctls() for termios stuff to ConsoleDevice
76eb8cd129 kernel: Add an ioctl() system call
Compare 4 commits »
apio pushed to main at apio/Luna 2023-04-08 20:20:02 +00:00
e5a3bbcbbc libc: Allow empty fields in the password file
apio pushed to main at apio/Luna 2023-04-08 15:01:37 +00:00
46be0bd458 apps: Install su as setuid
apio pushed to main at apio/Luna 2023-04-08 14:33:04 +00:00
3887b98a7d kernel: Support setuid binaries
8b45766aaa su: Use user names and read from the password file instead of using raw user IDs
7667f49d62 libc: Add a password file and pwd.h
Compare 3 commits »
apio pushed to main at apio/Luna 2023-04-08 12:48:04 +00:00
3867a29a10 apps: Add mkdir, chown and chmod
46ee0eb937 sh: Show hashtag on root's prompt
059c2bfa3f kernel+libc: Add chown and chmod
0f8a46ab67 Vector: Copy the right amount in try_dequeue()
3da1849c99 kernel+libc: Add set* and get* syscalls for UIDs and GIDs
Compare 6 commits »
apio pushed to main at apio/Luna 2023-04-08 10:28:35 +00:00
208fdd64ac execvpe: Execute a shell if errno == ENOEXEC
apio pushed to main at apio/Luna 2023-04-08 10:18:59 +00:00
eb3fb04734 libc: Add system()
95a93a7f66 sh: Parse arguments
Compare 2 commits »
apio pushed tag 1.19.4 to apio/death-swap 2023-04-07 20:42:30 +00:00