Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
This is part of an undertaking to eventually get rid of libc_r, but requires
weak symbol overloading on all archs, which doesn't seem to be happening yet.
|
|
|
|
o general changes so that now the library compiles and many of the
tests run correctly
o pthreads/Makefile.inc rebuilt using libc/sys/Makefile.inc as a template.
this should be kept in sync in case of new syscalls
soon TODO:
figure out why remaining tests fail and fix
look at building .so version of library
tidy up arch/i386 directory - no longer uses syscall-template.S
port other arch's from libc syscall templates
|
|
arch/i386/pthread/machdep.h - not an ideal solution. Correct fix
is welcome. I am quiting work on this for today, so other hackers
are welcome to take it up for the rest of the day/night. More from
me tomorrow.
|
|
directories. These files have been renamed as appropriate, but
hackers of these files should note those that started off as netbsd
files (alpha and sparc).
also moved machdep/openbsd-2.0/ to include/sys/
|
|
|
|
|
|
|
|
|