2013-11-10 |
Rob Landley | distclean was missing singleconfig.old. |
commit | commitdiff | tree | snapshot |
2013-11-10 |
Rob Landley | Stuff in pending should default n until cleaned up. |
commit | commitdiff | tree | snapshot |
2013-11-10 |
Ashwini Sharma | Add tftpd |
commit | commitdiff | tree | snapshot |
2013-11-10 |
William Haddon | grep doesn't allocate enough space |
commit | commitdiff | tree | snapshot |
2013-11-09 |
Rob Landley | Typo spotted by Anca Emanuel. |
commit | commitdiff | tree | snapshot |
2013-11-07 |
Rob Landley | Tweak terminal_size to never set either to 0, and retur... |
commit | commitdiff | tree | snapshot |
2013-11-03 |
Rob Landley | Fix off by one, pointed out by Ashwini Sharma. |
commit | commitdiff | tree | snapshot |
2013-11-02 |
Rob Landley | Sceond cleanup pass on vconfig |
commit | commitdiff | tree | snapshot |
2013-11-02 |
Rob Landley | Give xstrncpy() a more informative error message. |
commit | commitdiff | tree | snapshot |
2013-11-02 |
Rob Landley | Merge toynet.h into toys.h: musl supports it and microm... |
commit | commitdiff | tree | snapshot |
2013-11-02 |
Rob Landley | Cleanup vconfig. |
commit | commitdiff | tree | snapshot |
2013-11-01 |
Rob Landley | Patch from William Haddon to make xargs with blank... |
commit | commitdiff | tree | snapshot |
2013-10-31 |
Rob Landley | Make the patch -x option (only enabled with CONFIG_DEBU... |
commit | commitdiff | tree | snapshot |
2013-10-27 |
Rob Landley | Promote nl from pending to posix, and add tests. |
commit | commitdiff | tree | snapshot |
2013-10-27 |
Rob Landley | Cleanup nl, add support for more bits of posix. |
commit | commitdiff | tree | snapshot |
2013-10-28 |
Isaac Dunham | Here's a revised cpio. |
commit | commitdiff | tree | snapshot |
2013-10-27 |
Rob Landley | Refactor terminal querying. |
commit | commitdiff | tree | snapshot |
2013-10-13 |
Elie De Brauwer | watch: Add support for -e option, remove memory leak... |
commit | commitdiff | tree | snapshot |
2013-10-26 |
Jeroen van... | I noticed the user count was missing and added this... |
commit | commitdiff | tree | snapshot |
2013-10-23 |
Rob Landley | Don't use $CC without $CROSS_COMPILE because $HOSTCC... |
commit | commitdiff | tree | snapshot |
2013-10-17 |
Rob Landley | Minor cleanup of reboot |
commit | commitdiff | tree | snapshot |
2013-10-01 |
Elie De Brauwer | New toy: reboot/halt/poweroff |
commit | commitdiff | tree | snapshot |
2013-10-17 |
Rob Landley | useradd, groupadd, and mkpasswd submitted by Ashwini... |
commit | commitdiff | tree | snapshot |
2013-10-17 |
Rob Landley | Minor lib/password.c cleanup, described on the list... |
commit | commitdiff | tree | snapshot |
2013-10-17 |
Rob Landley | Prep work for useradd by Ashwini Sharma. |
commit | commitdiff | tree | snapshot |
2013-10-15 |
Rob Landley | Teach scripts/test.sh to call scripts/single.sh. |
commit | commitdiff | tree | snapshot |
2013-10-14 |
Isaac Dunham | I've finally gotten 'cpio' into a shape where it could... |
commit | commitdiff | tree | snapshot |
2013-10-08 |
Rob Landley | Move blkid out of pending, default y. |
commit | commitdiff | tree | snapshot |
2013-10-08 |
Rob Landley | Cleanup chvt |
commit | commitdiff | tree | snapshot |
2013-10-08 |
Rob Landley | Cleanup blkid |
commit | commitdiff | tree | snapshot |
2013-10-07 |
Rob Landley | blkid cleanup: more whitespace (including fixing a... |
commit | commitdiff | tree | snapshot |
2013-10-07 |
Rob Landley | blkid cleanup: Convert tabs to spaces. |
commit | commitdiff | tree | snapshot |
2013-10-07 |
Brad Conroy | Add blkid.c |
commit | commitdiff | tree | snapshot |
2013-10-06 |
Rob Landley | Whitespace tweaks and remove unused variable. |
commit | commitdiff | tree | snapshot |
2013-10-06 |
Rob Landley | top submitted by Ashwini Sharma |
commit | commitdiff | tree | snapshot |
2013-10-06 |
Rob Landley | It's not a problem to exactly fill up the buffer with... |
commit | commitdiff | tree | snapshot |
2013-10-04 |
Rob Landley | Typo: fdisk != fsck. |
commit | commitdiff | tree | snapshot |
2013-10-03 |
Rob Landley | Switch flag generation from shell to C. |
commit | commitdiff | tree | snapshot |
2013-09-22 |
Rob Landley | traceroute from Ashwini Sharma |
commit | commitdiff | tree | snapshot |
2013-09-22 |
Rob Landley | Fix generated/oldtoys.h to contain option strings with... |
commit | commitdiff | tree | snapshot |
2013-09-21 |
Rob Landley | Update lib/args.c docs. |
commit | commitdiff | tree | snapshot |
2013-09-21 |
Rob Landley | Tweak args (yank old + that never worked, rename |... |
commit | commitdiff | tree | snapshot |
2013-09-21 |
Rob Landley | Fluff out option parsing documentation, add another... |
commit | commitdiff | tree | snapshot |
2013-09-17 |
Rob Landley | Fix -t c0 and -J as reported by heehooman at gmail... |
commit | commitdiff | tree | snapshot |
2013-09-18 |
Rob Landley | Release announcement on web page. |
commit | commitdiff | tree | snapshot |
2013-09-11 |
Rob Landley | Ah, that's why commit 1057 was skipped last pull: it... |
commit | commitdiff | tree | snapshot |
2013-09-10 |
Rob Landley | First pass of cut cleanup, and make test script slightl... |
commit | commitdiff | tree | snapshot |
2013-09-10 |
Rob Landley | Remove two unused functions and shrink another. |
commit | commitdiff | tree | snapshot |
2013-09-09 |
Rob Landley | Cleanup on acpi, switch to default y. |
commit | commitdiff | tree | snapshot |
2013-09-09 |
Isaac Dunham | I got tired of trying to guess how much terminal time... |
commit | commitdiff | tree | snapshot |
2013-09-09 |
Rob Landley | Minor cleanups. |
commit | commitdiff | tree | snapshot |
2013-09-09 |
Rob Landley | Don't write a zero past end of toybuf with large -d... |
commit | commitdiff | tree | snapshot |
2013-09-09 |
Rob Landley | Minor cosmetic tweaks to expand. |
commit | commitdiff | tree | snapshot |
2013-09-09 |
Rob Landley | Adjust patch to use dlist_pop() |
commit | commitdiff | tree | snapshot |
2013-09-09 |
Rob Landley | Redo tail closer to the original design. Add more tests... |
commit | commitdiff | tree | snapshot |
2013-09-09 |
Rob Landley | Fix [-group] argument dropping. |
commit | commitdiff | tree | snapshot |
2013-09-03 |
Rob Landley | Replace for_each_pid_with_name_in_array_perform_callbac... |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Rob Landley | Pending cleanup page, less than half done. Some of... |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Rob Landley | Ashwini Sharma submitted route.c, adding it to pending. |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Rob Landley | Make [-abc] exclude logic clear argument slots when... |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Rob Landley | Fix for xpidfile spotted by Felix Janda. |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Rob Landley | Missing typecast in recent rm fix. Oops. |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Rob Landley | Allow shipped generated/help.h to still be used, until... |
commit | commitdiff | tree | snapshot |
2013-08-30 |
Elie De Brauwer | make.sh: Fix probing for python2.x and be verbose in... |
commit | commitdiff | tree | snapshot |
2013-08-30 |
Elie De Brauwer | uname: Fix help string |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Jacek Bukarewicz | env - there were 2 segfaults when run on my Ubuntu... |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Rob Landley | Make chdir handle permissions according to posix, repor... |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Rob Landley | fix rm to handle "mkdir sub/sub && chmod 007 sub/sub... |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Rob Landley | Don't pad stat's %a field. |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Rob Landley | First pass at umount, not quite done yet. |
commit | commitdiff | tree | snapshot |
2013-09-03 |
Rob Landley | Introduce libbuf analogous to toybuf but for use by... |
commit | commitdiff | tree | snapshot |
2013-09-03 |
Rob Landley | Remove itoa/utoa, let libc do this with sprintf. |
commit | commitdiff | tree | snapshot |
2013-09-03 |
Rob Landley | Convert dhcp/dhcpd from utoa() to sprintf(). |
commit | commitdiff | tree | snapshot |
2013-09-03 |
Rob Landley | Switch ls from utoa to sprintf. |
commit | commitdiff | tree | snapshot |
2013-09-02 |
Rob Landley | Cleanup pwdx |
commit | commitdiff | tree | snapshot |
2013-09-02 |
Rob Landley | pwdx by Lukasz Skalski. |
commit | commitdiff | tree | snapshot |
2013-09-01 |
Rob Landley | Implement ls --color=auto, suggested by Rich Felker. |
commit | commitdiff | tree | snapshot |
2013-09-01 |
Rob Landley | Improve --longopt parsing: general bugfixes, better... |
commit | commitdiff | tree | snapshot |
2013-09-01 |
Rob Landley | Update status and roadmap pages, and status page genera... |
commit | commitdiff | tree | snapshot |
2013-08-31 |
Felix Janda | tail: Some fixes |
commit | commitdiff | tree | snapshot |
2013-08-30 |
Rob Landley | Allow getmountlist to read fstab too. |
commit | commitdiff | tree | snapshot |
2013-08-30 |
Rob Landley | Add scripts/single.sh to build individual non-multiplex... |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Rob Landley | PID and UID namespaces for unshare, pointed out by... |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Rob Landley | Rewrite pmap to be simpler and match other implementati... |
commit | commitdiff | tree | snapshot |
2013-08-27 |
Ashwini Sharma | Add pmap. |
commit | commitdiff | tree | snapshot |
2013-08-26 |
Felix Janda | syslogd: cleanup |
commit | commitdiff | tree | snapshot |
2013-08-24 |
Felix Janda | syslogd: cleanup |
commit | commitdiff | tree | snapshot |
2013-08-23 |
Felix Janda | syslogd: stop abusing arg_list |
commit | commitdiff | tree | snapshot |
2013-08-23 |
Felix Janda | syslogd: cleanup |
commit | commitdiff | tree | snapshot |
2013-08-21 |
Felix Janda | syslogd: cleanup |
commit | commitdiff | tree | snapshot |
2013-08-21 |
Rob Landley | Fix bug where exit code was only correct for -q. |
commit | commitdiff | tree | snapshot |
2013-08-21 |
Rob Landley | Fix --help option to multiplexer. |
commit | commitdiff | tree | snapshot |
2013-08-20 |
Felix Janda | syslogd: cleanup |
commit | commitdiff | tree | snapshot |
2013-08-20 |
Rob Landley | Add watch and ps, sent by Ashwini Sharma. |
commit | commitdiff | tree | snapshot |
2013-08-19 |
Felix Janda | In logger and syslogd remove duplicated definitions... |
commit | commitdiff | tree | snapshot |
2013-08-19 |
Rob Landley | Move grep from pending to posix, switch default to y. |
commit | commitdiff | tree | snapshot |
2013-08-19 |
Rob Landley | Finish grep rewrite and fleshing out test suite. Severa... |
commit | commitdiff | tree | snapshot |
2013-08-18 |
Rob Landley | Use OPTSTR_command macro for more oldtoys, to avoid... |
commit | commitdiff | tree | snapshot |
2013-08-18 |
Rob Landley | Document the toybox entry path from main() into a command. |
commit | commitdiff | tree | snapshot |
2013-08-18 |
Rob Landley | Fix wrong printf type. |
commit | commitdiff | tree | snapshot |
next |