haiku/src/kernel/core
beveloper 75c97114f7 Change int into status_t, and other changes for better BeOS type compatiblitly.
This change also introduces a lot of new warnings concerning printf format
anomalies. Please do NOT fix them. Currently, int32 (and also status_t)
is of type int, but it will be of type long (BeOS compatible) soon, and
these warnings will disasappear.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@973 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-09-03 02:09:48 +00:00
..
addons Fixed some crashing bugs in the pci code - the kernel now boots again. 2002-08-14 02:09:45 +00:00
arch Backported the new stack crawl command ("sc", not "bt" like in NewOS) from 2002-08-13 21:42:53 +00:00
fs Two fixes from NewOS (change 1606 & part of 1612) that made it into the 2002-09-02 14:57:33 +00:00
vm Added a missing return value in vm_resize_region(). 2002-08-05 05:22:27 +00:00
cbuf.c Remove the int_ from the interrupt enable/disable functions. 2002-07-25 01:05:51 +00:00
console.c Changed the argument order of sys_read/write() to be more intuitive. 2002-08-09 17:03:03 +00:00
cpu.c It is accomplished ... 2002-07-09 12:24:59 +00:00
debug.c Fixed a typo; dbg_init2() called dbg_init() instead of arch_dbg_init(), causing 2002-08-14 00:04:59 +00:00
driver_settings.c Initial driver settings - don't worry there is nothing implemented at all, 2002-08-07 22:25:03 +00:00
elf.c Backported the new stack crawl command ("sc", not "bt" like in NewOS) from 2002-08-13 21:42:53 +00:00
faults.c Few changes... 2002-07-19 16:07:36 +00:00
fd.c Two fixes from NewOS (change 1606 & part of 1612) that made it into the 2002-09-02 14:57:33 +00:00
gdb.c dbg_add_command() changed into BeOS compatible add_debugger_command(). 2002-07-17 22:07:37 +00:00
heap.c Fixed the overflow bug in heap.c that would occur on allocation of all the memory of the heap. 2002-07-25 14:49:29 +00:00
int.c Remove the int_ from the interrupt enable/disable functions. 2002-07-25 01:05:51 +00:00
Jamfile Second round of changes. Splitted thread.c into thread.c, team.c and scheduler.c. First kernel-only get_team_info and get_next_team_info implementation. 2002-08-03 23:39:50 +00:00
khash.c The new hash code. 2002-07-19 01:27:22 +00:00
linkhack.c It is accomplished ... 2002-07-09 12:24:59 +00:00
lock.c Implemented geist's recent change to mutexes - they are now no longer 2002-07-18 19:21:40 +00:00
main.c Second round of changes. Splitted thread.c into thread.c, team.c and scheduler.c. First kernel-only get_team_info and get_next_team_info implementation. 2002-08-03 23:39:50 +00:00
misc.c It is accomplished ... 2002-07-09 12:24:59 +00:00
module.c Changed the argument order of sys_read/write() to be more intuitive. 2002-08-09 17:03:03 +00:00
pools.c Add pools to the build 2002-07-19 01:23:24 +00:00
port.c Change int into status_t, and other changes for better BeOS type compatiblitly. 2002-09-03 02:09:48 +00:00
queue.c ERR -> E 2002-07-11 22:21:16 +00:00
scheduler.c added single-queue scheduler; the old scheduler is compiled by default - to enable the new one uncomment the #define at the beginning of thread.h 2002-08-16 13:14:29 +00:00
sem.c Change int into status_t, and other changes for better BeOS type compatiblitly. 2002-09-03 02:09:48 +00:00
smp.c Remove the int_ from the interrupt enable/disable functions. 2002-07-25 01:05:51 +00:00
syscalls.c Implemented send_data/receive_data/has_data thread syscalls 2002-08-19 08:28:39 +00:00
sysctl.c First round of big changes: the term team has replaced proc all over the kernel, the few kern_* syscalls have been renamed to sys_* for consistency, and other small changes. The ps app is temporarily disabled until get_next_team_info is implemented. 2002-08-03 00:41:27 +00:00
team.c Added a missing return value. 2002-08-05 05:26:52 +00:00
thread.c forgot this 2002-08-19 09:10:09 +00:00
timer.c Remove the int_ from the interrupt enable/disable functions. 2002-07-25 01:05:51 +00:00