summaryrefslogtreecommitdiff
path: root/debianutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* Apply post-1.10.1 patchesDenis Vlasenko2008-05-081-45/+46
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-173-4/+4
* run-parts: add --reverseDenis Vlasenko2008-02-281-16/+19
* start_stop_daemon: stop using data/bssDenis Vlasenko2008-02-261-15/+34
* trivial fixes to config systemDenis Vlasenko2008-02-191-2/+2
* mktemp: support -p DIR (Timo Teras <timo.teras at iki.fi>)Denis Vlasenko2008-02-091-10/+16
* which: fix testsuite failureDenis Vlasenko2007-11-251-2/+2
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-115-5/+5
* run_parts: make it sort executables by name (required by API)Denis Vlasenko2007-09-231-73/+101
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-183-3/+3
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-122-2/+2
* start_stop_daemon: NOMMU fixes, round 2 by Alex Landau <landau_alex@yahoo.com>Denis Vlasenko2007-08-021-8/+10
* start_stop_daemon: NOMMU fix; smaller fixesDenis Vlasenko2007-07-311-36/+49
* Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko2007-07-242-2/+2
* rework long option handling. saves ~1.2kDenis Vlasenko2007-07-232-30/+28
* libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive optionsDenis Vlasenko2007-07-211-1/+1
* introduce and use bb_basename()Denis Vlasenko2007-06-301-4/+1
* remove nearly-duplicate PATHs in several placesDenis Vlasenko2007-06-121-1/+3
* move several applets to more correct ex-project. No code changes.Denis Vlasenko2007-06-123-70/+5
* Audit bb_common_bufsiz usage, add script which looks for misuse.Denis Vlasenko2007-06-041-1/+1
* delete tons of extra #includesDenis Vlasenko2007-05-311-4/+0
* use "glibc errno" trick not only for ash, but for entire busyboxDenis Vlasenko2007-05-311-5/+0
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-266-10/+9
* run_parts: do not check path portion of a name for "bad chars".Denis Vlasenko2007-04-291-7/+11
* style fixes. No code changesDenis Vlasenko2007-04-121-1/+1
* getopt32: fix llist_t options ordering. llist_rev is not unused.Denis Vlasenko2007-04-081-3/+0
* find: fix handling of -pruneDenis Vlasenko2007-04-081-1/+1
* - fold recurse, depthFirst and dereference params into one param flags.Bernhard Reutner-Fischer2007-03-291-3/+1
* run_parts: I was wrong, NULL termination is already done becauseDenis Vlasenko2007-03-281-1/+1
* run_parts: NULL-terminate list of arguments; fix perror/error usageDenis Vlasenko2007-03-281-5/+5
* - rewrite run-partsBernhard Reutner-Fischer2007-03-282-130/+98
* move everything to new NOMMU helpers, except udhcpDenis Vlasenko2007-03-261-2/+1
* start_stop_daemon: add -chuid supportDenis Vlasenko2007-02-261-22/+29
* syslogd: fix "readpath bug" by using readlink insteadDenis Vlasenko2007-02-111-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-036-0/+6
* fix which-uses-default-pathDenis Vlasenko2007-01-281-0/+4
* openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup codeDenis Vlasenko2007-01-191-1/+1
* bb_xget[pw/gr]nam were horribly misnamed - fixed.Denis Vlasenko2006-12-281-2/+2
* start_stop_daemon: make code a bit more readableDenis Vlasenko2006-12-171-23/+19
* start_stop_daemon: fix bug where any program name was "matching"Denis Vlasenko2006-12-171-28/+35
* style cleanup: return(a) -> return a, part 1Denis Vlasenko2006-11-271-1/+1
* Closing bug 730. libbb run_parts is using scandir (a GNUism),Denis Vlasenko2006-11-261-8/+99
* rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko2006-11-181-1/+1
* small fixes: using fd-based io instead of FILE*-based,Denis Vlasenko2006-11-181-14/+14
* remove bb_printf and the likeDenis Vlasenko2006-10-262-2/+2
* readlink: do not emit errors if file doesnt not exist / not a linkDenis Vlasenko2006-10-201-13/+24
* ifupdown: stop emitting annoying/misleading error messages.Denis Vlasenko2006-10-111-54/+14
* - add option -tBernhard Reutner-Fischer2006-10-101-6/+16
* start_stop_daemon: add -N <nice> compatDenis Vlasenko2006-10-081-30/+43
* attempt to regularize atoi mess.Denis Vlasenko2006-10-082-23/+23