libbb,crond,lash: fix getopt32 (don't know how it managed to slip through)
[oweals/busybox.git] / include / libbb.h
2007-08-19 Denis Vlasenkolibbb,crond,lash: fix getopt32 (don't know how it manag...
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 Vlasenkoadd comments regarding SO_REUSEADDR
2007-08-16 Denis VlasenkoComment out "#include <strings.h>" everywhere
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 Vlasenkotrylink: automatically use custom link script if user...
2007-08-13 Denis Vlasenkos/#ifdef CONFIG_/#if ENABLE_/g
2007-08-09 Denis Vlasenkols,ps,watch: measure terminal width on fd 0, not 1
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 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-23 Denis Vlasenkorework long option handling. saves ~1.2k
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-14 Denis Vlasenkoxioctl and friends by Tito <farmatito@tiscali.it>
2007-07-05 Denis Vlasenkomd5_sha1_sum: fix mishandling when run as /bin/md5sum...
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-21 Denis Vlasenkotest: shrink a bit
2007-06-19 Denis Vlasenkotop,ps: 'stringify' tty only when needed. -60 bytes.
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-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-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 VlasenkoAudit bb_common_bufsiz usage, add script which looks...
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-08 Denis Vlasenkocryptpw: new applet (a bit less than 3k added)
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-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-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 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... - 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 VlasenkoImprove STANDALONE_SHELL. "safe" applets are renamed...
2007-04-09 Denis Vlasenkomerge busybox.c into applets.c
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 Vlasenkonc: port nc 1.10 to busybox
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 Vlasenkotcpsvd: new applet
2007-03-29 Bernhard Reutner... - fold recurse, depthFirst and dereference params into...
2007-03-27 Denis Vlasenkomake pidfile writing configurable.
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 Vlasenko#ifdef out re_execed on MMU machines
2007-03-24 Denis VlasenkoNOMMU re-exec trick shuld not depend on existence of...
2007-03-20 Denis Vlasenkofix accumulated whitespace and indentation damage
2007-03-18 Denis Vlasenkoinclude <stddef.h> so that ptrdiff_t is again available
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 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 Denis Vlasenkodiff: failed to confirm "static bug" in gcc - reinstati...
2007-03-07 Denis Vlasenkoclean up accumulated whitespace damage
next