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
/
util-linux
/
fbset.c
Age
Commit message (
Expand
)
Author
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2003-11-14
Oskar Liljeblad writes:
Eric Andersen
2003-07-14
Use standard types
Eric Andersen
2003-03-19
Major coreutils update.
Manuel Novoa III
2002-09-17
Support setting depth
Eric Andersen
2002-08-13
minor fixes for fbset bloat
Aaron Lehmann
2001-10-24
Major rework of the directory structure and the entire build system.
Eric Andersen
2001-08-29
Standard typing (u_int16_t instead of u16, u_int32_t instead
Eric Andersen
2001-03-15
Update the documentation so examples are autoincluded in the output text.
Eric Andersen
2001-03-09
A cleanup patch from Jeff Garzik to static-ify a number of
Eric Andersen
2001-03-09
Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup
Eric Andersen
2001-02-20
It turns out that DODMALLOC was broken when I reorganized busybox.h
Eric Andersen
2001-02-16
Do usage messages the same way all other apps fo them.
Eric Andersen
2001-01-31
Removed trailing \n from error_msg{,_and_die} messages.
Matt Kraai
2001-01-27
Fix header file usage -- there were many unnecessary header files included in
Eric Andersen
2001-01-23
#define -> static const int. Also got rid of some big static buffers.
Mark Whitley
2000-12-22
Use busybox error handling functions wherever possible.
Matt Kraai
2000-12-07
Changed names of functions in utility.c and all affected files, to make
Mark Whitley
2000-12-01
Stop using TRUE and FALSE for exit status.
Matt Kraai
2000-10-28
Make fbset compile with the readmode feature by pulling defs from fb.h.
Matt Kraai
2000-09-25
Renamed "internal.h" to the more sensible "busybox.h".
Eric Andersen
2000-09-21
Remove all the kernel headers so it will compile under libc5
Eric Andersen
2000-07-14
Use errorMsg rather than fprintf.
Matt Kraai
2000-07-12
Patch from Jon McClintock <jonm@bluemug.com>
Eric Andersen
2000-07-06
Turned some stuff into features that really are features, not apps.
Eric Andersen
2000-07-06
Added (fixed) the '-n' option to fbset. Renumbered the command parameters to
Eric Andersen
2000-06-19
Updates to a number of apps to remove warnings/compile errors under libc5.
Eric Andersen
2000-05-12
Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP
Erik Andersen
2000-04-13
More doc updates for BusyBox, with fixes to apps for bugs revealed
Erik Andersen
2000-04-13
Upates to include copyright 2000 to everything
Erik Andersen
2000-03-23
My latest ramblings.
Erik Andersen
2000-02-08
Some formatting updates (ran the code through indent)
Erik Andersen
1999-12-17
Reworked the source so it will compile and run under glibc 2.0.7
Erik Andersen
1999-12-16
Fix bugs in logger and syslogd. Add fbset.
Erik Andersen