.. |
cpuinfo
|
Really fixed build (while keeping the app in the build).
|
2003-05-21 03:35:56 +00:00 |
echo
|
Small cleanups.
|
2003-05-03 13:44:56 +00:00 |
envtest
|
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 |
filetest
|
Include errno.h
|
2002-07-12 14:49:02 +00:00 |
fortune
|
(Almost) completely rearranged the kernel build; main issues aren't fixed
|
2002-11-04 19:06:44 +00:00 |
hostname
|
Adjusted the SubDir and SubInclude parameters.
|
2002-07-09 20:15:44 +00:00 |
ls
|
(Almost) completely rearranged the kernel build; main issues aren't fixed
|
2002-11-04 19:06:44 +00:00 |
mount
|
Adjusted the SubDir and SubInclude parameters.
|
2002-07-09 20:15:44 +00:00 |
ps
|
fixed printf warning
|
2002-10-25 10:53:36 +00:00 |
rld
|
Now uses the new BeOS compatible area calls.
|
2003-08-19 14:18:30 +00:00 |
shell
|
replaced sys_kill with general thread-aimed sys_send_signal; cleaned up
|
2002-10-28 20:38:16 +00:00 |
sockettest
|
Remove sockettest as we're not doing sockets at the moment.
|
2002-07-12 14:55:28 +00:00 |
symlink
|
Added a "symlink" command that can create symlinks from the shell (like "ln -s").
|
2002-08-03 02:04:50 +00:00 |
testapp
|
reworked snooze to work in function of the newly added (and kernel exported) snooze_etc. Activated libroot counterpart(s).
|
2002-10-27 12:06:40 +00:00 |
testdigit
|
Adjusted the SubDir and SubInclude parameters.
|
2002-07-09 20:15:44 +00:00 |
tests
|
Enabled the single ordered queue scheduler and made some little fixes
|
2002-10-31 13:20:00 +00:00 |
uname
|
Small cleanups.
|
2003-05-03 13:44:56 +00:00 |
unmount
|
Adjusted the SubDir and SubInclude parameters.
|
2002-07-09 20:15:44 +00:00 |
false_main.c
|
|
|
fibo_main.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 |
init.c
|
corrected format specifier to remove a warning.
|
2002-09-29 00:20:18 +00:00 |
Jamfile
|
Added a test for the pipe implementation.
|
2003-06-28 04:17:31 +00:00 |
monitor_test.c
|
A very basic node monitoring test - directly uses the kernel calls (since
|
2003-01-18 14:20:05 +00:00 |
on_exit_thread.c
|
Added a test for the on_exit_thread() implementation.
|
2003-04-18 09:17:29 +00:00 |
pipe_test.c
|
Updated the pipe_test to also test buffering of writes to the pipe.
|
2003-06-29 18:12:48 +00:00 |
select_test.c
|
Added a simple select() and poll() test application - it's not yet added
|
2002-11-01 03:03:12 +00:00 |
sig_test.c
|
reworked snooze to work in function of the newly added (and kernel exported) snooze_etc. Activated libroot counterpart(s).
|
2002-10-27 12:06:40 +00:00 |
tls_test.c
|
Added some calls to find_thread(NULL) which does now work as expected
|
2003-01-07 09:56:33 +00:00 |
true_main.c
|
|
|