Official MINIX sources - Automatically replicated from gerrit.minix3.org
Tomas Hruby
50473107c2
saved_proc in exception() may be NULL
...
If an exception happens in kernel while the kernel is booting and no processes
are running yet, saved_proc == NULL and priting any process related information
results in dumping rubish.
This check is mostly useful when debugging kernel stuff. Should _never_ happen
on a production kernel.
2009-08-29 19:26:46 +00:00
boot
Fixed some warnings
2009-08-17 18:49:15 +00:00
commands
urlget: broken ftpget call, reported by Charles Littlefield
2009-08-23 13:53:03 +00:00
docs
profiling reminder
2009-01-09 16:44:47 +00:00
drivers
Re-disable complete_bars, it was not needed for PRO/100 despite the error message
2009-08-27 07:10:03 +00:00
etc
Extend Intel PRO/100 support
2009-08-26 21:01:46 +00:00
include
Added a hack to start binaries from the boot image only. In particular, setting
2009-08-18 11:36:01 +00:00
kernel
saved_proc in exception() may be NULL
2009-08-29 19:26:46 +00:00
lib
support for TCP sockets in send/sendto/recv/recvfrom
2009-08-21 09:59:09 +00:00
man
Man page for new function nanosleep(3), updated man page for sleep(3)
2009-08-16 12:12:40 +00:00
servers
VFS: fetch_name() buffer underflow (reported by John Peace, bug #305 )
2009-08-29 08:22:50 +00:00
test
Use su to allow tests 3, 6, 17, 18, 19, 21 and 25 to work as root, making testing easier
2009-08-18 19:58:34 +00:00
tools
IPC privileges fixes
2009-07-02 16:25:31 +00:00
LICENSE
*** empty log message ***
2006-03-08 16:34:36 +00:00
Makefile
include libraries.
2008-11-19 13:15:35 +00:00