Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trylink: produce even more info about final link stage | Denis Vlasenko | 2007-08-12 | 1 | -1/+1 |
| | | | | | | | | | trylink: explain how to modify link and drastically decrease amount of padding (unfortunately, needs hand editing ATM). *: add ALIGN1 / ALIGN2 to global strings and arrays of bytes and shorts size saving: 0.5k | ||||
* | delete tons of extra #includes | Denis Vlasenko | 2007-05-31 | 1 | -2/+0 |
| | |||||
* | tar: sanitize option handling | Denis Vlasenko | 2006-11-24 | 1 | -2/+2 |
| | |||||
* | change char *string = "foo" -> char string[] = "foo" | Denis Vlasenko | 2006-09-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | function old new delta xsetenv 45 44 -1 iproute_list_or_flush 1834 1833 -1 ipaddr_modify 1915 1914 -1 ipaddr_list_or_flush 1861 1860 -1 invarg 39 38 -1 do_set 1259 1258 -1 bb_verror_msg 268 267 -1 create_icmp_socket 142 140 -2 create_icmp6_socket 142 140 -2 bb_full_fd_action 324 322 -2 bb_path_mtab_file 10 - -10 .rodata 214796 214720 -76 ------------------------------------------------------------------------------ (add/remove: 0/1 grow/shrink: 0/11 up/down: 0/-99) Total: -99 bytes | ||||
* | Add shared subtree support, suggested by Vladimir Dronnikov. Also break out a | Rob Landley | 2006-08-08 | 1 | -5/+2 |
| | | | | | | few new (unfinished) config options, which I intend to make hidden (but enabled) when CONFIG_NITPICK is disabled. Getting the .config infrastructure to do that is non-obvious, it seems... | ||||
* | - remove emacs layout block as suggested by Robert P.J. Day | Bernhard Reutner-Fischer | 2006-05-19 | 1 | -23/+1 |
| | | | | - use shorter boilerplate while at it | ||||
* | apgo in Bug 322 writes: kill off CONFIG_FEATURE_MTAB_FILENAME | Mike Frysinger | 2005-07-30 | 1 | -2/+2 |
| | |||||
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -3/+3 |
| | |||||
* | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | 2003-07-14 | 1 | -1/+1 |
| | |||||
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -2/+2 |
| | |||||
* | Write all the help text for the util-linux utilities. Allow | Eric Andersen | 2003-02-27 | 1 | -1/+1 |
| | | | | | | people to locate the mtab file somewhere other that /etc to accomodate read only root filesystems. -Erik | ||||
* | Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm not | Eric Andersen | 2002-12-05 | 1 | -6/+2 |
| | | | | | maintaining it anymore, and it is now terribly out of date. -Erik | ||||
* | Major rework of the directory structure and the entire build system. | Eric Andersen | 2001-10-24 | 1 | -9/+3 |
| | | | | -Erik | ||||
* | Fix BB_FEATURE_MTAB_SUPPORT test (report and patch by Magnus Damm). | Matt Kraai | 2001-10-04 | 1 | -1/+1 |
| | |||||
* | Fixed a BB_MTAB #define buglet reported by Magnus Damm. | Mark Whitley | 2001-04-25 | 1 | -1/+1 |
| | |||||
* | Move the mtab support stuff into libbb | Eric Andersen | 2001-04-01 | 1 | -0/+52 |
-Erik |