.. |
arch
|
Introduced a macro specifying the type function parameters are aligned to. Not nice, but seems to help with the automatic generation of syscall code (at least on x86).
|
2004-09-01 20:15:19 +00:00 |
boot
|
Added a call that should exit the boot loader in some way; usually that
|
2004-08-25 15:18:33 +00:00 |
disk_device_manager
|
Static variables do have the "s" prefix.
|
2004-06-12 20:59:52 +00:00 |
fs
|
Removed some unneeded includes, making the header easier to swallow.
|
2004-06-29 20:12:29 +00:00 |
util
|
This fixes all "implicit typename" warnings when compiling with GCC 3.
|
2004-06-17 12:51:57 +00:00 |
bus.h
|
|
|
cache.h
|
We temporarily need a BeOS compatible cache implementation.
|
2004-06-08 05:59:53 +00:00 |
cbuf.h
|
|
|
console.h
|
|
|
cpu.h
|
Ah, that looks better (and actually works...).
|
2004-06-07 02:06:04 +00:00 |
debug.h
|
It's now B_MAX_CPU_COUNT rather than SMP_MAX_CPUS.
|
2004-05-18 09:42:13 +00:00 |
defines.h
|
|
|
dev.h
|
|
|
devfs.h
|
Added new prototypes for publishing/unpublishing partitions.
|
2004-06-15 15:33:53 +00:00 |
devs.h
|
|
|
elf32.h
|
Cleaned up the ELF header a lot, added missing definitions.
|
2003-10-16 17:51:53 +00:00 |
elf_priv.h
|
Replaced the regions array with the nicer text_region and data_region members.
|
2004-06-09 02:51:27 +00:00 |
elf.h
|
Changed elf_lookup_symbol_address() prototype - due to the way it now returns
|
2004-05-31 21:38:09 +00:00 |
faults_priv.h
|
|
|
fb_console.h
|
|
|
fd.h
|
Fixed return value of some functions.
|
2004-06-15 15:11:37 +00:00 |
file_cache.h
|
Start of the file cache. For now only exports a vnode store.
|
2004-09-03 16:33:32 +00:00 |
float.h
|
|
|
font.h
|
Changed the digit '4' to look better with the others.
|
2004-06-16 02:10:27 +00:00 |
gdb.h
|
|
|
int.h
|
Renamed arch_int_is_interrupts_enabled() to arch_int_are_interrupts_enabled().
|
2003-10-28 17:55:20 +00:00 |
isa.h
|
|
|
isovol.h
|
|
|
kdevice_manager.h
|
Made the header C++ safe.
|
2004-05-08 18:35:30 +00:00 |
kernel_daemon.h
|
|
|
kernel.h
|
Renamed the CHECK_USER_ADDRESS() macro to IS_USER_ADDRESS().
|
2004-02-22 14:56:50 +00:00 |
kerrors.h
|
|
|
khash.h
|
|
|
kimage.h
|
Updated the private kernel image API to be more efficient (no longer needs
|
2004-05-11 15:04:36 +00:00 |
kmodule.h
|
Removed the unused argument from module_init().
|
2004-04-26 21:04:06 +00:00 |
kqueue.h
|
|
|
ksignal.h
|
Added new syscall _kern_sigprocmask(), renamed other signal syscalls to the
|
2004-09-01 12:02:26 +00:00 |
ksocket.h
|
|
|
ksyscalls.h
|
We automatically generate what information are available from syscalls.h,
|
2004-08-28 20:34:43 +00:00 |
ktypes.h
|
Removed addr_t typedef (it's now in sys/types.h).
|
2004-03-22 19:23:47 +00:00 |
lock.h
|
No need to include <kernel.h>.
|
2004-05-18 09:37:20 +00:00 |
memheap.h
|
|
|
pci_priv.h
|
renamed line into pin, since in PCI terminology, IRQ interrupt number == line, and the physical interrupt wire == pin
|
2003-09-29 19:09:32 +00:00 |
pools.h
|
|
|
port.h
|
Several follow-up changes required by the changes either to the VFS
|
2004-08-28 20:45:00 +00:00 |
queue.h
|
|
|
real_time_clock.h
|
Added the syscall for set_real_time_clock().
|
2003-10-28 13:30:10 +00:00 |
sem.h
|
Several follow-up changes required by the changes either to the VFS
|
2004-08-28 20:45:00 +00:00 |
smp.h
|
Applied NewOS change 1914: moved APIC setup into the kernel due to a
|
2004-03-14 22:54:00 +00:00 |
syscalls.h
|
Resolved the argument type change of _user- vs. _kern_spawn_thread() - introduced
|
2004-09-01 15:47:47 +00:00 |
sysctl.h
|
Several follow-up changes required by the changes either to the VFS
|
2004-08-28 20:45:00 +00:00 |
system_info.h
|
Added system_info.h header and syscall for get_system_info().
|
2004-04-21 22:46:35 +00:00 |
team.h
|
Several follow-up changes required by the changes either to the VFS
|
2004-08-28 20:45:00 +00:00 |
thread_types.h
|
Resolved the argument type change of _user- vs. _kern_spawn_thread() - introduced
|
2004-09-01 15:47:47 +00:00 |
thread.h
|
Resolved the argument type change of _user- vs. _kern_spawn_thread() - introduced
|
2004-09-01 15:47:47 +00:00 |
timer.h
|
Cleanup, fixed return codes.
|
2004-03-14 18:03:18 +00:00 |
tls.h
|
|
|
user_atomic.h
|
renamed atomic_read() into atomic_get() (since we already have atomic_set(), but not a atomic_write())
|
2003-08-31 01:21:56 +00:00 |
user_runtime.h
|
Small cleanup.
|
2004-02-23 03:14:49 +00:00 |
vfs_types.h
|
|
|
vfs.h
|
Added vfs_get_vnode() prototype.
|
2004-09-03 16:00:22 +00:00 |
vm_cache.h
|
Made C++ safe.
|
2003-10-17 14:42:45 +00:00 |
vm_page.h
|
|
|
vm_priv.h
|
Added definition for reserved region's ID.
|
2004-06-10 02:01:59 +00:00 |
vm_store_anonymous_noswap.h
|
|
|
vm_store_device.h
|
|
|
vm_store_null.h
|
|
|
vm_translation_map.h
|
Replaced "addr" with "addr_t", improved other types.
|
2004-06-17 13:22:05 +00:00 |
vm_types.h
|
B_EXACT_KERNEL_ADDRESS is now the same as B_EXACT_ADDRESS; it will be
|
2004-06-09 01:06:35 +00:00 |
vm.h
|
Changed the way the vnode cache is set - it's now cleaner and can no longer
|
2004-09-03 14:07:00 +00:00 |