ps: fix overflow in USER and VSZ columns
[oweals/busybox.git] / libbb / xfuncs.c
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
2006-09-07 Denis Vlasenkogetty, sulogin: convert to using bb_msg for syslog...
2006-09-06 Denis Vlasenkoremoved a lot of trailing \n in bb_msg() calls. It...
2006-09-06 Denis VlasenkoImplement optional syslog logging using ordinary
2006-09-05 Denis Vlasenkoxfunc: fix: && -> &. Also nuked two double semicolons...
2006-09-03 Denis Vlasenkoreplacing func() with xfunc() where appropriate
2006-08-28 Bernhard Reutner... - pull from busybox_scratch: r15829:15850
2006-08-09 Rob LandleyAnother whack at scripts/individual. Now builds 212...
2006-08-04 Rob LandleyAdd comments to all the functions in this file document...
2006-08-04 Rob LandleyThinko spotted by Vladimir Dronnikov.
2006-08-03 Rob LandleyRemove xcalloc() and convert its callers to xzalloc...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-16 Rob LandleyCleaup read() and write() variants, plus a couple of...
2006-07-15 Rob LandleyWe need xsetuid() and xsetgid() because per-user proces...
2006-07-11 Rob LandleyDenis Vlasenko spotted the lack of bounds checking...
2006-07-10 Rob LandleyAdd itoa and utoa to see what Denis Vlasenko thinks.
2006-06-30 Rob LandleyThis kind of paranoia is a debug option at best.
2006-06-14 Rob LandleyAttempt at fixing bug 815 by upgrading bb_spawn() so...
2006-05-25 Rob LandleyRich Felker suggested removing dprintf() from watch...
2006-05-19 Rob LandleyA pending item in my tree I might as well check in...
2006-05-19 Bernhard Reutner... - remove emacs layout block as suggested by Robert...
2006-05-07 Rob LandleyRemove bb_strlen() in favor of -fno-builtin-strlen...
2006-05-04 Rob LandleyNot quite compiler independent, but we've never tried...
2006-04-13 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xopen3()
2006-03-14 Rob LandleyMore "extern" removals from Robert P. Day
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-02-20 "Vladimir N. Oleynik"remove #undef strlen, use #define strlen always but...
2006-02-20 Rob Landleysvn 14077 was completely broken and apparently never...
next