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