Mike Makonnen
|
7d9d7ca2ed
|
Make WARNS2 clean. The fixes mostly included:
o removed unused variables
o explicit inclusion of header files
o prototypes for externally defined functions
Approved by: re/blanket libthr
|
2003-05-23 09:48:20 +00:00 |
|
Mike Makonnen
|
c984b5a72a
|
msg1
|
2003-05-12 10:34:01 +00:00 |
|
Marcel Moolenaar
|
09dd61fd99
|
Use STDERR_FILENO as the file descriptor passed to _thread_printf()
instead of 0 (ie stdin). Writing to stdin may not be possible.
|
2003-04-20 02:58:30 +00:00 |
|
Jeff Roberson
|
00c301540e
|
- Don't drop and reacquire giant in thread_suspend(). Change callers to do
this manually. This will facilitate the unrolling of giant.
- Don't allow giant to recurse anymore. This should never happen.
|
2003-04-01 22:41:41 +00:00 |
|
Jeff Roberson
|
bb535300dd
|
- Add libthr but don't hook it up to the regular build yet. This is an
adaptation of libc_r for the thr system call interface. This is beta
quality code.
|
2003-04-01 03:46:29 +00:00 |
|