summaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* Apply post-1.10.2 fixes, bump version to 1.10.31_10_3Denis Vlasenko2008-06-051-6/+11
* Apply post-1.10.1 patchesDenis Vlasenko2008-05-083-15/+18
* inetd: use change_identity().Denis Vlasenko2008-03-201-1/+1
* die_if_bad_username: shrink: 88 -> 77 bytesDenis Vlasenko2008-03-191-11/+13
* ...and actually adding new file now...Denis Vlasenko2008-03-191-0/+34
* adduser/addgroup: check username for invalid charsDenis Vlasenko2008-03-191-0/+1
* remove extra spaces in help text; delete duplicate #defineDenis Vlasenko2008-03-171-2/+0
* *: mode tcp/udpsvd to networking, delete ipsvd/*Denis Vlasenko2008-03-171-1/+1
* *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko2008-03-171-6/+9
* *: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko2008-03-173-8/+29
* clean up TODO file. No real code changes.Denis Vlasenko2008-03-172-2/+3
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-173-3/+10
* dnsd: properly set _src_ IP:port on outgoing UDP packetsDenis Vlasenko2008-03-171-3/+2
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-173-7/+10
* dos2unix: tiny shrinkDenis Vlasenko2008-03-171-4/+4
* libbb: introduce and use sigprocmask_allsigs and sigaction_set.Denis Vlasenko2008-03-171-10/+8
* libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_setDenis Vlasenko2008-03-122-3/+29
* nc: remove a bit of bloatDenis Vlasenko2008-03-121-6/+1
* inetd: make it NOMMU-capable and IPv6-friendly. Lots of renamesDenis Vlasenko2008-03-123-19/+28
* crond: make it NOMMU-capableDenis Vlasenko2008-03-121-12/+2
* define DEBUG as 0, for when ENABLE_FEATURE_DEVPTS is not on.Paul Fox2008-03-051-0/+2
* actually add bb_qsort.cDenis Vlasenko2008-03-028-7/+27
* libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector()Denis Vlasenko2008-03-022-6/+2
* *: add optimization barrier to all "G trick" locationsDenis Vlasenko2008-02-275-4/+14
* libbb: add forgotten part of "script" applet changeDenis Vlasenko2008-02-271-0/+56
* script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com>Denis Vlasenko2008-02-271-0/+1
* actually add libbb/safe_gethostname.cDenis Vlasenko2008-02-251-0/+53
* *: intrduce and use safe_gethostname. By Tito <farmatito AT tiscali.it>Denis Vlasenko2008-02-254-21/+13
* lpd: spool mode added by VladimirDenis Vlasenko2008-02-254-10/+25
* lpd: new applet by Vladimir Dronnikov <dronnikov AT gmail.com>Denis Vlasenko2008-02-241-2/+1
* less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)Denis Vlasenko2008-02-241-0/+14
* small code readability and typo fixesDenis Vlasenko2008-02-221-1/+1
* lpr and lpq applets by Walter Harms.Denis Vlasenko2008-02-221-1/+1
* corrected English in commentDenis Vlasenko2008-02-201-1/+1
* libbb: introduce and use nonblock_safe_read(). Yay!Denis Vlasenko2008-02-202-3/+57
* lineedit: tiny shrinkDenis Vlasenko2008-02-181-1/+9
* mount: recognize "dirsync" (closes bug 835)Denis Vlasenko2008-02-181-2/+9
* whitespace fixesDenis Vlasenko2008-02-171-1/+1
* libbb: introduce and use xrename and rename_or_warn.Denis Vlasenko2008-02-172-11/+20
* libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko2008-02-163-42/+81
* we need to pass back the rtc device name that was actually used so that we ca...Mike Frysinger2008-02-151-6/+8
* split some rtc funcs out of hwclock and into an rtc header/lib so that the ne...Mike Frysinger2008-02-152-0/+88
* libbb: filename completion should match dangling symlinks tooDenis Vlasenko2008-02-141-1/+1
* cp: add ENABLE_FEATURE_VERBOSE_CP_MESSAGE. Closes bug 1470Denis Vlasenko2008-02-132-1/+26
* - spelling fixesBernhard Reutner-Fischer2008-02-111-1/+1
* getpot: add support for "a+" specifier for nonnegative int parameters.Denis Vlasenko2008-02-101-19/+42
* msh: fix Ctrl-C handling with line editingDenis Vlasenko2008-02-021-2/+2
* - be C99 friendly. Anonymous unions are a GNU extension. This change isBernhard Reutner-Fischer2008-01-291-14/+14
* *: move getopt reset code to better place(s)Denis Vlasenko2008-01-283-25/+23
* mkswap, readahead: stop using fdlength, it is reported to be unreliableDenis Vlasenko2008-01-271-0/+2