index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
miscutils
/
devfsd.c
Age
Commit message (
Expand
)
Author
2020-12-29
randomconfig fixes
Denys Vlasenko
2020-08-13
build system: drop PLATFORM_LINUX
Ron Yorston
2020-06-23
randomconfig fixes
Denys Vlasenko
2019-07-02
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-04-30
Optionally re-introduce bb_info_msg()
James Byrne
2018-12-27
randomconfig fixes
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-01-10
Big cleanup in config help and description
Denys Vlasenko
2016-11-22
Convert all miscutils/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-22
Split miscutils/Config.src items into miscutils/*.c files
Denys Vlasenko
2016-03-30
Replace a few more bb_info_msg's by bb_error_msg or printf
Denys Vlasenko
2015-10-09
use auto_string() where appropriate to kill a few statics
Denys Vlasenko
2015-03-12
libbb: introduce and use is_prefixed_with()
Denys Vlasenko
2013-11-26
devfsd: remove static variable
Denys Vlasenko
2013-01-15
whitespace fixes. no code changes
Denys Vlasenko
2013-01-14
whitespace cleanup. no code changes
Denys Vlasenko
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-04-11
move remaining help text from include/usage.src.h
Pere Orga
2010-10-28
*: whitespace fixes
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-03-18
*: code shrink and better "died from signal" reporting from wait4pid
Denys Vlasenko
2010-01-28
style fixes, no code changes
Denys Vlasenko
2009-06-05
*: add FAST_FUNC to function ptrs where it makes sense
Denys Vlasenko
2008-07-21
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-06-26
style fixes, no code changes
Denis Vlasenko
2008-05-19
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
Bernhard Reutner-Fischer
2008-03-28
whitespace fixes
Denis Vlasenko
2008-03-12
libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set
Denis Vlasenko
2008-03-12
nc: remove a bit of bloat
Denis Vlasenko
2008-02-25
*: intrduce and use safe_gethostname. By Tito <farmatito AT tiscali.it>
Denis Vlasenko
2008-01-27
- fix conflicting decls of syslog related facilitynames and prioritynames tables
Bernhard Reutner-Fischer
2007-11-06
fbset: fix buglet where we were using wrong pointer
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-09-30
introduce and use close_on_exec_on(fd). -50 bytes.
Denis Vlasenko
2007-08-17
assorted fixes for breakage found by randomconfig
Denis Vlasenko
2007-08-12
trylink: produce even more info about final link stage
Denis Vlasenko
2007-07-24
Replace index_in_[sub]str_array with index_in_[sub]strings,
Denis Vlasenko
2007-07-21
style fix (stray space before ';')
Denis Vlasenko
2007-07-19
stray trailing tabs removed
Denis Vlasenko
2007-07-17
remove accumulated stray trailing whitespace
Denis Vlasenko
2007-07-14
xioctl and friends by Tito <farmatito@tiscali.it>
Denis Vlasenko
2007-07-01
devfsd: futher sanitization by Tito <farmatito@tiscali.it>
Denis Vlasenko
2007-07-01
devfsd: indentation fixes
Denis Vlasenko
2007-06-30
introduce and use bb_basename()
Denis Vlasenko
2007-06-27
devfsd: style cleanup; size reduction (Tito <farmatito@tiscali.it>)
Denis Vlasenko
2007-06-25
devfsd: fix formatting (Tito <farmatito@tiscali.it>)
Denis Vlasenko
2007-05-31
delete tons of extra #includes
Denis Vlasenko
2007-05-31
use "glibc errno" trick not only for ash, but for entire busybox
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
[next]