syslogd: add config option to include milliseconds in timestamps
[oweals/busybox.git] / miscutils / devfsd.c
2019-07-02 James Byrnelibbb: reduce the overhead of single parameter bb_error...
2019-04-30 James ByrneOptionally re-introduce bb_info_msg()
2018-12-27 Denys Vlasenkorandomconfig fixes
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2017-01-10 Denys VlasenkoBig cleanup in config help and description
2016-11-22 Denys VlasenkoConvert all miscutils/* applets to "new style" applet...
2016-11-22 Denys VlasenkoSplit miscutils/Config.src items into miscutils/*.c...
2016-03-30 Denys VlasenkoReplace a few more bb_info_msg's by bb_error_msg or...
2015-10-09 Denys Vlasenkouse auto_string() where appropriate to kill a few statics
2015-03-12 Denys Vlasenkolibbb: introduce and use is_prefixed_with()
2013-11-26 Denys Vlasenkodevfsd: remove static variable
2013-01-15 Denys Vlasenkowhitespace fixes. no code changes
2013-01-14 Denys Vlasenkowhitespace cleanup. no code changes
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-04-11 Pere Orgamove remaining help text from include/usage.src.h
2010-10-28 Denys Vlasenko*: whitespace fixes
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-03-18 Denys Vlasenko*: code shrink and better "died from signal" reporting...
2010-01-28 Denys Vlasenkostyle fixes, no code changes
2009-06-05 Denys Vlasenko*: add FAST_FUNC to function ptrs where it makes sense
2008-07-21 Denis Vlasenkolibbb: [x]fopen_for_{read,write} introduced and used.
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-26 Denis Vlasenkostyle fixes, no code changes
2008-05-19 Bernhard Reutner... - use EXIT_{SUCCESS,FAILURE}. No object-code changes
2008-03-28 Denis Vlasenkowhitespace fixes
2008-03-12 Denis Vlasenkolibbb: introduse and use signal_[no_]SA_RESTART_empty_m...
2008-03-12 Denis Vlasenkonc: remove a bit of bloat
2008-02-25 Denis Vlasenko*: intrduce and use safe_gethostname. By Tito <farmatit...
2008-01-27 Bernhard Reutner... - fix conflicting decls of syslog related facilitynames...
2007-11-06 Denis Vlasenkofbset: fix buglet where we were using wrong pointer
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-09-30 Denis Vlasenkointroduce and use close_on_exec_on(fd). -50 bytes.
2007-08-17 Denis Vlasenkoassorted fixes for breakage found by randomconfig
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-07-24 Denis VlasenkoReplace index_in_[sub]str_array with index_in_[sub...
2007-07-21 Denis Vlasenkostyle fix (stray space before ';')
2007-07-19 Denis Vlasenkostray trailing tabs removed
2007-07-17 Denis Vlasenkoremove accumulated stray trailing whitespace
2007-07-14 Denis Vlasenkoxioctl and friends by Tito <farmatito@tiscali.it>
2007-07-01 Denis Vlasenkodevfsd: futher sanitization by Tito <farmatito@tiscali.it>
2007-07-01 Denis Vlasenkodevfsd: indentation fixes
2007-06-30 Denis Vlasenkointroduce and use bb_basename()
2007-06-27 Denis Vlasenkodevfsd: style cleanup; size reduction (Tito <farmatito...
2007-06-25 Denis Vlasenkodevfsd: fix formatting (Tito <farmatito@tiscali.it>)
2007-05-31 Denis Vlasenkodelete tons of extra #includes
2007-05-31 Denis Vlasenkouse "glibc errno" trick not only for ash, but for entir...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-13 Denis Vlasenkoteach find_root_device to deal with /dev/ subdirs
2007-03-11 Denis Vlasenkokill superfluous returns at the end of void functions
2007-02-06 Denis VlasenkoEXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo...
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #5
2006-12-26 Denis Vlasenkostyle fixes
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 2
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 1
2006-11-05 Denis Vlasenkorename: compare_string_array -> index_in_str_array
2006-10-26 Denis Vlasenkoremove bb_printf and the like
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-12 "Robert P. J. Day"Add one-line GPL boilerplate to numerous (but not all...
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-06-25 Bernhard Reutner... - convert old-style parameter declarations (K&R) to...
2006-06-08 Rob LandleyPatch from Erik Hovland, via Tito.
2006-05-27 Rob LandleyConsolidate #include <sys/time.h> so libbb.h does it.
2006-02-22 Rob LandleyPatch from Denis Vlasenko to constify things and fix...
2006-02-01 "Vladimir N. Oleynik"removed anoinig warnings
2006-01-30 Eric Andersenfix up yet more annoying signed/unsigned and mixed...
2006-01-25 Tim Rikerjust whitespace
2005-12-06 "Vladimir N. Oleynik"restore compare_string_array new interface (make broken...
2005-10-08 Rob LandleyCoprolith polishing time: Tito switched devfsd over...
2005-09-14 "Vladimir N. Oleynik"split libbb: moved xregcomp separatelly for speed up...
2005-09-14 "Vladimir N. Oleynik"removed strange extern void xregcomp(... from some...
2005-07-31 Mike Frysingereat leading whitespace with preprocessor
2005-06-07 Rob LandleyTito posted a devfsd error message fix. It's highly...
2004-10-13 Eric AndersenMake certain clients of bb_make_directory default to...
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-02-22 Glenn L McGrathPatch from Florian Schirmer. compile fix for debug...
2004-02-04 Glenn L McGrathBug fix from Tito.
2003-12-19 Eric AndersenTito writes:
2003-11-30 Glenn L McGrathPatch from Tito, size optimisation, cleanup noise when...
2003-10-22 Eric AndersenTito writes:
2003-10-17 Tim Rikerold gcc
2003-10-09 Eric AndersenDo not use kernel headers
2003-10-09 Glenn L McGrathNew applet, devfsd, by Matteo Croce and Tito