haiku/headers/private/kernel
Tyler Dauwalder 581cfaf2c0 - Added declaration and definition of std::nothrow
- Wrapped everything but #includes in #if _KERNEL_MODE to keep from
  redeclaring/definining operator new and nothrow in userland.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5921 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-01-06 00:27:34 +00:00
..
arch Definitions were doubled in vm_translation_map.h and arch/vm_translation_map.h. 2003-10-28 21:10:00 +00:00
boot Added prototype for setting OpenFirmware's callback for MMU actions. 2003-10-28 21:06:42 +00:00
disk_device_manager - Added/moved ddm string-length and buffer-size constants to DiskDeviceDefs.h 2003-10-28 00:13:11 +00:00
fs Made C++ safe. 2003-10-17 14:42:45 +00:00
util - Added declaration and definition of std::nothrow 2004-01-06 00:27:34 +00:00
assert.h
bus.h
cbuf.h Hide the implementation (the structure definition is now in cbuf.c). 2003-06-27 16:40:53 +00:00
console.h
cpu.h
ctlreg.h
debug.h Added _kern_debug_output() syscall. 2003-11-13 22:07:36 +00:00
defines.h
dev.h
devfs.h
devs.h
elf32.h Cleaned up the ELF header a lot, added missing definitions. 2003-10-16 17:51:53 +00:00
elf_priv.h Made it independent. 2003-10-16 17:52:35 +00:00
elf.h Made C++ safe. 2003-10-17 14:42:45 +00:00
faults_priv.h
fb_console.h
fd.h Made C++ safe. 2003-10-17 14:42:45 +00:00
float.h
font.h
gdb.h
int.h Renamed arch_int_is_interrupts_enabled() to arch_int_are_interrupts_enabled(). 2003-10-28 17:55:20 +00:00
isa.h
isovol.h
kernel_daemon.h
kernel.h
kerrors.h
khash.h Now compilable with C++. 2003-06-27 02:27:43 +00:00
kimage.h
kmodule.h
kqueue.h
ksignal.h
ksocket.h
ksyscalls.h Added _kern_debug_output() syscall. 2003-11-13 22:07:36 +00:00
ktypes.h Added the addr_t typedef (should replace the commonly used addr type some day). 2003-10-17 13:49:41 +00:00
lock.h Forgot about B_ANY_KERNEL_BLOCK_ADDRESS. 2003-08-19 22:29:51 +00:00
memheap.h
pci_priv.h renamed line into pin, since in PCI terminology, IRQ interrupt number == line, and the physical interrupt wire == pin 2003-09-29 19:09:32 +00:00
pools.h
port.h Removed the port_test_thread_func() prototype from the header - that's a 2003-09-12 20:48:07 +00:00
queue.h
real_time_clock.h Added the syscall for set_real_time_clock(). 2003-10-28 13:30:10 +00:00
sem.h
smp.h
stdio.h Unfortunately, BeOS & Linux stdio.h have different header guards - our 2003-06-25 00:22:04 +00:00
syscalls.h Added _kern_debug_output() syscall. 2003-11-13 22:07:36 +00:00
sysctl.h Removed private functions, made C++ safe. 2003-10-28 18:22:37 +00:00
thread_types.h list.h is now in util/. 2003-09-09 02:31:25 +00:00
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_runtime.h
vfs_types.h
vfs.h list.h is now in util/. 2003-09-09 02:31:25 +00:00
vm_cache.h Made C++ safe. 2003-10-17 14:42:45 +00:00
vm_page.h
vm_priv.h
vm_store_anonymous_noswap.h
vm_store_device.h
vm_store_null.h
vm_store_vnode.h
vm_translation_map.h Definitions were doubled in vm_translation_map.h and arch/vm_translation_map.h. 2003-10-28 21:10:00 +00:00
vm_types.h Removed the vm_get_region_info() call and the vm_region_info structure - 2003-08-20 15:47:52 +00:00
vm.h Removed the vm_get_region_info() call and the vm_region_info structure - 2003-08-20 15:47:52 +00:00