summaryrefslogtreecommitdiff
path: root/include/libbb.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* - add strrchrBernhard Reutner-Fischer2008-05-281-0/+1
* move setgroups definition to libbb.h so that it no longer inadvertentlyDenis Vlasenko2008-05-251-1/+3
* - Rename getpty() to xgetpty() and adjust callers.Bernhard Reutner-Fischer2008-05-191-1/+3
* more -Wall warning fixes. -Wall is enabled now.Denis Vlasenko2008-05-181-1/+1
* - fix bug where we incorrectly rejected ifconfig eth0 hw ether $whateverBernhard Reutner-Fischer2008-05-161-0/+3
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-151-1/+1
* Use intra-DSO calls when we build libbusybox. No-op for normal build.Denis Vlasenko2008-05-091-9/+33
* httpd: fix several bugs triggering by realtive path in -h DIR.Denis Vlasenko2008-05-071-0/+4
* cp: fix "cp -RL" to create regular files even if src is a symlinkDenis Vlasenko2008-04-271-3/+4
* tentative fix for ppc64 problems with ioctl.Denis Vlasenko2008-04-211-6/+7
* libbb: introduce xmalloc_xopen_read_close and use where appropriateDenis Vlasenko2008-04-191-2/+5
* brctl: optional support for "show" cmd (by L. Gabriel Somlo <somlo AT cmu.edu>)Denis Vlasenko2008-04-061-3/+3
* shells: do not frocibly enable test, echo and kill _applets_,Denis Vlasenko2008-04-011-10/+7
* libbb: preventive fix for SIGxxx >= 32Denis Vlasenko2008-03-301-14/+18
* copy_file: handle "cp /dev/foo file" (almost) compatibly to coreutils.Denis Vlasenko2008-03-281-15/+19
* *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko2008-03-261-7/+8
* lpd: fix OOM vulnerability (was eating arbitrarily large commands)Denis Vlasenko2008-03-241-1/+1
* small NOMMU fixesDenis Vlasenko2008-03-201-1/+1
* adduser/addgroup: check username for invalid charsDenis Vlasenko2008-03-191-1/+5
* *: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier to remember)Denis Vlasenko2008-03-191-2/+2
* *: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.Denis Vlasenko2008-03-171-2/+2
* *: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko2008-03-171-0/+3
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-171-1/+2
* 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