Bump to version 1.22.1
[platform/upstream/busybox.git] / libbb / xfuncs.c
2011-01-23 Denys Vlasenkolibbb: make ndelay_no/off a bit more clever. +14 bytes
2010-12-05 Denys Vlasenkotypo fix
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-07-03 Pascal Bellardlibbb: introduce and use BB_EXECVP_or_die()
2010-06-10 Denys Vlasenkoutoa: shrink
2010-06-07 Denys Vlasenkobbconfig: make it independent from printf functions
2010-06-06 Denys Vlasenkopipe_progress: make it independent of printf machinery
2010-04-19 Denys Vlasenkovi: discover window size even on serial consoles. optional
2010-04-04 Denys Vlasenkolibbb: factor out hex2bin() for infiniband address...
2009-11-11 Denys Vlasenkotidy up O_NONBLOCK usage. use libbb functions in stty.
2009-10-15 Vladimir Dronnikovmove generate_uuid from mkswap to libbb
2009-10-12 Denys Vlasenkolibbb/human_readable.c: shrink; and reduce bss usage
2008-12-23 Denis Vlasenkolibbb: introduce and use xmalloc_ttyname (-32 in bss).
2008-12-02 Denis Vlasenkolibbb: add strncpy_IFNAMSIZ
2008-11-05 Denis Vlasenko*: code shrink by adding a wrapper around very common...
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-05-18 Denis Vlasenkomore -Wall warning fixes. -Wall is enabled now.
2008-04-19 Denis Vlasenkostyle fixes. no code changes
2008-04-09 Denis VlasenkoSplitting xfuncs.c into two parts. No code chabges.
2008-04-06 Denis Vlasenkobrctl: optional support for "show" cmd (by L. Gabriel...
2008-03-02 Denis Vlasenkoactually add bb_qsort.c
2008-02-25 Denis Vlasenkolpd: spool mode added by Vladimir
2008-02-22 Denis Vlasenkolpr and lpq applets by Walter Harms.
2008-02-17 Denis Vlasenkolibbb: introduce and use xrename and rename_or_warn.
2008-02-16 Denis Vlasenkolibbb: introduce bb_signals and bb_signals_recursive,
2008-01-27 Denis Vlasenkomkswap, readahead: stop using fdlength, it is reported...
2008-01-07 Denis Vlasenkops: fix build breakage from vda's recent commit
2008-01-06 Denis Vlasenkops: fix overflow in USER and VSZ columns
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-27 Denis Vlasenkointroduce bb_putchar(). saves ~1800 on uclibc (less...
2007-08-28 Denis Vlasenkosmart_ulltoa5: emit small letters k,m,g... - makes top
2007-08-28 Denis Vlasenkotop: use poll instead of select for waiting on one...
2007-08-19 Denis Vlasenkolibbb,crond,lash: fix getopt32 (don't know how it manag...
2007-08-18 Denis Vlasenkointroduce and use xdup2(int, int)
2007-08-15 Denis Vlasenkov[hp]error_msg have 2-3 callsites only -> incorporate...
2007-08-14 Denis Vlasenkohttpd: add -v[v]: prints client addresses, HTTP codes...
2007-08-09 Denis Vlasenkols,ps,watch: measure terminal width on fd 0, not 1
2007-07-19 Denis Vlasenkostray trailing tabs removed
2007-07-14 Denis Vlasenkoxioctl and friends by Tito <farmatito@tiscali.it>
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-05-26 Denis Vlasenkoxpipe: introduce (saves ~170 bytes)
2007-05-02 Denis Vlasenkofix suid config handling
2007-04-13 Denis Vlasenkomake xsocket die with address family printed (if VERBOS...
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-10 Denis Vlasenkomake compressed help code NOMMU- and NOFORK-friendly -
2007-04-10 Denis Vlasenkomake a few struct bb_applet members conditional
2007-04-09 Denis Vlasenkomake xfunctions optionally longjump instead of exit.
2007-04-09 Denis Vlasenkowait4pid: if passed with pid < 0, do not set errno...
2007-04-05 Denis Vlasenkolibbb: add xunlink()
2007-04-01 Denis Vlasenkotcpsvd: new applet
2007-03-28 Denis Vlasenkops: work around libc bug: printf("%.*s\n", MAX_INT...
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 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 Vlasenkoapplets.c, xfunc.c: style cleanup
2007-03-07 Denis Vlasenkoclean up accumulated whitespace damage
2007-02-06 Denis Vlasenkonew applets: selinux utils by KaiGai Kohei <kaigai...
2007-02-03 Denis VlasenkoAdd BB_EXEC[LV]P() which encapsulate FEATURE_EXEC_PREFE...
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #2
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-24 Denis Vlasenkoaccumulated post-1.4.0 fixes
2007-01-21 Denis VlasenkoIntroduce FEATURE_EXEC_PREFER_APPLETS = "re-execute...
2007-01-20 Bernhard Reutner... - get_terminal_width_height does not and should never...
2007-01-19 Denis Vlasenkoopenvt,getty,vfork_daemon_rexec,mount: tighten up fd...
2007-01-14 Denis VlasenkoRename bb_sanitize_stdio -> bb_sanitize_server_stdio
2007-01-14 Denis VlasenkoBy popular request reinstate fakeidentd's standalone...
2007-01-12 Denis Vlasenkorandom small size optimizations
2006-12-24 Denis Vlasenkomissing piece of prev commit: ndelay_off
2006-12-23 Denis Vlasenkofind: fix spurious -exec error messages
2006-12-18 Denis Vlasenkoxfuncs.c: dietlibc actually HAS fdprintf!
2006-12-18 Denis Vlasenkonc: add missing cast
2006-11-29 Denis Vlasenkocut 0.5k off mkfs.minix
2006-11-26 Denis Vlasenkosmall fixes:
2006-11-25 Denis Vlasenkotee: fix bug: argv[-1] is a no-no!
2006-11-24 Denis Vlasenkotar: fix and sanitize handling of long filenames/linknames
2006-11-22 Denis Vlasenkotelnetd: we were having telnetd with is ONLY inetd...
2006-11-18 Denis Vlasenkorodata cleanup. "unable to" == "cannot". -300 bytes
2006-11-05 Denis Vlasenkosmart_ulltoa5: make available in libbb
2006-10-27 Denis Vlasenkoget_terminal_width_height: do not pass insanely large...
2006-10-26 Denis Vlasenkorename functions to more understandable names
2006-10-26 Denis Vlasenkoremove bb_printf and the like
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-14 Denis Vlasenkoadd open_read_close() and similar stuff
2006-10-12 Denis Vlasenkoxread/write can use full_read/write (smaller code)
2006-10-12 Denis Vlasenkosmall style fixes
2006-10-11 Denis Vlasenkonmeter: new applet. ~4k
2006-10-05 Denis Vlasenkobuild system overhaul
2006-10-03 Denis Vlasenkorename bb_default_error_retval -> xfunc_error_retval
2006-10-03 Denis Vlasenkofdformat: remove redundant check
2006-10-03 Denis Vlasenkorunit/chpst: "change process state" utility
2006-09-20 Rob LandleyTeach get_terminal_width_height to fall back to $LINES...
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-09-14 Rob LandleyStrangely, using // in the comments I added was not...
2006-09-12 Rob LandleyRemove pointless "const". Bloatcheck says 0 bytes...
2006-09-11 Bernhard Reutner... - merge xstat.c into xfuncs.c
next