1. 1ec1ce9 [klibc] kinit: Create block device for mount commands if needed. by Curt Wohlgemuth · 12 years ago
  2. a0127d3 [klibc] kinit: Add ability to mount filesystems via /etc/fstab or cmdline by Curt Wohlgemuth · 12 years ago
  3. 5cbb4b6 [klibc] nfsmount: clean up dummypmap compiler warning by Greg Thelen · 12 years ago
  4. 0506a36 [klibc] Add fdopendir(), fix dirfd() by H. Peter Anvin · 12 years ago
  5. 761b649 [klibc] readdir(): use _KLIBC_BUFSIZ to size the dirent buffer by H. Peter Anvin · 12 years ago
  6. e63d2ad [klibc] fflush: only flush output streams for fflush(NULL) by H. Peter Anvin · 12 years ago
  7. 00814c0 [klibc] Fix help target for headers_install path by maximilian attems · 12 years ago
  8. 36992bd [klibc] Fold fopen and fdopen by H. Peter Anvin · 12 years ago
  9. b6198b4 [klibc] If we need mmap2(), it doesn't matter if NO_MMU by H. Peter Anvin · 12 years ago
  10. c9386db [klibc] Handle legacy sigsuspend() correctly by H. Peter Anvin · 12 years ago
  11. f665e35 [klibc] Kbuild: build subdirectories first by H. Peter Anvin · 12 years ago
  12. 543b4b9 [klibc] Fix m68k support by Thorsten Glaser · 13 years ago
  13. 7e911e4 [klibc] Use GCC definitions for size_t, ssize_t, ptrdiff_t by Thorsten Glaser · 12 years ago
  14. 87259a8 [klibc] Fix missing prototypes for ctype inline functions by Thorsten Glaser · 12 years ago
  15. e9e4e24 [klibc] Align <sys/types.h> with the kernel headers by Thorsten Glaser · 12 years ago
  16. f1905af [klibc] Update the documentation about how to get headers by H. Peter Anvin · 12 years ago
  17. 8c7394e [klibc] f*open: support the glibc 'x' flag by H. Peter Anvin · 12 years ago
  18. 1500f92 [klibc] fgetc: shave off a few bytes by H. Peter Anvin · 12 years ago
  19. 8925a55 [klibc] isatty: allow errno to be set by H. Peter Anvin · 12 years ago
  20. 0ba9a83 [klibc] stdio: fix the handling of the eof and error flags on fseek by H. Peter Anvin · 12 years ago
  21. 370c309 [klibc] Fix the zapping of unused input on output operation by H. Peter Anvin · 12 years ago
  22. d474caf [klibc] Optimize fgetc() to read the buffer directly by H. Peter Anvin · 12 years ago
  23. c6a6491 [klibc] fgets: remove obsolete comment by H. Peter Anvin · 12 years ago
  24. 1a2cf5f [klibc] fgets: shave a few bytes off by H. Peter Anvin · 12 years ago
  25. 36ee43a [klibc] Add rewind() function by H. Peter Anvin · 12 years ago
  26. 737de59 [klibc] f[d]open: don't bother setting input buffer by H. Peter Anvin · 12 years ago
  27. d0090d4 [klibc] fseek: report error on fflush() failure by H. Peter Anvin · 12 years ago
  28. bc95385 [klibc] fflush: discard input data by H. Peter Anvin · 12 years ago
  29. 1d0b64a [klibc] Make byte counters in stdio unsigned by H. Peter Anvin · 12 years ago
  30. 3fbfc5e [klibc] Fix confusion between _IONBF and _IOFBF by H. Peter Anvin · 12 years ago
  31. 54c51a9 [klibc] Restructure the FILE object to allow simple inlines by H. Peter Anvin · 12 years ago
  32. 26cebd5 [klibc] Add zalloc() function by H. Peter Anvin · 12 years ago
  33. 7649a96 [klibc] Move _IO_file_flags from stdio.h to stdioint.h by H. Peter Anvin · 12 years ago
  34. f8e0ad9 [klibc] Make __parse_open_mode handle "e" for O_CLOEXEC by H. Peter Anvin · 12 years ago
  35. 115fc7e [klibc] Remove unused fputc implementation by H. Peter Anvin · 12 years ago
  36. 54e5e8f [klibc] Remove stdio internals from <stdio.h> by H. Peter Anvin · 12 years ago
  37. ed1ea8c [klibc] Change OPEN_MAX to 256 by H. Peter Anvin · 12 years ago
  38. b803511 [klibc] Bypass stdio buffering for large I/O by H. Peter Anvin · 12 years ago
  39. 96819e5 [klibc] Replace the stdio offset with a stdio data pointer by H. Peter Anvin · 12 years ago
  40. 8254a21 [klibc] Simple stdio test by H. Peter Anvin · 12 years ago
  41. 9469b75 [klibc] ia64: Replace pipe.c with pipe.S by Luck, Tony · 12 years ago
  42. d22ecd7 [klibc] ia64: remove obsolete <klibc/archsys.h> by H. Peter Anvin · 12 years ago
  43. bdbd474 [klibc] s390x: klcc searches for include in the wrong path by Aurelien Jarno · 12 years ago
  44. dfd907c Merge branch 'master' into stdio by maximilian attems · 12 years ago stdio
  45. 4791ba9 [klibc] Makefile: drop -2.6 suffix to linux source pathes by maximilian attems · 12 years ago
  46. acf09ea [klibc] vsscanf: remove unused variables by Greg Thelen · 12 years ago
  47. 1c3e2f3 [klibc] ipconfig: check poll() return value by Greg Thelen · 12 years ago
  48. 7f47891 [klibc] include: [sys/types.h] -> linux/types.h and __aligned_u64 by Maciej Żenczykowski · 12 years ago
  49. 731d82c [klibc] kbuild: add static to prototypes by maximilian attems · 13 years ago
  50. 80b4ed3 [klibc] include: [limits.h] define OPEN_MAX by maximilian attems · 13 years ago
  51. 5ff3934 Merge branch 'master' into stdio by H. Peter Anvin · 12 years ago
  52. 6c82eff [klibc] include: [sys/file.h] define flock(2) there by maximilian attems · 13 years ago
  53. d84f05d [klibc] fflush: add missing parenthesis by maximilian attems · 13 years ago
  54. c40634c [klibc] include: [stdio.h] Add fileno() declaration by maximilian attems · 13 years ago
  55. 487cecb [klibc] include: [stdio.h] Add getc_unlocked by maximilian attems · 13 years ago
  56. 7974377 [klibc] include: [sys/stat.h] add mkfifo declaration by maximilian attems · 13 years ago
  57. 38255f5 [klibc] Next version is 2.0 by maximilian attems · 13 years ago
  58. c7dedd5 [klibc] stdio: fix ferror() by maximilian attems · 13 years ago
  59. ef573f1 [klibc] stdio: Add feof() by maximilian attems · 13 years ago
  60. 03f82fe [klibc] f{open,read,write}: Retire the older sources by maximilian attems · 13 years ago
  61. 6c4e51f Merge remote-tracking branch 'origin/stdio' into maks/stdio by maximilian attems · 13 years ago
  62. ee8d563 [klibc] include: [mntent.h] Add MNTTYPE_SWAP definition by maximilian attems · 13 years ago
  63. 1a4d642 [klibc] include: [sched.h] misssing pid_t definition by maximilian attems · 13 years ago
  64. d182778 [klibc] include: [sched.h] fix POSIX conformance by maximilian attems · 13 years ago
  65. e449219 [klibc] include: [sys/socket.h] Fix bind and connect attributes by maximilian attems · 13 years ago
  66. a634a8f [klibc] 1.5.25 released, next version is 1.5.26 by maximilian attems · 13 years ago
  67. ff0a614 [klibc] kinit: Add drop_capabilities support. by Mike Waychison · 13 years ago klibc-1.5.25
  68. 1060958 [klibc] test: Fix comment on top of sig-nodefer by maximilian attems · 13 years ago
  69. eee0fa5 [klibc] test: Add signal nodefer by Matt Fleming · 13 years ago
  70. 201dabf [klibc] include: [sys/ioctl.h] needs linux/sockios.h by maximilian attems · 13 years ago
  71. 96aeff7 [klibc] Fix fstatat() family syscalls by maximilian attems · 13 years ago
  72. 1de7279 [klibc] kinit minor checkpatch cleanup by maximilian attems · 13 years ago
  73. 2901f37 [klibc] klcc: Enhance param parsing by Mike Pagano · 13 years ago
  74. fc4e885 [klibc] fstype: fix possible null deref in check_for_modules() by maximilian attems · 13 years ago
  75. e90b19b [klibc] Add alphasort() support. by Mike Waychison · 13 years ago
  76. 6a36efe [klibc] Add scandir() support. by Mike Waychison · 13 years ago
  77. 0083b0b [klibc] include: [capability.h] kill names in arguments by maximilian attems · 13 years ago
  78. 23a326c [klibc] include: [socket.h] add missing definitions by maximilian attems · 13 years ago
  79. 4d91b84 [klibs] syscalls: Add capset and capget by Mike Waychison · 13 years ago
  80. 61067ca [klibc] 1.5.24 released, next version is 1.5.25 by maximilian attems · 13 years ago
  81. 236d23f [klibc] add support for kexec_load() by maximilian attems · 13 years ago klibc-1.5.24
  82. ee26527 [klibc] header: Fix missing <sys/socket.h> include by maximilian attems · 13 years ago
  83. 58e85e1 [klibc] Kbuild: fix parallel make install error by Tim Harder · 13 years ago
  84. 43080b7 [klibc] losetup, minips: nuke double included headers by maximilian attems · 13 years ago
  85. a6bd6d8 [klibc] unlinkat: Add missing third flag argument by maximilian attems · 13 years ago
  86. 390bd5a [klibc] gzip: Cleanup unused variable by maximilian attems · 13 years ago
  87. 16569ad [klibc] kinit: checkpatch cleanup by maximilian attems · 13 years ago
  88. 9c4561e [klibc] nfsmount: various checkpatch fixes by maximilian attems · 13 years ago
  89. 68b0eb2 [klibc] fstype: minor checkpatch fixes by maximilian attems · 13 years ago
  90. b0257eb [klibc] ipconfig: reduce checkpatch noise by maximilian attems · 13 years ago
  91. f506a82 [klibc] tests: checkpatch fixlets by maximilian attems · 13 years ago
  92. e1a79ac [klibc] ls: fix various checkpatch complaints by maximilian attems · 13 years ago
  93. 681948f [klibc] mount: whitespace policy by maximilian attems · 13 years ago
  94. 41932af [klibc] readklink: remove unneeded braces by maximilian attems · 13 years ago
  95. 3291a6b [klibc] sleep: have argument on next line by maximilian attems · 13 years ago
  96. 774aa24 [klibc] ipconfig: Don't try to guess the nameserver by Ulrich Dangel · 13 years ago
  97. 377dd4e [klibc] fstpye: no need for braces around return values by maximilian attems · 13 years ago
  98. 6cb28af [klibc] losetup: use stdout and return 0 for -h by Karel Zak · 14 years ago
  99. 8c56fb3 [klibc] cpio: directly include fnmatch by maximilian attems · 13 years ago
  100. e30f57c [klibc] cpio: cleanup O_BINARY usage. by maximilian attems · 13 years ago