..
arch
Fixed PPC boot loader build.
2006-10-13 12:10:55 +00:00
boot
Modified the pxe_ia32 stage 1 loader to load stage 2 at the same address as bios_ia32 stage 1 does.
2006-10-24 20:53:30 +00:00
disk_device_manager
added disk systems rescan to DiskDeviceManager, and called it in the post init phase
2006-09-04 12:37:56 +00:00
fs
* Factored out the vnode disconnection code from fs_unmount() to a separate
2006-03-28 01:13:12 +00:00
platform /openfirmware
util
Moved datastore implementation into net_buffer.cpp - there is no reason to clobber the kernel with it.
2006-09-28 18:27:30 +00:00
block_cache.h
boot_device.h
boot_item.h
cbuf.h
console.h
cpu.h
Removed the extra info struct in the cpu_ent union and made said union a struct instead. Same as r1137 in NewOS.
2006-04-29 22:38:19 +00:00
debug.h
Corrected the repeat checks (did not compare the right buffers) and added a length argument to debug_puts() to safe the strlen in the syslog case. Also removed some leftover.
2006-04-03 20:48:30 +00:00
elf32.h
* Improved kernel ELF loader (and made it more similar to the one from the boot
2006-03-26 15:58:43 +00:00
elf_priv.h
* Improved kernel ELF loader (and made it more similar to the one from the boot
2006-03-26 15:58:43 +00:00
elf.h
file_cache.h
frame_buffer_console.h
generic_syscall.h
int.h
Changed the way handlers for edge triggered interrupt are called: now, we
2006-04-30 13:56:21 +00:00
kdevice_manager.h
* each device manager node has now an autogenerated identifier
2006-11-12 15:28:09 +00:00
kdriver_settings.h
kernel_daemon.h
kernel.h
Enabled debugging kernel stacks by default for now.
2006-03-05 18:05:33 +00:00
kimage.h
kmodule.h
kscheduler.h
ksignal.h
ksyscalls.h
lock.h
memheap.h
* Even though our current heap is a temporary solution, the heap size depends
2006-03-19 15:02:21 +00:00
messaging.h
MessagingServiceDefs.h
port.h
real_time_clock.h
Added a _kern_get_timezone() syscall that can be used without needing to
2006-03-14 14:29:56 +00:00
real_time_data.h
safemode.h
sem.h
smp.h
syscall_process_info.h
syscalls.h
Removed sysctl(), there is no need for this BSD-ish call.
2006-06-29 09:37:06 +00:00
system_info.h
team.h
* Changed team_get_process_group_locked() to have a session parameter instead
2006-09-26 12:51:59 +00:00
thread_types.h
Process groups are no longer searched via their team/session, but by using a separate
2006-08-24 22:58:48 +00:00
thread.h
* Added a wait_for_thread_etc() function that allows specifying semaphore flags
2006-03-08 16:41:03 +00:00
timer.h
tls.h
user_atomic.h
user_debugger.h
user_runtime.h
Added a private call to get the dependencies of a loaded image. This will be used
2006-10-06 11:40:20 +00:00
vfs.h
Implemented mandatory file locking, BeOS style. BNode::Lock() and BNode::Unlock()
2006-06-02 14:16:13 +00:00
vm_address_space.h
vm_cache.h
First steps towards being able of collapse vm_cache objects after forking:
2006-10-10 17:16:06 +00:00
vm_low_memory.h
vm_page.h
Added a "reenter" parameter to the {read|write}_pages() functions to give file
2006-04-12 13:34:04 +00:00
vm_priv.h
vm_translation_map.h
Implemented quite a hack to solve the lockless get_memory_map() problem (bug #349 ):
2006-04-30 17:45:33 +00:00
vm_types.h
First steps towards being able of collapse vm_cache objects after forking:
2006-10-10 17:16:06 +00:00
vm.h
Renamed the _kern_init_heap_address_range() syscall to _kern_reserve_heap_address_range()
2006-03-18 12:52:01 +00:00