Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - hide locks | Bernhard Reutner-Fischer | 2008-11-25 | 1 | -3/+3 | |
| | ||||||
* | signal ops: avoid calls through PLT for __sigXXX ops | Denis Vlasenko | 2008-11-22 | 1 | -0/+3 | |
| | | | | | linuxthreads.old/manager: pointless style fixes, no code changes | |||||
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 4 | -0/+6 | |
| | | | | | Appears to build fine (several .configs tried) | |||||
* | - tweak inclusion of asm/socket.h for linux-2.4 (Peter S. Mazinger) | Bernhard Reutner-Fischer | 2008-10-06 | 1 | -0/+6 | |
| | ||||||
* | - add long double math wrappers (Ned Ludd) | Bernhard Reutner-Fischer | 2008-10-03 | 1 | -6/+0 | |
| | ||||||
* | - use c89-style comments | Bernhard Reutner-Fischer | 2008-10-03 | 1 | -1/+1 | |
| | | | | Closes issue #5194 | |||||
* | - move libm_hidden_proto to the corresponding headers. Remove from callsites. | Bernhard Reutner-Fischer | 2008-09-26 | 2 | -0/+102 | |
| | | | | Note that gamma_r is not provided by glibc, perhaps add a SUN specific knob later | |||||
* | Hush compiler for extern inline warnings by using | Carmelo Amoroso | 2008-09-09 | 1 | -3/+3 | |
| | | | | | | | __extern_inline macro, this also makes gcc 4.3 happy. (Taken from NPTL branch) Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 6 | -8/+8 | |
| | ||||||
* | Include errno.h from kernel headers instead of using internal errno_values.h | Carmelo Amoroso | 2008-07-02 | 2 | -138/+1 | |
| | | | | | | otherwie some errno will be missed (i.e. ENOKEY used in libusb) Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||||
* | Fix typo in macro for tls access model | Carmelo Amoroso | 2008-05-29 | 1 | -1/+1 | |
| | ||||||
* | A patch from our Blackfin repository, originally from Jie Zhang. This fixes | Bernd Schmidt | 2008-01-17 | 1 | -3/+0 | |
| | | | | | | | | | | | | | a problem where the linker was trying to use the wrong symbol name for the init function. Define SYMBOL_PREFIX as _ in Rules.mak for h8300, bfin, i960, microblaze, and v850. Add -D__UCLIBC_UNDERSCORES__ in CFLAGS for targets which define SYMBOL_PREFIX as _. Remove defines and undefs from uClibc_arch_features.h of each target. Add $(SYMBOL_PREFIX) to __uClibc_init when passed by ld option -init. | |||||
* | change NO_UNDERSCORES to just UNDERSCORES so as to be less confusing when ↵ | Mike Frysinger | 2008-01-08 | 1 | -1/+1 | |
| | | | | doing double negatives | |||||
* | add BOTHER define from termios2 | Mike Frysinger | 2008-01-05 | 1 | -0/+1 | |
| | ||||||
* | Enable all of the remaining baud rates. All of the other architectures have ↵ | "Steven J. Hill" | 2007-07-18 | 1 | -4/+0 | |
| | | | | them enabled, so let's go all the way. There was a quick discussion on IRC about making the max baud rate configurable. That requires a bunch of #ifdef salting throughout all of the 'termios.h' files for the pre-processor to chew on. I'm going to pass on that for now. | |||||
* | svn 17941/17943 broke the build. 18032 made the threaded case compile | Rob Landley | 2007-03-08 | 1 | -5/+0 | |
| | | | | | | again, this makes the non-threaded case compile again. I have no idea if this is the proper fix, I'm just tired if it not compiling for two weeks. | |||||
* | ifdef out RTLD defines we dont actually support nor are in POSIX | Mike Frysinger | 2007-02-28 | 1 | -0/+2 | |
| | ||||||
* | Make sure struct stat is identical to struct stat64 if | Peter Kjellerstedt | 2007-02-02 | 1 | -2/+4 | |
| | | | | | | __USE_FILE_OFFSET64 is defined. This was the case for all architectures except those that use packed structures by default (i.e., CRIS). | |||||
* | - s/if USE___THREAD/if defined USE___THREAD && USE___THREAD/g | Bernhard Reutner-Fischer | 2007-01-29 | 1 | -2/+2 | |
| | ||||||
* | - commentary typo fix | Bernhard Reutner-Fischer | 2007-01-28 | 1 | -1/+2 | |
| | ||||||
* | Disable declarations for NPTL. | "Steven J. Hill" | 2007-01-20 | 1 | -0/+2 | |
| | ||||||
* | Fix SEGV for static builds in exit() path. | Joakim Tjernlund | 2007-01-10 | 1 | -1/+1 | |
| | | | | Leave the now obsolete libc/misc/pthread dir in for now. | |||||
* | Aurelien Jacobs writes: | Joakim Tjernlund | 2007-01-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | After our last update a new compilation breakage appeared when compiling gcc: /home/aurel/geex/geexbox/build.i386/toolchain/i386-pc-linux-uclibc/sysroot/usr/include/bits/uClibc_stdio.h:346: error: expected initializer before 'attribute_hidden' Some investigations revealed that the following changeset is responsible for this breakage: http://uclibc.org/cgi-bin/viewcvs.cgi/trunk/uClibc/libc/sysdeps/linux/common/bits/uClibc_stdio.h?rev=16801&r1=16793&r2=16801&diff_format=h Reverting just one hunk of this changeset fixed the problem us. I'm not sure this is the right fix, but please see attached patch. Look good to me. | |||||
* | fix building when pthread support is disabled | Mike Frysinger | 2006-12-11 | 1 | -1/+1 | |
| | ||||||
* | silence a lot of warnings and fix a few genuine bugs while I'm at it. | Eric Andersen | 2006-12-09 | 2 | -6/+16 | |
| | ||||||
* | seems this is the newfangled way to tell folks this stuff | Eric Andersen | 2006-12-08 | 1 | -1/+1 | |
| | | | | is really really and we mean it this time, for uClibc only | |||||
* | this stuff is for uClibc internal use only | Eric Andersen | 2006-12-08 | 1 | -0/+2 | |
| | ||||||
* | finish the pthread locking cleanups. This should get things compiling again | Eric Andersen | 2006-12-08 | 2 | -2/+2 | |
| | | | | though I still need to silence the warnings about _pthread_cleanup_push_defer | |||||
* | Fill in a few more of the missing pieces... | Eric Andersen | 2006-12-08 | 1 | -0/+1 | |
| | ||||||
* | Major cleanup of internal mutex locking. Be more consistant in how we do | Eric Andersen | 2006-12-07 | 2 | -132/+168 | |
| | | | | | | | things, and avoid potential deadlocks caused when a thread holding a uClibc internal lock get canceled and terminates without releasing the lock. This change also provides a single place, bits/uClibc_mutex.h, for thread libraries to modify to change all instances of internal locking. | |||||
* | stdio update from mjn3 | Eric Andersen | 2006-12-06 | 1 | -8/+40 | |
| | ||||||
* | PTHREAD_THREADS_MAX is supposed to be in pthread-specific dir, but for now ↵ | Mike Frysinger | 2006-12-02 | 1 | -2/+0 | |
| | | | | it lives in bits/uClibc_local_lim.h | |||||
* | Remove definition of TIMER_MAX which breaks builds of GCC-4.2 and in glibc ↵ | "Steven J. Hill" | 2006-12-02 | 1 | -3/+0 | |
| | | | | code it is not defined. | |||||
* | remove redundant headers local to libpthread, causing header | Eric Andersen | 2006-11-29 | 1 | -2/+5 | |
| | | | | file content skew between the versions | |||||
* | - honor __UCLIBC_HAS_LFS__ | Bernhard Reutner-Fischer | 2006-11-29 | 1 | -0/+2 | |
| | ||||||
* | revert PTHREAD_THREADS_MAX back to former size since the large majority of ↵ | Mike Frysinger | 2006-11-17 | 1 | -2/+3 | |
| | | | | people out there will not need more than 1k threads (and people who do can change this themselves) | |||||
* | based on a patch from Atsushi Nemoto: | Eric Andersen | 2006-11-04 | 1 | -0/+10 | |
| | | | | | | | There is a mismatch of struct msghdr between the kernel and libc. In a 64-bit environment, the size of msg_namelen is 4 for all, but the size of msg_iovlen and msg_controllen is 8 bytes for the kernel and for glibc, but 4 bytes for uClibc. Fix size for the 64bit case. | |||||
* | Do not include tls.h unless __UCLIBC_HAS_THREADS__ is defined. | Peter Kjellerstedt | 2006-09-25 | 1 | -3/+5 | |
| | ||||||
* | sync with upstream via psm | Mike Frysinger | 2006-08-24 | 1 | -0/+32 | |
| | ||||||
* | sync with upstream via psm | Mike Frysinger | 2006-08-24 | 21 | -282/+502 | |
| | ||||||
* | sync with upstream via psm | Mike Frysinger | 2006-08-23 | 1 | -13/+20 | |
| | ||||||
* | sync with psm: update errno handling to be the same on all arches | Mike Frysinger | 2006-08-23 | 3 | -26/+76 | |
| | ||||||
* | sync with upstream via psm | Mike Frysinger | 2006-08-23 | 1 | -3/+7 | |
| | ||||||
* | bits/profil-counter.h and bits/atomicity.h are leftovers from the old gprof | Eric Andersen | 2006-08-21 | 2 | -81/+0 | |
| | | | | | based profiling I nuked ages ago since tools like oprofile are non invasive and work so much better. | |||||
* | sync with glibc | Mike Frysinger | 2006-03-29 | 1 | -2/+4 | |
| | ||||||
* | Replace __THROW w/ __NTH pointed out by Amir Shalem, take 2 | Peter S. Mazinger | 2006-03-20 | 1 | -1/+1 | |
| | ||||||
* | sync type style with glibc ... this fixes many alpha issues where it has ↵ | Mike Frysinger | 2006-03-01 | 2 | -62/+170 | |
| | | | | different typesizes from the normal 64bit arch | |||||
* | Mark __syscall_*sigaction hidden and add guard to the header | Peter S. Mazinger | 2006-02-28 | 1 | -5/+5 | |
| | ||||||
* | Add Rich Felker's getopt_long to be used in conjunction w/ the SuSv3 getopt | Peter S. Mazinger | 2006-02-27 | 1 | -1/+1 | |
| | ||||||
* | Correct comments | Peter S. Mazinger | 2006-02-24 | 1 | -17/+4 | |
| |