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
/
util-linux
/
fbset.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Big cleanup in config help and description
Denys Vlasenko
2017-01-10
1
-2
/
+2
*
Convert all util-linux/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
1
-0
/
+32
*
randomconfig fixes
Denys Vlasenko
2016-06-19
1
-2
/
+3
*
Use bb_error_msg instead of bb_info_msg in all commented-out debug printouts
Denys Vlasenko
2016-03-30
1
-9
/
+9
*
fbset: fix rgba parsing
Linus Walleij
2015-07-30
1
-4
/
+4
*
fbset: respect rgba configuration lines in fb.modes
Linus Walleij
2012-07-07
1
-1
/
+25
*
fbset: apply modelines. Closes 3823
Denys Vlasenko
2011-06-06
1
-1
/
+2
*
fbset: abort on unknown options. closes 3121
Denys Vlasenko
2011-05-09
1
-5
/
+9
*
move remaining help text from include/usage.src.h
Pere Orga
2011-04-11
1
-0
/
+15
*
whitespace cleanup
Denys Vlasenko
2010-10-29
1
-3
/
+3
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
randomconfig fixes
Denys Vlasenko
2010-01-24
1
-4
/
+4
*
fbset: add possibility to set timing and sync polarity
Michael Grzeschik
2010-01-23
1
-97
/
+172
*
*: three more NOINLINEs
Denys Vlasenko
2009-10-08
1
-1
/
+1
*
remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)
Denys Vlasenko
2009-09-06
1
-2
/
+2
*
more of pointless whitespace fixes
Denis Vlasenko
2009-04-01
1
-1
/
+1
*
- bail out if screen resolution does not match PPM dimensions.
Bernhard Reutner-Fischer
2009-02-18
1
-13
/
+25
*
fbset: fix mode matching code: original code may trigger false positive.
Denis Vlasenko
2008-08-24
1
-117
/
+132
*
randomconfig fixes
Denis Vlasenko
2008-07-29
1
-1
/
+1
*
fbset: shrink code a bit more
Denis Vlasenko
2008-07-27
1
-20
/
+15
*
fbset: code shrink
Denis Vlasenko
2008-07-27
1
-30
/
+14
*
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-21
1
-1
/
+1
*
*: fix fallout from -Wunused-parameter
Denis Vlasenko
2008-03-17
1
-4
/
+6
*
fbset: fix buglet where we were using wrong pointer
Denis Vlasenko
2007-11-06
1
-4
/
+6
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-1
/
+1
*
s/#ifdef CONFIG_/#if ENABLE_/g
Denis Vlasenko
2007-08-13
1
-7
/
+7
*
xioctl and friends by Tito <farmatito@tiscali.it>
Denis Vlasenko
2007-07-14
1
-4
/
+2
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
preparatory patch for -Wwrite-strings #2
Denis Vlasenko
2007-01-29
1
-2
/
+2
*
fbset: move variable from data to bss
Denis Vlasenko
2007-01-03
1
-1
/
+1
*
attempt to regularize atoi mess.
Denis Vlasenko
2006-10-08
1
-15
/
+15
*
fbset: store short string in the structure itself instead of the pointer
Denis Vlasenko
2006-09-30
1
-213
/
+203
*
fbset: add support for -a (bug 1017)
Denis Vlasenko
2006-09-30
1
-6
/
+14
*
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-08-03
1
-11
/
+2
*
- patch from Denis Vlasenko to add and use bb_xsocket() and to use
Bernhard Reutner-Fischer
2006-04-12
1
-15
/
+2
*
Patch from Denis Vlasenko turning static const int (which gets emitted into
Rob Landley
2006-03-10
1
-12
/
+16
*
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2006-03-06
1
-1
/
+1
*
remode warning: const static mix
"Vladimir N. Oleynik"
2006-02-01
1
-1
/
+1
*
just whitespace
Tim Riker
2006-01-25
1
-68
/
+68
*
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2004-03-15
1
-9
/
+9
*
Oskar Liljeblad writes:
Eric Andersen
2003-11-14
1
-1
/
+1
*
Use standard types
Eric Andersen
2003-07-14
1
-27
/
+27
*
Major coreutils update.
Manuel Novoa III
2003-03-19
1
-8
/
+8
*
Support setting depth
Eric Andersen
2002-09-17
1
-0
/
+3
*
minor fixes for fbset bloat
Aaron Lehmann
2002-08-13
1
-16
/
+16
*
Major rework of the directory structure and the entire build system.
Eric Andersen
2001-10-24
1
-6
/
+6
*
Standard typing (u_int16_t instead of u16, u_int32_t instead
Eric Andersen
2001-08-29
1
-1
/
+1
*
Update the documentation so examples are autoincluded in the output text.
Eric Andersen
2001-03-15
1
-6
/
+0
*
A cleanup patch from Jeff Garzik to static-ify a number of
Eric Andersen
2001-03-09
1
-1
/
+1
[next]