summaryrefslogtreecommitdiff
path: root/miscutils/devfsd.c
Commit message (Expand)AuthorAgeFilesLines
* *: style fixDenys Vlasenko2022-08-301-3/+3
* *: slap on a few ALIGN_PTR where appropriateDenys Vlasenko2022-02-061-2/+2
* libbb: code shrink: introduce and use [_]exit_SUCCESS()Denys Vlasenko2022-01-051-2/+2
* randomconfig fixesDenys Vlasenko2020-12-291-2/+2
* build system: drop PLATFORM_LINUXRon Yorston2020-08-131-2/+0
* randomconfig fixesDenys Vlasenko2020-06-231-0/+1
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-5/+10
* Optionally re-introduce bb_info_msg()James Byrne2019-04-301-1/+1
* randomconfig fixesDenys Vlasenko2018-12-271-1/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-23/+22
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-1/+1
* Convert all miscutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-221-0/+4
* Split miscutils/Config.src items into miscutils/*.c filesDenys Vlasenko2016-11-221-0/+56
* Replace a few more bb_info_msg's by bb_error_msg or printfDenys Vlasenko2016-03-301-1/+1
* use auto_string() where appropriate to kill a few staticsDenys Vlasenko2015-10-091-10/+9
* libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-121-6/+4
* devfsd: remove static variableDenys Vlasenko2013-11-261-9/+11
* whitespace fixes. no code changesDenys Vlasenko2013-01-151-15/+15
* whitespace cleanup. no code changesDenys Vlasenko2013-01-141-13/+13
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+16
* *: whitespace fixesDenys Vlasenko2010-10-281-1/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: code shrink and better "died from signal" reporting from wait4pidDenys Vlasenko2010-03-181-2/+2
* style fixes, no code changesDenys Vlasenko2010-01-281-6/+6
* *: 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