httpd: sendfile support
[oweals/busybox.git] / include /
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-08-09 Denis Vlasenkols,ps,watch: measure terminal width on fd 0, not 1
2007-08-06 Denis Vlasenkosed: fix 'q' command handling ("Nguyen Thai Ngoc Duy...
2007-08-03 Denis Vlasenkomount: print errno on NFS error (again)
2007-08-03 Denis Vlasenkosvlogd: fix timestamping; do not warn if config is...
2007-08-02 Denis Vlasenkoudhcp: slight shrink
2007-08-02 Denis Vlasenkottysize: new applet. +200 bytes
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 Vlasenkomultiplier suffixes are short, store them directly...
2007-07-27 Denis Vlasenkopasswd: fix bug: we are trying to update shadow even...
2007-07-27 Denis Vlasenkobb_getpwuid, bb_getgrgid: change order of arguments...
2007-07-24 Denis VlasenkoReplace index_in_[sub]str_array with index_in_[sub...
2007-07-24 Denis Vlasenkosetfiles: small tweaks to usage text and code
2007-07-23 Denis Vlasenkorework long option handling. saves ~1.2k
2007-07-23 Denis Vlasenkosetfiles,restorecon: new SELinux applets by Yuichi...
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-20 Denis Vlasenkochpasswd: new applet by Alexander Shishkin <virtuoso...
2007-07-18 Denis VlasenkoTrim help text. With compressed help: -143 bytes
2007-07-17 Denis Vlasenkoremove accumulated stray trailing whitespace
2007-07-15 Denis Vlasenkogrep: implement -m MAX_MATCHES; fix help text
2007-07-14 Denis Vlasenkoxioctl and friends by Tito <farmatito@tiscali.it>
2007-07-06 Denis Vlasenkofix applet order error
2007-07-05 Denis Vlasenkomd5_sha1_sum: fix mishandling when run as /bin/md5sum...
2007-07-01 Denis Vlasenkoudhcp: new config option "Rewrite the lease file at...
2007-06-30 Denis Vlasenkotop,ps: improve /proc/PID/cmdinfo reading code
2007-06-30 Denis Vlasenkointroduce and use bb_basename()
2007-06-30 Denis Vlasenkokillall, pidof: use argv0 for process matching too
2007-06-26 Denis Vlasenkouuencode: shrink
2007-06-25 Denis VlasenkoConsolidate ARRAY_SIZE macro; remove one unneeded globa...
2007-06-23 Denis Vlasenkopidof: size optimizations (-50 bytes)
2007-06-21 Denis Vlasenkotest: shrink a bit
2007-06-21 Bernhard Reutner... - add ATTRIBUTE_UNUSED_RESULT for internal use
2007-06-20 Denis Vlasenkoslattach: new applet.
2007-06-20 Denis Vlasenkodo not do utime() on links, it acts on link targets...
2007-06-19 Denis Vlasenkofind: -context support for SELinux (KaiGai Kohei <kaiga...
2007-06-19 Denis Vlasenkotop,ps: 'stringify' tty only when needed. -60 bytes.
2007-06-19 Denis Vlasenkonetworking/interface.c: huke remaining big statics...
2007-06-19 Denis Vlasenkonetworking/interface.c: reduce bss usage
2007-06-17 Denis Vlasenkowget: use monotonic_sec instead of gettimeofday
2007-06-17 Denis Vlasenkohwclock: size optimizations
2007-06-17 Denis Vlasenkoarping: -i should be -I
2007-06-16 Denis Vlasenkopscan: new applet (portscanner). ~1350 bytes. By Tito...
2007-06-16 Denis Vlasenkofind: make -size match GNU find
2007-06-15 Denis Vlasenkofind: add conditional support for -maxdepth and -regex
2007-06-15 Denis Vlasenkofdisk: fix minor issues with help text
2007-06-13 Denis Vlasenko*: BB_BANNER -> bb_banner (it is not a const or #define)!
2007-06-13 Denis Vlasenkohush: fix read builtin to not read ahead past eol and...
2007-06-12 Denis Vlasenkoremove nearly-duplicate PATHs in several places
2007-06-12 Denis Vlasenkologin: make /etc/nologin support configurable. -240...
2007-06-12 Denis Vlasenkodiff: shrink code (-85 bytes):
2007-06-12 Denis VlasenkoA few more string duplicates found & eliminated
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
next