minix/lib/libsys
Tomas Hruby 06b6e5624a SMP - Changed prototype of sys_schedule()
- sys_schedule can change only selected values, -1 means that the
  current value should be kept unchanged. For instance we mostly want
  to change the scheduling quantum and priority but we want to keep
  the process at the current cpu

- RS can hand off its processes to scheduler

- service can read the destination cpu from system.conf

- RS can pass the information farther
2010-09-15 14:10:42 +00:00
..
alloc_util.c libdriver: make partition code use a contiguous buffer 2010-06-13 10:40:22 +00:00
assert.c
asynsend.c
ds.c
env_get_prm.c
env_panic.c
env_parse.c
env_prefix.c
fkey_ctl.c
gcov.c lib: fixes to make clang not error 2010-09-13 15:50:54 +00:00
get_randomness.c
getidle.c make getsysinfo() a system-land call 2010-09-14 21:50:05 +00:00
getsysinfo.c make getsysinfo() a system-land call 2010-09-14 21:50:05 +00:00
getuptime.c
getuptime2.c
kernel_call.c
kprintf.c
kputc.c
kputs.c
Makefile make getsysinfo() a system-land call 2010-09-14 21:50:05 +00:00
panic.c RS crash recovery support. 2010-07-06 22:05:21 +00:00
pci_attr_r8.c
pci_attr_r16.c
pci_attr_r32.c
pci_attr_w8.c
pci_attr_w16.c
pci_attr_w32.c
pci_del_acl.c
pci_dev_name.c make getsysinfo() a system-land call 2010-09-14 21:50:05 +00:00
pci_find_dev.c
pci_first_dev.c
pci_get_bar.c PCI: expose BAR sizes 2010-07-01 09:10:16 +00:00
pci_ids.c
pci_init.c
pci_init1.c
pci_next_dev.c
pci_rescan_bus.c
pci_reserve.c
pci_set_acl.c
pci_slot_name.c
pci.h
profile_extern.c
profile.c
safecopies.c
sched_start.c SMP - Changed prototype of sys_schedule() 2010-09-15 14:10:42 +00:00
sched_stop.c Opps, forgot to svn add these files 2010-07-01 08:38:15 +00:00
sef_gcov.c added missing sef_gcov.c 2010-08-25 13:23:32 +00:00
sef_init.c RS live update support. 2010-07-09 18:29:04 +00:00
sef_liveupdate.c RS live update support. 2010-07-09 18:29:04 +00:00
sef_ping.c
sef_signal.c
sef.c gcov support, based on work contributed by Anton Kuijsten. 2010-08-25 13:06:43 +00:00
ser_putc.c
spin.c libsys: add standard condition spinning primitives 2010-07-12 23:14:40 +00:00
stacktrace.c
sys_abort.c
sys_clear.c
sys_cprof.c
sys_endsig.c
sys_eniop.c
sys_exec.c
sys_exit.c
sys_fork.c
sys_getinfo.c Move MIN() and MAX() macros to sys/params.h 2010-08-21 13:10:41 +00:00
sys_getsig.c
sys_hz.c
sys_in.c
sys_int86.c
sys_irqctl.c
sys_kill.c
sys_mcontext.c
sys_memset.c
sys_newmap.c
sys_out.c
sys_physcopy.c
sys_privctl.c
sys_profbuf.c
sys_readbios.c
sys_runctl.c
sys_safecopy.c
sys_safemap.c
sys_schedctl.c SMP - Changed prototype of sys_schedule() 2010-09-15 14:10:42 +00:00
sys_schedule.c SMP - Changed prototype of sys_schedule() 2010-09-15 14:10:42 +00:00
sys_sdevio.c
sys_segctl.c
sys_setalarm.c
sys_setgrant.c
sys_sigreturn.c
sys_sigsend.c
sys_sprof.c
sys_statectl.c
sys_stime.c
sys_sysctl.c
sys_times.c
sys_trace.c
sys_umap.c
sys_update.c
sys_vinb.c
sys_vinl.c
sys_vinw.c
sys_vircopy.c
sys_vmctl.c
sys_voutb.c
sys_voutl.c
sys_voutw.c
sys_vsafecopy.c
sys_vtimer.c
syslib.h
sysutil.h
taskcall.c
tickdelay.c
timers.c move timers code to libsys 2010-07-09 12:58:18 +00:00
timing.c
tsc_util.c
vm_brk.c
vm_exec_newmem.c
vm_exit.c
vm_fork.c
vm_info.c
vm_map_phys.c
vm_notify_sig.c
vm_push_sig.c
vm_umap.c
vm_yield_get_block.c
vprintf.c