.. |
alloc_util.c
|
let drivers allocate memory at 64k physical boundary.
|
2009-02-12 12:26:08 +00:00 |
assert.c
|
Added assert to syslib. Moved panic from sysutil to syslib for assert.
|
2006-03-15 12:06:18 +00:00 |
ds.c
|
only assign value if request went ok.
|
2009-02-19 17:14:36 +00:00 |
Makefile.in
|
Support for setitimer(ITIMER_VIRTUAL/ITIMER_PROF). New test (41) for setitimer.
|
2009-08-15 21:37:26 +00:00 |
panic.c
|
Fix warning in panic
|
2009-08-17 17:56:34 +00:00 |
pci.h
|
Moved PCI driver to the ramdisk.
|
2006-02-15 14:21:56 +00:00 |
pci_attr_r8.c
|
. clarify panic messages in syslib about pci
|
2007-07-11 13:38:13 +00:00 |
pci_attr_r16.c
|
. clarify panic messages in syslib about pci
|
2007-07-11 13:38:13 +00:00 |
pci_attr_r32.c
|
. clarify panic messages in syslib about pci
|
2007-07-11 13:38:13 +00:00 |
pci_attr_w8.c
|
. clarify panic messages in syslib about pci
|
2007-07-11 13:38:13 +00:00 |
pci_attr_w16.c
|
. clarify panic messages in syslib about pci
|
2007-07-11 13:38:13 +00:00 |
pci_attr_w32.c
|
. clarify panic messages in syslib about pci
|
2007-07-11 13:38:13 +00:00 |
pci_del_acl.c
|
. clarify panic messages in syslib about pci
|
2007-07-11 13:38:13 +00:00 |
pci_dev_name.c
|
. clarify panic messages in syslib about pci
|
2007-07-11 13:38:13 +00:00 |
pci_find_dev.c
|
. clarify panic messages in syslib about pci
|
2007-07-11 13:38:13 +00:00 |
pci_first_dev.c
|
. clarify panic messages in syslib about pci
|
2007-07-11 13:38:13 +00:00 |
pci_ids.c
|
. clarify panic messages in syslib about pci
|
2007-07-11 13:38:13 +00:00 |
pci_init.c
|
Added pci_init1.c, pci_attr_r16.c, pci_attr_w8.c, pci_attr_w16.c,
|
2006-01-12 14:37:37 +00:00 |
pci_init1.c
|
Fixed some warnings
|
2009-08-17 18:48:27 +00:00 |
pci_next_dev.c
|
. clarify panic messages in syslib about pci
|
2007-07-11 13:38:13 +00:00 |
pci_rescan_bus.c
|
. clarify panic messages in syslib about pci
|
2007-07-11 13:38:13 +00:00 |
pci_reserve.c
|
. clarify panic messages in syslib about pci
|
2007-07-11 13:38:13 +00:00 |
pci_set_acl.c
|
. clarify panic messages in syslib about pci
|
2007-07-11 13:38:13 +00:00 |
pci_slot_name.c
|
. clarify panic messages in syslib about pci
|
2007-07-11 13:38:13 +00:00 |
safecopies.c
|
Basic VM and other minor improvements.
|
2008-11-19 12:26:10 +00:00 |
sys_abort.c
|
. rename message fields to endpoint variants
|
2006-03-03 09:44:55 +00:00 |
sys_cprof.c
|
cprofile always on
|
2009-01-09 21:42:36 +00:00 |
sys_endsig.c
|
. rename message fields to endpoint variants
|
2006-03-03 09:44:55 +00:00 |
sys_eniop.c
|
. rename message fields to endpoint variants
|
2006-03-03 09:44:55 +00:00 |
sys_exec.c
|
. rename message fields to endpoint variants
|
2006-03-03 09:44:55 +00:00 |
sys_exit.c
|
. rename message fields to endpoint variants
|
2006-03-03 09:44:55 +00:00 |
sys_fork.c
|
Basic VM and other minor improvements.
|
2008-11-19 12:26:10 +00:00 |
sys_getinfo.c
|
Basic VM and other minor improvements.
|
2008-11-19 12:26:10 +00:00 |
sys_getsig.c
|
. rename message fields to endpoint variants
|
2006-03-03 09:44:55 +00:00 |
sys_in.c
|
. removed const from putenv() for g++
|
2006-06-20 08:45:04 +00:00 |
sys_int86.c
|
bios_wini driver
|
2005-07-29 10:21:04 +00:00 |
sys_irqctl.c
|
*** empty log message ***
|
2005-05-02 14:30:04 +00:00 |
sys_kill.c
|
. rename message fields to endpoint variants
|
2006-03-03 09:44:55 +00:00 |
sys_mapdma.c
|
adddma/deldma/getdma/sys_mapdma
|
2008-02-21 16:02:22 +00:00 |
sys_memset.c
|
Updates system library calls: interface changes (removed unused parameters).
|
2005-07-29 15:01:59 +00:00 |
sys_newmap.c
|
. rename message fields to endpoint variants
|
2006-03-03 09:44:55 +00:00 |
sys_nice.c
|
syslib: make sys_nice use field aliases
|
2009-09-05 12:51:00 +00:00 |
sys_out.c
|
. removed const from putenv() for g++
|
2006-06-20 08:45:04 +00:00 |
sys_physcopy.c
|
. rename message fields to endpoint variants
|
2006-03-03 09:44:55 +00:00 |
sys_privctl.c
|
- sys_privctl: don't mix message types
|
2009-09-06 12:37:13 +00:00 |
sys_profbuf.c
|
cprofile always on
|
2009-01-09 21:42:36 +00:00 |
sys_readbios.c
|
Added sys_readbios.
|
2006-07-10 12:17:16 +00:00 |
sys_safecopy.c
|
. removed const from putenv() for g++
|
2006-06-20 08:45:04 +00:00 |
sys_sdevio.c
|
. removed const from putenv() for g++
|
2006-06-20 08:45:04 +00:00 |
sys_segctl.c
|
*** empty log message ***
|
2005-04-29 15:36:43 +00:00 |
sys_setalarm.c
|
Updates system library calls: interface changes (removed unused parameters).
|
2005-07-29 15:01:59 +00:00 |
sys_setgrant.c
|
Rename paramctl to setgrant.
|
2006-06-23 15:35:05 +00:00 |
sys_sigreturn.c
|
. rename message fields to endpoint variants
|
2006-03-03 09:44:55 +00:00 |
sys_sigsend.c
|
. rename message fields to endpoint variants
|
2006-03-03 09:44:55 +00:00 |
sys_sprof.c
|
System statistical and call profiling
|
2006-10-30 15:53:38 +00:00 |
sys_stime.c
|
Added sys_stime.c, T_CHILD_UTIME and T_CHILD_STIME are gone, should
|
2007-08-07 12:04:29 +00:00 |
sys_sysctl.c
|
moved stacktrace to sysctl, as vmctl is very privileged so can't
|
2009-01-27 12:54:33 +00:00 |
sys_times.c
|
Better interface for sys_times.
|
2007-08-16 13:16:26 +00:00 |
sys_trace.c
|
. rename message fields to endpoint variants
|
2006-03-03 09:44:55 +00:00 |
sys_umap.c
|
. rename message fields to endpoint variants
|
2006-03-03 09:44:55 +00:00 |
sys_vinb.c
|
. removed const from putenv() for g++
|
2006-06-20 08:45:04 +00:00 |
sys_vinl.c
|
. removed const from putenv() for g++
|
2006-06-20 08:45:04 +00:00 |
sys_vinw.c
|
. removed const from putenv() for g++
|
2006-06-20 08:45:04 +00:00 |
sys_vircopy.c
|
. rename message fields to endpoint variants
|
2006-03-03 09:44:55 +00:00 |
sys_vm_setbuf.c
|
Added sys_eniop, sys_vm_setbuf, and sys_vm_map.
|
2005-09-30 12:51:33 +00:00 |
sys_vmctl.c
|
moved stacktrace to sysctl, as vmctl is very privileged so can't
|
2009-01-27 12:54:33 +00:00 |
sys_voutb.c
|
. removed const from putenv() for g++
|
2006-06-20 08:45:04 +00:00 |
sys_voutl.c
|
. removed const from putenv() for g++
|
2006-06-20 08:45:04 +00:00 |
sys_voutw.c
|
. removed const from putenv() for g++
|
2006-06-20 08:45:04 +00:00 |
sys_vsafecopy.c
|
fix some compiler warnings.
|
2007-04-02 15:10:07 +00:00 |
sys_vtimer.c
|
Support for setitimer(ITIMER_VIRTUAL/ITIMER_PROF). New test (41) for setitimer.
|
2009-08-15 21:37:26 +00:00 |
syslib.h
|
Initial revision
|
2005-04-21 14:53:53 +00:00 |
taskcall.c
|
Initial revision
|
2005-04-21 14:53:53 +00:00 |
vm_allocmem.c
|
make allocmem accept and return values in bytes, ramdisk expects this.
|
2008-11-19 15:40:17 +00:00 |
vm_brk.c
|
Basic VM and other minor improvements.
|
2008-11-19 12:26:10 +00:00 |
vm_exec_newmem.c
|
Basic VM and other minor improvements.
|
2008-11-19 12:26:10 +00:00 |
vm_exit.c
|
Basic VM and other minor improvements.
|
2008-11-19 12:26:10 +00:00 |
vm_fork.c
|
Basic VM and other minor improvements.
|
2008-11-19 12:26:10 +00:00 |
vm_map_phys.c
|
Fixed some warnings
|
2009-08-17 18:48:27 +00:00 |
vm_push_sig.c
|
Basic VM and other minor improvements.
|
2008-11-19 12:26:10 +00:00 |
vm_umap.c
|
Basic VM and other minor improvements.
|
2008-11-19 12:26:10 +00:00 |