コミット履歴

作者 SHA1 メッセージ 日付
  Manuel Novoa III 7e3139b5a9 Update with current glibc version. 20 年 前
  Manuel Novoa III 93def29fa5 Since we're now always using IPC_64, we need this. Otherwise, some of the perl tests fail on mipsel. 20 年 前
  Manuel Novoa III ed952e89a6 sjhill appears confused. vapier's earlier commit of string.h was broken. 20 年 前
  "Steven J. Hill" 7e5c79bcc6 The newly added __glibc_strerror_r function is probably fine, but the 20 年 前
  Mike Frysinger c78cc09f59 as pointed out by khem/ngupta, ARM926T should be march armv5 instead of armv4 20 年 前
  "Steven J. Hill" 2512e7992c Remove unused include directory. 20 年 前
  Mike Frysinger 1db5f0190e remove outdated comment and announce support for nanoseconds 20 年 前
  Mike Frysinger 4898271e11 we are handed errno as a negative value so we need to reverse it 20 年 前
  Mike Frysinger 8c9cfb760f export PIEFLAG and the noexecstack AS test so that gcc/as arent executed in every subdir 20 年 前
  Mike Frysinger ce5d0580f8 finish cleaning up the PIE flag checks 20 年 前
  Mike Frysinger f13d9be54c get rid of LDPIEFLAG since PIEFLAG is already used 20 年 前
  Mike Frysinger e5760ee3f3 further refine output so the silent mode of make is truly silent 20 年 前
  Mike Frysinger b3bccca4b7 just use -g as -g3 is overkill (and sometimes unstable) 20 年 前
  Mike Frysinger 226d4893c8 if fcntl() is called with a 64bit command and LFS is enabled, pass the command along to fcntl64 instead of returning ENOSYS (error detected by LTP fcntl18) 20 年 前
  Mike Frysinger adc1e444b3 fix whitespacing 20 年 前
  Joakim Tjernlund eecf33cc59 s/__kernel_time_t/__time_t 20 年 前
  Joakim Tjernlund f9741433e1 Add missing #include <bits/wordsize.h> and change __kernel_time to 20 年 前
  Mike Frysinger e970fad1d7 add c to default ARFLAGS to get rid of ar: creating blah.a messages 20 年 前
  Mike Frysinger 89c6728dcf the common sem.h is good enough for x86_64 20 年 前
  Mike Frysinger 54985b61cd check the return value of the clone call too 20 年 前
  Mike Frysinger 8ba79833fb the errno settings was fixed but the return value was still being clobbered ... fix that too 20 年 前
  Mike Frysinger d49ea365ad tweak $TOPDIR usage to not have duplciate // 20 年 前
  Manuel Novoa III 4dd29ad132 Fix string.h. Change our _susv3_strerror_r to __xpg_strerror_r for glibc 20 年 前
  Manuel Novoa III 0f8a6ff0ed Add a config option for abort() to shutdown the stdio subsystem. This is 20 年 前
  Manuel Novoa III 1317be0e8a A while back, the sysvipc code was changed to use IPC_64 in the calls. 20 年 前
  Joakim Tjernlund 6487a33c3a Fix bug 358 by protecting _dl_symbol_tables as suggested. 20 年 前
  Mike Frysinger 2f6f7d535c add some asm magic to fix setting errno/ret values in the .S functions 20 年 前
  Mike Frysinger 9e878d3f76 dont run ls and make sure diff aborts if it fails 20 年 前
  Mike Frysinger 8e31aa28dc add a basic errno test based on one from ltp 20 年 前
  Mike Frysinger 7d3c3aab45 update notes about alpha/x86_64 20 年 前