Age | Commit message (Collapse) | Author |
|
add (broken) mips md stuff
fix some const warnings
add sigaltstack() stub
another hash at getting shlib auto-init to work (mips/elf and i386/a.out)
|
|
|
|
|
|
|
|
SYS.h is copied from lib/libc/arch/i386/SYS.h but with "machdep_sys_"
preprended to the syscall name in the ENTRY() macro. When the code
is a bit more sync'ed, using SYS.h from the linc hierarchy should
work.
|
|
in xprintf.c - removed fprintf.c from the sources list for now.
o tidied up tests/Makefile and swapped some printf's for perror's in
a couple of the tests. accept() is still generating an error, but
at least we can see the errno value :)
|
|
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
|
|
still some files left in these directories - listen.
|
|
|
|
|
|
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/
|
|
retained some netbsd files to act as templates for openbsd
|
|
remove general dross.
|
|
|
|
Lots of dross to move and remove yet.
At minimum:
o remove GNU config and GNU Makefiles
o build arch directory and migrate away machdep/
o rebuild BSD Makefiles
o move notes etc. into doc/
|
|
Lots of dross to move and remove yet.
At minimum:
o remove GNU config and GNU Makefiles
o build arch directory and migrate away machdep/
o rebuild BSD Makefiles
o move notes etc. into doc/
|
|
|
|
|
|
David Leonard <david.leonard@it.uq.edu.au>.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|