Age | Commit message (Collapse) | Author |
|
sync with latest kame.
|
|
|
|
|
|
|
|
Fixes the unaligned accesses in awk.
|
|
|
|
|
|
|
|
|
|
from FreeBSD list
|
|
|
|
not get a SEGV; Richard Kettlewell <rjk@greenend.org.uk>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This makes cap_mkdb happier, though cap_mkdb still behaves incorrectly
when given multiple files (but that is cap_mkdb's fault).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this is consistent.
|
|
belongs. Closes PR/1554 from bk@rt.fm.
|
|
|
|
use of such in portable code; akr@m17n.org
|
|
|
|
but OpenBSD folks are more used to saying s/key.
|
|
turned off since we already printed one from the user.
|
|
The powerpc specific code was previously handling system call errors
as if kernel threads existed (currently only userlang threads are modeled).
Thus if multiple threads existed in a process, the process would not
get the correct errno from a system call. This would cause _many_ tests
to fail. Fixing this causes a number of the tests in libc_r/TEST to now work,
that did not before, however a few still fail.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|