index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util-linux
/
fdformat.c
Age
Commit message (
Expand
)
Author
2008-12-07
Fix forgotten license comments
Denis Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-03-17
*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-08-18
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-07-14
xioctl and friends by Tito <farmatito@tiscali.it>
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2006-10-03
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-10-03
fdformat: remove redundant check
Denis Vlasenko
2006-10-03
lots of silly indent fixes
Denis Vlasenko
2006-08-04
There are a number of reasons for reinventing printf(). Writing status to
Rob Landley
2006-08-03
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-07-02
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-06-03
- use bb_msg_{read,write}_error where appropriate.
Bernhard Reutner-Fischer
2006-03-23
dont printf arguments given by user for security sanity
Mike Frysinger
2006-01-25
just whitespace
Tim Riker
2005-09-08
Tito sent in a few patches converting instances of CONFIG_FEATURE_CLEAN_UP to
Rob Landley
2004-04-03
Everything should be made as simple as possible. But no simpler.
Eric Andersen
2004-01-20
Patch from Tito, reduce size, merge functions that are only used once.
Glenn L McGrath
2003-08-29
Logic error, patch by Matteo Croce
Glenn L McGrath
2003-07-05
Add the fdformat utility, based on a patch from Kent Robotti,
Eric Andersen