haiku/headers/private/system
Ingo Weinhold 57f2b5a013 * Changed the meaning of the {KERNEL,USER}_STACK_SIZE macros to not
include the guard pages. Adjusted the kernel and boot loader code
  accordingly -- the guard pages size is added/not removed respectively.
  The stack size passed to _kern_spawn_thread() is now the actually usable
  size, and it is no longer possible to specify a size smaller than or
  equal to the guard pages size.
* vm_create_anonymous_area(): Precommit two pages maximum -- a stack with
  only one page usable size obviously doesn't need two pages.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26819 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-08-05 17:19:46 +00:00
..
arch * Introduced new header directory headers/private/system which is supposed 2008-05-14 03:55:16 +00:00
posix - Fixed warnings 2008-08-02 11:30:55 +00:00
commpage_defs.h * Introduced new header directory headers/private/system which is supposed 2008-05-14 03:55:16 +00:00
ddm_userland_interface_defs.h * Introduced new header directory headers/private/system which is supposed 2008-05-14 03:55:16 +00:00
device_manager_defs.h fixed listdev and device_manager syscalls 2008-06-06 22:23:25 +00:00
elf32.h * Introduced new header directory headers/private/system which is supposed 2008-05-14 03:55:16 +00:00
generic_syscall_defs.h * Introduced new header directory headers/private/system which is supposed 2008-05-14 03:55:16 +00:00
real_time_data.h * Introduced new header directory headers/private/system which is supposed 2008-05-14 03:55:16 +00:00
safemode_defs.h Initial work towards supporting IO APICs. This cannot work for PCI interrupts 2008-07-18 23:19:41 +00:00
spinlock_contention.h * Added optional spinlock contention measurement feature. Enabled when 2008-06-02 02:04:12 +00:00
syscall_process_info.h * Introduced new header directory headers/private/system which is supposed 2008-05-14 03:55:16 +00:00
syscalls.h First patch by Salvatore to implement XSI semaphores with a few changes 2008-07-29 12:03:41 +00:00
thread_defs.h * Changed the meaning of the {KERNEL,USER}_STACK_SIZE macros to not 2008-08-05 17:19:46 +00:00
tls.h * Introduced new header directory headers/private/system which is supposed 2008-05-14 03:55:16 +00:00
user_runtime.h * Changed the _kern_exec() and _kern_load_image() syscalls. They expect 2008-06-24 03:37:07 +00:00
user_thread_defs.h * Introduced new header directory headers/private/system which is supposed 2008-05-14 03:55:16 +00:00
vfs_defs.h * Introduced new header directory headers/private/system which is supposed 2008-05-14 03:55:16 +00:00
vm_defs.h * Introduced new header directory headers/private/system which is supposed 2008-05-14 03:55:16 +00:00