コミット履歴

作者 SHA1 メッセージ 日付
  Eric Andersen 1f61bbd8a5 silence a lot of warnings and fix a few genuine bugs while I'm at it. 17 年 前
  Mike Frysinger 808694e8a3 Richard Sandiford writes: add support for init/fini arrays in shared flat libraries 17 年 前
  Eric Andersen cba2c53724 seems this is the newfangled way to tell folks this stuff 17 年 前
  Mike Frysinger 1139d948d5 only define msync cancellation point if the syscall exists 17 年 前
  Eric Andersen ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 17 年 前
  Eric Andersen 3da17f3cd0 Sorry psm but contrary to commit 12927, kernel provided syscalls 17 年 前
  Eric Andersen 4f5281c481 add some warnings to archs that need a bit of attention 17 年 前
  Mike Frysinger 5fd48aacb3 if __NR_swapon does not exist, dont try and create a syscall for it 17 年 前
  Mike Frysinger 588e6bfb0e if __NR_swapoff does not exist, dont try and create a syscall for it 17 年 前
  Mike Frysinger 1f9d3f3d86 if __NR_msync does not exist, dont try and create a syscall for it 17 年 前
  Mike Frysinger e7a8643a73 only define mremap() if the syscall exists 17 年 前
  Mike Frysinger 13797adfc5 if __NR_mprotect does not exist, dont try and create a syscall for it 17 年 前
  Eric Andersen e6c29763f1 this stuff is for uClibc internal use only 17 年 前
  Eric Andersen 7270c87463 finish the pthread locking cleanups. This should get things compiling again 17 年 前
  Eric Andersen 7d5f81d301 __resolv_lock is supposed to be shared, not static 17 年 前
  Eric Andersen feda5d48d9 Fill in a few more of the missing pieces... 17 年 前
  Eric Andersen 275a4c4e6f Major cleanup of internal mutex locking. Be more consistant in how we do 17 年 前
  Eric Andersen 1478c2de05 Major cleanup of internal mutex locking. Be more consistant in how we do 17 年 前
  Eric Andersen 99d6c367c4 stdio update from mjn3 17 年 前
  Eric Andersen aeba32a371 update from mjn3 17 年 前
  Eric Andersen db411e0e20 prepare to later remove bits/kernel_types.h from bits/types.h 17 年 前
  Eric Andersen eb813ecafa bits/kernel_stat.h is for internal uClibc use only, fix a few other 17 年 前
  Mike Frysinger dd3d4f119e pulling in kernel config.h wont fly 17 年 前
  Mike Frysinger f4ddfdf206 note test subdir problems with multilib 17 年 前
  Mike Frysinger 661d9feac8 make ABI into a list 17 年 前
  Mike Frysinger bc4b165d47 list ABI first and tweak ISA defaults with suggestions from Jim Gifford 17 年 前
  Mike Frysinger 1e75cc4b92 revert previous change 17 年 前
  Rob Landley 02de5b16cd Patch from Jim Gifford (of Cross Linux From Scratch) fixing the Mips 17 年 前
  Mike Frysinger 69e5ae8458 second SUSV3 legacy check should be for macros as pointed out by psm 17 年 前
  Mike Frysinger 8baed407fb fix building when susv3 legacy stuff is disabled 17 年 前