aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* dnsd: properly set _src_ IP:port on outgoing UDP packetsDenis Vlasenko2008-03-171-2/+4
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* dos2unix: tiny shrinkDenis Vlasenko2008-03-171-3/+3
* libbb: introduce and use sigprocmask_allsigs and sigaction_set.Denis Vlasenko2008-03-171-6/+7
* libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_setDenis Vlasenko2008-03-121-0/+7
* inetd: make it NOMMU-capable and IPv6-friendly. Lots of renamesDenis Vlasenko2008-03-121-6/+11
* crond: make it NOMMU-capableDenis Vlasenko2008-03-121-1/+0
* libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector()Denis Vlasenko2008-03-021-0/+3
* *: add optimization barrier to all "G trick" locationsDenis Vlasenko2008-02-271-3/+7
* script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com>Denis Vlasenko2008-02-271-0/+1
* *: intrduce and use safe_gethostname. By Tito <farmatito AT tiscali.it>Denis Vlasenko2008-02-251-0/+2
* lpd: spool mode added by VladimirDenis Vlasenko2008-02-251-0/+5
* less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)Denis Vlasenko2008-02-241-0/+1
* less: update line input so that it doesn't interfere withDenis Vlasenko2008-02-231-3/+26
* libbb: introduce and use nonblock_safe_read(). Yay!Denis Vlasenko2008-02-201-0/+2
* mount: recognize "dirsync" (closes bug 835)Denis Vlasenko2008-02-181-2/+2
* libbb: introduce and use xrename and rename_or_warn.Denis Vlasenko2008-02-171-0/+2
* libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko2008-02-161-8/+12
* *: more readable handling of pipe fds. No code changes.Denis Vlasenko2008-02-161-1/+6
* random s/short/int/Denis Vlasenko2008-02-161-2/+2
* hush: reinstate `cmd` handling for NOMMU (with fat big warning).Denis Vlasenko2008-02-101-0/+3
* some more fixes for cross-compiling on an OS X host: apple provides core type...Mike Frysinger2008-02-071-1/+10
* only include mntent.h according to HAVE_MNTENT_H and dont define this on OS XMike Frysinger2008-02-071-1/+4
* msh: fix Ctrl-C handling with line editingDenis Vlasenko2008-02-021-3/+2
* - be C99 friendly. Anonymous unions are a GNU extension. This change isBernhard Reutner-Fischer2008-01-291-1/+1
* *: tidy up usage of char **environDenis Vlasenko2008-01-281-0/+3
* - fix commentary typoBernhard Reutner-Fischer2008-01-131-1/+1
* ps: fix overflow in USER and VSZ columnsDenis Vlasenko2008-01-061-1/+3
* ps: add conditional support for -o [e]timeDenis Vlasenko2008-01-051-1/+3
* libbb: introduce and use safe_waitpid (loops in EINTR)Denis Vlasenko2008-01-021-2/+2
* libbb: introduce fputc_printable (from ed)Denis Vlasenko2007-12-301-0/+5
* Fix xmalloc_fgets_str so that it really does NOT strip terminator.Denis Vlasenko2007-12-261-2/+5
* reorganize applet table. Eliminates pointers to names.Denis Vlasenko2007-11-281-6/+5
* remove echo_main -> bb_echo indirectionDenis Vlasenko2007-11-241-1/+1
* ash: fix bug where redirection of closed fd was leaving it open afterwards.Denis Vlasenko2007-11-221-1/+1
* ip: stop propagating argc; optimize ip_parse_common_argsDenis Vlasenko2007-11-181-0/+24
* dmesg,klogd: make code more readableDenis Vlasenko2007-11-161-37/+36
* xmalloc_follow_symlinks() -- fix ELOOP issue with absolute paths,Paul Fox2007-11-081-1/+1
* new xmalloc_readlink_follow() routine to fully expand trailing symlinksPaul Fox2007-11-081-0/+1
* login: clear dangerous environment variables if started by non-rootDenis Vlasenko2007-11-061-0/+2
* ifconfig: code shrinkDenis Vlasenko2007-11-041-4/+7
* ping: fix breakage from -I fixDenis Vlasenko2007-10-201-0/+5
* bzip2: port bzip2 1.0.4 to busybox. note: bzip2 code residesDenis Vlasenko2007-10-131-0/+3
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-5/+14
* get rid of global "struct bb_applet *current_applet"Denis Vlasenko2007-10-101-3/+2
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-011-1/+2
* introduce and use close_on_exec_on(fd). -50 bytes.Denis Vlasenko2007-09-301-0/+1
* print_signames_and_exit -> print_signames (because of "ash calls kill_main")Denis Vlasenko2007-09-301-1/+1
* pgrep,pkill: new applets by Loic Grenie <loic.grenie@gmail.com>Denis Vlasenko2007-09-291-1/+3
* remove stray '/*' within commentDenis Vlasenko2007-09-271-1/+1