1. 35b40be du from Ashwini Sharma. by Rob Landley · 11 years ago
  2. 34b91a9 Break out lib/pending.h from lib/lib.h. by Rob Landley · 11 years ago
  3. 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
  4. 938b830 Fix off by one, pointed out by Ashwini Sharma. by Rob Landley · 11 years ago
  5. 3704f82 Give xstrncpy() a more informative error message. by Rob Landley · 11 years ago
  6. 98c322e Merge toynet.h into toys.h: musl supports it and micromanaging uClibc config options isn't very interesting anymore. by Rob Landley · 11 years ago
  7. c9cc530 Refactor terminal querying. by Rob Landley · 11 years ago
  8. 3403742 Minor lib/password.c cleanup, described on the list. (Inline two functions.) by Rob Landley · 11 years ago
  9. d0f7935 Prep work for useradd by Ashwini Sharma. by Rob Landley · 11 years ago
  10. 0405185 Whitespace tweaks and remove unused variable. by Rob Landley · 11 years ago
  11. 507026b It's not a problem to exactly fill up the buffer with a run if the next symbol is the terminating symbol. Fixes https://jira.cyanogenmod.org/browse/CYAN-1896 by Rob Landley · 11 years ago
  12. c705b95 Tweak args (yank old + that never worked, rename | to +), and add uname -o as a synonym for -s. by Rob Landley · 11 years ago
  13. dc6db1a Fluff out option parsing documentation, add another DEBUG test. by Rob Landley · 11 years ago
  14. bc382be Fix -t c0 and -J as reported by heehooman at gmail on the list. by Rob Landley · 11 years ago
  15. cd0b70e Ah, that's why commit 1057 was skipped last pull: it was unfinished. Oops. (Fix it.) by Rob Landley · 11 years ago
  16. e3e8084 Remove two unused functions and shrink another. by Rob Landley · 11 years ago
  17. bb215e4 Adjust patch to use dlist_pop() by Rob Landley · 11 years ago
  18. 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
  19. 9d4cd46 Fix [-group] argument dropping. by Rob Landley · 11 years ago
  20. 7d64dae Replace for_each_pid_with_name_in_array_perform_callback_function_upon_translated_value() with name_to_pid(), comparing absolute paths or just basename() consistently as spotted by Lukasz Skalski, and adjust callers. by Rob Landley · 11 years ago
  21. 12c8814 Ashwini Sharma submitted route.c, adding it to pending. by Rob Landley · 11 years ago
  22. c8a4997 Make [-abc] exclude logic clear argument slots when disabling options. by Rob Landley · 11 years ago
  23. 46e8e1d Fix for xpidfile spotted by Felix Janda. by Rob Landley · 11 years ago
  24. 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
  25. f538f42 Remove itoa/utoa, let libc do this with sprintf. by Rob Landley · 11 years ago
  26. b7162a4 Improve --longopt parsing: general bugfixes, better error reporting, new ; option for optional arguments only suppliable with =. by Rob Landley · 11 years ago
  27. 42adb7a Allow getmountlist to read fstab too. by Rob Landley · 11 years ago
  28. d04dc1f Add scripts/single.sh to build individual non-multiplexed standalone commands. by Rob Landley · 11 years ago
  29. 455865a Rewrite pmap to be simpler and match other implementation's output more closely. by Rob Landley · 11 years ago
  30. dccfb2a syslogd: cleanup by Felix Janda · 11 years ago
  31. 100fb23 Remove files du no longer needs. by Rob Landley · 11 years ago
  32. e49fe14 Add daemonize function to lib for klogd and syslogd by Felix Janda · 11 years ago
  33. 035f27a Achille Fouilleul pointed out that fdlength wasn't returning the right length in the binary search case. by Rob Landley · 11 years ago
  34. 1aa7511 Forgot to check in xfdopen(). My bad. by Rob Landley · 11 years ago
  35. 9e89d47 Cleanup renice and implement '|' (required option) in argument parsing. by Rob Landley · 11 years ago
  36. bb504f3 Start of TOYBOX_SINGLE support, for building standalone commands with no multiplexer. by Rob Landley · 11 years ago
  37. 7275667 Add timeout, factoring out common code from sleep. by Rob Landley · 11 years ago
  38. d390493 Split lib/xwrap.c from lib/lib.c by Rob Landley · 11 years ago
  39. 87aef24 New stuff added to lib.c needs review too, so make a lib/pending.c and move several functions to it. by Rob Landley · 11 years ago
  40. e999ca0 add grep by Strake · 11 years ago
  41. c810f9f This inlines CRC64, and nothing more. by Isaac Dunham · 11 years ago
  42. 4d3b3da Option type @ counts number of occurrences, it doesn't take an argument. by Rob Landley · 11 years ago
  43. 5583030 Add xexit() and make error_exit() use it. by Rob Landley · 11 years ago
  44. 5a26a86 Stat cleanup. by Rob Landley · 11 years ago
  45. 085f236 Add peek/poke to header file. by Rob Landley · 11 years ago
  46. 6b28341 Enable readfile() and add peek() and poke() functions. by Rob Landley · 11 years ago
  47. 6a921ee xioctl() error message should use hex ioctl number; that's what headers list. by Rob Landley · 11 years ago
  48. 00474ef Silence warning and comment a subtle bit. by Rob Landley · 11 years ago
  49. 078d31c Convert getmountlist() to xgetmountlist(). by Rob Landley · 11 years ago
  50. 6938c0b Fix bare longopts to set unique optflag bits. by Rob Landley · 11 years ago
  51. acede57 Fix xabspath when last path component exists but we haven't got permissions to open it (ala readlink -f /dev/sda as a normal user). Spotted by Ashwini Sharma. by Rob Landley · 11 years ago
  52. 7a1f582 Fix conflicting types for show_help(). by Rob Landley · 11 years ago
  53. 5a221e6 Add library function for the file permission formatting in ls and stat by Felix Janda · 11 years ago
  54. 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
  55. a4a6dfb Remove leaked global path_mounts. by Rob Landley · 11 years ago
  56. 4f49955 Eliminate leaked global bunzip_errors. by Rob Landley · 11 years ago
  57. be93c91 More ifconfig cleanup. by Rob Landley · 11 years ago
  58. 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
  59. a137c3f Fix argument parsing so -- doesn't include itself in output. by Rob Landley · 11 years ago
  60. e5f3a0b Remove unused min/max macros. by Rob Landley · 11 years ago
  61. 25b043b Compile time probe to fish O_NOFOLLOW out of linux headers when fcntl doesn't conform to posix-2008. by Rob Landley · 11 years ago
  62. 364d9ab O_NOFOLLOW is specified by posix-2008 and varies by target, don't try to supply them for broken headers. by Rob Landley · 11 years ago
  63. 9559c2c Comment updates and a policy statement about avoiding #define GNU_dammit by Rob Landley · 11 years ago
  64. 44b9d04 More support for old (~2008) build environments, move the #ifdef checks for symbols out of specific library version checks (shouldn't hurt anything), remove obsolete debug macro. by Rob Landley · 11 years ago
  65. 2279108 Fix -in behavior: descend into existing directory without prompting, show full path in error messages, actually overwrite when answering yes to -i. by Rob Landley · 11 years ago
  66. 7c0e280 Fix xabspath() resolving symlink after .., and properly detecting failure for last entry after nondir. by Rob Landley · 12 years ago
  67. ae9243a Work around more random uClibc-specific breakage. by Rob Landley · 12 years ago
  68. 662a267 Have error_msg() and friends set TT.exitval to 1 if it's still 0, clean out other places that were setting it that no longer need to. by Rob Landley · 12 years ago
  69. 090c5c6 Make dirtree_handle_callback() start with dirtree_ like the rest of the dirtree functions. by Rob Landley · 12 years ago
  70. 8abf095 Ashwini Sharma pointed out that my previous tweak to [!abc] groups still didn't get the error reporting right (test case "touch -d 12 -r f2 f1"). This says "no 'r' with 'd'" for that, and still shouldn't be able to fall off the end of the list (segfault) because an option can't conflict with itself (that's what the ~(1<<i) on lib/args.c line 317 is for). by Rob Landley · 12 years ago
  71. 6d91e0f Fix option grouping. by Rob Landley · 12 years ago
  72. ca4035b Extend killall with support for -v and -i by Elie De Brauwer · 12 years ago
  73. 7c6209d Adding -s (single shot) and -o (omit pids) options to pidof by Elie De Brauwer · 12 years ago
  74. 37de8ed Complicate the rm -i behavior to do what posix specifies. by Rob Landley · 12 years ago
  75. db8eb32 Make yesno() always read from stdin and write to stderr. (If we need to find our tty, open /dev/tty, but existing users don't.) by Rob Landley · 12 years ago
  76. 3162c27 Have dirtree_add_node() set parent so error message can provide full path. by Rob Landley · 12 years ago
  77. 4ddc73b Remove unused structure definition. by Rob Landley · 12 years ago
  78. 62fd9d0 Fix ancient glibc workaround to force fstatat64 by Rob Landley · 12 years ago
  79. 939fa74 Add expand command as described in POSIX-2008. Erratum: Do not handle backspace. by Jonathan Clairembault · 12 years ago
  80. 9f8217c The headers of uClibc and older glibc got unhappy with O_DIRECTORY and some other stuff. Fix it up in portability.h. by Rob Landley · 12 years ago
  81. de51192 Fix typo. by Rob Landley · 12 years ago
  82. 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 · 12 years ago
  83. bd2e227 Update readlink so -f works. Add -menq while there. by Rob Landley · 12 years ago
  84. 7f909bd Teach option parsing about [groups] of related options. by Rob Landley · 12 years ago
  85. 491eb80 Fix leak (call endmntent). by Rob Landley · 12 years ago
  86. bbda4ef More touch cleanup to use generic infrastructure: use getdate() from libc, use flag macros, option parsing can collect argument strings in global block, use existing perror_* macros. by Rob Landley · 12 years ago
  87. 734b530 Add cut from Jason Kyungwan Han. by Rob Landley · 12 years ago
  88. caf39c2 Add rebound support to intercept error_exit() and longjmp instead. by Rob Landley · 12 years ago
  89. 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
  90. 4e79810 Older versions of glibc predated posix-2008. They still provide most of what we need, but require a boot to the headers to get them to admit it. Note that uClibc lies and claims to be glibc so we have to specifically exclude it here. by Rob Landley · 12 years ago
  91. 58fe702 Use stridx. by Rob Landley · 12 years ago
  92. b77293f Fix thinko in xpidfile() by Rob Landley · 12 years ago
  93. 1a0eedf Add du command. by Ashwini Kumar · 12 years ago
  94. c52db60 Add signal handler to clean up tempfile. by Rob Landley · 12 years ago
  95. 07d79af Workaround longstanding glibc/ld bug, ala http://sources.redhat.com/bugzilla/show_bug.cgi?id=3400, which prevents "./toybox | wc" from producing any output when toybox was statically linked. by Rob Landley · 12 years ago
  96. 31f49e7 Make chmod +w respect umask, implement +s and +t, fix ls to show suid/sgid/stid without x bit. by Rob Landley · 12 years ago
  97. 6ba38c2 Use "_password" instead of "_passwd" for names in lib/password.c. by Rob Landley · 12 years ago
  98. a727b51 Only add / in dirtree_path if it hasn't already got one, spotted by Ashwini Sharma. by Rob Landley · 12 years ago
  99. 2c917f5 Add passwd by Kyungwan Han. by Rob Landley · 12 years ago
  100. 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