applets: fix compile-time warning
[oweals/busybox.git] / libbb /
2007-05-02 Denis Vlasenkofix suid config handling
2007-05-01 Denis Vlasenkotest: code size saving, no logic changes
2007-04-28 Denis Vlasenkohush: fix nofork + ctrl-Z clobbering of globals
2007-04-21 Denis Vlasenkofind_root_device: use lstat - don't follow links
2007-04-21 Denis Vlasenkohush: begin fixing non-functional job control
2007-04-19 Denis Vlasenkoprocps: remove all global variables
2007-04-19 Denis Vlasenkops: add -o tty and -o rss support
2007-04-19 Denis Vlasenkoloop device code: readability improvement
2007-04-15 Denis Vlasenkolineedit: state->hist_file doesn't exist if !FEATURE_ED...
2007-04-14 Denis Vlasenkolineedit: nuke two unused variables and code which...
2007-04-14 Denis Vlasenkolineedit: do not try to open NULL history file
2007-04-14 Denis Vlasenkohush: use NOFORK applets as appropriate. Net reduction...
2007-04-13 Denis Vlasenkoteach find_root_device to deal with /dev/ subdirs
2007-04-13 Denis Vlasenkomake xsocket die with address family printed (if VERBOS...
2007-04-12 Denis Vlasenkologin: remove setpgrp call (makes it work from shell...
2007-04-12 Denis Vlasenkopass a copy of argv[i] to NOFORK applets (they may...
2007-04-12 Bernhard Reutner... - add xsendto and use where appropriate; shrink iplink...
2007-04-12 Denis Vlasenkostyle fixes. No code changes
2007-04-11 Denis Vlasenkobb_full_fd_action: remove potential xmalloc from NOFORK...
2007-04-11 Denis Vlasenkofix misplaced #if
2007-04-11 Denis Vlasenkoadd more convenient defines for [NO]MMU:
2007-04-10 Denis Vlasenkorandom NOMMU fixes. compressed --help really does work...
2007-04-10 Denis VlasenkoRename two config options:
2007-04-10 Denis Vlasenkomake compressed help code NOMMU- and NOFORK-friendly -
2007-04-10 Denis Vlasenkomake a few struct bb_applet members conditional
2007-04-10 Denis Vlasenkoaudit small applets and mark some of them as NOFORK.
2007-04-10 Denis Vlasenkostyle fixes. No code changes.
2007-04-10 Bernhard Reutner... - add libbb function str_tolower to convert a string...
2007-04-09 Denis Vlasenkomake xfunctions optionally longjump instead of exit.
2007-04-09 Denis Vlasenkofactor out NOFORK/NOEXEC code from find. Use it for...
2007-04-09 Denis Vlasenkowait4pid: if passed with pid < 0, do not set errno...
2007-04-09 Denis VlasenkoImplement first instance of NOFORK applet - echo
2007-04-08 Denis Vlasenkogetopt32: fix llist_t options ordering. llist_rev is...
2007-04-08 Denis Vlasenkofind: fix handling of -prune
2007-04-07 Denis Vlasenkorandom small shrinkage and elimination of statics
2007-04-05 Denis Vlasenkosvn add match_fstype.c :(
2007-04-05 Denis Vlasenko[u]mount: extend -t option (Roy Marples <uberlord@gento...
2007-04-05 Denis Vlasenkolibbb: add xunlink()
2007-04-05 Denis Vlasenkonc: port nc 1.10 to busybox
2007-04-05 Bernhard Reutner... - fix segfault in reset_ino_dev_hashtable() when *hasht...
2007-04-02 Denis Vlasenkotest: comment out unused code
2007-04-01 Denis Vlasenkotcpsvd: new applet
2007-03-30 Bernhard Reutner... - fix bug where we did not reject invalid classes like...
2007-03-29 Bernhard Reutner... - fold recurse, depthFirst and dereference params into...
2007-03-28 Denis Vlasenkops: work around libc bug: printf("%.*s\n", MAX_INT...
2007-03-27 Denis Vlasenkopidfile creation mode set to 0666 (umask affects it...
2007-03-27 Denis Vlasenkoforgotten svn add...
2007-03-27 Denis Vlasenkomake pidfile writing configurable.
2007-03-26 Denis Vlasenkoremove_file: cosmetic code improvement, a few bytes...
2007-03-26 Denis Vlasenkozcip: make it work on NOMMU (+ improve NOMMU support...
2007-03-26 Denis VlasenkoAttempt to get more applets compile for NOMMU.
2007-03-26 Denis Vlasenkolibbb: rework NOMMU helper API so that it makes more...
2007-03-25 Denis Vlasenkoadd NOMMU fixme's; move move_fd from runit_lib to libbb...
2007-03-24 Denis Vlasenkorandom style fixes (extra spaces deleted)
2007-03-24 Denis VlasenkoNOMMU re-exec trick shuld not depend on existence of...
2007-03-24 Denis Vlasenkoapplets.c, xfunc.c: style cleanup
2007-03-20 Denis Vlasenkofix accumulated whitespace and indentation damage
2007-03-18 Denis Vlasenkofix inadvertently leaked PWD_BUFFER_SIZE
2007-03-15 Denis Vlasenkogzip: Improve ptr_to_globals trick, allowing gcc
2007-03-15 Denis Vlasenkocopy_file: comment out one condition which is always...
2007-03-15 Denis Vlasenkofix TODO: getopt32 should reset optind to 1 itself
2007-03-15 Denis Vlasenkomodify ptr_to_globals trick so that we do not violate
2007-03-14 Denis Vlasenkoswapon: reinstate hole check but reduce it to warning
2007-03-14 Denis Vlasenkostop using big static buffer for inode hash
2007-03-14 Denis Vlasenkostop using (yet another) static buffer
2007-03-14 Denis Vlasenkogzip: reduce global data footprint, part 3
2007-03-14 Denis Vlasenkogzip: reduce global data footprint, part 2
2007-03-13 Denis VlasenkoDo not fail password check if shadow password does...
2007-03-12 Denis Vlasenkointroduce and use setfscreatecon_or_die
2007-03-11 Denis Vlasenkonext portion of selinux updates: chcon, runcon. From
2007-03-10 Denis Vlasenkoselinux support by Yuichi Nakamura <ynakam@hitachisoft...
2007-03-07 Denis Vlasenkoclean up accumulated whitespace damage
2007-03-06 Denis Vlasenkoifupdown: code to deconstruct the state_list gracefully
2007-03-03 Denis Vlasenkoping: don't measure times if ping payload is less than...
2007-02-17 Denis Vlasenkosort: fix multiple -k (was ignoring all except last)
2007-02-17 Denis Vlasenkoinit: code readability enhancements; very small code...
2007-02-13 Denis Vlasenkohttpd: a little bit more correct handling of CGI "HTTP...
2007-02-11 Denis Vlasenkosyslogd: fix "readpath bug" by using readlink instead
2007-02-09 Denis Vlasenkoping: support -I addr in family neutral manner; reuse...
2007-02-08 Mike Frysingermake sure ps/top output what they claim: vsz, not rss...
2007-02-07 Denis Vlasenkotftp: fix IPv6 fallout
2007-02-07 Denis Vlasenkofix #ifdef ENABLE_xxx -> #if
2007-02-06 Denis Vlasenkonew applets: selinux utils by KaiGai Kohei <kaigai...
2007-02-06 Denis VlasenkoEXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo...
2007-02-04 Bernhard Reutner... - indent
2007-02-04 Denis Vlasenkoudhcp: use improved gethostbyname replacement from...
2007-02-04 Denis Vlasenkomount: (try to) support cifs with IPv6
2007-02-04 Denis Vlasenkoadd x to IPv6 functions which can die
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-02-03 Denis Vlasenkolineedit: add missing #if/#endif
2007-02-03 Denis VlasenkoAdd BB_EXEC[LV]P() which encapsulate FEATURE_EXEC_PREFE...
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #4
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #2
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #1
2007-01-27 Denis Vlasenkouse bb_sanitize_stdio() where appropriate
2007-01-27 Denis Vlasenkofix warning in find.c
2007-01-26 Denis Vlasenkofix bin2hex bug. lowercase = uppercase | 0x20, not...
2007-01-26 Denis Vlasenkobb_parse_mode: do not do umask() needlessly.
2007-01-24 Denis VlasenkoUnify ping and ping6. ping has -4 and -6 which force
2007-01-24 Denis Vlasenkoaccumulated post-1.4.0 fixes
next