aboutsummaryrefslogtreecommitdiff
path: root/console-tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove casts from xmalloc()vda2006-12-191-1/+1
* u_short, ulong exterminatedvda2006-12-192-4/+4
* svlogd: new applet. +9k. Still too big, but it was 12k yesterday.vda2006-11-161-1/+1
* last nail into error_msg() (de)capitalizationvda2006-10-271-9/+9
* - revert r16191; re-add resize() applet.aldot2006-10-253-0/+56
* message string changes, mostly for consistency, also -32 bytes in .rodatavda2006-10-201-1/+1
* console-tools/resize.c is apparently leftover from a reverted patch.andersen2006-10-191-0/+0
* attempt to regularize atoi mess.vda2006-10-085-40/+13
* build system overhaulvda2006-10-054-74/+31
* getopt_ulflags -> getopt32.vda2006-10-031-2/+2
* "I'll think about it" != "apply it now". It means I need to think about it.landley2006-09-223-56/+0
* - add new applet resize.aldot2006-09-223-0/+56
* whitespace cleanupvda2006-09-171-1/+1
* setkeycodes: something horrible happened herevda2006-09-091-24/+23
* xfunc: fix: && -> &. Also nuked two double semicolons...vda2006-09-051-1/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-036-42/+7
* Cleaup read() and write() variants, plus a couple of new functions likelandley2006-07-161-8/+6
* Add one-line GPL boilerplate to numerous (but not all yet) source files.rpjday2006-07-126-80/+6
* Standardize on the vi editing directives being on the first line.rpjday2006-07-021-0/+1
* More removal of "#if 0" content.rpjday2006-07-011-5/+0
* - use the defines CURRENT_TTY and VC_1; also shrink xargs a tiny bit:aldot2006-05-271-1/+1
* - add central knob to turn off getopt_long everywhere. EXPERIMENTAL!aldot2006-05-262-0/+11
* - remove emacs layout block as suggested by Robert P.J. Dayaldot2006-05-193-66/+3
* pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail...vapier2006-05-131-1/+1
* kill pointless memory.h includesvapier2006-04-161-1/+0
* setlogcons, from Jan Kaszka.landley2006-03-273-0/+41
* - revert back to r14406aldot2006-03-131-14/+19
* Cleanup patches from tito.landley2006-03-103-23/+14
* Patch from Denis Vlasenko turning static const int (which gets emitted intolandley2006-03-104-11/+17
* - backout using features which are not available with the previous stablealdot2006-03-091-2/+6
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-063-3/+3
* - use absolute path for top_builddir and top_srcdir.aldot2006-03-021-0/+4
* - fixes parallel builds (make -j)aldot2006-03-011-18/+9
* Don't build directory libraries unless we're building an applet that needs it.landley2006-02-211-0/+2
* make the build system puuuuuuuuuuurtyvapier2006-02-021-3/+2
* clean up yet more annoying signed/unsigned mismatches and fixupandersen2006-01-301-2/+2
* just whitespacetimr2006-01-252-3/+3
* - shared libbusybox.aldot2006-01-151-13/+17
* trivial generate exit codevodz2005-10-121-2/+1
* correct strange *3 isatty(0) codevodz2005-10-121-2/+2
* re-order a little for alphabeticalvapier2005-09-241-7/+7
* use the shorter license headervapier2005-09-241-15/+2
* use brief license linevapier2005-09-241-15/+2
* Cleanup patch by Bernhard Fischer, removing unnecessary includes oflandley2005-09-111-1/+1
* Tito sent more size tweaks.landley2005-09-084-19/+11
* applying patch for bug 72:pgf2005-08-013-0/+82
* use defines instead of const integersvapier2005-07-311-3/+3
* shrink the flag setting by reversing the operationvapier2005-07-311-10/+4
* replace for loops with one function callvapier2005-07-311-4/+2
* cleanup the error message so we dont use glibcism of %m and cast a pointer to...vapier2005-07-301-2/+2