Changelog.full.last 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928
  1. ---------------------
  2. PatchSet 2873
  3. Date: 2003/11/13 12:45:50
  4. Author: andersen
  5. Branch: HEAD
  6. Tag: uClibc_0_9_23
  7. Log:
  8. Prepare for release
  9. Members:
  10. Changelog:1.21->1.22
  11. Changelog.full:1.15->1.16
  12. Changelog.full.last:INITIAL->1.1
  13. docs/uclibc.org/FAQ.html:1.19->1.20
  14. docs/uclibc.org/index.html:1.75->1.76
  15. ---------------------
  16. PatchSet 2874
  17. Date: 2003/11/16 04:50:49
  18. Author: mjn3
  19. Branch: HEAD
  20. Tag: (none)
  21. Log:
  22. Fix a build problem when using 2.2.x kernel headers.
  23. Members:
  24. libc/sysdeps/linux/common/syscalls.c:1.120->1.121
  25. ---------------------
  26. PatchSet 2875
  27. Date: 2003/11/16 15:58:33
  28. Author: mjn3
  29. Branch: HEAD
  30. Tag: (none)
  31. Log:
  32. Don't install shadow.h if shadow password support is disabled.
  33. Members:
  34. Makefile:1.237->1.238
  35. ---------------------
  36. PatchSet 2876
  37. Date: 2003/11/16 16:26:34
  38. Author: mjn3
  39. Branch: HEAD
  40. Tag: (none)
  41. Log:
  42. Patch from Jeffrey Baitis <baitisj@evolution.com> for mips arch tuning.
  43. Members:
  44. Rules.mak:1.155->1.156
  45. extra/Configs/Config.mips:1.38->1.39
  46. ---------------------
  47. PatchSet 2877
  48. Date: 2003/11/16 21:10:07
  49. Author: mjn3
  50. Branch: HEAD
  51. Tag: (none)
  52. Log:
  53. I forgot to update the thread locking in the last dst fix.
  54. Members:
  55. libc/misc/time/time.c:1.16->1.17
  56. ---------------------
  57. PatchSet 2878
  58. Date: 2003/11/17 01:24:07
  59. Author: mjn3
  60. Branch: HEAD
  61. Tag: (none)
  62. Log:
  63. If __NR_ftruncate64 isn't defined, do the best we can.
  64. Members:
  65. libc/sysdeps/linux/common/ftruncate64.c:1.9->1.10
  66. ---------------------
  67. PatchSet 2879
  68. Date: 2003/11/18 19:57:05
  69. Author: mjn3
  70. Branch: HEAD
  71. Tag: (none)
  72. Log:
  73. Kill ARCH_HAS_NO_MMU and use HAS_FPU only. Wether floating point ops
  74. are implemented in hardware or via kernel emulation doesn't matter to
  75. the libc code.
  76. Members:
  77. extra/Configs/Config.alpha:1.14->1.15
  78. extra/Configs/Config.arm:1.39->1.40
  79. extra/Configs/Config.cris:1.9->1.10
  80. extra/Configs/Config.e1:1.5->1.6
  81. extra/Configs/Config.h8300:1.17->1.18
  82. extra/Configs/Config.i386:1.36->1.37
  83. extra/Configs/Config.i960:1.13->1.14
  84. extra/Configs/Config.in.arch:1.11->1.12
  85. extra/Configs/Config.m68k:1.34->1.35
  86. extra/Configs/Config.microblaze:1.4->1.5
  87. extra/Configs/Config.sh:1.40->1.41
  88. extra/Configs/Config.v850:1.6->1.7
  89. ---------------------
  90. PatchSet 2880
  91. Date: 2003/11/19 07:21:10
  92. Author: mjn3
  93. Branch: HEAD
  94. Tag: (none)
  95. Log:
  96. Fix the return value for fputs when passed an empty string.
  97. Indirectly detected by gmp-4.1.2 self-tests and reported by
  98. "Peter S. Mazinger" <ps.m@gmx.net>.
  99. Members:
  100. libc/stdio/stdio.c:1.72->1.73
  101. ---------------------
  102. PatchSet 2881
  103. Date: 2003/11/20 14:35:06
  104. Author: andersen
  105. Branch: HEAD
  106. Tag: (none)
  107. Log:
  108. Fixup dependancies to ensure arch specific string functions
  109. will always win
  110. Members:
  111. libc/string/Makefile:1.56->1.57
  112. ---------------------
  113. PatchSet 2882
  114. Date: 2003/11/20 14:40:50
  115. Author: andersen
  116. Branch: HEAD
  117. Tag: (none)
  118. Log:
  119. Make certain that the arch specific stuff is always compiled last
  120. Members:
  121. libc/sysdeps/linux/Makefile:1.19->1.20
  122. ---------------------
  123. PatchSet 2883
  124. Date: 2003/11/20 14:42:42
  125. Author: andersen
  126. Branch: HEAD
  127. Tag: (none)
  128. Log:
  129. Make certain that arch specific stuff is compiled last
  130. Members:
  131. libm/Makefile:1.38->1.39
  132. ---------------------
  133. PatchSet 2884
  134. Date: 2003/11/20 15:05:27
  135. Author: andersen
  136. Branch: HEAD
  137. Tag: (none)
  138. Log:
  139. Lets try that one again...
  140. Members:
  141. libc/sysdeps/linux/Makefile:1.20->1.21
  142. ---------------------
  143. PatchSet 2885
  144. Date: 2003/11/20 15:20:22
  145. Author: andersen
  146. Branch: HEAD
  147. Tag: (none)
  148. Log:
  149. Add an initial set of arm optimized string functions. These
  150. do seem to make noticable speed improvement...
  151. -Erik
  152. Members:
  153. libc/string/Makefile:1.57->1.58
  154. libc/string/arm/Makefile:INITIAL->1.1
  155. libc/string/arm/_memcpy.S:INITIAL->1.1
  156. libc/string/arm/bcopy.S:INITIAL->1.1
  157. libc/string/arm/bzero.S:INITIAL->1.1
  158. libc/string/arm/memcmp.S:INITIAL->1.1
  159. libc/string/arm/memcpy.S:INITIAL->1.1
  160. libc/string/arm/memmove.S:INITIAL->1.1
  161. libc/string/arm/memset.S:INITIAL->1.1
  162. libc/string/arm/strcmp.S:INITIAL->1.1
  163. libc/string/arm/strlen.S:INITIAL->1.1
  164. libc/string/arm/strncmp.S:INITIAL->1.1
  165. ---------------------
  166. PatchSet 2886
  167. Date: 2003/11/20 15:28:24
  168. Author: andersen
  169. Branch: HEAD
  170. Tag: (none)
  171. Log:
  172. Don't depend on BSD naming
  173. Members:
  174. libc/string/arm/_memcpy.S:1.1->1.2
  175. ---------------------
  176. PatchSet 2887
  177. Date: 2003/11/20 17:13:53
  178. Author: mjn3
  179. Branch: HEAD
  180. Tag: (none)
  181. Log:
  182. Always include locale.h, which was included by libintl.h only when
  183. optimizing.
  184. Members:
  185. libc/misc/gnu/obstack.c:1.3->1.4
  186. ---------------------
  187. PatchSet 2888
  188. Date: 2003/11/20 20:05:53
  189. Author: andersen
  190. Branch: HEAD
  191. Tag: (none)
  192. Log:
  193. Add missing weak alias for bcmp
  194. Members:
  195. libc/string/arm/memcmp.S:1.1->1.2
  196. ---------------------
  197. PatchSet 2889
  198. Date: 2003/11/21 07:47:43
  199. Author: andersen
  200. Branch: HEAD
  201. Tag: (none)
  202. Log:
  203. prevent some needless warnings when building w/2.6.x kernel headers
  204. Members:
  205. include/features.h:1.55->1.56
  206. ---------------------
  207. PatchSet 2890
  208. Date: 2003/11/22 04:42:22
  209. Author: mjn3
  210. Branch: HEAD
  211. Tag: (none)
  212. Log:
  213. Make sure the utils build gets the setting for CROSS.
  214. Members:
  215. Makefile:1.238->1.239
  216. ---------------------
  217. PatchSet 2891
  218. Date: 2003/11/22 06:51:17
  219. Author: mjn3
  220. Branch: HEAD
  221. Tag: (none)
  222. Log:
  223. Fix arm detection for libfloat.
  224. Members:
  225. utils/Makefile:1.3->1.4
  226. ---------------------
  227. PatchSet 2892
  228. Date: 2003/11/22 18:11:47
  229. Author: andersen
  230. Branch: HEAD
  231. Tag: (none)
  232. Log:
  233. Oops. Only enable debug when debugging...
  234. Members:
  235. ldso/ldso/Makefile:1.49->1.50
  236. ---------------------
  237. PatchSet 2893
  238. Date: 2003/11/22 18:32:59
  239. Author: andersen
  240. Branch: HEAD
  241. Tag: (none)
  242. Log:
  243. Only enable debugging when SUPPORT_LD_DEBUG is enabled, not DEBUGGING
  244. Members:
  245. ldso/ldso/Makefile:1.50->1.51
  246. ---------------------
  247. PatchSet 2894
  248. Date: 2003/11/22 21:21:39
  249. Author: andersen
  250. Branch: HEAD
  251. Tag: (none)
  252. Log:
  253. Remove SAFECFLAGS. It was a workaround for failures in old awk script
  254. used to generate the crti.S and crtn.S files. Since we don't use that
  255. anymore, keeping the workaround makes no sense.
  256. Furthermore, in most cases, SAFECFLAGS was not picking up all the
  257. needed flags, causing crti.o and crtn.o to not be built PIC.
  258. Which is very bad. Removing SAFECFLAGS and using CFLAGS fixes
  259. that as well.
  260. Members:
  261. libc/sysdeps/linux/alpha/Makefile:1.10->1.11
  262. libc/sysdeps/linux/arm/Makefile:1.50->1.51
  263. libc/sysdeps/linux/cris/Makefile:1.11->1.12
  264. libc/sysdeps/linux/e1/Makefile:1.5->1.6
  265. libc/sysdeps/linux/h8300/Makefile:1.10->1.11
  266. libc/sysdeps/linux/i386/Makefile:1.63->1.64
  267. libc/sysdeps/linux/i960/Makefile:1.7->1.8
  268. libc/sysdeps/linux/m68k/Makefile:1.31->1.32
  269. libc/sysdeps/linux/microblaze/Makefile:1.4->1.5
  270. libc/sysdeps/linux/mips/Makefile:1.34->1.35
  271. libc/sysdeps/linux/powerpc/Makefile:1.27->1.28
  272. libc/sysdeps/linux/sh/Makefile:1.28->1.29
  273. libc/sysdeps/linux/sh64/Makefile:1.4->1.5
  274. libc/sysdeps/linux/sparc/Makefile:1.18->1.19
  275. libc/sysdeps/linux/v850/Makefile:1.17->1.18
  276. ---------------------
  277. PatchSet 2895
  278. Date: 2003/11/23 18:45:12
  279. Author: mjn3
  280. Branch: HEAD
  281. Tag: (none)
  282. Log:
  283. Protect against quoting changes.
  284. Members:
  285. utils/Makefile:1.4->1.5
  286. ---------------------
  287. PatchSet 2896
  288. Date: 2003/11/23 18:46:00
  289. Author: mjn3
  290. Branch: HEAD
  291. Tag: (none)
  292. Log:
  293. Hopefully this is correct for cris.
  294. Members:
  295. utils/ldd.c:1.2->1.3
  296. ---------------------
  297. PatchSet 2897
  298. Date: 2003/11/23 18:47:56
  299. Author: mjn3
  300. Branch: HEAD
  301. Tag: (none)
  302. Log:
  303. Make sure we use the right CC setting when building utils.
  304. Not doing so was breaking the buildroot softfloat arm build.
  305. Members:
  306. Makefile:1.239->1.240
  307. ---------------------
  308. PatchSet 2898
  309. Date: 2003/11/23 20:24:30
  310. Author: mjn3
  311. Branch: HEAD
  312. Tag: (none)
  313. Log:
  314. Ok.. this fixes the buildroot soft-float arm build.
  315. Also try to make sure the build breaks if we want soft float but
  316. don't know how to request it.
  317. Members:
  318. Rules.mak:1.156->1.157
  319. utils/Makefile:1.5->1.6
  320. ---------------------
  321. PatchSet 2899
  322. Date: 2003/11/24 04:23:31
  323. Author: mjn3
  324. Branch: HEAD
  325. Tag: (none)
  326. Log:
  327. Don't bother checking, since we want an error if -msoft-float doesn't work.
  328. Members:
  329. utils/Makefile:1.6->1.7
  330. ---------------------
  331. PatchSet 2900
  332. Date: 2003/11/24 04:24:31
  333. Author: mjn3
  334. Branch: HEAD
  335. Tag: (none)
  336. Log:
  337. Add -msoft-float to CPU_CFLAGS instead of CFLAGS, since ldso and libdl
  338. Makefiles ignore CFLAGS.
  339. Members:
  340. Rules.mak:1.157->1.158
  341. ---------------------
  342. PatchSet 2901
  343. Date: 2003/11/28 18:28:39
  344. Author: mjn3
  345. Branch: HEAD
  346. Tag: (none)
  347. Log:
  348. Add sysmips(), based on a patch by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
  349. Members:
  350. libc/sysdeps/linux/mips/Makefile:1.35->1.36
  351. libc/sysdeps/linux/mips/sysmips.c:INITIAL->1.1
  352. libc/sysdeps/linux/mips/sys/sysmips.h:1.1->1.2
  353. ---------------------
  354. PatchSet 2902
  355. Date: 2003/11/28 19:39:51
  356. Author: mjn3
  357. Branch: HEAD
  358. Tag: (none)
  359. Log:
  360. Another missing mips function, needed by the boehm garbage collector.
  361. Members:
  362. libc/sysdeps/linux/mips/Makefile:1.36->1.37
  363. libc/sysdeps/linux/mips/_test_and_set.c:INITIAL->1.1
  364. ---------------------
  365. PatchSet 2903
  366. Date: 2003/11/29 02:17:24
  367. Author: mjn3
  368. Branch: HEAD
  369. Tag: (none)
  370. Log:
  371. Patch by "Bradley D. LaRonde" <brad@ltc.com> for boehm garbage collector.
  372. Members:
  373. libc/sysdeps/linux/mips/crt0.S:1.10->1.11
  374. ---------------------
  375. PatchSet 2904
  376. Date: 2003/11/29 20:48:18
  377. Author: mjn3
  378. Branch: HEAD
  379. Tag: (none)
  380. Log:
  381. Minor update... Config no longer used.
  382. Members:
  383. .cvsignore:1.8->1.9
  384. ---------------------
  385. PatchSet 2905
  386. Date: 2003/11/29 21:23:42
  387. Author: mjn3
  388. Branch: HEAD
  389. Tag: (none)
  390. Log:
  391. Minor typo fix.
  392. Members:
  393. extra/scripts/fix_includes.sh:1.8->1.9
  394. ---------------------
  395. PatchSet 2906
  396. Date: 2003/12/02 04:58:41
  397. Author: mjn3
  398. Branch: HEAD
  399. Tag: (none)
  400. Log:
  401. Put in a dummy reference to main so busybox will link.
  402. Members:
  403. libc/sysdeps/linux/cris/crt0.c:1.4->1.5
  404. ---------------------
  405. PatchSet 2907
  406. Date: 2003/12/02 17:58:24
  407. Author: andersen
  408. Branch: HEAD
  409. Tag: (none)
  410. Log:
  411. Avoid a potentially undefined operation with a veriable++ in a macro
  412. Members:
  413. libc/inet/rpc/bindresvport.c:1.8->1.9
  414. ---------------------
  415. PatchSet 2908
  416. Date: 2003/12/02 17:59:06
  417. Author: andersen
  418. Branch: HEAD
  419. Tag: (none)
  420. Log:
  421. Add function versions of ntohl and friends
  422. Members:
  423. libc/inet/Makefile:1.41->1.42
  424. libc/inet/ntohl.c:INITIAL->1.1
  425. ---------------------
  426. PatchSet 2909
  427. Date: 2003/12/02 19:06:31
  428. Author: mjn3
  429. Branch: HEAD
  430. Tag: (none)
  431. Log:
  432. Add a syscall() implementation using a hacked version of the syscall6 macro.
  433. Untested, but syscall() is needed by busybox for pivot_root at least.
  434. Members:
  435. libc/sysdeps/linux/sh/Makefile:1.29->1.30
  436. libc/sysdeps/linux/sh/syscall.c:INITIAL->1.1
  437. ---------------------
  438. PatchSet 2910
  439. Date: 2003/12/02 20:37:08
  440. Author: mjn3
  441. Branch: HEAD
  442. Tag: (none)
  443. Log:
  444. Include Rules.mk for consistency. Trying not to was simply too painful.
  445. Members:
  446. utils/Makefile:1.7->1.8
  447. ---------------------
  448. PatchSet 2911
  449. Date: 2003/12/02 23:16:59
  450. Author: andersen
  451. Branch: HEAD
  452. Tag: (none)
  453. Log:
  454. Disable pthreads for sh64 for the time being (since it is not
  455. currently supported)
  456. Members:
  457. extra/Configs/Config.sh:1.41->1.42
  458. ---------------------
  459. PatchSet 2912
  460. Date: 2003/12/03 02:35:36
  461. Author: andersen
  462. Branch: HEAD
  463. Tag: (none)
  464. Log:
  465. force enable FORCE_SHAREABLE_TEXT_SEGMENTS for sh4
  466. Members:
  467. extra/Configs/Config.sh:1.42->1.43
  468. ---------------------
  469. PatchSet 2913
  470. Date: 2003/12/03 20:12:45
  471. Author: andersen
  472. Branch: HEAD
  473. Tag: (none)
  474. Log:
  475. Rob McMullen writes:
  476. There is code in ldconfig that checks to see if a shared library is named
  477. either ``lib*'' or ``ld-*'' before ldconfig -l will work on it. gawk uses this
  478. feature of ldconfig to make /lib/rcscripts/filefuncs.so, so the build fails.
  479. Members:
  480. utils/ldconfig.c:1.1->1.2
  481. ---------------------
  482. PatchSet 2914
  483. Date: 2003/12/03 20:36:49
  484. Author: andersen
  485. Branch: HEAD
  486. Tag: (none)
  487. Log:
  488. remove some garbage
  489. Members:
  490. libc/sysdeps/linux/mips/vfork.c:1.1->1.2
  491. ---------------------
  492. PatchSet 2915
  493. Date: 2003/12/03 21:35:01
  494. Author: andersen
  495. Branch: HEAD
  496. Tag: (none)
  497. Log:
  498. Eliminate some static buffers based on a patch from Tobias Anderberg
  499. Members:
  500. ldso/ldso/readelflib1.c:1.50->1.51
  501. ---------------------
  502. PatchSet 2916
  503. Date: 2003/12/03 23:03:59
  504. Author: andersen
  505. Branch: HEAD
  506. Tag: (none)
  507. Log:
  508. Paul Mundt <lethal@linux-sh.org> writes:
  509. Nothing overly interesting here, this renames Hitachi/Mitsubishi to Renesas
  510. for the relevant platforms (in this case, h8, sh, and m32r). The same changes
  511. have already been going on in gcc/binutils/gdb/glibc/etc.
  512. Members:
  513. extra/Configs/Config.sh:1.43->1.44
  514. include/elf.h:1.9->1.10
  515. utils/readelf.c:1.1->1.2
  516. ---------------------
  517. PatchSet 2917
  518. Date: 2003/12/03 23:07:50
  519. Author: andersen
  520. Branch: HEAD
  521. Tag: (none)
  522. Log:
  523. Patch from lethal, adding syscall() to the sh64 port
  524. Members:
  525. libc/sysdeps/linux/sh64/Makefile:1.5->1.6
  526. libc/sysdeps/linux/sh64/syscall.c:INITIAL->1.1
  527. ---------------------
  528. PatchSet 2918
  529. Date: 2003/12/03 23:12:11
  530. Author: andersen
  531. Branch: HEAD
  532. Tag: (none)
  533. Log:
  534. Lethal noticed that the generated file gmon-start.S was not
  535. being cleaned up.
  536. Members:
  537. libc/sysdeps/linux/arm/Makefile:1.51->1.52
  538. libc/sysdeps/linux/i386/Makefile:1.64->1.65
  539. libc/sysdeps/linux/powerpc/Makefile:1.28->1.29
  540. libc/sysdeps/linux/sh/Makefile:1.30->1.31
  541. ---------------------
  542. PatchSet 2919
  543. Date: 2003/12/03 23:28:33
  544. Author: andersen
  545. Branch: HEAD
  546. Tag: (none)
  547. Log:
  548. Joakim Tjernlund writes:
  549. This is just a wild guess, but you could try this to see if it fixes
  550. Richards problem:
  551. Members:
  552. ldso/ldso/powerpc/elfinterp.c:1.28->1.29
  553. ---------------------
  554. PatchSet 2920
  555. Date: 2003/12/03 23:38:43
  556. Author: andersen
  557. Branch: HEAD
  558. Tag: (none)
  559. Log:
  560. Henrik Grindal Bakken writes:
  561. The patch touches a minor (well, not that minor, but perhaps only
  562. rarely encountered) bug in the powerpc dynamic linker.
  563. The problem is that addi is called in inline assembly, but there is no
  564. restriction on the second argument. In powerpc assembler, if the
  565. second argument to addi is r0, it is taken as the value 0, not the
  566. contents of r0. This happened to me, making the stack pointer 0 on
  567. the invocation on the application.
  568. The patch is against 0.9.22, but there didn't seem to be any changes
  569. to the relevant section in 0.9.23.
  570. Members:
  571. ldso/ldso/powerpc/ld_sysdep.h:1.6->1.7
  572. ---------------------
  573. PatchSet 2921
  574. Date: 2003/12/04 06:36:51
  575. Author: mjn3
  576. Branch: HEAD
  577. Tag: (none)
  578. Log:
  579. Building of iconv.o was accidently always disabled.
  580. Also, build the iconv app in utils.
  581. Members:
  582. libc/misc/wchar/Makefile:1.8->1.9
  583. utils/.cvsignore:1.1->1.2
  584. utils/Makefile:1.8->1.9
  585. ---------------------
  586. PatchSet 2922
  587. Date: 2003/12/04 06:37:34
  588. Author: mjn3
  589. Branch: HEAD
  590. Tag: (none)
  591. Log:
  592. Don't download the local data if we have it already.
  593. Members:
  594. Makefile:1.240->1.241
  595. ---------------------
  596. PatchSet 2923
  597. Date: 2003/12/04 18:25:36
  598. Author: andersen
  599. Branch: HEAD
  600. Tag: (none)
  601. Log:
  602. Set the default stdio buffer size to 4096, rather then 256.
  603. 256 is fine of course, but many applications use this value
  604. and expect it to be larger.
  605. Members:
  606. extra/Configs/Config.in:1.40->1.41
  607. ---------------------
  608. PatchSet 2924
  609. Date: 2003/12/04 22:07:51
  610. Author: andersen
  611. Branch: HEAD
  612. Tag: (none)
  613. Log:
  614. Fix arm profiling support, which was accidentally removed
  615. Members:
  616. libc/sysdeps/linux/arm/Makefile:1.52->1.53
  617. ---------------------
  618. PatchSet 2925
  619. Date: 2003/12/04 22:57:32
  620. Author: mjn3
  621. Branch: HEAD
  622. Tag: (none)
  623. Log:
  624. Fix infinite loop in putgrent (forgotten increment).
  625. Members:
  626. libc/pwd_grp/pwd_grp.c:1.3->1.4
  627. ---------------------
  628. PatchSet 2926
  629. Date: 2003/12/05 20:24:26
  630. Author: andersen
  631. Branch: HEAD
  632. Tag: (none)
  633. Log:
  634. move _dl_fixup so staticly linked apps using dlopen have a
  635. chance of actually working
  636. Members:
  637. ldso/ldso/ldso.c:1.74->1.75
  638. ldso/ldso/readelflib1.c:1.51->1.52
  639. ---------------------
  640. PatchSet 2927
  641. Date: 2003/12/05 20:39:51
  642. Author: andersen
  643. Branch: HEAD
  644. Tag: (none)
  645. Log:
  646. Paul Mundt <lethal@linux-sh.org> writes:
  647. This patch adds the libpthread backend bits for sh64. As noted previously,
  648. we can't inline things like the testandset() in pt-machine.h as we need to
  649. use a completely different ISA / CFLAGS in order for this to work.
  650. As a result, this patch is somewhat of a RFC as well to see what people think
  651. of the libpthread/linuxthreads/sysdeps Makefile approach, etc. The approach
  652. I've taken currently has been to provide a sysdeps/Makefile with a note that
  653. TARGET_ARCHs that want build rules can simply add themselves into the list of
  654. matching architectures to add to the subdir rule for. This probably isn't
  655. the cleanest solution, but it's quite transparent and works quite well.
  656. Members:
  657. extra/Configs/Config.sh:1.44->1.45
  658. libc/sysdeps/linux/sh64/bits/mman.h:INITIAL->1.1
  659. libpthread/linuxthreads/Makefile:1.11->1.12
  660. libpthread/linuxthreads/sysdeps/Makefile:INITIAL->1.1
  661. libpthread/linuxthreads/sysdeps/sh64/Makefile:INITIAL->1.1
  662. libpthread/linuxthreads/sysdeps/sh64/pt-machine.c:INITIAL->1.1
  663. libpthread/linuxthreads/sysdeps/sh64/pt-machine.h:INITIAL->1.1
  664. ---------------------
  665. PatchSet 2928
  666. Date: 2003/12/08 21:18:40
  667. Author: andersen
  668. Branch: HEAD
  669. Tag: (none)
  670. Log:
  671. Prepare for uClibc 0.9.24 release
  672. Members:
  673. Changelog:1.22->1.23
  674. Changelog.full:1.16->1.17
  675. Changelog.full.last:1.1->1.2
  676. Rules.mak:1.158->1.159
  677. ---------------------
  678. PatchSet 2929
  679. Date: 2003/12/11 07:16:11
  680. Author: andersen
  681. Branch: HEAD
  682. Tag: (none)
  683. Log:
  684. Rework the website
  685. Members:
  686. docs/uclibc.org/FAQ.html:1.20->1.21
  687. docs/uclibc.org/cvs_anon.html:1.5->1.6
  688. docs/uclibc.org/cvs_howto.html:INITIAL->1.1
  689. docs/uclibc.org/cvs_write.html:1.3->1.4
  690. docs/uclibc.org/download.html:INITIAL->1.1
  691. docs/uclibc.org/footer.html:INITIAL->1.1
  692. docs/uclibc.org/header.html:INITIAL->1.1
  693. docs/uclibc.org/index.html:1.76->1.77
  694. docs/uclibc.org/lists.html:INITIAL->1.1
  695. docs/uclibc.org/news.html:INITIAL->1.1
  696. docs/uclibc.org/old-news.html:1.16->1.17(DEAD)
  697. docs/uclibc.org/oldnews.html:INITIAL->1.1
  698. docs/uclibc.org/other_libs.html:INITIAL->1.1
  699. docs/uclibc.org/products.html:INITIAL->1.1
  700. docs/uclibc.org/robots.txt:1.2->1.3(DEAD)
  701. docs/uclibc.org/toolchains.html:INITIAL->1.1
  702. ---------------------
  703. PatchSet 2930
  704. Date: 2003/12/11 07:41:48
  705. Author: andersen
  706. Branch: HEAD
  707. Tag: (none)
  708. Log:
  709. more minor cleanups
  710. Members:
  711. docs/uclibc.org/FAQ.html:1.21->1.22
  712. docs/uclibc.org/index.html:1.77->1.78
  713. ---------------------
  714. PatchSet 2931
  715. Date: 2003/12/11 07:42:05
  716. Author: andersen
  717. Branch: HEAD
  718. Tag: (none)
  719. Log:
  720. mjn3 found a url for the darwin C lib
  721. Members:
  722. docs/uclibc.org/other_libs.html:1.1->1.2
  723. ---------------------
  724. PatchSet 2932
  725. Date: 2003/12/11 07:54:56
  726. Author: andersen
  727. Branch: HEAD
  728. Tag: (none)
  729. Log:
  730. fixup some silly html bugs
  731. Members:
  732. docs/uclibc.org/FAQ.html:1.22->1.23
  733. docs/uclibc.org/footer.html:1.1->1.2
  734. docs/uclibc.org/header.html:1.1->1.2
  735. docs/uclibc.org/index.html:1.78->1.79
  736. docs/uclibc.org/news.html:1.1->1.2
  737. docs/uclibc.org/other_libs.html:1.2->1.3
  738. ---------------------
  739. PatchSet 2933
  740. Date: 2003/12/11 07:55:13
  741. Author: andersen
  742. Branch: HEAD
  743. Tag: (none)
  744. Log:
  745. add image for validator
  746. Members:
  747. docs/uclibc.org/images/vh40.gif:INITIAL->1.1
  748. ---------------------
  749. PatchSet 2934
  750. Date: 2003/12/11 08:18:42
  751. Author: andersen
  752. Branch: HEAD
  753. Tag: (none)
  754. Log:
  755. fix a cut-n-paste typo
  756. Members:
  757. docs/uclibc.org/cvs_write.html:1.4->1.5
  758. ---------------------
  759. PatchSet 2935
  760. Date: 2003/12/14 19:10:23
  761. Author: mjn3
  762. Branch: HEAD
  763. Tag: (none)
  764. Log:
  765. Fix a couple of 'declaration after statement' errors.
  766. Members:
  767. libc/misc/locale/locale.c:1.17->1.18
  768. libc/stdio/scanf.c:1.32->1.33
  769. ---------------------
  770. PatchSet 2936
  771. Date: 2003/12/14 23:51:30
  772. Author: mjn3
  773. Branch: HEAD
  774. Tag: (none)
  775. Log:
  776. Fix some dst issues in _time_mktime().
  777. Normalize the tm_isdst value to -1, 0, or 1.
  778. If no dst for this timezone, then reset tm_isdst to 0.
  779. Members:
  780. libc/misc/time/time.c:1.17->1.18
  781. ---------------------
  782. PatchSet 2937
  783. Date: 2003/12/14 23:52:57
  784. Author: mjn3
  785. Branch: HEAD
  786. Tag: (none)
  787. Log:
  788. Link ldconfig with the appropriate libraries.
  789. Members:
  790. utils/Makefile:1.9->1.10