Official MINIX sources - Automatically replicated from gerrit.minix3.org
Tomas Hruby
4903a734b8
IDT is initialized in idt_init() not in prot_init()
...
This is a backport form the SMP branch. Not required here, it only makes life
for SMP easier. And future merging too.
- filling the IDT is removed from prot_init()
- struct gate_table_s is a public type
- gate_table_pic is a global array as it is used by APIC code too
- idt_copy_vectors() is also global and used by idt_init() as well as
apic_idt_init()
- idt_init() is called right after prot_init() in system_init()
2009-08-28 15:55:30 +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
IDT is initialized in idt_init() not in prot_init()
2009-08-28 15:55:30 +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 quits gracefully if mount fails and mounted_on remains uninitialized
2009-08-18 13:30:05 +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