| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
From FreeBSD
ok marc@
|
|
|
|
|
|
| |
* plug a memory leak and FD_UNLOCK properly in writev
ok marc
|
|
|
|
| |
ok marc@
|
|
|
|
|
|
|
|
| |
rev 1.21
Fix bogus return values from libc_r's writev() routine in situations where
a partial-write is followed by an error.
ok marc@
|
|
|
|
|
| |
Clean up (compiler warning elimination). Compile check options added
but commented out as they have not been checked on all architectures, yet.
|
|
|
|
|
|
|
|
|
|
| |
o Implement _get_curthread() and _set_curthread(). Use it where possible.
o Add missing _thread_[enter|leave]_cancellation_point().
o Add a couple of not yet used vars to pthread_private.h.
o Remove return's from void functions.
This is by no means complete, but instead of doing a big commit, i'll
split it in small ones, minimizing diffs.
|
| |
|
| |
|
| |
|
|
|