haiku/src/kernel/core
Tyler Dauwalder 229c00c5a7 - Added parametersSize param to all functions taking a parameter string.
- For functions where name strings are both input and output parameters that
  may be truncated if too long, updated copy-in procedure to allow truncation
  without returning an error.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5155 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-10-25 08:35:27 +00:00
..
addons start of media kit codec plugin API 2003-10-17 23:55:19 +00:00
arch Adds an empty arch_real_time_clock.c for the PPC build. The Pegasos may 2003-10-24 12:38:07 +00:00
disk_device_manager - Added parametersSize param to all functions taking a parameter string. 2003-10-25 08:35:27 +00:00
fs new_file_system() returned a status code, but should have returned 2003-10-17 14:47:15 +00:00
util Now works with GCC 3 as well. 2003-10-12 00:46:30 +00:00
vm Renamed fields of the kernel_args structure. 2003-10-07 23:09:21 +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 boot headers have been moved, some cleanups, dbg_save_registers() renamed. 2003-05-03 16:20:38 +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 Team/image stuff now uses lists instead of kqueues. 2003-01-26 23:31:38 +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 Added real-time clock support written by Jeff Ward (for the kernel). 2003-10-24 10:21:10 +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 Removed rtc_set_system_time() and introduced the public Be kernel call 2003-10-24 14:53:02 +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 Fixed a variable misnamer I introduced earlier (team -> threadID). 2003-01-27 13:55:57 +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 change to public resource.h 2003-09-20 20:47:27 +00:00
sysctl.c Replaced kmalloc(), kfree(), and kstrdup() with the POSIX equivalents. 2002-10-29 23:07:06 +00:00
team.c Fixed some warnings. 2003-09-09 02:36:52 +00:00
thread.c Include kernel_args.h instead of stage2.h. 2003-10-07 23:12:37 +00:00
timer.c Include kernel_args.h instead of stage2.h. 2003-10-07 23:12:37 +00:00