aboutsummaryrefslogtreecommitdiff
path: root/miscutils/devfsd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: add FAST_FUNC to function ptrs where it makes senseDenys Vlasenko2009-06-051-16/+9
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-1/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* style fixes, no code changesDenis Vlasenko2008-06-261-2/+2
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-191-3/+3
* whitespace fixesDenis Vlasenko2008-03-281-11/+11
* libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_setDenis Vlasenko2008-03-121-2/+2
* nc: remove a bit of bloatDenis Vlasenko2008-03-121-5/+4
* *: intrduce and use safe_gethostname. By Tito <farmatito AT tiscali.it>Denis Vlasenko2008-02-251-7/+3
* - fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer2008-01-271-8/+3
* fbset: fix buglet where we were using wrong pointerDenis Vlasenko2007-11-061-13/+24
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* introduce and use close_on_exec_on(fd). -50 bytes.Denis Vlasenko2007-09-301-4/+1
* assorted fixes for breakage found by randomconfigDenis Vlasenko2007-08-171-5/+4
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-15/+11
* Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko2007-07-241-18/+20
* style fix (stray space before ';')Denis Vlasenko2007-07-211-2/+2
* stray trailing tabs removedDenis Vlasenko2007-07-191-2/+2
* remove accumulated stray trailing whitespaceDenis Vlasenko2007-07-171-3/+3
* xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko2007-07-141-12/+4
* devfsd: futher sanitization by Tito <farmatito@tiscali.it>Denis Vlasenko2007-07-011-118/+63
* devfsd: indentation fixesDenis Vlasenko2007-07-011-6/+6
* introduce and use bb_basename()Denis Vlasenko2007-06-301-8/+8
* devfsd: style cleanup; size reduction (Tito <farmatito@tiscali.it>)Denis Vlasenko2007-06-271-133/+46
* devfsd: fix formatting (Tito <farmatito@tiscali.it>)Denis Vlasenko2007-06-251-509/+446
* delete tons of extra #includesDenis Vlasenko2007-05-311-5/+5
* use "glibc errno" trick not only for ash, but for entire busyboxDenis Vlasenko2007-05-311-11/+0
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* teach find_root_device to deal with /dev/ subdirsDenis Vlasenko2007-04-131-1/+1
* kill superfluous returns at the end of void functionsDenis Vlasenko2007-03-111-2/+0
* EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>Denis Vlasenko2007-02-061-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #5Denis Vlasenko2007-01-291-21/+20
* style fixesDenis Vlasenko2006-12-261-8/+8
* style cleanup: return(a) -> return a, part 2Denis Vlasenko2006-11-271-67/+57
* style cleanup: return(a) -> return a, part 1Denis Vlasenko2006-11-271-10/+8
* rename: compare_string_array -> index_in_str_arrayDenis Vlasenko2006-11-051-4/+4
* remove bb_printf and the likeDenis Vlasenko2006-10-261-4/+4
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-031-3/+3
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-4/+4
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-121-0/+4
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* - convert old-style parameter declarations (K&R) to modern style.Bernhard Reutner-Fischer2006-06-251-1/+1
* Patch from Erik Hovland, via Tito.Rob Landley2006-06-081-2/+2
* Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley2006-05-271-1/+0
* Patch from Denis Vlasenko to constify things and fix a few typos.Rob Landley2006-02-221-32/+37
* removed anoinig warnings"Vladimir N. Oleynik"2006-02-011-6/+6
* fix up yet more annoying signed/unsigned and mixed type errorsEric Andersen2006-01-301-1/+2
* just whitespaceTim Riker2006-01-251-44/+44
* restore compare_string_array new interface (make broken by landley)"Vladimir N. Oleynik"2005-12-061-2/+2