1. 5b2644c Promote reset (actually write a new one using the simple man 4 console_codes by Rob Landley · 9 years ago
  2. aab9164 Add DIRTREE_SHUTUP to disable dirtree warnings if file vanishes out from by Rob Landley · 9 years ago
  3. 72cd2e0 Move not-curses code into interstingtimes.c by Rob Landley · 9 years ago
  4. cb7ed52 And remove the header part too. by Rob Landley · 9 years ago
  5. 2fd8624 Some infrastructure hexedit needs. (Poor man's curses.) by Rob Landley · 9 years ago
  6. 5b493dc Cleanup getprop, add qstrcmp() to lib for qsort (because posix-2008 broke by Rob Landley · 9 years ago
  7. e10483f Add readfileat() to lib by Rob Landley · 9 years ago
  8. b8140d1 Factor out xgetgrnamid() and xgetpwnamid() into xwrap.c. by Rob Landley · 9 years ago
  9. e6abb61 Upgrade oneit with -r (restart), -3 (send exiting PID values to child), and signal handling. by Rob Landley · 9 years ago
  10. 1be99e6 let the compiler check format strings by Elliott Hughes · 9 years ago
  11. c277f34 Cleanup/refactoring pass on hwclock. by Rob Landley · 9 years ago
  12. fb4ae95 Remove xexec_optargs(). by Rob Landley · 9 years ago
  13. 86c747a strtol() doesn't return error indicator for overflow, it just sets errno. So add estrtol() (which clears errno first), and xstrtol() (which error_exit()s on overflow). by Rob Landley · 9 years ago
  14. 5bec5ba Forgot to check in a header file for base64. by Rob Landley · 9 years ago
  15. 50fc9ed Work with buildroot's extensively patched uClibc, and for nommu support move xfork() to portability.h and #ifdef based on __uClinux__ (which seems to be the nommu compiler define). by Rob Landley · 9 years ago
  16. 2fb85a3 Implement xstrncat() and fix xstrndup(). by Rob Landley · 9 years ago
  17. 5fcc715 Factor out printf-style escape parsing logic from echo.c. by Rob Landley · 10 years ago
  18. 360d57f Split xpopen() into xpopen_both(), xpopen(), and xrun() depending on whether we want to redirect both, one, or neither of stdin/stdout. by Rob Landley · 10 years ago
  19. e996bdd Work in progress snapshot of mount, with fallout to umount. (Not done yet.) by Rob Landley · 10 years ago
  20. 60c35c4 Implement exec -user, -group, and -newer. Enable find in defconfig. by Rob Landley · 10 years ago
  21. bd0ad99 Yank xrealpath prototype since the function's gone. by Rob Landley · 10 years ago
  22. fec3fd1 Move DIRTREE_COMEAGAIN second callback up to when the filehandle is still open, and add dir->again variable to distinguish second call instead of checking for -1 filehandle. by Rob Landley · 10 years ago
  23. 546b293 Little endian and big endian versions of peek (for host.c). by Rob Landley · 10 years ago
  24. 6d15f0d Cleanup pass on mkpasswd.c by Rob Landley · 10 years ago
  25. 8115fc1 Forgot to check in strstart(). by Rob Landley · 10 years ago
  26. 44e68a1 mount: start on option parsing, implement loopback and bind mount autodetection. by Rob Landley · 10 years ago
  27. d8872c4 Introduce xfork() and make commands use it, and make some WEXITSTATUS() use WIFEXITED() and WTERMSIG()+127. by Rob Landley · 10 years ago
  28. dc64025 Switch mtab_list to doubly linked so we can traverse in either order. Convert umount and df. Add dlist_terminate() to break lists for traversal in either direction. by Rob Landley · 10 years ago
  29. 55e9f35 Add mount options to data getmountlist collects. by Rob Landley · 10 years ago
  30. 1bc5224 Add generic_signal() handler, which sets toys.signal and writes byte to toys.signalfd if set. by Rob Landley · 10 years ago
  31. e604d53 Add free functions for predefined llist types. by Rob Landley · 10 years ago
  32. 48c172b Switch human_readable() to just outputing decimal kilo/mega/gigabytes, make du use it, move it from lib/pending.c to lib.c. by Rob Landley · 10 years ago
  33. 5b40582 Group headers by standard (POSIX or LSB) or function (internationalization, networking). Move headers standards ignore (but which have been there >15 years) to lib/portability.h. Fold xregcomp into lib since it's posix. by Rob Landley · 10 years ago
  34. ca1b60e Move mkpathat to lib, remove redundant function used by patch. by Rob Landley · 10 years ago
  35. b6c8a86 Move bunzip2 logic from lib into bzcat. by Rob Landley · 10 years ago
  36. 59d85e2 Rename xmsprintf() to just xmprintf(). by Rob Landley · 10 years ago
  37. dc37317 Pass through all the readfile() arguments from xreadfile(). by Rob Landley · 10 years ago
  38. afba5b8 Fix some issues raised (albeit indirectly) by Isaac Dunham. by Rob Landley · 10 years ago
  39. db1009d Move names_to_pid from pending to lib. by Rob Landley · 10 years ago
  40. b5e7416 Oops, cleaned up ifconfig uses atolx_range() instead of get_int_list(). Check that in. by Rob Landley · 10 years ago
  41. 5ec4ab3 Add xgetpwnam() to lib/xwrap.c. by Rob Landley · 10 years ago
  42. 9e44a58 Move xgetpwuid() and xgetgrgid() into xwrap.c by Rob Landley · 10 years ago
  43. 34b91a9 Break out lib/pending.h from lib/lib.h. by Rob Landley · 11 years ago
  44. 10bdaa4 Tweak terminal_size to never set either to 0, and return true/false whether it could determine at least one coordinate. by Rob Landley · 11 years ago
  45. d0f7935 Prep work for useradd by Ashwini Sharma. by Rob Landley · 11 years ago
  46. cd0b70e Ah, that's why commit 1057 was skipped last pull: it was unfinished. Oops. (Fix it.) by Rob Landley · 11 years ago
  47. 5f57bcc Redo tail closer to the original design. Add more tests for large data sets. (Still no -f support yet.) by Rob Landley · 11 years ago
  48. 12c8814 Ashwini Sharma submitted route.c, adding it to pending. by Rob Landley · 11 years ago
  49. 8fdcfdb Introduce libbuf analogous to toybuf but for use by lib/*.c. Change readfile() semantics to be able to read into an existing buffer, or malloc its own if that's NULL. by Rob Landley · 11 years ago
  50. f538f42 Remove itoa/utoa, let libc do this with sprintf. by Rob Landley · 11 years ago
  51. 42adb7a Allow getmountlist to read fstab too. by Rob Landley · 11 years ago
  52. dccfb2a syslogd: cleanup by Felix Janda · 11 years ago
  53. 100fb23 Remove files du no longer needs. by Rob Landley · 11 years ago
  54. e49fe14 Add daemonize function to lib for klogd and syslogd by Felix Janda · 11 years ago
  55. 1aa7511 Forgot to check in xfdopen(). My bad. by Rob Landley · 11 years ago
  56. 7275667 Add timeout, factoring out common code from sleep. by Rob Landley · 11 years ago
  57. d390493 Split lib/xwrap.c from lib/lib.c by Rob Landley · 11 years ago
  58. e999ca0 add grep by Strake · 11 years ago
  59. 5583030 Add xexit() and make error_exit() use it. by Rob Landley · 11 years ago
  60. 5a26a86 Stat cleanup. by Rob Landley · 11 years ago
  61. 085f236 Add peek/poke to header file. by Rob Landley · 11 years ago
  62. 078d31c Convert getmountlist() to xgetmountlist(). by Rob Landley · 11 years ago
  63. 5a221e6 Add library function for the file permission formatting in ls and stat by Felix Janda · 11 years ago
  64. f015344 Add posix headers to toynet.h, move xioctl() to lib.c, introduce lib/net.c and move xsocket() to it. by Rob Landley · 11 years ago
  65. be93c91 More ifconfig cleanup. by Rob Landley · 11 years ago
  66. 36ffc5a Move guts of help command into show_help() in lib/help.c, with config TOYBOX_HELP controlling infrastructure. by Rob Landley · 11 years ago
  67. e5f3a0b Remove unused min/max macros. by Rob Landley · 11 years ago
  68. 090c5c6 Make dirtree_handle_callback() start with dirtree_ like the rest of the dirtree functions. by Rob Landley · 11 years ago
  69. ca4035b Extend killall with support for -v and -i by Elie De Brauwer · 11 years ago
  70. 7c6209d Adding -s (single shot) and -o (omit pids) options to pidof by Elie De Brauwer · 11 years ago
  71. 3162c27 Have dirtree_add_node() set parent so error message can provide full path. by Rob Landley · 11 years ago
  72. 4ddc73b Remove unused structure definition. by Rob Landley · 11 years ago
  73. 939fa74 Add expand command as described in POSIX-2008. Erratum: Do not handle backspace. by Jonathan Clairembault · 11 years ago
  74. fe91e68 Remove readlink -m for being poorly defined ("readlink -m /dev/null/and/more" answers what question, exactly?), rewrite xabspath() to work right and not depend on realpath, fix subtle longstanding bug in llist_traverse(). by Rob Landley · 11 years ago
  75. bd2e227 Update readlink so -f works. Add -menq while there. by Rob Landley · 12 years ago
  76. 734b530 Add cut from Jason Kyungwan Han. by Rob Landley · 12 years ago
  77. 7aa651a Reindent to two spaces per level. Remove vi: directives that haven't worked right in years (ubuntu broke its' vim implementation). Remove trailing spaces. Add/remove blank lines. Re-wordwrap in places. Update documentation with new coding style. by Rob Landley · 12 years ago
  78. 1a0eedf Add du command. by Ashwini Kumar · 12 years ago
  79. c52db60 Add signal handler to clean up tempfile. by Rob Landley · 12 years ago
  80. 6ba38c2 Use "_password" instead of "_passwd" for names in lib/password.c. by Rob Landley · 12 years ago
  81. 2c917f5 Add passwd by Kyungwan Han. by Rob Landley · 12 years ago
  82. 9e2b6db Genericize llist code a bit: rename llist_free() to llist_traverse(), and no longer accept NULL as a synonym for free. by Rob Landley · 12 years ago
  83. 2037b83 New infrastructure for od (oops). by Rob Landley · 12 years ago
  84. 78aaef2 Unify chown and chgrp, add support for -hHLP flags. by Rob Landley · 12 years ago
  85. 6ec2178 Add dirtree_parentfd() by Rob Landley · 12 years ago
  86. 4af1e1d Implement DIRTREE_SYMFOLLOW and ls -cSHL. by Rob Landley · 12 years ago
  87. 67a069d Update chmod to work with new dirtree, and fix bugs in string_to_mode(). by Rob Landley · 12 years ago
  88. 38d3cfb Changed my mind about the design again, now callback is dirtree_opennode() and recursion choice is how caller interprets flags. by Rob Landley · 12 years ago
  89. 4fa1b32 Factor out dirtree_comeagain() callback, setting up depth-first search with open filehandle in node->extra. by Rob Landley · 12 years ago
  90. eec4637 Add xrealpath() at suggestion of Ashish Briggers. by Rob Landley · 12 years ago
  91. 8c4ae8a dirtree logic cleanup: switch DIRTREE_NORECURSE and DIRTREE_NOSAVE to DIRTREE_RECURSE and DIRTREE_SAVE. by Rob Landley · 12 years ago
  92. eb7ea22 Rewrite dirtree so we don't need readdir, scandir, and fts.h. Rewrite ls (from scratch) to use new dirtree infrastructure. (This breaks everything else that currently uses dirtree.) by Rob Landley · 12 years ago
  93. 05744b3 Add string to mode_t parser by Daniel Walter · 12 years ago
  94. 2c48247 Redo tail to use optargs and optionally support lseek. Add support to optargs and llist.c, plus add a test suite entry. Still no -f support though. by Rob Landley · 12 years ago
  95. f793d53 Upgrade yesno() and make cp -i use it. by Rob Landley · 12 years ago
  96. 2dd50ad Factor out common code between killall/kill and move it to lib/lib.c, plus cleanups on kill.c. by Rob Landley · 12 years ago
  97. ebcf0be And again, I forgot to check in a file. Oops. by Rob Landley · 12 years ago
  98. ff9ee8f Add killall by Andreas Heck, and factor out common pid code to lib.h. by Rob Landley · 12 years ago
  99. 26e7b5e Quick and dirty terminal_size() and yesno() functions, both of which need to be improved. by Rob Landley · 12 years ago
  100. f01503d Commit 415 needs the other two files. (Oops.) by Rob Landley · 12 years ago