summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/bits
Commit message (Collapse)AuthorAgeFilesLines
...
* change NO_UNDERSCORES to just UNDERSCORES so as to be less confusing when ↵Mike Frysinger2008-01-081-1/+1
| | | | doing double negatives
* add BOTHER define from termios2Mike Frysinger2008-01-051-0/+1
|
* Enable all of the remaining baud rates. All of the other architectures have ↵"Steven J. Hill"2007-07-181-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 Landley2007-03-081-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 POSIXMike Frysinger2007-02-281-0/+2
|
* Make sure struct stat is identical to struct stat64 ifPeter Kjellerstedt2007-02-021-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/gBernhard Reutner-Fischer2007-01-291-2/+2
|
* - commentary typo fixBernhard Reutner-Fischer2007-01-281-1/+2
|
* Disable declarations for NPTL."Steven J. Hill"2007-01-201-0/+2
|
* Fix SEGV for static builds in exit() path.Joakim Tjernlund2007-01-101-1/+1
| | | | Leave the now obsolete libc/misc/pthread dir in for now.
* Aurelien Jacobs writes:Joakim Tjernlund2007-01-091-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 disabledMike Frysinger2006-12-111-1/+1
|
* silence a lot of warnings and fix a few genuine bugs while I'm at it.Eric Andersen2006-12-092-6/+16
|
* seems this is the newfangled way to tell folks this stuffEric Andersen2006-12-081-1/+1
| | | | is really really and we mean it this time, for uClibc only
* this stuff is for uClibc internal use onlyEric Andersen2006-12-081-0/+2
|
* finish the pthread locking cleanups. This should get things compiling againEric Andersen2006-12-082-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 Andersen2006-12-081-0/+1
|
* Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen2006-12-072-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 mjn3Eric Andersen2006-12-061-8/+40
|
* PTHREAD_THREADS_MAX is supposed to be in pthread-specific dir, but for now ↵Mike Frysinger2006-12-021-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-021-3/+0
| | | | code it is not defined.
* remove redundant headers local to libpthread, causing headerEric Andersen2006-11-291-2/+5
| | | | file content skew between the versions
* - honor __UCLIBC_HAS_LFS__Bernhard Reutner-Fischer2006-11-291-0/+2
|
* revert PTHREAD_THREADS_MAX back to former size since the large majority of ↵Mike Frysinger2006-11-171-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 Andersen2006-11-041-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 Kjellerstedt2006-09-251-3/+5
|
* sync with upstream via psmMike Frysinger2006-08-241-0/+32
|
* sync with upstream via psmMike Frysinger2006-08-2421-282/+502
|
* sync with upstream via psmMike Frysinger2006-08-231-13/+20
|
* sync with psm: update errno handling to be the same on all archesMike Frysinger2006-08-233-26/+76
|
* sync with upstream via psmMike Frysinger2006-08-231-3/+7
|
* bits/profil-counter.h and bits/atomicity.h are leftovers from the old gprofEric Andersen2006-08-212-81/+0
| | | | | based profiling I nuked ages ago since tools like oprofile are non invasive and work so much better.
* sync with glibcMike Frysinger2006-03-291-2/+4
|
* Replace __THROW w/ __NTH pointed out by Amir Shalem, take 2Peter S. Mazinger2006-03-201-1/+1
|
* sync type style with glibc ... this fixes many alpha issues where it has ↵Mike Frysinger2006-03-012-62/+170
| | | | different typesizes from the normal 64bit arch
* Mark __syscall_*sigaction hidden and add guard to the headerPeter S. Mazinger2006-02-281-5/+5
|
* Add Rich Felker's getopt_long to be used in conjunction w/ the SuSv3 getoptPeter S. Mazinger2006-02-271-1/+1
|
* Correct commentsPeter S. Mazinger2006-02-241-17/+4
|
* Correct ifndef __ASSEMBLER__Peter S. Mazinger2006-02-221-0/+4
|
* guard parts w/ __ASSEMBLER__ to be usable in vfork.SPeter S. Mazinger2006-02-221-0/+4
|
* Made include/bits/pthreadtypes.h compile again as it usesPeter Kjellerstedt2006-02-221-1/+1
| | | | struct __sched_param.
* Sync w/ glibc, enabled only those defines, that are used in uClibcPeter S. Mazinger2006-02-221-4/+67
|
* Sync with glibc 2.3.6.Peter Kjellerstedt2006-02-221-43/+53
|
* tweak the idea between having a MMU and actually using itMike Frysinger2006-02-181-3/+3
|
* Undo earlier change and sync new linuxthreads' guard w/ oldPeter S. Mazinger2006-02-161-2/+0
|
* Guard __pthread_mutex_* to be used exclusively within uClibc, do we need ↵Peter S. Mazinger2006-02-161-0/+2
| | | | this header at all installed?
* Add back the 115200 limitPeter S. Mazinger2006-02-131-0/+4
|
* only check for rlimit stuff if the target doesnt support the newer function ↵Mike Frysinger2006-02-101-0/+3
| | | | call, and dont bother with 64bit versions on 64bit hosts as the regular one works fine (should fix the setrlimit ltp tests)
* sync with glibc, should fix the swap* segfaults in ltpMike Frysinger2006-02-101-0/+3
|
* getopt_long[_only] visible only if GNU getopt usedPeter S. Mazinger2006-02-031-0/+2
|