index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
miscutils
/
devfsd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: style fix
Denys Vlasenko
2022-08-30
1
-3
/
+3
*
*: slap on a few ALIGN_PTR where appropriate
Denys Vlasenko
2022-02-06
1
-2
/
+2
*
libbb: code shrink: introduce and use [_]exit_SUCCESS()
Denys Vlasenko
2022-01-05
1
-2
/
+2
*
randomconfig fixes
Denys Vlasenko
2020-12-29
1
-2
/
+2
*
build system: drop PLATFORM_LINUX
Ron Yorston
2020-08-13
1
-2
/
+0
*
randomconfig fixes
Denys Vlasenko
2020-06-23
1
-0
/
+1
*
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
1
-5
/
+10
*
Optionally re-introduce bb_info_msg()
James Byrne
2019-04-30
1
-1
/
+1
*
randomconfig fixes
Denys Vlasenko
2018-12-27
1
-1
/
+1
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-23
/
+22
*
Big cleanup in config help and description
Denys Vlasenko
2017-01-10
1
-1
/
+1
*
Convert all miscutils/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-22
1
-0
/
+4
*
Split miscutils/Config.src items into miscutils/*.c files
Denys Vlasenko
2016-11-22
1
-0
/
+56
*
Replace a few more bb_info_msg's by bb_error_msg or printf
Denys Vlasenko
2016-03-30
1
-1
/
+1
*
use auto_string() where appropriate to kill a few statics
Denys Vlasenko
2015-10-09
1
-10
/
+9
*
libbb: introduce and use is_prefixed_with()
Denys Vlasenko
2015-03-12
1
-6
/
+4
*
devfsd: remove static variable
Denys Vlasenko
2013-11-26
1
-9
/
+11
*
whitespace fixes. no code changes
Denys Vlasenko
2013-01-15
1
-15
/
+15
*
whitespace cleanup. no code changes
Denys Vlasenko
2013-01-14
1
-13
/
+13
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-1
/
+0
*
move remaining help text from include/usage.src.h
Pere Orga
2011-04-11
1
-0
/
+16
*
*: whitespace fixes
Denys Vlasenko
2010-10-28
1
-1
/
+1
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
*: code shrink and better "died from signal" reporting from wait4pid
Denys Vlasenko
2010-03-18
1
-2
/
+2
*
style fixes, no code changes
Denys Vlasenko
2010-01-28
1
-6
/
+6
*
*: add FAST_FUNC to function ptrs where it makes sense
Denys Vlasenko
2009-06-05
1
-16
/
+9
*
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-21
1
-1
/
+1
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-1
/
+1
*
style fixes, no code changes
Denis Vlasenko
2008-06-26
1
-2
/
+2
*
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
Bernhard Reutner-Fischer
2008-05-19
1
-3
/
+3
*
whitespace fixes
Denis Vlasenko
2008-03-28
1
-11
/
+11
*
libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set
Denis Vlasenko
2008-03-12
1
-2
/
+2
*
nc: remove a bit of bloat
Denis Vlasenko
2008-03-12
1
-5
/
+4
*
*: intrduce and use safe_gethostname. By Tito <farmatito AT tiscali.it>
Denis Vlasenko
2008-02-25
1
-7
/
+3
*
- fix conflicting decls of syslog related facilitynames and prioritynames tables
Bernhard Reutner-Fischer
2008-01-27
1
-8
/
+3
*
fbset: fix buglet where we were using wrong pointer
Denis Vlasenko
2007-11-06
1
-13
/
+24
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-1
/
+1
*
introduce and use close_on_exec_on(fd). -50 bytes.
Denis Vlasenko
2007-09-30
1
-4
/
+1
*
assorted fixes for breakage found by randomconfig
Denis Vlasenko
2007-08-17
1
-5
/
+4
*
trylink: produce even more info about final link stage
Denis Vlasenko
2007-08-12
1
-15
/
+11
*
Replace index_in_[sub]str_array with index_in_[sub]strings,
Denis Vlasenko
2007-07-24
1
-18
/
+20
*
style fix (stray space before ';')
Denis Vlasenko
2007-07-21
1
-2
/
+2
*
stray trailing tabs removed
Denis Vlasenko
2007-07-19
1
-2
/
+2
*
remove accumulated stray trailing whitespace
Denis Vlasenko
2007-07-17
1
-3
/
+3
*
xioctl and friends by Tito <farmatito@tiscali.it>
Denis Vlasenko
2007-07-14
1
-12
/
+4
*
devfsd: futher sanitization by Tito <farmatito@tiscali.it>
Denis Vlasenko
2007-07-01
1
-118
/
+63
*
devfsd: indentation fixes
Denis Vlasenko
2007-07-01
1
-6
/
+6
*
introduce and use bb_basename()
Denis Vlasenko
2007-06-30
1
-8
/
+8
*
devfsd: style cleanup; size reduction (Tito <farmatito@tiscali.it>)
Denis Vlasenko
2007-06-27
1
-133
/
+46
*
devfsd: fix formatting (Tito <farmatito@tiscali.it>)
Denis Vlasenko
2007-06-25
1
-509
/
+446
[next]