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
/
procps
/
fuser.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-1
/
+0
*
fuser: fix inverted access() check. Closes 3799.
Denys Vlasenko
2011-05-29
1
-1
/
+1
*
fuser: code shrink
Maksym Kryzhanovskyy
2011-05-23
1
-196
/
+190
*
move remaining help text from include/usage.src.h
Pere Orga
2011-04-11
1
-0
/
+11
*
remove a few aliasing warnings
Denys Vlasenko
2011-01-16
1
-1
/
+1
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
fuser: code shrink
Maksym Kryzhanovskyy
2010-06-06
1
-29
/
+15
*
fuser: code shrink, fixing default signal, exitcode and PID display
Maksym Kryzhanovskyy
2010-05-22
1
-136
/
+122
*
modprobe: emit "can't open 'modules.dep': (errno)" instead of "module not found"
Denis Vlasenko
2009-03-03
1
-1
/
+1
*
Fix forgotten license comments
Denis Vlasenko
2008-12-07
1
-2
/
+1
*
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-21
1
-2
/
+2
*
fuser: a bit of safety in scanf
Denis Vlasenko
2008-07-12
1
-1
/
+1
*
cpio: internalize archive_xread_all_eof. add a few paranoia checks
Denis Vlasenko
2008-07-12
1
-3
/
+4
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-1
/
+1
*
fuser: a now, the corrected fix (vda botched previous one)
Denis Vlasenko
2008-05-28
1
-0
/
+1
*
fiser: opendir "/proc", not "." (by Cristian Ionescu-Idbohrn)
Denis Vlasenko
2008-05-28
1
-2
/
+3
*
fuser: fix vda's breakage: DOH! chdir'ing to /proc breaks relative paths
Denis Vlasenko
2008-03-29
1
-6
/
+4
*
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
1
-1
/
+1
*
fuser: bugfixes and shrink. It was assuming that xmalloc zeroes returned area!
Denis Vlasenko
2008-03-17
1
-221
/
+179
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-1
/
+1
*
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-09-27
1
-1
/
+1
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
bb_full_fd_action: remove potential xmalloc from NOFORK path
Denis Vlasenko
2007-04-11
1
-99
/
+118
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
style fixes
Denis Vlasenko
2006-12-26
1
-2
/
+2
*
fix recognitions of -SIGname signals
Denis Vlasenko
2006-12-23
1
-1
/
+2
*
silly size savings and capitalization fixes
Denis Vlasenko
2006-10-26
1
-1
/
+1
*
add open_read_close() and similar stuff
Denis Vlasenko
2006-10-14
1
-2
/
+2
*
These should have been part of 15767 too.
Rob Landley
2006-08-03
1
-1
/
+1
*
A couple things that got tangled up in my tree, easier to check in both than
Rob Landley
2006-07-12
1
-18
/
+4
*
- move #include busybox.h to the very top so we pull in the config
Bernhard Reutner-Fischer
2006-06-02
1
-1
/
+2
*
Jason Schoon writes: Attached is a patch to display the usage message if fuse...
Mike Frysinger
2006-04-21
1
-0
/
+3
*
More "extern" removals from Robert P. Day
Rob Landley
2006-03-14
1
-4
/
+8
*
rfelker writes in Bug 738: sys/sysmacros.h is needed for makedev
Mike Frysinger
2006-02-19
1
-0
/
+1
*
fix up yet more annoying signed/unsigned and mixed type errors
Eric Andersen
2006-01-30
1
-2
/
+2
*
just whitespace
Tim Riker
2006-01-25
1
-74
/
+74
*
compile on 2.96 for a while longer -- no floating declarations.
Paul Fox
2006-01-20
1
-6
/
+4
*
Please don't use if(asprintf(&t)<0) free(t); Use concat_subpath_file() for sc...
"Vladimir N. Oleynik"
2005-10-28
1
-34
/
+21
*
New applet, fuser, from Tony J. White. (Needs some cleanup.)
Rob Landley
2005-10-28
1
-0
/
+386