This website requires JavaScript.
Explore
Help
Sign In
Aren
/
haiku
Watch
1
Star
0
Fork
0
You've already forked haiku
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
haiku
/
src
/
system
/
kernel
History
Axel Dörfler
8a4462f51c
Turned off debug output.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14044 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-08-21 23:19:39 +00:00
..
arch
arch_debug_blue_screen_getchar() can now also return escape sequences for cursor
2005-08-20 20:53:44 +00:00
cache
Turned off debug output.
2005-08-21 23:19:39 +00:00
debug
Make sure only ASCII characters are rendered.
2005-08-21 15:09:43 +00:00
device_manager
…
disk_device_manager
…
fs
Now marks a partition unmounted on unmount - that allows a volume to be remounted as often as you like.
2005-08-21 13:45:15 +00:00
messaging
…
util
Removed unnecessary and stupid code - the doubled chain allocation also caused
2005-08-21 23:18:43 +00:00
vm
map_physical_memory() and its backend vm_map_physical_memory() did not map in the
2005-08-21 23:17:09 +00:00
boot_item.cpp
…
cpu.c
…
elf.c
…
heap.c
…
image.c
…
int.c
…
Jamfile
…
kernel_daemon.c
…
linkhack.c
…
lock.c
…
main.c
…
module.c
…
port.c
…
real_time_clock.c
…
scheduler.c
…
sem.c
The number of semaphores available is now computed based on the amount of memory.
2005-08-21 12:20:43 +00:00
shutdown.c
…
signal.c
…
smp.c
…
syscalls.c
…
sysctl.c
…
system_info.c
…
team.c
Maybe it's better to free the team resources after notifying the watchers;
2005-08-05 10:27:08 +00:00
thread.c
The debugger command "waiting" now also accepts a semaphore as argument (specified by ID),
2005-08-20 15:57:56 +00:00
timer.c
…