Mike Frysinger
|
d4fad9c64e
make sure we only create libm.a before running through subdirs, then install it
|
19 years ago |
Manuel Novoa III
|
702cfb3363
Fix reported bug in error return behavior of sem_timedwait().
|
19 years ago |
Ned Ludd
|
5533874b8f
- avoid segfaulting when rlimit stack is set to low for gen_wctype by calling setrlimit(RLIMIT_STACK, &limit)
|
19 years ago |
Eric Andersen
|
e000cb429e
doh! We'll get this one right yet...
|
20 years ago |
Mike Frysinger
|
08c9aafdbb
make sure subdirs requires the toplevel $(LIBM) already exists
|
20 years ago |
Mike Frysinger
|
9b59fd857b
have the directories themselves rather than the alias subdirs depend on $(LIBPTHREAD)
|
20 years ago |
Eric Andersen
|
bee89ae71c
point to buildroot webpage
|
20 years ago |
Mike Frysinger
|
88fdadeb7c
update so argc/argv/envp work and binaries dont just segfault immediatly
|
20 years ago |
Eric Andersen
|
6294d7d222
Some uClinux architectures do not define pivot_root
|
20 years ago |
Eric Andersen
|
2e13972540
Merge pt-machine.h for the blackfin from the Analog
|
20 years ago |
Eric Andersen
|
7699115798
Since libdl is pretty small, and not likely to benefit from mklibs.py
|
20 years ago |
Manuel Novoa III
|
a8afc0fd4c
Unlike the other static libs, libdl.a and libdl_pic.a are different.
|
20 years ago |
Mike Frysinger
|
b979ec6f20
dont need sysdep.h
|
20 years ago |
Mike Frysinger
|
9e167b4213
some test header files for x86_64
|
20 years ago |
Mike Frysinger
|
1271f242c6
some incomplete asm source for x86_64
|
20 years ago |
Mike Frysinger
|
de796c4926
some more x86_64 source
|
20 years ago |
Mike Frysinger
|
119d5dfbe0
some more x86_64 source
|
20 years ago |
Mike Frysinger
|
fc59b6ec51
some source files for x86_64
|
20 years ago |
Mike Frysinger
|
1fef64b228
headers for x86_64
|
20 years ago |
Mike Frysinger
|
dc3e0e4695
kconfig for x86_64
|
20 years ago |
Manuel Novoa III
|
371ca78703
When I broke up the stdio code, the "support pre C99 compilers" va_copy compat
|
20 years ago |
Manuel Novoa III
|
67256bd812
Fix some issues with nice(). SUSv3 specifies that it return the new
|
20 years ago |
Mike Frysinger
|
8b7d5c86ca
x86_64 fixes: make sure the fall back routine for using umount2() for umount() actually works :)
|
20 years ago |
Mike Frysinger
|
8498ae47b0
x86_64 fixes: update prototype to match the other prototypes
|
20 years ago |
Mike Frysinger
|
ffee27db22
x86_64 fixes: __NR_socketcall doesnt exist, nor does __NR_recv / __NR_send ... so dont try using socketcall() unless the system call exists
|
20 years ago |
Mike Frysinger
|
a67277b6a0
touchup the $(AR) mojo to address some bugs by Peter Kjellerstedt
|
20 years ago |
Mike Frysinger
|
4203076cd1
no more cvs
|
20 years ago |
Joakim Tjernlund
|
d04b458461
Add THREAD_SELF definition to PPC. This should make threads on PPC
|
20 years ago |
Eric Andersen
|
c5fc73d43f
fix typo
|
20 years ago |
Peter Kjellerstedt
|
fc89d0247d
Define va_copy for pre-C99 compilers (code taken from vfprintf.c).
|
20 years ago |