Go to file
Jorrit Herder e0a98a4d65 * Fixed bug relating to nested locking in interrupt handlers. The nested lock
caused interrupts to be reenabled (due to unlock), which caused a race. The
problems were especially visible on slower machines.
* Relocated free memory parsing to process manager. This saved quite some
code at the kernel level. Text size was reduced by about 650 bytes.
* Removed locks for updating the realtime in the clock's main loop and the
get_uptime function. Interrupts are no longer reentrant, so realtime is
immediately updated.
2005-06-17 09:09:54 +00:00
boot Undid \c from default leader and trailer 2005-06-17 08:00:13 +00:00
commands Minor changes in PM interface affected these commands. 2005-06-17 08:52:53 +00:00
drivers Removed debug dumps from the PM and FS servers. The dumps are now done by the 2005-06-07 14:43:35 +00:00
etc Relocated echo "Multiuser startup in progress ..." to top. 2005-06-17 09:00:31 +00:00
include Improved compatibility with other Unix systems. 2005-06-10 15:12:03 +00:00
kernel * Fixed bug relating to nested locking in interrupt handlers. The nested lock 2005-06-17 09:09:54 +00:00
lib Changed uname to retrieve actual OS release and version number at runtime. 2005-06-17 08:53:33 +00:00
man /boot and /minix -> /boot/boot and /boot/image changes 2005-05-04 09:29:52 +00:00
servers Removed debug dumps from the PM and FS servers. The dumps are now done by the 2005-06-07 14:43:35 +00:00
test Fixed typo in run output; 2005-06-17 08:51:28 +00:00
tools small compile fixes; initial select() stubs; release.sh script doesn't 2005-06-06 11:40:32 +00:00
LICENSE Initial revision 2005-04-21 14:53:53 +00:00
Makefile Notice 2005-05-04 09:31:32 +00:00