getopt_mk_fifo_nod: heed warning
[oweals/busybox.git] / include /
2007-06-08 Denis Vlasenkomake busybox --install work even if /proc/self/exe...
2007-06-08 Denis Vlasenkormp: add optional support for bz2 data. +50 bytes of...
2007-06-06 Denis Vlasenkops: fix -Z (by Yuichi Nakamura <ynakam@hitachisoft...
2007-06-05 Denis Vlasenkonc: make connecting to IPv4 from IPv6-enabled hosts...
2007-06-04 Denis Vlasenkouudecode: fix to base64 decode by Jorgen Cederlof ...
2007-06-04 Denis VlasenkoAudit bb_common_bufsiz usage, add script which looks...
2007-05-31 Denis Vlasenkodelete tons of extra #includes
2007-05-31 Denis Vlasenkouse "glibc errno" trick not only for ash, but for entir...
2007-05-30 Denis Vlasenkowhitespace fixes
2007-05-26 Denis Vlasenkoxpipe: introduce (saves ~170 bytes)
2007-05-24 Denis Vlasenkohush: fix handling of unmatched ${name (without closin...
2007-05-18 Denis Vlasenkocttyhack: new applet.
2007-05-17 Denis Vlasenkofix trivial compile errors found by randomconfig run
2007-05-15 Denis Vlasenkonetstat: introduce -W: wide, ipv6-friendly output
2007-05-08 Denis Vlasenkocryptpw: new applet (a bit less than 3k added)
2007-05-04 Denis Vlasenkofix -Werror compile
2007-04-29 Denis Vlasenkoash,kill: use common code for kill applet/builtin
2007-04-28 Denis Vlasenkohush: fix nofork + ctrl-Z clobbering of globals
2007-04-19 Denis Vlasenkoprocps: remove all global variables
2007-04-19 Denis Vlasenkops: add -o tty and -o rss support
2007-04-16 Denis Vlasenkostyle fixes, no code changes
2007-04-15 Denis Vlasenkodeluser: add optional support for removing users from...
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 Vlasenkostyle fixes
2007-04-13 Denis Vlasenkofind: add support for -delete, -path (by Natanael Copa)
2007-04-12 Denis Vlasenkologin: remove setpgrp call (makes it work from shell...
2007-04-12 Bernhard Reutner... - add xsendto and use where appropriate; shrink iplink...
2007-04-11 Denis Vlasenkobb_full_fd_action: remove potential xmalloc from NOFORK...
2007-04-11 Denis Vlasenkorename: run_applet_by_name -> run_applet_and_exit
2007-04-11 Denis Vlasenkofix typo in comment
2007-04-11 Denis Vlasenkoadd more convenient defines for [NO]MMU:
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 Bernhard Reutner... - forgot this hunk that corrects the usage text of ip
2007-04-10 Bernhard Reutner... - add ATTRIBUTE_DEPRECATED for functions that should...
2007-04-10 Denis Vlasenkoaudit small applets and mark some of them as NOFORK.
2007-04-10 Bernhard Reutner... - very minor shrinkage (-3b)
2007-04-10 Bernhard Reutner... - add prototype for str_tolower()
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 Vlasenkoxargs: shrink code, ~80 bytes
2007-04-09 Denis VlasenkoImplement first instance of NOFORK applet - echo
2007-04-09 Denis VlasenkoImprove STANDALONE_SHELL. "safe" applets are renamed...
2007-04-09 Denis Vlasenkomerge busybox.c into applets.c
2007-04-08 Denis Vlasenkoapplets.h: de-obfuscate
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 Vlasenko[u]mount: extend -t option (Roy Marples <uberlord@gento...
2007-04-05 Denis Vlasenkolibbb: add xunlink()
2007-04-05 Denis Vlasenkofind: improve usage text (Natanael Copa <natanael.copa...
2007-04-05 Denis Vlasenkonc: port nc 1.10 to busybox
2007-04-05 Bernhard Reutner... - clean up addgroup, fix adding users to existing group...
2007-04-05 Bernhard Reutner... - add -s|--spider which only checks if the file exists...
2007-04-04 Denis Vlasenkofind: un-DESKTOPize (Kai Schwenzfeier <niteblade@gmx...
2007-04-04 Denis VlasenkoAdd/improve comment, shorten some usage texts. No code...
2007-04-03 Denis Vlasenkoipsvd: make udpsvd work similar to tcpsvd (multiple...
2007-04-03 Denis Vlasenkoudpsvd: more work on it. works in limited testing.
2007-04-02 Denis Vlasenkotest: comment out unused code
2007-04-01 Denis Vlasenkoudpsvd: next part of ipsvd applets (not working yet)
2007-04-01 Denis VlasenkoCopyright, help text, whitespace cleanups
2007-04-01 Denis Vlasenkotcpsvd: new applet
2007-03-29 Bernhard Reutner... - fold recurse, depthFirst and dereference params into...
2007-03-28 Bernhard Reutner... - rewrite run-parts
2007-03-27 Denis Vlasenkomake pidfile writing configurable.
2007-03-26 Denis Vlasenkozcip: make it work on NOMMU (+ improve NOMMU support...
2007-03-26 Bernhard Reutner... - add usage for split
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-25 Bernhard Reutner... - rough prototype for split(1). TODO: Still needs some...
2007-03-24 Denis Vlasenko#ifdef out re_execed on MMU machines
2007-03-24 Denis VlasenkoSELinux: load_policy applet
2007-03-24 Denis Vlasenkodnsd: fix several buglets, make smaller
2007-03-24 Denis VlasenkoNOMMU re-exec trick shuld not depend on existence of...
2007-03-21 Denis Vlasenkocmp: support 3rd and 4th arguments if DESKTOP=y (needed...
2007-03-20 Denis Vlasenkofix accumulated whitespace and indentation damage
2007-03-19 Bernhard Reutner... - be gentle to the intel compiler and make sure we...
2007-03-18 Denis Vlasenkoinclude <stddef.h> so that ptrdiff_t is again available
2007-03-17 Denis Vlasenkorandom fixes to help text
2007-03-17 Mike Frysingerpunt useless header as pointed out by src.obsolete...
2007-03-15 Denis Vlasenkogzip: Improve ptr_to_globals trick, allowing gcc
2007-03-15 Denis Vlasenkonetworking/interface.c: was doing really strange cachin...
2007-03-15 Denis Vlasenkomodify ptr_to_globals trick so that we do not violate
2007-03-14 Denis Vlasenkoarp, networking/interface.c: eliminate statics
2007-03-14 Denis Vlasenkostop using big static buffer for inode hash
2007-03-14 Bernhard Reutner... - change option -c to -Z to match newer upstream SElinu...
2007-03-14 Denis Vlasenkogzip: bbunzip integration fixes
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-09 Bernhard Reutner... - add chrt applet.
2007-03-09 Denis Vlasenkodiff: failed to confirm "static bug" in gcc - reinstati...
2007-03-07 Denis Vlasenkohwclock: support /dev/rtc0 etc
2007-03-07 Denis Vlasenkofix umount usage message
2007-03-07 Denis Vlasenkobunzip2/gunzip/uncompress/unlzma: merge into common...
2007-03-07 Denis Vlasenkoclean up accumulated whitespace damage
2007-03-06 Denis Vlasenkoifupdown: code to deconstruct the state_list gracefully
next