haiku/headers/private/kernel
Axel Dörfler d4112f6bc5 Applied some changes suggested by mmu_man, more to come, though:
- has_signals_pending() is not declared in Be headers, and it isn't declared in
  our KernelExport.h anymore, too
- removed snooze_etc() from KernelExport.h, as it's already defined in OS.h
  (and really exported by libroot.so).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12506 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-04-29 11:41:12 +00:00
..
arch
boot
disk_device_manager
fs
util
boot_item.h Added the get_boot_item() call similar to what BeOS exports (have a look at 2005-04-01 15:09:09 +00:00
cache.h
cbuf.h
console.h
cpu.h
debug.h
defines.h
elf32.h
elf_priv.h
elf.h Removed execute property that was set accidently (since CVS days). 2005-03-18 01:50:45 +00:00
faults_priv.h
file_cache.h
frame_buffer_console.h
gdb.h
generic_syscall.h
int.h
kdevice_manager.h
kdriver_settings.h
kernel_daemon.h
kernel.h Moved the kernel_startup variable declaration from int.h to kernel.h (it's defined in main.c). 2005-04-12 06:09:13 +00:00
kimage.h
kmodule.h
ksignal.h Applied some changes suggested by mmu_man, more to come, though: 2005-04-29 11:41:12 +00:00
ksocket.h
ksyscalls.h
lock.h Removed execute property that was set accidently (since CVS days). 2005-03-18 01:50:45 +00:00
memheap.h Removed execute property that was set accidently (since CVS days). 2005-03-18 01:50:45 +00:00
messaging.h
MessagingServiceDefs.h Removed obsolete struct. 2005-01-30 01:11:33 +00:00
pools.h
port.h
real_time_clock.h
real_time_data.h
safemode.h
sem.h
smp.h
syscall_process_info.h Added syscalls for various process/group/session related functions. 2004-10-14 14:31:31 +00:00
syscalls.h Changed our read link syscall and FS interface call to make it easily possible to be POSIX compliant. 2005-04-06 16:07:10 +00:00
sysctl.h
system_info.h
team.h
thread_types.h
thread.h
timer.h
tls.h
user_atomic.h renamed atomic_read() into atomic_get() (since we already have atomic_set(), but not a atomic_write()) 2003-08-31 01:21:56 +00:00
user_debugger.h
user_runtime.h
vfs.h Changed our read link syscall and FS interface call to make it easily possible to be POSIX compliant. 2005-04-06 16:07:10 +00:00
vm_cache.h
vm_page.h
vm_priv.h Introduced new B_KERNEL_AREA_FLAGS and B_USER_AREA_FLAGS that can be used 2005-03-30 06:34:17 +00:00
vm_store_anonymous_noswap.h
vm_store_device.h
vm_store_null.h
vm_translation_map.h
vm_types.h
vm.h