build system: (try to) get rid of bb_config.h hack
[oweals/busybox.git] / libbb /
2006-10-16 Denis Vlasenkonc: fix 2 my own buglets, and few someone else's too.
2006-10-14 Denis Vlasenkogrep: add support for -r
2006-10-14 Denis Vlasenkoadd open_read_close() and similar stuff
2006-10-12 Denis Vlasenkoxread/write can use full_read/write (smaller code)
2006-10-12 Denis Vlasenkobb_get_[chomped]line_from_file wasn't descriptive enough.
2006-10-12 Denis Vlasenkocut, mount: small improvements
2006-10-12 Denis Vlasenkosmall style fixes
2006-10-12 Denis Vlasenkoexecable: no need to check getenv for NULL, it works...
2006-10-12 Denis Vlasenkoexecable.c: forgot to do "svn add" again...
2006-10-11 Denis Vlasenkoifupdown: stop emitting annoying/misleading error messages.
2006-10-11 Denis Vlasenkonmeter: new applet. ~4k
2006-10-10 Denis Vlasenkood: provide full-blown od from coreutils if CONFIG_DESKTOP
2006-10-10 Denis Vlasenkofixes from Vladimir Dronnikov <dronnikov@gmail.ru>
2006-10-08 Denis Vlasenkostart_stop_daemon: add -N <nice> compat
2006-10-08 Denis Vlasenkocorrect largefile support, add comments about it.
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-06 Denis Vlasenkodnsd fix; option_mask32 added. dnsd needs more love.
2006-10-05 Denis Vlasenkohttpd: add -u user[:grp] support
2006-10-05 Denis Vlasenkobuild system overhaul
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-10-03 Denis Vlasenkorename bb_default_error_retval -> xfunc_error_retval
2006-10-03 Denis Vlasenkofdformat: remove redundant check
2006-10-03 Denis Vlasenkorandom style fixes
2006-10-03 Denis Vlasenkorunit/chpst: "change process state" utility
2006-10-01 Denis Vlasenkosed: unbreak multiple -e, -f option handling (my fault)
2006-09-30 Denis Vlasenkolsmod: repair indentation
2006-09-29 Denis VlasenkoYet another silly little byte saving. couldn't -> cannot
2006-09-29 Denis Vlasenkotop: add support for -b, -n <iterations>
2006-09-29 Denis Vlasenkogetopt_ulflags: fix indentation in comment (needs to...
2006-09-29 Denis Vlasenkogetopt_ulflags: formatting fixes
2006-09-29 Denis Vlasenkoxargs: simplify option parsing
2006-09-28 Denis VlasenkoTried to find sha1_crypt - nope... ok, save few bytes...
2006-09-27 Denis Vlasenkousage.h: fix compile-time bugs exposed by previous...
2006-09-27 Denis Vlasenkokill: fix bugs (kill -l output was horrible), fix style...
2006-09-27 Denis Vlasenkoprocess utilities related style cleanup
2006-09-26 Denis Vlasenkowget: add (configurable) large file support. Run tested.
2006-09-23 Denis Vlasenkowget: fix bug where wget creates null file if there...
2006-09-23 Denis Vlasenkoremove unneeded #includes, fix indentation
2006-09-23 Denis Vlasenkocorrect_password: undo whitespace damage.
2006-09-23 Denis Vlasenkobb_askpass: shorten static password buffer. 256 is...
2006-09-22 Denis Vlasenkolosetup: getopt_ulflags'ification + small fix for perro...
2006-09-20 Rob LandleyTeach get_terminal_width_height to fall back to $LINES...
2006-09-19 Denis Vlasenkochange char *string = "foo" -> char string[] = "foo"
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-09-17 Denis Vlasenkostyle fixes
2006-09-14 Rob LandleyStrangely, using // in the comments I added was not...
2006-09-13 Bernhard Reutner... - fix copy'n paste errors that got introduced when...
2006-09-12 Rob LandleyRemove pointless "const". Bloatcheck says 0 bytes...
2006-09-12 Bernhard Reutner... - small trivia to be gentle to gcc-2.95.x which had...
2006-09-12 Bernhard Reutner... - fix warning about discarding qualifiers in initialization
2006-09-11 Bernhard Reutner... - merge xstat.c into xfuncs.c
2006-09-09 Denis Vlasenkotar: fix "xopen with O_CREAT" warning, improve zero...
2006-09-08 Denis Vlasenkofew random readability enhansements. No code changes
2006-09-08 Denis Vlasenkologin: style fixes
2006-09-07 Denis Vlasenkogetty, sulogin: convert to using bb_msg for syslog...
2006-09-07 Denis Vlasenkofix if (ENABLE_FEATURE_SYSLOG & (...)) - should be &&
2006-09-07 Denis VlasenkoAdd CONFIG_FEATURE_SYSLOG which controls whether
2006-09-07 Denis Vlasenkoadding files missed in prev updates (forgot about svn...
2006-09-06 Denis Vlasenkoremoved a lot of trailing \n in bb_msg() calls. It...
2006-09-06 Denis VlasenkoImplement optional syslog logging using ordinary
2006-09-06 Bernhard Reutner... - mdev and grep use xregcomp. Closes bug #1021
2006-09-05 Denis Vlasenkorun_shell.c: style fix
2006-09-05 Denis Vlasenkoxfunc: fix: && -> &. Also nuked two double semicolons...
2006-09-03 Denis Vlasenkouuencode: common implementation for wget and uuencode...
2006-09-03 Denis Vlasenkozcip: getopt -> bb_getopt_ulflags
2006-09-03 Denis Vlasenkoreplacing func() with xfunc() where appropriate
2006-08-28 Bernhard Reutner... - pull from busybox_scratch: r15829:15850
2006-08-28 Rob LandleyJordan Crouse submitted a patch to only include xregcom...
2006-08-28 Rob LandleyNo real need for my_query_module() and this eliminates...
2006-08-20 Bernhard Reutner... - merge -r15463:15564 from busybox_scratch branch throu...
2006-08-09 Rob LandleyAnother whack at scripts/individual. Now builds 212...
2006-08-08 Rob LandleyAdd shared subtree support, suggested by Vladimir Dronn...
2006-08-04 Rob LandleyAdd comments to all the functions in this file document...
2006-08-04 Rob LandleyThinko spotted by Vladimir Dronnikov.
2006-08-03 Rob LandleyRemove xcalloc() and convert its callers to xzalloc...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-16 Rob LandleyCleaup read() and write() variants, plus a couple of...
2006-07-15 Rob LandleyWe need xsetuid() and xsetgid() because per-user proces...
2006-07-15 Mike FrysingerTito writes: If the gecos field of an user is empty...
2006-07-12 Rob LandleyMore minor tweaks.
2006-07-12 Mike Frysingerdecuddle () from for/if/while
2006-07-12 Rob LandleyA couple things that got tangled up in my tree, easier...
2006-07-11 Rob LandleyPatch from Tito to remove pwd_to_spwd (which we don...
2006-07-11 Rob LandleyDenis Vlasenko spotted the lack of bounds checking...
2006-07-10 "Robert P. J. Day"Replace current verbose GPL stuff in libbb/*.c with...
2006-07-10 Rob LandleyAdd itoa and utoa to see what Denis Vlasenko thinks.
2006-07-06 Rob LandleyAttempt to address Shaun Jackman's problem adding ...
2006-07-02 "Robert P. J. Day"Correct the comment to match the code.
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-07-02 "Robert P. J. Day"Allow a user-configurable minimum password length.
2006-07-01 "Robert P. J. Day"More removal of "#if 0" content.
2006-07-01 "Robert P. J. Day"Remove all usage of the "register" storage class specifier.
2006-06-30 Rob LandleyThis kind of paranoia is a debug option at best.
2006-06-28 Rob LandleyFix bug bugs.busybox.net/view.php?id=874 where hexdump...
2006-06-27 Rob LandleyFix bugs.busybox.net/view.php?id=906 which could cause...
2006-06-25 Rob LandleyWhitespace. (Vim's auto-indent is kind of annoying...
2006-06-25 Rob LandleyFix a possible race condition if two processes try...
2006-06-24 Rob LandleyThe logic to make cp -d or -P treat things like regular...
2006-06-20 Rob LandleyThe type changed too.
next