index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
miscutils
/
inotifyd.c
Age
Commit message (
Expand
)
Author
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-04-17
Spelling fixes in comments, documentation, tests and examples
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-04-21
*: hopefully all setup_common_bufsiz() are in place
Denys Vlasenko
2016-04-21
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-03-06
inotifyd: swap meaning of 'y' and 'm' events in help text. Closes 8726
Denys Vlasenko
2011-10-10
inotify: if PROG is -, print events to stdout
Flemming Madsen
2011-04-11
move remaining help text from include/usage.src.h
Pere Orga
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
2009-09-06
documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com)
Denys Vlasenko
2008-11-29
inotifyd: save resourses by closing unused inotify descriptors
Denis Vlasenko
2008-11-20
inotifyd: exit if x event happened for all files
Denis Vlasenko
2008-11-17
inotify: add x, o, and u events
Denis Vlasenko
2008-11-14
inotifyd: fix "inotifyd with no params" case
Denis Vlasenko
2008-11-14
inotify: document waiting behavior
Denis Vlasenko
2008-11-14
inotify: fix buffer overflow and "unreaped zombies" problem
Denis Vlasenko
2008-10-21
- use sys/inotify.h
Bernhard Reutner-Fischer
2008-09-11
runsvd: shrink by Vladimir
Denis Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-05-24
inotify: new applet by Vladimir Dronnikov <dronnikov AT gmail.com>
Denis Vlasenko