Eric Andersen
|
29252f8d07
mostly revert the locking changes for 'malloc', as the implementation
|
19 years ago |
Mike Frysinger
|
7e465f90d5
fix building when pthread support is disabled
|
19 years ago |
Mike Frysinger
|
8f31721552
disable LDSO when FLAT format is selected
|
19 years ago |
Mike Frysinger
|
f527c08815
dont try and compile if the MMU is disabled
|
19 years ago |
Mike Frysinger
|
62ed67488c
need endian.h for __LONG_LONG_PAIR() macro
|
19 years ago |
Mike Frysinger
|
40c22dc8ae
cleanup style
|
19 years ago |
Mike Frysinger
|
2576789431
kill off the need for fix_includes.sh by utilizing KERNEL_SOURCE directly
|
19 years ago |
Mike Frysinger
|
08c9e9e978
set some default vars to prevent env pollution
|
19 years ago |
Mike Frysinger
|
14db067a8b
tie PICFLAG:=-mfdpic to format rather than architecture
|
19 years ago |
Mike Frysinger
|
e1d59aed55
create new menu so people can select what format they wish to build uClibc
|
19 years ago |
Eric Andersen
|
5b896451ee
these weaks are also needed in libc.so for the time being
|
19 years ago |
Eric Andersen
|
c63a44c724
oops, use __pthread_mutex_unlock() not pthread_mutex_unlock()
|
19 years ago |
Eric Andersen
|
c36fe58f44
Add missing sys/types.h header
|
19 years ago |
Eric Andersen
|
1f61bbd8a5
silence a lot of warnings and fix a few genuine bugs while I'm at it.
|
19 years ago |
Mike Frysinger
|
808694e8a3
Richard Sandiford writes: add support for init/fini arrays in shared flat libraries
|
19 years ago |
Eric Andersen
|
cba2c53724
seems this is the newfangled way to tell folks this stuff
|
19 years ago |
Mike Frysinger
|
1139d948d5
only define msync cancellation point if the syscall exists
|
19 years ago |
Eric Andersen
|
ffd98ffec7
Take Mike Frysinger's comments into account -- make certain that user
|
19 years ago |
Eric Andersen
|
3da17f3cd0
Sorry psm but contrary to commit 12927, kernel provided syscalls
|
19 years ago |
Eric Andersen
|
4f5281c481
add some warnings to archs that need a bit of attention
|
19 years ago |
Mike Frysinger
|
5fd48aacb3
if __NR_swapon does not exist, dont try and create a syscall for it
|
19 years ago |
Mike Frysinger
|
588e6bfb0e
if __NR_swapoff does not exist, dont try and create a syscall for it
|
19 years ago |
Mike Frysinger
|
1f9d3f3d86
if __NR_msync does not exist, dont try and create a syscall for it
|
19 years ago |
Mike Frysinger
|
e7a8643a73
only define mremap() if the syscall exists
|
19 years ago |
Mike Frysinger
|
13797adfc5
if __NR_mprotect does not exist, dont try and create a syscall for it
|
19 years ago |
Eric Andersen
|
e6c29763f1
this stuff is for uClibc internal use only
|
19 years ago |
Eric Andersen
|
7270c87463
finish the pthread locking cleanups. This should get things compiling again
|
19 years ago |
Eric Andersen
|
7d5f81d301
__resolv_lock is supposed to be shared, not static
|
19 years ago |
Eric Andersen
|
feda5d48d9
Fill in a few more of the missing pieces...
|
19 years ago |
Eric Andersen
|
275a4c4e6f
Major cleanup of internal mutex locking. Be more consistant in how we do
|
19 years ago |