summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-08-09note the architectures which still need to be updatedMike Frysinger
2005-08-09date: 2005/08/07 07:53:58; author: drepper; state: Exp; lines: +1 -1Mike Frysinger
2005-08-09need -s for STRIPTOOL with iconv too as psm pointed outMike Frysinger
2005-08-09eat whitespaceMike Frysinger
2005-08-09update crt0 to crt1 based heavily on glibc start.S and to sync up with __uCli...Mike Frysinger
2005-08-09use sigprocmask instead of internal __sigprocmask since __ version doesnt alw...Mike Frysinger
2005-08-09move __fpscr_values out of crt0 and into libc as proposed by Daniel Jacobowit...Mike Frysinger
2005-08-09remove unused/pointless variablesMike Frysinger
2005-08-09need to run STRIPTOOL with -s to replace behavior lost from gcc -sMike Frysinger
2005-08-08remove duplicated _syscall6 definitions and unify them with a defineMike Frysinger
2005-08-08eat whitespaceMike Frysinger
2005-08-08remove strip flags and let STRIPTOOL do the workMike Frysinger
2005-08-04whitespace itMike Frysinger
2005-08-04yvasilev writes in Bug 235:Mike Frysinger
2005-08-03Update from (older) glibc code.Manuel Novoa III
2005-08-03POSIX requires that fields st_dev and st_rdev to be of type dev_t.Manuel Novoa III
2005-08-02Do not define 'AUTOCONF_INCLUDED'Eric Andersen
2005-08-01Add dependency on ld-uClibc.so.0 for libdl.so.Joakim Tjernlund
2005-07-31Old glibc fix for ltp's clone07 test. Another file that needs updating...Manuel Novoa III
2005-07-31This fixes the pread/pwrite bugs reported by ltp. But I really need to pull ...Manuel Novoa III
2005-07-30Check for __NR_fcntl64.Manuel Novoa III
2005-07-30Sigh... I wasn't checking for output errors. NIST/PCTS caught it.Manuel Novoa III
2005-07-30Update with current glibc version.Manuel Novoa III
2005-07-30Since we're now always using IPC_64, we need this. Otherwise, some of the pe...Manuel Novoa III
2005-07-30sjhill appears confused. vapier's earlier commit of string.h was broken.Manuel Novoa III
2005-07-30The newly added __glibc_strerror_r function is probably fine, but the"Steven J. Hill"
2005-07-29as pointed out by khem/ngupta, ARM926T should be march armv5 instead of armv4Mike Frysinger
2005-07-29Remove unused include directory."Steven J. Hill"
2005-07-29remove outdated comment and announce support for nanosecondsMike Frysinger
2005-07-29we are handed errno as a negative value so we need to reverse itMike Frysinger
2005-07-29export PIEFLAG and the noexecstack AS test so that gcc/as arent executed in e...Mike Frysinger
2005-07-29finish cleaning up the PIE flag checksMike Frysinger
2005-07-29get rid of LDPIEFLAG since PIEFLAG is already usedMike Frysinger
2005-07-28further refine output so the silent mode of make is truly silentMike Frysinger
2005-07-28just use -g as -g3 is overkill (and sometimes unstable)Mike Frysinger
2005-07-28if fcntl() is called with a 64bit command and LFS is enabled, pass the comman...Mike Frysinger
2005-07-28fix whitespacingMike Frysinger
2005-07-28s/__kernel_time_t/__time_tJoakim Tjernlund
2005-07-28Add missing #include <bits/wordsize.h> and change __kernel_time toJoakim Tjernlund
2005-07-28add c to default ARFLAGS to get rid of ar: creating blah.a messagesMike Frysinger
2005-07-28the common sem.h is good enough for x86_64Mike Frysinger
2005-07-28check the return value of the clone call tooMike Frysinger
2005-07-28the errno settings was fixed but the return value was still being clobbered ....Mike Frysinger
2005-07-28tweak $TOPDIR usage to not have duplciate //Mike Frysinger
2005-07-28Fix string.h. Change our _susv3_strerror_r to __xpg_strerror_r for glibcManuel Novoa III
2005-07-28Add a config option for abort() to shutdown the stdio subsystem. This isManuel Novoa III
2005-07-28A while back, the sysvipc code was changed to use IPC_64 in the calls.Manuel Novoa III
2005-07-27Fix bug 358 by protecting _dl_symbol_tables as suggested.Joakim Tjernlund
2005-07-27add some asm magic to fix setting errno/ret values in the .S functionsMike Frysinger
2005-07-27dont run ls and make sure diff aborts if it failsMike Frysinger