Mirror of most important branches of the main Sortix repository
Go to file
Jonas 'Sortie' Termansen 46c0cc6a12 -1 is no longer an allowed system call.
This treats a nasty bug where forking and exiting before the child
causes the kernel to panic, because the syscall -1 is run, which
just contains a trash value that happened to be 0.

The cause is still unknown. Might be the scheduler.

This won't help me sleep at night.
2011-11-22 22:08:34 +01:00
debsrc The produced deb file now contains the proper installed-size field. 2011-10-16 17:58:19 +02:00
games Fixed randomness-related crash in snake. 2011-11-17 13:11:09 +01:00
hello Ported kernel to new syscall API and started cleaning up the old one. 2011-10-27 00:20:28 +02:00
initrd The Sortix programs are now compiled into initrd/. 2011-08-28 12:42:06 +02:00
isosrc/boot/grub Initial version of Sortix. 2011-08-05 14:25:00 +02:00
libmaxsi execve(2) now sets errno=EACCESS on non-buffer files. 2011-11-22 18:21:01 +01:00
mkinitrd The initrd now uses the mkinitrd format and the kernel now loads it. 2011-08-28 12:38:01 +02:00
mxmpp Fixed bug in mxmpp make target install. 2011-10-03 19:11:40 +02:00
sortix -1 is no longer an allowed system call. 2011-11-22 22:08:34 +01:00
subsystem Initial version of Sortix. 2011-08-05 14:25:00 +02:00
utils cp(1) can now support the syntax cp /bin/snake / 2011-11-22 17:57:10 +01:00
.gitignore Adding proper .gitignore files. 2011-08-07 01:22:36 +02:00
Makefile Don't leave old binaries around in the initrd. 2011-11-17 22:33:17 +01:00
crosscompilemakefile.mak libc now has exit() and abort() functions. 2011-09-13 16:49:08 +02:00
gpl.html Added the GNU licenses used for Sortix. 2011-08-27 14:47:43 +02:00
lgpl.html Added the GNU licenses used for Sortix. 2011-08-27 14:47:43 +02:00