minix/lib/syslib
Ben Gras f08f2bd88c new free_contig() and changes to make drivers use it; so now we
have malloc/free, alloc_contig/free_contig and mmap/munmap nicely
paired up.

memory uses malloc/free instead of mmap/munmap as it doesn't have
to be contiguous for the ramdisks (and it might help if it doesn't!).
2010-02-10 13:56:26 +00:00
..
alloc_util.c new free_contig() and changes to make drivers use it; so now we 2010-02-10 13:56:26 +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 Merge of Wu's GSOC 09 branch (src.20090525.r4372.wu) 2010-01-14 15:24:16 +00:00
kernel_call.c And of course, as much as I've tried to be careful I forgot to add this file in 2010-02-09 15:36:29 +00:00
Makefile.in Removal of the system task 2010-02-09 15:20:09 +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 Merge of Wu's GSOC 09 branch (src.20090525.r4372.wu) 2010-01-14 15:24:16 +00:00
pci_dev_name.c Add lspci command and SI_PCI_INFO getsysinfo call 2009-10-09 10:48:46 +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 Removed a number of useless #includes 2010-01-26 10:59:01 +00:00
pci_init1.c Merge of Wu's GSOC 09 branch (src.20090525.r4372.wu) 2010-01-14 15:24:16 +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 Merge of Wu's GSOC 09 branch (src.20090525.r4372.wu) 2010-01-14 15:24:16 +00:00
pci_slot_name.c . clarify panic messages in syslib about pci 2007-07-11 13:38:13 +00:00
safecopies.c Merge of Wu's GSOC 09 branch (src.20090525.r4372.wu) 2010-01-14 15:24:16 +00:00
sef.c Initialization protocol for system services. 2010-01-08 01:20:42 +00:00
sef_init.c Initialization protocol for system services. 2010-01-08 01:20:42 +00:00
sef_liveupdate.c Basic System Event Framework (SEF) with ping and live update. 2009-12-21 14:12:21 +00:00
sef_ping.c Basic System Event Framework (SEF) with ping and live update. 2009-12-21 14:12:21 +00:00
sys_abort.c Removal of the system task 2010-02-09 15:20:09 +00:00
sys_cprof.c Removal of the system task 2010-02-09 15:20:09 +00:00
sys_endsig.c Removal of the system task 2010-02-09 15:20:09 +00:00
sys_eniop.c Removal of the system task 2010-02-09 15:20:09 +00:00
sys_exec.c Removal of the system task 2010-02-09 15:20:09 +00:00
sys_exit.c Removal of the system task 2010-02-09 15:20:09 +00:00
sys_fork.c Removal of the system task 2010-02-09 15:20:09 +00:00
sys_getinfo.c Removal of the system task 2010-02-09 15:20:09 +00:00
sys_getsig.c Removal of the system task 2010-02-09 15:20:09 +00:00
sys_in.c Removal of the system task 2010-02-09 15:20:09 +00:00
sys_int86.c Removal of the system task 2010-02-09 15:20:09 +00:00
sys_irqctl.c Removal of the system task 2010-02-09 15:20:09 +00:00
sys_kill.c Removal of the system task 2010-02-09 15:20:09 +00:00
sys_memset.c Removal of the system task 2010-02-09 15:20:09 +00:00
sys_newmap.c Removal of the system task 2010-02-09 15:20:09 +00:00
sys_nice.c Removal of the system task 2010-02-09 15:20:09 +00:00
sys_out.c Removal of the system task 2010-02-09 15:20:09 +00:00
sys_physcopy.c Removal of the system task 2010-02-09 15:20:09 +00:00
sys_privctl.c Removal of the system task 2010-02-09 15:20:09 +00:00
sys_profbuf.c Removal of the system task 2010-02-09 15:20:09 +00:00
sys_readbios.c Removal of the system task 2010-02-09 15:20:09 +00:00
sys_runctl.c Removal of the system task 2010-02-09 15:20:09 +00:00
sys_safecopy.c Removal of the system task 2010-02-09 15:20:09 +00:00
sys_safemap.c Removal of the system task 2010-02-09 15:20:09 +00:00
sys_sdevio.c Removal of the system task 2010-02-09 15:20:09 +00:00
sys_segctl.c Removal of the system task 2010-02-09 15:20:09 +00:00
sys_setalarm.c Removal of the system task 2010-02-09 15:20:09 +00:00
sys_setgrant.c Removal of the system task 2010-02-09 15:20:09 +00:00
sys_sigreturn.c Removal of the system task 2010-02-09 15:20:09 +00:00
sys_sigsend.c Removal of the system task 2010-02-09 15:20:09 +00:00
sys_sprof.c Removal of the system task 2010-02-09 15:20:09 +00:00
sys_stime.c Removal of the system task 2010-02-09 15:20:09 +00:00
sys_sysctl.c Removal of the system task 2010-02-09 15:20:09 +00:00
sys_times.c Removal of the system task 2010-02-09 15:20:09 +00:00
sys_trace.c Removal of the system task 2010-02-09 15:20:09 +00:00
sys_umap.c Removal of the system task 2010-02-09 15:20:09 +00:00
sys_vinb.c Removal of the system task 2010-02-09 15:20:09 +00:00
sys_vinl.c Removal of the system task 2010-02-09 15:20:09 +00:00
sys_vinw.c Removal of the system task 2010-02-09 15:20:09 +00:00
sys_vircopy.c Removal of the system task 2010-02-09 15:20:09 +00:00
sys_vmctl.c Removal of the system task 2010-02-09 15:20:09 +00:00
sys_voutb.c Removal of the system task 2010-02-09 15:20:09 +00:00
sys_voutl.c Removal of the system task 2010-02-09 15:20:09 +00:00
sys_voutw.c Removal of the system task 2010-02-09 15:20:09 +00:00
sys_vsafecopy.c Removal of the system task 2010-02-09 15:20:09 +00:00
sys_vtimer.c Removal of the system task 2010-02-09 15:20:09 +00:00
syslib.h Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
taskcall.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +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 Merge of David's ptrace branch. Summary: 2009-09-30 09:57:22 +00:00
vm_info.c VM information interface 2010-01-19 21:00:20 +00:00
vm_map_phys.c Fixed some warnings 2009-08-17 18:48:27 +00:00
vm_notify_sig.c vm stubs; no more sys_vm_setbuf 2009-09-21 14:42:58 +00:00
vm_push_sig.c Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
vm_umap.c fix compiler warnings using dubious casts. 2009-10-05 16:41:28 +00:00