simonb
59fb31d7cc
Remove unreachable break after return and goto statements.
2003-10-19 01:44:48 +00:00
matt
79fccc7527
Improve _lwp_wakeup so when it wakes a thread, the target thread thinks
...
ltsleep has been interrupted and thus the target will not think it was
a spurious wakeup. (this makes syscalls cancellable for libpthread).
2003-07-28 23:35:20 +00:00
fvdl
84078486a4
Return the value of 'error' instead of always 0. From Christian Limpach.
2003-07-17 19:05:30 +00:00
fvdl
4bd1a8dcf8
Changes from Stephan Uphoff to patch problems with LWPs blocking when they
...
shouldn't, and MP.
2003-07-17 18:16:58 +00:00
lukem
09b3191490
add missing __KERNEL_RCSID()
2003-07-14 14:59:01 +00:00
martin
d505b18964
Make sure to include opt_foo.h if a defflag option FOO is used.
2003-06-23 11:00:59 +00:00
kristerw
7941ff4225
Use 0 instead of NULL for size parameters.
2003-05-21 17:57:21 +00:00
dsl
9be8ac5294
Alternative pid/proc allocater, removes all searches associated with pid
...
lookup and allocation, and any dependency on NPROC or MAXUSERS.
NO_PID changed to -1 (and renamed NO_PGID) to remove artificial limit
on PID_MAX.
As discussed on tech-kern.
2003-03-19 11:36:32 +00:00
matt
161af1dd62
Add a KASSERT when copying l1->l_cpu to l2->l_cpu
2003-01-30 05:51:58 +00:00
nathanw
d2027d4d00
Fix _lwp_wakeup() so that it stands a chance of working (although it
...
turns out to be insufficent for signal-level interruption of system
calls. guess we need _lwp_kill(), ugh).
2003-01-29 23:27:54 +00:00
nathanw
892c25bc38
Fix proc_representative_lwp(); a closing brace was in the wrong place,
...
which means it would return the first non-dead LWP.
Pointed out by Stephan Uphoff.
2003-01-28 02:20:35 +00:00
thorpej
e0d8d366df
Merge the nathanw_sa branch.
2003-01-18 10:06:22 +00:00