'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.
[oweals/busybox.git] / include / libbb.h
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 Vlasenkopgrep,pkill: new applets by Loic Grenie <loic.grenie...
2007-09-27 Denis Vlasenkoremove stray '/*' within comment
2007-09-27 Denis Vlasenkointroduce bb_putchar(). saves ~1800 on uclibc (less...
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-10 Denis Vlasenkosetup_environment: code shrink
2007-09-08 Denis Vlasenkotop: TOPMEM feature - 's(how sizes)' command. +2.5k...
2007-09-05 Denis Vlasenkobusybox --install -s: prevent puzzling "/bin/busybox...
2007-09-04 Denis Vlasenkotar: conditionally don't wait for vforked child to...
2007-08-29 Denis Vlasenkovsz and rss are unsigned longs (ulong ~= width of void* =>
2007-08-28 Denis Vlasenkotop: use poll instead of select for waiting on one...
2007-08-26 Denis Vlasenkops: fix RSS parsing (rss field in /proc/PID/stat is...
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...
next