OSDN Git Service
"Steven J. Hill" [Sun, 20 Nov 2005 00:46:37 +0000 (00:46 -0000)]
Tab clean-up.
Mike Frysinger [Sat, 19 Nov 2005 09:14:46 +0000 (09:14 -0000)]
dont want to delete the 64.c files anymore
Mike Frysinger [Sat, 19 Nov 2005 09:13:33 +0000 (09:13 -0000)]
simplify Makefile rules for handling of LFS files by tweaking the way we compile the source files as suggested by psm
Mike Frysinger [Sat, 19 Nov 2005 09:11:29 +0000 (09:11 -0000)]
touchup whitespace
Mike Frysinger [Sat, 19 Nov 2005 09:09:26 +0000 (09:09 -0000)]
make sure we pull in features.h
Mike Frysinger [Sat, 19 Nov 2005 06:59:45 +0000 (06:59 -0000)]
rename common Makefile.arch to prevent include funkiness from occuring
Mike Frysinger [Sat, 19 Nov 2005 06:59:23 +0000 (06:59 -0000)]
rename common Makefile.arch to prevent include funkiness from occuring
Mike Frysinger [Fri, 18 Nov 2005 23:08:28 +0000 (23:08 -0000)]
grab fix from glibc:
2005-11-18 Paul Brook <paul@codesourcery.com>
* sysdeps/unix/sysv/linux/m68k/bits/mman.h: Add definition of
MREMAP_FIXED.
Mike Frysinger [Fri, 18 Nov 2005 23:07:06 +0000 (23:07 -0000)]
move alpha/hppa into their own arch subdir where they should be
Mike Frysinger [Fri, 18 Nov 2005 23:05:55 +0000 (23:05 -0000)]
touchup syntax/whitespace
Peter S. Mazinger [Fri, 18 Nov 2005 22:49:55 +0000 (22:49 -0000)]
Correct type, gcc-3.4.5 fails, thanks nitinkg for reporting/testing
Peter S. Mazinger [Fri, 18 Nov 2005 22:20:49 +0000 (22:20 -0000)]
make -j2 works here
Peter S. Mazinger [Fri, 18 Nov 2005 20:37:59 +0000 (20:37 -0000)]
Add info to CFLAGS about lib we are building
Peter S. Mazinger [Fri, 18 Nov 2005 20:33:38 +0000 (20:33 -0000)]
Enable __THROW,_NTH,REDIRECT_NTH
Peter S. Mazinger [Fri, 18 Nov 2005 20:24:00 +0000 (20:24 -0000)]
Run headers only once, until better solution is found
Mike Frysinger [Fri, 18 Nov 2005 06:43:30 +0000 (06:43 -0000)]
fix trailing comment
Mike Frysinger [Fri, 18 Nov 2005 06:22:43 +0000 (06:22 -0000)]
add support for ia64
Mike Frysinger [Fri, 18 Nov 2005 06:11:13 +0000 (06:11 -0000)]
fix warnings when arch lacks get_kernel_syms syscall (like ia64)
Mike Frysinger [Fri, 18 Nov 2005 06:09:14 +0000 (06:09 -0000)]
dont include sub makefiles if thread support has been disabled
Mike Frysinger [Fri, 18 Nov 2005 06:05:41 +0000 (06:05 -0000)]
update ignores
Mike Frysinger [Fri, 18 Nov 2005 06:04:13 +0000 (06:04 -0000)]
shouldnt have been committed
Mike Frysinger [Fri, 18 Nov 2005 06:03:31 +0000 (06:03 -0000)]
import new linuxthreads_db from glibc HEAD
Peter S. Mazinger [Fri, 18 Nov 2005 00:41:09 +0000 (00:41 -0000)]
Replace TOPDIR, add/update copyright
Peter S. Mazinger [Fri, 18 Nov 2005 00:33:12 +0000 (00:33 -0000)]
Replace TOPDIR, update copyright
Peter S. Mazinger [Fri, 18 Nov 2005 00:26:19 +0000 (00:26 -0000)]
Replace TOPDIR
Peter S. Mazinger [Thu, 17 Nov 2005 23:58:02 +0000 (23:58 -0000)]
Correct typos
Peter S. Mazinger [Thu, 17 Nov 2005 23:57:17 +0000 (23:57 -0000)]
Replace TOPDIR
Mike Frysinger [Thu, 17 Nov 2005 23:37:46 +0000 (23:37 -0000)]
dont try to build getpgrp if the arch doesnt support it (like ia64)
Mike Frysinger [Thu, 17 Nov 2005 23:37:13 +0000 (23:37 -0000)]
dont try to build fork if the arch doesnt support it (like ia64)
Peter S. Mazinger [Thu, 17 Nov 2005 22:56:02 +0000 (22:56 -0000)]
Include all lib*/Makefile.in in top_srcdir/Makefile.in, allows adding foreign objects to a lib
Peter S. Mazinger [Thu, 17 Nov 2005 21:49:59 +0000 (21:49 -0000)]
Replace TOPDIR w/ top_builddir
Peter S. Mazinger [Thu, 17 Nov 2005 21:43:58 +0000 (21:43 -0000)]
Remove unneeded top_builddir
Peter S. Mazinger [Thu, 17 Nov 2005 21:28:41 +0000 (21:28 -0000)]
Add link.so, add support for CFLAGS-$(subdir), where subdir is the last part of dir, or the full path relativ to top_srcdir, remove *CPPFLAGS, not used, remove $< from multi, unusable
Peter S. Mazinger [Thu, 17 Nov 2005 21:10:19 +0000 (21:10 -0000)]
Use -z relro/-z now on all libs, add some new variables needed later, move common ldso/libdl parts to Rules.mak, remove strip from all TARGET_ARCH
Mike Frysinger [Thu, 17 Nov 2005 05:26:18 +0000 (05:26 -0000)]
we want to compare the register value itself, not the address of the variable holding the register value
Mike Frysinger [Thu, 17 Nov 2005 05:25:27 +0000 (05:25 -0000)]
allow the threads option
Mike Frysinger [Thu, 17 Nov 2005 05:25:10 +0000 (05:25 -0000)]
touchup pretty STRIP output a little
Mike Frysinger [Wed, 16 Nov 2005 04:55:24 +0000 (04:55 -0000)]
update copyright and license, add _BITS_SETJMP_H protection around the file, make sure we are only included by setjmp.h and pthread.h, and fix casting of address/jumpbugf in _JMPBUF_UNWINDS
Mike Frysinger [Wed, 16 Nov 2005 04:36:58 +0000 (04:36 -0000)]
rename files to .s like they should be
Mike Frysinger [Wed, 16 Nov 2005 04:36:34 +0000 (04:36 -0000)]
rename files to .s like they should be
Mike Frysinger [Wed, 16 Nov 2005 04:35:48 +0000 (04:35 -0000)]
add support for .s translation like .S
Mike Frysinger [Wed, 16 Nov 2005 04:27:10 +0000 (04:27 -0000)]
condense rules to be easier to read
Mike Frysinger [Wed, 16 Nov 2005 03:13:13 +0000 (03:13 -0000)]
sync with glibc and fix warning when building pthreads
Mike Frysinger [Tue, 15 Nov 2005 23:38:09 +0000 (23:38 -0000)]
this is GNU source
Mike Frysinger [Tue, 15 Nov 2005 23:37:12 +0000 (23:37 -0000)]
import updates from glibc
Mike Frysinger [Tue, 15 Nov 2005 23:36:26 +0000 (23:36 -0000)]
include pthreads if appropriate ala glibc
Mike Frysinger [Tue, 15 Nov 2005 23:35:56 +0000 (23:35 -0000)]
add rules to handle .s and .E
Peter S. Mazinger [Tue, 15 Nov 2005 20:23:33 +0000 (20:23 -0000)]
Hide more of stdio,getdents, use internal __raise
Peter S. Mazinger [Tue, 15 Nov 2005 19:41:54 +0000 (19:41 -0000)]
Correct build if locales are enabled s/wcslcpy/wcsxfrm/, found by Paul Brook. Thanks
Peter S. Mazinger [Tue, 15 Nov 2005 15:46:44 +0000 (15:46 -0000)]
Undo hiding __libc_fcntl[64], CANCELABLE_SYSCALL is not grep friendly ;-(, have to find some other way to make it internal to libc and libpthread
Peter S. Mazinger [Tue, 15 Nov 2005 15:32:32 +0000 (15:32 -0000)]
Update copyright notice
Peter S. Mazinger [Tue, 15 Nov 2005 15:20:11 +0000 (15:20 -0000)]
Hide __libc_fcntl[64]. Change weak __libc_fcntl* fcntl* to strong
Peter S. Mazinger [Tue, 15 Nov 2005 15:02:44 +0000 (15:02 -0000)]
Hide __libc_sa_len
Peter S. Mazinger [Tue, 15 Nov 2005 14:56:41 +0000 (14:56 -0000)]
Hide some internally used functions
Peter S. Mazinger [Tue, 15 Nov 2005 14:51:40 +0000 (14:51 -0000)]
Correct Warning: function declaration isn't a prototype
Mike Frysinger [Tue, 15 Nov 2005 03:13:04 +0000 (03:13 -0000)]
rename current stable linuxthreads to linuxthreads.old to prepare for import of latest glibc version
Mike Frysinger [Tue, 15 Nov 2005 03:04:00 +0000 (03:04 -0000)]
unused
Mike Frysinger [Tue, 15 Nov 2005 03:02:51 +0000 (03:02 -0000)]
revert linuxthreads to pre rev 11377 (i.e. before the massive attempt to import glibc updates) while keeping the few bugfixes ... idea is to keep both old and new linuxthreads around so we can hack on the new version while delivering the old stable version to end users
Mike Frysinger [Tue, 15 Nov 2005 01:36:41 +0000 (01:36 -0000)]
use clone() instead of __clone()
Mike Frysinger [Tue, 15 Nov 2005 01:28:16 +0000 (01:28 -0000)]
as psm points out, we need to use bits/getopt.h in unistd.h since getopt.h wont exist if user disables the option
Mike Frysinger [Tue, 15 Nov 2005 01:17:02 +0000 (01:17 -0000)]
update licenses and sync with glibc
Mike Frysinger [Tue, 15 Nov 2005 00:58:31 +0000 (00:58 -0000)]
sync getopt headers with glibc
Mike Frysinger [Tue, 15 Nov 2005 00:51:36 +0000 (00:51 -0000)]
make sure TARGET_ARCH is set ... thought i committed this already?
Mike Frysinger [Tue, 15 Nov 2005 00:50:45 +0000 (00:50 -0000)]
use $TOPDIR instead of ../ and utilize -B so that our target utils use the correct crt files
Mike Frysinger [Tue, 15 Nov 2005 00:49:38 +0000 (00:49 -0000)]
update license info
Mike Frysinger [Tue, 15 Nov 2005 00:35:30 +0000 (00:35 -0000)]
import some math funcs from glibc
Mike Frysinger [Tue, 15 Nov 2005 00:19:16 +0000 (00:19 -0000)]
remove unused file
Mike Frysinger [Tue, 15 Nov 2005 00:17:28 +0000 (00:17 -0000)]
need to declare our stack direction
Mike Frysinger [Tue, 15 Nov 2005 00:16:27 +0000 (00:16 -0000)]
import test from glibc
Mike Frysinger [Tue, 15 Nov 2005 00:16:09 +0000 (00:16 -0000)]
add a way to just run uclibc or glibc tests
Peter S. Mazinger [Mon, 14 Nov 2005 23:18:20 +0000 (23:18 -0000)]
Hide internally used symbols, use weak_alias for raise/sigwait, as they could be in libpthread too
Peter S. Mazinger [Mon, 14 Nov 2005 23:02:12 +0000 (23:02 -0000)]
undef functions needed for usage within libc
Peter S. Mazinger [Mon, 14 Nov 2005 22:59:08 +0000 (22:59 -0000)]
Split up wstring.c and use attribute_hidden
Peter S. Mazinger [Mon, 14 Nov 2005 22:57:45 +0000 (22:57 -0000)]
Move to use attribute_hidden
Peter S. Mazinger [Mon, 14 Nov 2005 22:53:42 +0000 (22:53 -0000)]
Corrections to splitted files
Eric Andersen [Mon, 14 Nov 2005 20:33:25 +0000 (20:33 -0000)]
Let the #define do all the work
Eric Andersen [Sun, 13 Nov 2005 23:08:53 +0000 (23:08 -0000)]
It was pointed out to me that uclibc.org/copyright.txt
yields an Error 404. So add in the copyright statement presently
included on busybox.net
Mike Frysinger [Sun, 13 Nov 2005 05:12:56 +0000 (05:12 -0000)]
quiet the make -C
Mike Frysinger [Sat, 12 Nov 2005 01:10:24 +0000 (01:10 -0000)]
initial port to hppa
Mike Frysinger [Sat, 12 Nov 2005 01:09:15 +0000 (01:09 -0000)]
make people provide these headers when porting
Peter S. Mazinger [Sat, 12 Nov 2005 01:03:51 +0000 (01:03 -0000)]
Add hidden versions
Peter S. Mazinger [Sat, 12 Nov 2005 00:48:12 +0000 (00:48 -0000)]
Add hidden versions, hope I made it correctly. Sparc optimized string functions are not usable with current build system, each function (as long as asm) should go into an own file, the file having the name of the function
Peter S. Mazinger [Sat, 12 Nov 2005 00:09:41 +0000 (00:09 -0000)]
Add hidden versions
Peter S. Mazinger [Sat, 12 Nov 2005 00:03:11 +0000 (00:03 -0000)]
Add hidden versions
Peter S. Mazinger [Fri, 11 Nov 2005 23:59:19 +0000 (23:59 -0000)]
Add hidden versions, add missing .size
Peter S. Mazinger [Fri, 11 Nov 2005 22:41:52 +0000 (22:41 -0000)]
Split up string.c, make internals hidden
Peter S. Mazinger [Fri, 11 Nov 2005 22:26:56 +0000 (22:26 -0000)]
powerpc version of bzero using memset
Peter S. Mazinger [Fri, 11 Nov 2005 22:24:53 +0000 (22:24 -0000)]
Split up MSRC file, bzero left out
Peter S. Mazinger [Fri, 11 Nov 2005 09:19:19 +0000 (09:19 -0000)]
Sync w/ dirent.h, s:HAVE_D_NAMLEN:_DIRENT_HAVE_D_NAMLEN:
Mike Frysinger [Fri, 11 Nov 2005 03:06:13 +0000 (03:06 -0000)]
mark all broken arches as such so people know not to expect too much
Mike Frysinger [Fri, 11 Nov 2005 03:04:18 +0000 (03:04 -0000)]
remove unused ARCH_LDFLAGS and touchup broken whitespace
Eric Andersen [Thu, 10 Nov 2005 23:35:37 +0000 (23:35 -0000)]
Lets not just paper over this. Add implementation of __xpg_sigpause()
Peter S. Mazinger [Thu, 10 Nov 2005 22:52:23 +0000 (22:52 -0000)]
Disable __xpg_sigpause until it is implemented (if at all) in uClibc
Peter S. Mazinger [Thu, 10 Nov 2005 15:09:21 +0000 (15:09 -0000)]
Another s/index/strchr/
Peter S. Mazinger [Thu, 10 Nov 2005 14:43:07 +0000 (14:43 -0000)]
Use strchr instead of index (BSD)
Mike Frysinger [Thu, 10 Nov 2005 03:14:01 +0000 (03:14 -0000)]
add support for cirrus maverick fpu using patch for glibc yann.poupet.free.fr/ep93xx/
Mike Frysinger [Thu, 10 Nov 2005 02:23:19 +0000 (02:23 -0000)]
sync with glibc
Mike Frysinger [Thu, 10 Nov 2005 02:22:24 +0000 (02:22 -0000)]
update license
Mike Frysinger [Wed, 9 Nov 2005 03:08:14 +0000 (03:08 -0000)]
sync with glibc
Mike Frysinger [Wed, 9 Nov 2005 03:07:44 +0000 (03:07 -0000)]
fix __intptr_t for 64bit arches