2012-12-30 |
Rob Landley | Getting the pwd -L behavior right is fiddly. |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Felix Janda | Add some tests for pwd. |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Felix Janda | Add options -L and -P to pwd. |
commit | commitdiff | tree | snapshot |
2012-12-29 |
Rob Landley | Ashwini Sharma pointed out that my previous tweak to... |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Felix Janda | Add tests to mkfifo based on tests for mkdir. |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Felix Janda | mkfifo -m is already implemented. |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Rob Landley | Fix option grouping. |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Rob Landley | TOYBOX_DEBUG warns about lack of suid bit when running... |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Rob Landley | A screen width of 1 is possible (in some weird setups... |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Rob Landley | Minor cleanups. |
commit | commitdiff | tree | snapshot |
2012-12-16 |
Elie De Brauwer | LSB does not allow killall to kill itself |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Rob Landley | Minor tweaks. |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Felix Janda | Add some tests for mkdir |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Felix Janda | Add -m option to mkdir |
commit | commitdiff | tree | snapshot |
2012-12-16 |
Elie De Brauwer | Extend killall with support for -v and -i |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Rob Landley | Elie De Brauwer pointed out that xputs() isn't reliably... |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Rob Landley | Whitespace. |
commit | commitdiff | tree | snapshot |
2012-12-16 |
Elie De Brauwer | Extend seq to support -f (format string) and -s (string... |
commit | commitdiff | tree | snapshot |
2012-12-22 |
Elie De Brauwer | Fix tac to handle the "abc\ndef" case properly |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Rob Landley | Update mkstatus.py, roadmap.html, and status.html. |
commit | commitdiff | tree | snapshot |
2012-12-22 |
Elie De Brauwer | Refactoring broke rev |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Rob Landley | Web page update for release. |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Rob Landley | Minor cleanups. |
commit | commitdiff | tree | snapshot |
2012-12-16 |
Elie De Brauwer | Adding implementation of rev including tests |
commit | commitdiff | tree | snapshot |
2012-12-15 |
Elie De Brauwer | Adding tests for tac based on cat tests |
commit | commitdiff | tree | snapshot |
2012-12-15 |
Elie De Brauwer | Simplify tac, the newline checking is already done... |
commit | commitdiff | tree | snapshot |
2012-12-16 |
Rob Landley | Missing letter in help text. |
commit | commitdiff | tree | snapshot |
2012-12-15 |
Rob Landley | Added tag 0.4.2 for changeset 8947c0d35e58 |
commit | commitdiff | tree | snapshot |
2012-12-13 |
Rob Landley | The Linux kernel "make clean" calls rm -f with no argum... 0.4.2 |
commit | commitdiff | tree | snapshot |
2012-12-11 |
Rob Landley | Add stat submission to new "pending" directory, along... |
commit | commitdiff | tree | snapshot |
2012-12-10 |
Rob Landley | essat's flag not to follow symlinks isn't in the system... |
commit | commitdiff | tree | snapshot |
2012-12-09 |
Rob Landley | Meddle. |
commit | commitdiff | tree | snapshot |
2012-12-08 |
Elie De Brauwer | Adding -s (single shot) and -o (omit pids) options... |
commit | commitdiff | tree | snapshot |
2012-12-09 |
Rob Landley | Set executable bits on two test scripts. |
commit | commitdiff | tree | snapshot |
2012-12-08 |
Elie De Brauwer | Adding sha1sum tests based on RFC 3174 |
commit | commitdiff | tree | snapshot |
2012-12-08 |
Elie De Brauwer | Adding tests for cat |
commit | commitdiff | tree | snapshot |
2012-12-09 |
Rob Landley | Add README file to each toys/ directory, teach build... |
commit | commitdiff | tree | snapshot |
2012-12-08 |
Rob Landley | Complicate the rm -i behavior to do what posix specifies. |
commit | commitdiff | tree | snapshot |
2012-12-08 |
Rob Landley | Make yesno() always read from stdin and write to stderr... |
commit | commitdiff | tree | snapshot |
2012-12-07 |
Rob Landley | New rm command. |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Rob Landley | Update link to posix in docs (open group broke their... |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Rob Landley | Have dirtree_add_node() set parent so error message... |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Rob Landley | Use sched_{set,get}affinity directly so musl doesn... |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Rob Landley | Minor whitespace tweak. |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Rob Landley | First guess at what internationalization support for... |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Rob Landley | Generate status page with new pubs.opengroup.org urls. |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Rob Landley | Remove unused structure definition. |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Rob Landley | The open group changed their website stupidly, so openg... |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Rob Landley | Add header that musl libc needs. |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Rob Landley | Fix ancient glibc workaround to force fstatat64 |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Rob Landley | Minor cleanup: unify two codepaths that do the same... |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Rob Landley | Would the compiler like to warn me about declaring... |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Rob Landley | Felix Janda pointed out that the r in mbrtowc() stands... |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Rob Landley | Re-add backspace support to expand (oops) and fix test... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Rob Landley | Largeish rewrite of expand, mostly described on the... |
commit | commitdiff | tree | snapshot |
2012-11-29 |
Rob Landley | md5sum tests from RFC 1321 |
commit | commitdiff | tree | snapshot |
2012-11-29 |
Rob Landley | Use the specified compiler for preprocessing. |
commit | commitdiff | tree | snapshot |
2012-11-28 |
Rob Landley | The previous wc -m didn't handle multibyte characters... |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Jonathan Clairembault | login: Avoid gcc to drop exit condition because of... |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Rob Landley | First round of expand cleanups. |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Jonathan Clairembault | expand: handle backspace. |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Jonathan Clairembault | Add expand command as described in POSIX-2008. |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Rob Landley | Squash "type punned pointer" nonsense with a bigger... |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Rob Landley | The headers of uClibc and older glibc got unhappy with... |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Rob Landley | Cleanup i18n support (#ifdefectomy, move global init... |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Rob Landley | Update touch: add remaining posix arguments, make exist... |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Felix Janda | Make internalization support optional |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Rob Landley | Fix typo. |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Rob Landley | Remove readlink -m for being poorly defined ("readlink... |
commit | commitdiff | tree | snapshot |
2012-11-20 |
Rob Landley | Update readlink so -f works. Add -menq while there. |
commit | commitdiff | tree | snapshot |
2012-11-20 |
Rob Landley | Commit 698 adding cut should ahve included the actual... |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Rob Landley | Teach option parsing about [groups] of related options. |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Rob Landley | Init global context to toybox multiplexer early so... |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Rob Landley | Fix leak (call endmntent). |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Rob Landley | More touch cleanup to use generic infrastructure: use... |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Rob Landley | Fix touch warnings (unused variables, failure to reserv... |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Rob Landley | Refactor touch (cleanup whitespace, brackets, function... |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Rob Landley | Add touch from Choubey Ji. |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Rob Landley | Add cut from Jason Kyungwan Han. |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Rob Landley | Set optc when optstring NULL. |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Rob Landley | Add rebound support to intercept error_exit() and longj... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Rob Landley | Make ls default to -C if no option specified and it... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Rob Landley | Reindent to two spaces per level. Remove vi: directives... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Rob Landley | Announce release, add anchor tags to roadmap, tweak... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Rob Landley | Added tag 0.4.1 for changeset 8871e8002812 |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Rob Landley | Older versions of glibc predated posix-2008. They still... 0.4.1 |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Rob Landley | Yet another attempt to get the fiddly patch file creati... |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Rob Landley | On 32 bit platforms %ld doesn't match uint64_t, so... |
commit | commitdiff | tree | snapshot |
2012-11-10 |
Rob Landley | Fix reversed test: patch creates a file if /dev/null... |
commit | commitdiff | tree | snapshot |
2012-11-08 |
Rob Landley | Change df percentage calculation to match posix, spotte... |
commit | commitdiff | tree | snapshot |
2012-11-08 |
Felix Janda | wc -m only cares about counting characters. Attached... |
commit | commitdiff | tree | snapshot |
2012-11-04 |
Rob Landley | Make sha1sum and md5sum default to y. |
commit | commitdiff | tree | snapshot |
2012-11-02 |
Rob Landley | Use stridx. |
commit | commitdiff | tree | snapshot |
2012-11-01 |
Kyungwan Han | Add vconfig.c - Creates virtual ethernet devices. |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Felix Janda | attached are some simple tests for dirname and wc and... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Rob Landley | Follow symlinks to get actual device name, getmountlist... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Rob Landley | Add md5sum in lsb, combine sha1sum (mostly shared infra... |
commit | commitdiff | tree | snapshot |
2012-10-21 |
Rob Landley | Put the commands at the start of menuconfig and the... |
commit | commitdiff | tree | snapshot |
2012-10-16 |
Rob Landley | Update roadmap/status with new toolbox analysis based... |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Rob Landley | Doc tweak about test suite. |
commit | commitdiff | tree | snapshot |
next |