1. bb9c74f [klibc] syscalls: Add sched_setaffinity, sched_getaffinity syscalls by Mike Waychison · 13 years ago
  2. e8ff02d [klibc] ipconfig: do_pkt_recv() refix ret initialisation by maximilian attems · 13 years ago
  3. 89d86aa [klibc] strndup(): Do not corrupt the memory pool by Romain Izard · 13 years ago
  4. 0bd18d5 [klibc] strndup(): Fix out of bounds read access by Romain Izard · 13 years ago
  5. bc52306 [klibc] 1.5.23 released, next version is 1.5.24 by maximilian attems · 13 years ago
  6. 9f403cf [klibc] strndup(): Fix possible null pointer dereference by maximilian attems · 13 years ago klibc-1.5.23
  7. d16b1b1 [klibc] utils add minimal mv by maximilian attems · 13 years ago
  8. dd624e2 [klibc] nfsmount: free rem_name on errors by maximilian attems · 13 years ago
  9. 48a9763 [klibc] limits.h define LLONG_MIN, LLONG_MAX and ULLONG_MAX by maximilian attems · 13 years ago
  10. 271066b [klibc] dash merge update by maximilian attems · 13 years ago
  11. e651cea [klibc] [PARSER] Fix clobbering of checkkwd by Herbert Xu · 13 years ago
  12. 7a244f7 [klibc] [DEBUG] Use va_copy when reusing a va_list by Jonathan Nieder · 13 years ago
  13. 1d13581 [klibc] [EXPAND] Free IFS state after here document expansion by Jonathan Nieder · 13 years ago
  14. 8a6231c [klibc] [SHELL] Improve LINENO support by Harald van Dijk · 13 years ago
  15. fe205dd [klibc] [EVAL] Let funcnode refer to a function definition, not its by Harald van Dijk · 13 years ago
  16. d790802 [klibc] [SHELL] Port to Solaris by Brian Koropoff · 13 years ago
  17. 0760036 [klibc] [BUILTIN] Fix backslash handling in read(1) by Herbert Xu · 13 years ago
  18. 0213c23 [klibc] [BUILTIN] Dotcmd should exit with zero when doing nothing by Jonathan Nieder · 13 years ago
  19. e79a897 [klibc] [BUILTIN] Fix CTLESC clobbering by read(1) by Herbert Xu · 13 years ago
  20. 932d5e0 [klibc] [SHELL] Port to AIX by Brian Koropoff · 13 years ago
  21. 182b6bc [klibc] [EXPAND] Do not split the result of tilde expansion by Jilles Tjoelker · 13 years ago
  22. 0be57ce [klibc] [REDIR] Replace GPL noclobberopen code with the FreeBSD version by Jilles Tjoelker · 13 years ago
  23. 81a2735 [klibc] [EXPAND] Free IFS state in evalbackcmd by Herbert Xu · 13 years ago
  24. ed7b1cc [klibc] [SIGNAL] Mark status as volatile in exitshell by Maciej Żenczykowski · 13 years ago
  25. 3dbe428 [klibc] [BUILTIN] Stop documenting EXSHELLPROC by Jonathan Nieder · 13 years ago
  26. e607e36 [klibc] [BUILTIN] Use EXEXIT in place of EXEXEC by Jonathan Nieder · 13 years ago
  27. 213764f [klibc] [INPUT] Use exit status 127 when the script to run does not exist by Gerrit Pape · 13 years ago
  28. 5ab3440 [klibc] [ERROR] Allow the originator of EXERROR to set the exit status by Herbert Xu · 13 years ago
  29. 69fa392 [klibc] [EVAL] Fixed trap/return regression due to SKIPEVAL removal by Herbert Xu · 13 years ago
  30. 2c5cce5 [klibc] [EXPAND] Fix ifsfirst/ifslastp leak in casematch by Herbert Xu · 14 years ago
  31. 355bacf [klibc] [BUILTIN] Fix EXEXEC status clobbering by Herbert Xu · 14 years ago
  32. 4dea851 [klibc] [BUILTIN] Fix trailing field bug in read(1) by Herbert Xu · 14 years ago
  33. 1db0c89 [klibc] [EXPAND] Fix ifsfirst/ifslastp leak by Herbert Xu · 14 years ago
  34. 8e8c57f [klibc] [JOBS] Debug compile fix by maximilian attems · 14 years ago
  35. def6933 [klibc] [VAR] Fix varinit ordering that broke fc by Jilles Tjoelker · 14 years ago
  36. 3a8c5a9 [klibc] [EVAL] Check exit for eval NSUBSHELL by Gerrit Pape · 14 years ago
  37. 052f753 [klibc] [EVAL] Removed dead code for eval NPIPE by Herbert Xu · 14 years ago
  38. e06c861 [klibc] [VAR] Fix loss of variables when hash collides by Herbert Xu · 14 years ago
  39. c2c3983 [klibc] [EVAL] Don't clear eflag in evalbackcmd by Gerrit Pape · 14 years ago
  40. bd5fc97 [klibc] [BUILTIN] Continue after EINTR in read(1) with no pending signals by Herbert Xu · 14 years ago
  41. b47bda0 [klibc] [JOBS] Fix wait regression where it does not wait for all jobs by Herbert Xu · 14 years ago
  42. f2b5fb8 [klibc] [EXPAND] Fix corruption of redirections with byte 0x81 by Jilles Tjoelker · 14 years ago
  43. 405d07c [klibc] [EVAL] Force fork if any trap is set, not just on EXIT by Jilles Tjoelker · 14 years ago
  44. 69b4773 [klibc] [REDIR] Fix popredir on abnormal exit from built-in by Herbert Xu · 14 years ago
  45. 2231981 [klibc] [REDIR] Move null redirect checks into caller by Herbert Xu · 14 years ago
  46. f18701f [klibc] [VAR] Do not poplocalvars prematurely on regular utilities by Herbert Xu · 14 years ago
  47. 72ae21a [klibc] [VAR] Fix poplocalvar on abnormal exit from function by Herbert Xu · 14 years ago
  48. b315f1c [klibc] [VAR] Replace cmdenviron with localvars by Herbert Xu · 14 years ago
  49. dbf2ff1 [klibc] [VAR] Move unsetvar functionality into setvareq by Herbert Xu · 14 years ago
  50. 6aacbff [klibc] [VAR] Fix poplocalvar leak by Herbert Xu · 14 years ago
  51. 85712e2 [klibc] [VAR] Add localvars nesting by Herbert Xu · 14 years ago
  52. 9d2bc6e [klibc] [EVAL] Fix command -- crash by Gerrit Pape · 14 years ago
  53. a74424a [klibc] ppc64: Fix build failure with stricter as by Matthias Klose · 13 years ago
  54. a2a6f30 [klibc] arm: use conditional assignments for CPU_{ARCH,TUNE} by Konstantinos Margaritis · 13 years ago
  55. 7fb8596 [klibc] 1.5.22 released, next version is 1.5.23 by maximilian attems · 13 years ago
  56. b930232 [klibc] arm: no usage of ARM_VALID_IMM() anymore by maximilian attems · 13 years ago klibc-1.5.22
  57. e439506 [klibc] arm: use bx on thumb2 (v3) by maximilian attems · 13 years ago
  58. 45f64f5 [klibc] ipconfig: comment new escape function by maximilian attems · 13 years ago
  59. 46a0f83 [klibc] ipconfig: Escape DHCP options written to /tmp/net-$DEVCICE.conf by Ulrich Dangel · 13 years ago
  60. c34bff0 [klibc] arm: Fix build failure with latest binutils by Loïc Minier · 13 years ago
  61. 58af2fe [klibc] Makefile: Remove .config directory dependency by Greg Thelen · 13 years ago
  62. bd6a9d0 [klibc] klcc support the gcc parameter --param by Mike Pagano · 13 years ago
  63. 462d58e [klibc] ipconfig: Ignore configured devices in process_recieve_event. by Ulrich Dangel · 13 years ago
  64. 6df3622 [klibc] ipconfig: Remove packet_peek and adjusted packet_rcv as well as process_receive_event. by Ulrich Dangel · 13 years ago
  65. 92823d1 [klibc] ipconfig: Only peek and discard packets from specified device. by Ulrich Dangel · 13 years ago
  66. e90552b Revert "[klibc] Use <stdarg.h> features in open() and openat()" by maximilian attems · 13 years ago
  67. bd40e25 [klibc] Very minor various typo fixes by Gilles Espinasse · 13 years ago
  68. 0b40b7a [klibc] Use <stdarg.h> features in open() and openat() by Mikael Pettersson · 13 years ago
  69. e572c42 [klibc] Cleanup useless empty lines at file ending by maximilian attems · 13 years ago
  70. 2776f4d [klibc] Cleanup various trailing whitespaces by maximilian attems · 13 years ago
  71. 08a1e68 [klibc] 1.5.21 released, next version is 1.5.22 by maximilian attems · 13 years ago
  72. bfd4f2f [klibc] Kbuild: Avoid infinite loop during build with make 3.82 by Erik Johansson · 13 years ago klibc-1.5.21
  73. 5534663 [klibc] i386: disable the use of rt signal system calls for now by H. Peter Anvin · 13 years ago
  74. 0aa3ae3 [klibc] lib: cleanup unused includes by maximilian attems · 13 years ago
  75. cdf039e [klibc] tests: cleanup unused includes by maximilian attems · 13 years ago
  76. db12b2f [klibc] kinit: cleanup unused includes by maximilian attems · 13 years ago
  77. fcbaed0 [klibc] utils: cleanup unused includes by maximilian attems · 13 years ago
  78. b68e519 [klibc] cat cleanup ugly ifdefery by maximilian attems · 13 years ago
  79. 8a0606c [klibc] nfsmounf: start_dummy_portmap() close fd on error path by maximilian attems · 13 years ago
  80. 264dda8 [klibc] cpio: remove useless if before free by maximilian attems · 13 years ago
  81. d16a35c [klibc] ipconfig: parse_device nuke unused variable i by maximilian attems · 13 years ago
  82. da0ce3d [klibc] utils: mknod massage by maximilian attems · 13 years ago
  83. 8e5fba1 [klibc] utils: dd close fds on error pathes by maximilian attems · 13 years ago
  84. 90f6eb8 [klibc] utils: losesetup close fd by maximilian attems · 13 years ago
  85. a36bf3b [klibc] kinit: ramdisk_load() fix leakage on error path by maximilian attems · 13 years ago
  86. 55c55fe [klibc] tests: fcntl close fd by maximilian attems · 13 years ago
  87. eff04da [klibc] fix typo in __static_inline macro definitions by Maciej Żenczykowski · 14 years ago
  88. f2e2504 [klibc] kbuild: enable reproducible builds by Maciej Żenczykowski · 14 years ago
  89. 4ab18ef [klibc] kbuild: fix a compile warning by maximilian attems · 14 years ago
  90. 57c0820 [klibc] Macros to handle inlines when compiling in c99 mode by H. Peter Anvin · 14 years ago
  91. 44f2fb5 [klibc] runinitlib: remove unused variable by H. Peter Anvin · 14 years ago
  92. e427ec7 [klibc] sys/socket.h: include <sys/types.h> by H. Peter Anvin · 14 years ago
  93. 0f02f63 [klibc] 1.5.20 released, next version is 1.5.21 by maximilian attems · 14 years ago
  94. 6136821 [klibc] run-init: get rid of over paranoid test for /init by maximilian attems · 14 years ago klibc-1.5.20
  95. 2028152 [klibc] ipconfig: non zero exit on timeout by Erwan Velu · 14 years ago
  96. 8a9b80d [klibc] ipconfig fix dns domain by Michael Prokop · 14 years ago
  97. b02b0f7 [klibc] ipconfig: differentiate between error and non-DHCP/BOOTP traffic in packet_recv() by Julien BLACHE · 14 years ago
  98. 47da4f6 [klibc] ipconfig: fix infinite loop by Julien BLACHE · 14 years ago
  99. 73f0df2 [klibc] 1.5.19 released, next version is 1.5.20 by H. Peter Anvin · 14 years ago
  100. d2ec94f [klibc] x86_64: MMCONFIG cleanup vestige from pre x86 merge by maximilian attems · 14 years ago klibc-1.5.19