.. |
addons
|
Added a new write_stat() call to the file descriptor operations (plus syscall).
|
2002-10-17 03:09:25 +00:00 |
arch
|
posix signals support, 1st pass
|
2002-10-23 17:31:10 +00:00 |
fs
|
Added forgotten os/time.o, stdio/fseek.o, and stdio/rewind.o to the build.
|
2002-10-17 19:34:09 +00:00 |
vm
|
Removed the debugging stuff I added to vm_page.c - things should now be
|
2002-10-14 01:45:15 +00:00 |
cbuf.c
|
Remove the int_ from the interrupt enable/disable functions.
|
2002-07-25 01:05:51 +00:00 |
console.c
|
Changed the argument order of sys_read/write() to be more intuitive.
|
2002-08-09 17:03:03 +00:00 |
cpu.c
|
Change int into status_t, and other changes for better BeOS type compatiblitly.
|
2002-09-03 02:19:22 +00:00 |
debug.c
|
Return type of thread_set_priority() was wrong.
|
2002-10-05 19:45:31 +00:00 |
driver_settings.c
|
Implemented the driver_settings API. Tested code, works fine.
|
2002-09-22 15:31:50 +00:00 |
elf.c
|
Return type of thread_set_priority() was wrong.
|
2002-10-05 19:45:31 +00:00 |
faults.c
|
Few changes...
|
2002-07-19 16:07:36 +00:00 |
fd.c
|
Added a new write_stat() call to the file descriptor operations (plus syscall).
|
2002-10-17 03:09:25 +00:00 |
gdb.c
|
dbg_add_command() changed into BeOS compatible add_debugger_command().
|
2002-07-17 22:07:37 +00:00 |
heap.c
|
The USE_WALL setting currently doesn't work, because
|
2002-09-29 04:05:18 +00:00 |
int.c
|
Included NewOS change 1642 (argument checking)
|
2002-09-26 01:01:54 +00:00 |
Jamfile
|
Accidently removed linkhack.so from the build in the previous commit.
|
2002-10-26 00:13:27 +00:00 |
khash.c
|
The new hash code.
|
2002-07-19 01:27:22 +00:00 |
linkhack.c
|
It is accomplished ...
|
2002-07-09 12:24:59 +00:00 |
lock.c
|
Fixed some int/int32/status_t issues.
|
2002-09-23 02:41:52 +00:00 |
main.c
|
Fixed a compilation bug, dunno why this got through...
|
2002-10-08 03:06:55 +00:00 |
misc.c
|
It is accomplished ...
|
2002-07-09 12:24:59 +00:00 |
module.c
|
Fix a bug reported by BeFree. It looks the PCi stiff works now.
|
2002-10-17 23:11:00 +00:00 |
pools.c
|
Add pools to the build
|
2002-07-19 01:23:24 +00:00 |
port.c
|
bug fix: pointer indirection error while checking cookie value
|
2002-10-25 11:04:11 +00:00 |
queue.c
|
ERR -> E
|
2002-07-11 22:21:16 +00:00 |
scheduler.c
|
Fixed some int/int32/status_t issues.
|
2002-09-23 02:41:52 +00:00 |
sem.c
|
beos compatibility fixes: exit_thread now issues a signal; wait_for_thread returns B_INTERRUPTED if target thread gets killed
|
2002-10-26 01:11:15 +00:00 |
signal.c
|
beos compatibility fixes: exit_thread now issues a signal; wait_for_thread returns B_INTERRUPTED if target thread gets killed
|
2002-10-26 01:11:15 +00:00 |
smp.c
|
Fixed warnings in smp.c.
|
2002-09-23 03:06:24 +00:00 |
syscalls.c
|
beos compatibility fixes: exit_thread now issues a signal; wait_for_thread returns B_INTERRUPTED if target thread gets killed
|
2002-10-26 01:11:15 +00:00 |
sysctl.c
|
First round of big changes: the term team has replaced proc all over the kernel, the few kern_* syscalls have been renamed to sys_* for consistency, and other small changes. The ps app is temporarily disabled until get_next_team_info is implemented.
|
2002-08-03 00:41:27 +00:00 |
team.c
|
beos compatibility fixes: exit_thread now issues a signal; wait_for_thread returns B_INTERRUPTED if target thread gets killed
|
2002-10-26 01:11:15 +00:00 |
thread.c
|
beos compatibility fixes: exit_thread now issues a signal; wait_for_thread returns B_INTERRUPTED if target thread gets killed
|
2002-10-26 01:11:15 +00:00 |
timer.c
|
Remove the int_ from the interrupt enable/disable functions.
|
2002-07-25 01:05:51 +00:00 |