ip route: add comment, no code changes
[oweals/busybox.git] / libbb /
2007-11-25 Denis Vlasenkowhich: fix testsuite failure
2007-11-14 Denis VlasenkoIntroduce FEATURE_PREFER_IPV4_ADDRESS. If selected...
2007-11-10 Denis Vlasenkolineedit: stop using both data/bss and tons of stack.
2007-11-10 Denis Vlasenkosyslogd: support "symlink to symlink" for /dev/log...
2007-11-08 Bernhard Reutner... - commentary fixes
2007-11-08 Paul Foxxmalloc_follow_symlinks() -- fix ELOOP issue with absol...
2007-11-08 Denis Vlasenkoxreadlink: code shrink
2007-11-08 Paul Foxfollow symlinks to find the true passwd file before...
2007-11-08 Paul Foxnew xmalloc_readlink_follow() routine to fully expand...
2007-11-06 Denis Vlasenkologin: clear dangerous environment variables if started...
2007-11-06 Denis Vlasenkofbset: fix buglet where we were using wrong pointer
2007-11-04 Denis Vlasenkoifconfig: code shrink
2007-11-02 Denis Vlasenkoinsmod: code shrink, stop exporting insmod_ng_main.
2007-10-29 Denis Vlasenkoappletlib.c: make it actally follow _BB_SUID_ALWAYS...
2007-10-29 Denis Vlasenkosyscall: code shrink
2007-10-20 Denis Vlasenkobb_askpass: handle Ctrl-C, restore termoios on Ctrl-C.
2007-10-20 Denis Vlasenkoread_line_input: fix it to not do any fancy editing...
2007-10-20 Denis Vlasenkoping: fix breakage from -I fix
2007-10-20 Denis Vlasenkokbd_mode: new applet by Loïc Grenié <loic.grenie@gmail...
2007-10-18 Denis Vlasenkoxatonum.h: add comment
2007-10-17 Denis Vlasenkoanother fix for build failure found by randomconfig
2007-10-16 Denis Vlasenkoeven more fixes from randomconfig runs
2007-10-14 Denis Vlasenkoremove trailing whitespace
2007-10-11 Denis Vlasenkofix a problem with two different applet_name's
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-10 Denis VlasenkoMove applets/applet.c into libbb, allows to get rid...
2007-10-10 Denis Vlasenkoget rid of global "struct bb_applet *current_applet"
2007-10-08 Denis Vlasenkowhitespace fix
2007-10-08 Denis Vlasenkoadd libbb/appletlib.c
2007-10-07 Denis Vlasenkolibbusybox: move (possibly compressed) help stuff into...
2007-10-01 Denis Vlasenkoprintf("%s\n") -> puts()
2007-10-01 Denis Vlasenko'simple' error message functions by Loic Grenie <loic...
2007-09-30 Denis Vlasenkointroduce and use close_on_exec_on(fd). -50 bytes.
2007-09-30 Denis Vlasenkoprint_signames_and_exit -> print_signames (because...
2007-09-29 Denis Vlasenkotrivial typo fix
2007-09-29 Denis Vlasenkopgrep,pkill: new applets by Loic Grenie <loic.grenie...
2007-09-29 Denis Vlasenkoxrealloc_getcwd_or_warn: smaller cod and less wasted...
2007-09-29 Denis Vlasenkoremove if() which is always true
2007-09-28 Denis Vlasenkomore "if (p) free(p)" fixes; fix a typo in comment
2007-09-28 Denis Vlasenkoremove stray semicolon
2007-09-27 Denis Vlasenkolibbb: make const_int_0 reside in rodata
2007-09-27 Denis Vlasenkolibbb: align bb_common_bufsiz1 to "long long"
2007-09-27 Denis Vlasenkointroduce bb_putchar(). saves ~1800 on uclibc (less...
2007-09-27 Denis Vlasenkolineedit: plug memory leak
2007-09-27 Denis Vlasenkointroduce safe_poll (fixes a problem in top)
2007-09-25 Denis Vlasenkodocumentation bits in comments, no code changes
2007-09-24 Denis Vlasenko*: kill bb_get_last_path_component, replace with two...
2007-09-11 Denis Vlasenkocp: make it a bit closer to POSIX, but still refuse...
2007-09-11 Denis Vlasenkocp: make "cp file /dev/node" special case; explained...
2007-09-10 Denis Vlasenkorun_shell: code shrink for selinux
2007-09-10 Denis Vlasenkosetup_environment: code shrink
2007-09-08 Denis Vlasenkotop: TOPMEM feature - 's(how sizes)' command. +2.5k...
2007-09-07 Denis Vlasenkomessages: by popular request allow PATH to be customize...
2007-09-05 Denis Vlasenkobusybox --install -s: prevent puzzling "/bin/busybox...
2007-08-28 Denis Vlasenkosmart_ulltoa5: emit small letters k,m,g... - makes top
2007-08-28 Denis Vlasenkotop: use poll instead of select for waiting on one...
2007-08-27 Denis Vlasenkocp: fix recursion check to not waste bytes remembering...
2007-08-27 Denis Vlasenkocp: detect and prevent infinite recursion
2007-08-26 Denis Vlasenkops: fix RSS parsing (rss field in /proc/PID/stat is...
2007-08-25 Denis Vlasenkomake copy_file() a bit easier to understand, and smaller
2007-08-25 Denis Vlasenkosupport "#!/bin/busybox"-style wrappers. Needed for...
2007-08-24 Denis Vlasenkocp,mv: simpler arg[cv] handling -> smallish code savings
2007-08-24 Denis Vlasenkocp: make POSIX-me-harder mode complain with a bit less...
2007-08-19 Denis Vlasenkolibbb,crond,lash: fix getopt32 (don't know how it manag...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-18 Denis Vlasenkomake standalone httpd work on NOMMU machines
2007-08-18 Denis Vlasenkointroduce and use xdup2(int, int)
2007-08-17 Denis Vlasenkohttpd shring and logging update, part 1 or 7
2007-08-16 Denis Vlasenkohdparm: shrink rodata by ~250 bytes
2007-08-16 Denis Vlasenkowhitespace fixes, no code changes
2007-08-15 Denis Vlasenkov[hp]error_msg have 2-3 callsites only -> incorporate...
2007-08-15 Denis Vlasenkoif pidfile turned out to be !regular file, do not unlin...
2007-08-14 Denis Vlasenkohttpd: add -v[v]: prints client addresses, HTTP codes...
2007-08-14 Denis Vlasenkotrylink: automatically use custom link script if user...
2007-08-13 Denis Vlasenkoexpand, unexpand: new applets from Tito <farmatito...
2007-08-13 Denis Vlasenkos/#ifdef CONFIG_/#if ENABLE_/g
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-08-11 Denis Vlasenkohttpd: fix CGI handling bug (we were closing wrong...
2007-08-09 Denis Vlasenkols,ps,watch: measure terminal width on fd 0, not 1
2007-08-09 Denis Vlasenkostat: fix option -Z segv (bug 1454)
2007-08-06 Denis Vlasenkobb_uudecode: now this is the more thorough fix... I...
2007-08-06 Denis Vlasenkobb_uuencode: fix obscure case where we were using data...
2007-08-03 Denis Vlasenkomount: print errno on NFS error (again)
2007-08-02 Denis Vlasenkoudhcp: slight shrink
2007-08-02 Denis Vlasenkostart_stop_daemon: NOMMU fixes, round 2 by Alex Landau...
2007-07-31 Denis Vlasenkostart_stop_daemon: NOMMU fix; smaller fixes
2007-07-27 Denis Vlasenkofix for suffix optimization (which was in previous...
2007-07-27 Denis Vlasenkobb_getpwuid, bb_getgrgid: change order of arguments...
2007-07-25 Denis Vlasenkogetopt32: fix getopt32 breakage (forgot to memset(0...
2007-07-24 Denis VlasenkoReplace index_in_[sub]str_array with index_in_[sub...
2007-07-23 Denis Vlasenkogetopt32 must remain NOFORK-safe (no mallocs!). Using...
2007-07-23 Denis Vlasenkorework long option handling. saves ~1.2k
2007-07-21 Denis Vlasenkostyle fix (stray space before ';')
2007-07-21 Denis Vlasenkolibbb: nuke BB_GETOPT_ERROR, always die if there are...
2007-07-21 Denis Vlasenkochpasswd: fixes and code shrink
2007-07-20 Denis Vlasenkochpasswd: now with svn add
2007-07-20 Denis Vlasenkochpasswd: new applet by Alexander Shishkin <virtuoso...
2007-07-19 Denis Vlasenkostray trailing tabs removed
2007-07-17 Denis Vlasenkoremove accumulated stray trailing whitespace
2007-07-14 Denis Vlasenkoxioctl and friends by Tito <farmatito@tiscali.it>
next