- dad378b Cleanup grep, make it pass the current test suite. by Rob Landley · 12 years ago
- 147b2fc System V style init, submitted by Kyungwan Han. by Rob Landley · 12 years ago
- b56e7d5 Need to specify bool for CP_MV_MORE config symbol to avoid warnings. by Rob Landley · 12 years ago
- b2bc382 ls --color should depend on LS in menuconfig. by Rob Landley · 12 years ago
- f97eaf1 Cleanup grep: help text, whitespace, add parentheses. by Rob Landley · 12 years ago
- 1fa6824 Found the fault. My method of -w fails sans -E, so I just disallow it. by M. Farkas-Dyck · 12 years ago
- 3595eff Clean up grep.test to use "infile" properly, and not try to work around the $PATH behavior of scripts/test.sh. Tested with both TEST_HOST=1 and normal. by Rob Landley · 12 years ago
- 577377c I add testsuite for grep. by Ashwini Sharma · 12 years ago
- 9c8047a Move renice from pending to posix, default y, fix link to standard. by Rob Landley · 12 years ago
- 9e89d47 Cleanup renice and implement '|' (required option) in argument parsing. by Rob Landley · 12 years ago
- 0c03786 Add renice. by M. Farkas-Dyck · 12 years ago
- e3a6c4e Fix lspci -e by Felix Janda · 12 years ago
- 50a0daa add nl by Strake · 12 years ago
- 00385c4 The attached KLOGD patch is an improved version of the one you have in hg. by Ashwini Sharma · 12 years ago
- bf05d4a logger: Some cleanup by Felix Janda · 12 years ago
- 5335d80 grep: s/astrcat/x&/g by Strake · 12 years ago
- 0dbd779 grep: add -b flag by Strake · 22 years ago
- 7b7b284 grep: add -w flag by Strake · 22 years ago
- f97cc9f lspci: use toybuf instead of dynamic memory allocation by Felix Janda · 12 years ago
- fe03a1f I've written an lspci implementation. by Isaac Dunham · 12 years ago
- 0c25099 This removes xz_mode. by Isaac Dunham · 12 years ago
- 49f8d6f Link to Georgi's mirror on github. by Rob Landley · 12 years ago
- 7c9d6ce Juhani Haverinen pointed out that python 3 doesn't work with config2help.py, so you python2 binary until finishing the C rewrite. by Rob Landley · 12 years ago
- a6b99ef Implement test by Felix Janda · 12 years ago
- 5e56568 Don't make a FLAG_ macro for " ", it's a control character, doing so throws the indexes off. Reported by Ashwini Sharma. by Rob Landley · 12 years ago
- fe85069 pgrep and pkill by Madhur Verma, by Rob Landley · 12 years ago
- 74323a5 netstat by Ranjan Kumar. by Rob Landley · 12 years ago
- 4c7cf4e syslogd by Madhur Verma. by Rob Landley · 12 years ago
- 174ba2b grep by Strake · 12 years ago
- 62b151e More ifconfig cleanup: Remove if_list, unify get_device_info and display_ifconfig(), inline another magic constant #define that's only used once. by Rob Landley · 12 years ago
- b3c5520 Another round of ifconfig cleanup. by Rob Landley · 12 years ago
- bb504f3 Start of TOYBOX_SINGLE support, for building standalone commands with no multiplexer. by Rob Landley · 12 years ago
- a817a02 Replace users of xexec(toys.optargs) with xexec_optargs(0) to avoid free/reuse bug during argument parsing. by Rob Landley · 12 years ago
- 39af4ae make xzcat use loopfiles(), thereby allowing regular usage. by Isaac Dunham · 12 years ago
- 9641a3c xzcat: remove XZ_(PREALLOC|SINGLE), inline xz_dec_bcj_create by Isaac Dunham · 12 years ago
- 7275667 Add timeout, factoring out common code from sleep. by Rob Landley · 12 years ago
- d390493 Split lib/xwrap.c from lib/lib.c by Rob Landley · 12 years ago
- 9bd2e18 klogd, submitted by Ashwini Sharma. by Rob Landley · 12 years ago
- 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 · 12 years ago
- e999ca0 add grep by Strake · 12 years ago
- 19ee0eb Eject cleanups. by Rob Landley · 12 years ago
- 4ae257e Eject, by Kyungwan Han. by Rob Landley · 12 years ago
- a2168e7 add paramtype in to the list of tags by Isaac Dunham · 12 years ago
- c810f9f This inlines CRC64, and nothing more. by Isaac Dunham · 12 years ago
- 8e9ec86 here's a version of paste. It doesn't deal with wide characters yet and by Felix Janda · 12 years ago
- ea87830 Added tag 0.4.5 for changeset 62ba5ce62e9d by Rob Landley · 12 years ago
- 876903c Make ls output major, minor for block devices. by Rob Landley · 12 years ago
- 12a4d74 First pass at ls --color by Rob Landley · 12 years ago
- 53b4770 Condense ls help text. by Rob Landley · 12 years ago
- 953722e Add config option for --help support in all commands. by Rob Landley · 12 years ago
- 302d9d3 Fix another segfault in ls -C when terminal size is 0x0. by Rob Landley · 12 years ago
- 7bb5221 modinfo: support -b basedir and -k kernel.release, fix two bugs by Isaac Dunham · 12 years ago
- aafa148 Update status to include recently implemented commands. by Rob Landley · 12 years ago
- 10217d3 Modinfo cleanups. by Rob Landley · 12 years ago
- 9d5456c Patch that assumes that the presence of the string ".ko" indicates by Isaac Dunham · 12 years ago
- 1f3c42d Implement mv as an extension of cp. by Rob Landley · 12 years ago
- 4d3b3da Option type @ counts number of occurrences, it doesn't take an argument. by Rob Landley · 12 years ago
- 3a489e4 Generate FLAG_longopt macros for --longopts with no corresponding short option. by Rob Landley · 12 years ago
- 50b2625 Add pivot_root. by Rob Landley · 12 years ago
- 55ec010 Test cases for split. by Rob Landley · 12 years ago
- e566f3a Misc website updates. by Rob Landley · 12 years ago
- d683b17 Typo fix by Rob Landley · 12 years ago
- 5583030 Add xexit() and make error_exit() use it. by Rob Landley · 12 years ago
- c2305e8 Implement split. by Rob Landley · 12 years ago
- 5b25105 Upgrade modinfo to support multiple modules, and add tests, from Isaac Dunham. by Rob Landley · 12 years ago
- bc9cfe0 Force 64 bit math in expr, from Daniel Verkamp by Rob Landley · 12 years ago
- fdc0a0e Yet more ifconfig cleanup. by Rob Landley · 12 years ago
- 32526f2 Start of expr, by Daniel Verkamp. by Rob Landley · 12 years ago
- cfb4c48 More ifconfig cleanup, described on list. by Rob Landley · 12 years ago
- 40cc416 Move stat from pending to other, default y. by Rob Landley · 12 years ago
- e340e4e Stat cleanup. by Rob Landley · 12 years ago
- 5a26a86 Stat cleanup. by Rob Landley · 12 years ago
- 085f236 Add peek/poke to header file. by Rob Landley · 12 years ago
- ceca2e3 Stat cleanup. by Rob Landley · 12 years ago
- 6b28341 Enable readfile() and add peek() and poke() functions. by Rob Landley · 12 years ago
- e8d186a Stat cleanup. by Rob Landley · 12 years ago
- 2586c26 stat: Separate stat and statfs by Felix Janda · 12 years ago
- 9d2f777 stat: Add support for stat'ing multiple files by Felix Janda · 12 years ago
- 8d9b9ca Tests for touch (needs more work). by Rob Landley · 12 years ago
- ee492df Tests for losetup. by Rob Landley · 12 years ago
- 0737331 More ifconfig cleanup, inlining show_ip_addr(), hex_to_binary(), and set_hw_address(). by Rob Landley · 12 years ago
- c3ddf43 Next round of ifconfig cleanup, to be described on mailing list. by Rob Landley · 12 years ago
- c94966f Yet more ifconfig cleanup. (As described on the mailing list [CLEANUP] thread.) by Rob Landley · 12 years ago
- 6a921ee xioctl() error message should use hex ioctl number; that's what headers list. by Rob Landley · 12 years ago
- 1c1db04 Make groups handle multiple usernames on command line. by Ivo van Poorten · 12 years ago
- 0ae7180 Tighten up lsusb, default to "y". by Rob Landley · 12 years ago
- 00474ef Silence warning and comment a subtle bit. by Rob Landley · 12 years ago
- bd7a7fe Attached is a pretty simple implementation of lsub. It doesn't implement any of the flags/options, but does the raw output. by Andre Renaud · 12 years ago
- 38aa170 add groups implementation to id.c by Ivo van poorten · 12 years ago
- 970bf32 Ifconfig cleanup to option parsing. by Rob Landley · 12 years ago
- 078d31c Convert getmountlist() to xgetmountlist(). by Rob Landley · 12 years ago
- 934b2d3 Web page tweaks. by Rob Landley · 12 years ago
- 09ee264 Add --help option to toybox command when TOYBOX_HELP is enabled. by Rob Landley · 12 years ago
- 0b87b2e Another stab at recapitulating phylogeny in a README file. by Rob Landley · 12 years ago
- d7a4e11 Some work I did over the weekend on nbd_client, not sure where I left off... by Rob Landley · 12 years ago
- 45084bd generated/help.h depends on CONFIG_TOYBOX_HELP by Felix Janda · 12 years ago
- 6938c0b Fix bare longopts to set unique optflag bits. by Rob Landley · 12 years ago
- b3d4f0b The host sort on many distros behaves stupidly, and sorts stuff in non-ascii order by default. Make it stop. by Rob Landley · 12 years ago
- 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 · 12 years ago
- 7a1f582 Fix conflicting types for show_help(). by Rob Landley · 12 years ago