summaryrefslogtreecommitdiff
path: root/libbb/xfuncs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-011-2/+2
* introduce and use close_on_exec_on(fd). -50 bytes.Denis Vlasenko2007-09-301-0/+5
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-0/+8
* smart_ulltoa5: emit small letters k,m,g... - makes topDenis Vlasenko2007-08-281-1/+2
* top: use poll instead of select for waiting on one descriptorDenis Vlasenko2007-08-281-18/+28
* libbb,crond,lash: fix getopt32 (don't know how it managed to slip through)Denis Vlasenko2007-08-191-2/+2
* introduce and use xdup2(int, int)Denis Vlasenko2007-08-181-2/+7
* v[hp]error_msg have 2-3 callsites only -> incorporate there.Denis Vlasenko2007-08-151-2/+2
* httpd: add -v[v]: prints client addresses, HTTP codes returned [and URLs]Denis Vlasenko2007-08-141-5/+7
* ls,ps,watch: measure terminal width on fd 0, not 1Denis Vlasenko2007-08-091-1/+1
* stray trailing tabs removedDenis Vlasenko2007-07-191-2/+2
* xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko2007-07-141-0/+58
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* xpipe: introduce (saves ~170 bytes)Denis Vlasenko2007-05-261-14/+18
* fix suid config handlingDenis Vlasenko2007-05-021-2/+2
* make xsocket die with address family printed (if VERBOSE_RESOLUTION_ERRORS=y)Denis Vlasenko2007-04-131-1/+12
* - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...Bernhard Reutner-Fischer2007-04-121-0/+16
* bb_full_fd_action: remove potential xmalloc from NOFORK pathDenis Vlasenko2007-04-111-8/+24
* make compressed help code NOMMU- and NOFORK-friendly -Denis Vlasenko2007-04-101-0/+9
* make a few struct bb_applet members conditionalDenis Vlasenko2007-04-101-1/+1
* make xfunctions optionally longjump instead of exit.Denis Vlasenko2007-04-091-1/+1
* wait4pid: if passed with pid < 0, do not set errno - it is already set by exec!Denis Vlasenko2007-04-091-33/+0
* libbb: add xunlink()Denis Vlasenko2007-04-051-0/+6
* tcpsvd: new appletDenis Vlasenko2007-04-011-0/+57
* ps: work around libc bug: printf("%.*s\n", MAX_INT, buffer)Denis Vlasenko2007-03-281-3/+3
* make pidfile writing configurable.Denis Vlasenko2007-03-271-6/+6
* zcip: make it work on NOMMU (+ improve NOMMU support machinery)Denis Vlasenko2007-03-261-3/+10
* libbb: rework NOMMU helper API so that it makes more senseDenis Vlasenko2007-03-261-78/+0
* add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copyDenis Vlasenko2007-03-251-0/+10
* applets.c, xfunc.c: style cleanupDenis Vlasenko2007-03-241-8/+8
* clean up accumulated whitespace damageDenis Vlasenko2007-03-071-1/+1
* new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp>Denis Vlasenko2007-02-061-0/+15
* Add BB_EXEC[LV]P() which encapsulate FEATURE_EXEC_PREFER_APPLETSDenis Vlasenko2007-02-031-5/+1
* preparatory patch for -Wwrite-strings #2Denis Vlasenko2007-01-291-2/+2
* use bb_sanitize_stdio() where appropriateDenis Vlasenko2007-01-271-1/+1
* fix warning in find.cDenis Vlasenko2007-01-271-1/+1
* fix bin2hex bug. lowercase = uppercase | 0x20, not | 0x10!Denis Vlasenko2007-01-261-2/+2
* accumulated post-1.4.0 fixesDenis Vlasenko2007-01-241-3/+4
* Introduce FEATURE_EXEC_PREFER_APPLETS = "re-execute our ownDenis Vlasenko2007-01-211-2/+5
* - get_terminal_width_height does not and should never write to fd. Cosmetic P...Bernhard Reutner-Fischer2007-01-201-1/+1
* openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup codeDenis Vlasenko2007-01-191-2/+10
* Rename bb_sanitize_stdio -> bb_sanitize_server_stdioDenis Vlasenko2007-01-141-1/+1
* By popular request reinstate fakeidentd's standalone mode.Denis Vlasenko2007-01-141-0/+24
* random small size optimizationsDenis Vlasenko2007-01-121-0/+13
* missing piece of prev commit: ndelay_offDenis Vlasenko2006-12-241-6/+5
* find: fix spurious -exec error messagesDenis Vlasenko2006-12-231-2/+7
* xfuncs.c: dietlibc actually HAS fdprintf!Denis Vlasenko2006-12-181-2/+2
* nc: add missing castDenis Vlasenko2006-12-181-0/+31
* cut 0.5k off mkfs.minixDenis Vlasenko2006-11-291-1/+4
* small fixes:Denis Vlasenko2006-11-261-11/+19