aboutsummaryrefslogtreecommitdiff
path: root/console-tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* remove casts from xmalloc()Denis Vlasenko2006-12-191-1/+1
|
* u_short, ulong exterminatedDenis Vlasenko2006-12-192-4/+4
| | | | fdiskXXX: add a bit of sanity (not enough by far)
* svlogd: new applet. +9k. Still too big, but it was 12k yesterday.Denis Vlasenko2006-11-161-1/+1
|
* last nail into error_msg() (de)capitalizationDenis Vlasenko2006-10-271-9/+9
|
* - revert r16191; re-add resize() applet.Bernhard Reutner-Fischer2006-10-253-0/+56
| | | | | | | text data bss dec hex filename 288 0 0 288 120 console-tools/_resize.o.gcc-2.95 258 0 0 258 102 console-tools/_resize.o.gcc-3.3 252 0 0 252 fc console-tools/_resize.o.gcc-3.4
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-1/+1
|
* console-tools/resize.c is apparently leftover from a reverted patch.Eric Andersen2006-10-191-0/+0
| | | | | Since it is a 0 length file, it gets nuked by 'make distclean' so I suppose might as well kill it off properly.
* attempt to regularize atoi mess.Denis Vlasenko2006-10-085-40/+13
|
* build system overhaulDenis Vlasenko2006-10-054-74/+31
|
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-2/+2
| | | | | | | | It is impossible to formulate sane ABI based on size of ulong because it can be 32-bit or 64-bit. Basically it means that you cannot portably use more that 32 option chars in one call anyway... Make it explicit.
* "I'll think about it" != "apply it now". It means I need to think about it.Rob Landley2006-09-223-56/+0
|
* - add new applet resize.Bernhard Reutner-Fischer2006-09-223-0/+56
| | | | | | text data bss dec hex filename 185 0 0 185 b9 console-tools/resize.o 255 0 0 255 ff console-tools/resize.o.print
* whitespace cleanupDenis Vlasenko2006-09-171-1/+1
|
* setkeycodes: something horrible happened hereDenis Vlasenko2006-09-091-24/+23
| | | | | to indentation... fixed now
* xfunc: fix: && -> &. Also nuked two double semicolons...Denis Vlasenko2006-09-051-1/+1
|
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-036-42/+7
| | | | | | | | | | things like xasprintf() into xfuncs.c, remove xprint_file_by_name() (it only had one user), clean up lots of #includes... General cleanup pass. What I've been doing for the last couple days. And it conflicts! I've removed httpd.c from this checkin due to somebody else touching that file. It builds for me. I have to catch a bus. (Now you know why I'm looking forward to Mercurial.)
* Cleaup read() and write() variants, plus a couple of new functions likeRob Landley2006-07-161-8/+6
| | | | xlseek and fdlength() for the new mkswap.
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-126-80/+6
|
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
|
* More removal of "#if 0" content."Robert P. J. Day"2006-07-011-5/+0
|
* - use the defines CURRENT_TTY and VC_1; also shrink xargs a tiny bit:Bernhard Reutner-Fischer2006-05-271-1/+1
| | | | | | | | | | | | | | | | add/remove: 0/0 grow/shrink: 2/6 up/down: 5/-37 (-32) function old new delta static.add_interface 271 274 +3 static.glob3 36 38 +2 static.renice_main 409 408 -1 static.readcmd 1083 1081 -2 static.changepath 176 174 -2 static.parse_opts 56 51 -5 static.rx_main 1095 1088 -7 static.xargs_main 759 739 -20 ---------------------------------------------------------------- Result :-) -32
* - add central knob to turn off getopt_long everywhere. EXPERIMENTAL!Bernhard Reutner-Fischer2006-05-262-0/+11
| | | | | | Adds "Enable getopt long" under "General options", default y. Send patches to fix getopt_ulflags and run_parts.c if you turn this off.. See http://busybox.net/lists/busybox/2006-May/021828.html for a start to run-parts
* - remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer2006-05-193-66/+3
| | | | - use shorter boilerplate while at it
* pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the ↵Mike Frysinger2006-05-131-1/+1
| | | | mailing list
* kill pointless memory.h includesMike Frysinger2006-04-161-1/+0
|
* setlogcons, from Jan Kaszka.Rob Landley2006-03-273-0/+41
|
* - revert back to r14406Bernhard Reutner-Fischer2006-03-131-14/+19
|
* Cleanup patches from tito.Rob Landley2006-03-103-23/+14
|
* Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley2006-03-104-11/+17
| | | | the busybox binary) into enums (which don't).
* - backout using features which are not available with the previous stableBernhard Reutner-Fischer2006-03-091-2/+6
| | | | version of make (3.71.1).
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-063-3/+3
| | | | definitions. (That should only be on prototypes.)
* - use absolute path for top_builddir and top_srcdir.Bernhard Reutner-Fischer2006-03-021-0/+4
| | | | Fixes make trying to include the very same file in an endless loop.
* - fixes parallel builds (make -j)Bernhard Reutner-Fischer2006-03-011-18/+9
| | | | - use less resources for the buildsystem itself
* Don't build directory libraries unless we're building an applet that needs it.Rob Landley2006-02-211-0/+2
| | | | Cherry-picked from Devin Bayer's big MacOS X patch.
* make the build system puuuuuuuuuuurtyMike Frysinger2006-02-021-3/+2
|
* clean up yet more annoying signed/unsigned mismatches and fixupEric Andersen2006-01-301-2/+2
| | | | yet more incorrect types
* just whitespaceTim Riker2006-01-252-3/+3
|
* - shared libbusybox.Bernhard Reutner-Fischer2006-01-151-13/+17
| | | | | - IMA compilation option (aka IPO, IPA,..) Please holler if i broke something..
* trivial generate exit code"Vladimir N. Oleynik"2005-10-121-2/+1
|
* correct strange *3 isatty(0) code"Vladimir N. Oleynik"2005-10-121-2/+2
|
* re-order a little for alphabeticalMike Frysinger2005-09-241-7/+7
|
* use the shorter license headerMike Frysinger2005-09-241-15/+2
|
* use brief license lineMike Frysinger2005-09-241-15/+2
|
* Cleanup patch by Bernhard Fischer, removing unnecessary includes ofRob Landley2005-09-111-1/+1
| | | | getopt.h, whitespace changes, typos, etc.
* Tito sent more size tweaks.Rob Landley2005-09-084-19/+11
|
* applying patch for bug 72:Paul Fox2005-08-013-0/+82
| | | | | | 0000072: Add applet to redirect console output via ioctl(..., TIOCCONS) applet name changed to setconsole, since suse has a very similar utility. better to treat differences as bugs than invent a new command.
* use defines instead of const integersMike Frysinger2005-07-311-3/+3
|
* shrink the flag setting by reversing the operationMike Frysinger2005-07-311-10/+4
|
* replace for loops with one function callMike Frysinger2005-07-311-4/+2
|
* cleanup the error message so we dont use glibcism of %m and cast a pointer ↵Mike Frysinger2005-07-301-2/+2
| | | | to an int (bad on 64bit arches)