haiku/src/kernel/core
Axel Dörfler 07f317bf6a Replaced SYS_MAX_OS_NAME_LEN with B_OS_NAME_LENGTH.
Removed old error codes.
Replaced the DEVFS_IOCTL_* with their Be equivalents. Note, the related
functions are not user space safe yet. But since the devfs will be
almost rewritten, there is no point in changing it now.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6679 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-02-23 03:21:59 +00:00
..
addons start of media kit codec plugin API 2003-10-17 23:55:19 +00:00
arch Renamed CHECK_USER_ADDRESS() to IS_USER_ADDRESS() to make its function more clear. 2004-02-22 14:52:59 +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 Replaced SYS_MAX_OS_NAME_LEN with B_OS_NAME_LENGTH. 2004-02-23 03:21:59 +00:00
util Fixed compilation when you can't add private/kernel to your include headers. 2004-01-25 18:31:04 +00:00
vm Renamed CHECK_USER_ADDRESS() to IS_USER_ADDRESS() to make its function more clear. 2004-02-22 14:52:59 +00:00
cbuf.c Replaced calls to vm_create_anonymous_region() with the BeOS compatible 2003-08-19 14:28:11 +00:00
console.c *LOTS* of small changes to make the kernel compatible with Be's KernelExport.h 2002-10-26 16:13:36 +00:00
cpu.c Include kernel_args.h instead of stage2.h. 2003-10-07 23:12:37 +00:00
debug.c Renamed CHECK_USER_ADDRESS() to IS_USER_ADDRESS() to make its function more clear. 2004-02-22 14:52:59 +00:00
elf.c Fixed a scoping bug in the elf_load_kspace() function (non-critical under 2003-10-16 18:28:10 +00:00
faults.c Include kernel_args.h instead of stage2.h. 2003-10-07 23:12:37 +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 a warning. 2003-10-17 14:01:16 +00:00
image.c Renamed CHECK_USER_ADDRESS() to IS_USER_ADDRESS() to make its function more clear. 2004-02-22 14:52:59 +00:00
int.c Include kernel_args.h instead of stage2.h. 2003-10-07 23:12:37 +00:00
Jamfile Added real-time clock support written by Jeff Ward (for the kernel). 2003-10-24 10:21:10 +00:00
kernel_daemon.c list.h is now in util/. 2003-09-09 02:36:29 +00:00
khash.c Completely removed the buggy, inflexible, and incomplete new_hash_table 2002-11-29 08:30:20 +00:00
linkhack.c It is accomplished ... 2002-07-09 12:24:59 +00:00
lock.c fixed warnings 2003-09-12 20:44:45 +00:00
main.c Removed dbg_set_serial_debug() - there is now only set_dprintf_enabled(). 2003-11-11 03:07:53 +00:00
misc.c It is accomplished ... 2002-07-09 12:24:59 +00:00
module.c fixed warnings 2003-09-12 20:44:45 +00:00
pools.c Replaced some more vm_create_anonymous_region() with create_area() and 2003-08-19 17:38:13 +00:00
port.c Wrong data were copied back to the userland cookie in user_get_next_port_info(). 2003-09-27 11:37:09 +00:00
queue.c Replaced kmalloc(), kfree(), and kstrdup() with the POSIX equivalents. 2002-10-29 23:07:06 +00:00
real_time_clock.c Added quick implementation of real_time_clock() and real_time_clock_usecs() - 2003-11-08 02:13:19 +00:00
scheduler.c Backport time tracking fix from NewOS: 2003-01-29 21:59:37 +00:00
sem.c Include kernel_args.h instead of stage2.h. 2003-10-07 23:12:37 +00:00
signal.c alarm_event() has sent the signal to the currently running thread instead 2004-01-26 02:01:46 +00:00
smp.c cvs server: Up-to-date check failed for `src/kernel/core/vm/vm.c' 2003-08-20 02:48:15 +00:00
syscalls.c Added _kern_debug_output() syscall. 2003-11-13 22:08:30 +00:00
sysctl.c Rearranged the code a bit, made private functions static, removed wrong 2003-10-28 18:23:31 +00:00
team.c Renamed CHECK_USER_ADDRESS() to IS_USER_ADDRESS() to make its function more clear. 2004-02-22 14:52:59 +00:00
thread.c Renamed CHECK_USER_ADDRESS() to IS_USER_ADDRESS() to make its function more clear. 2004-02-22 14:52:59 +00:00
timer.c Include kernel_args.h instead of stage2.h. 2003-10-07 23:12:37 +00:00