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
/
hwclock.c
Age
Commit message (
Expand
)
Author
2007-05-31
delete tons of extra #includes
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-03-24
random style fixes (extra spaces deleted)
Denis Vlasenko
2007-03-07
hwclock: support /dev/rtc0 etc
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2006-11-01
Unneeded code removed, usused field "unsigned pscpu" removed
Denis Vlasenko
2006-11-01
mostly style fixes
Denis Vlasenko
2006-10-14
add open_read_close() and similar stuff
Denis Vlasenko
2006-10-03
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-05-27
Consolidate #include <sys/time.h> so libbb.h does it.
Rob Landley
2006-05-26
- add central knob to turn off getopt_long everywhere. EXPERIMENTAL!
Bernhard Reutner-Fischer
2006-05-07
Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes
Rob Landley
2006-03-31
- use RESERVE_CONFIG_BUFFER and a bit of whitespace-cleanup. defconfig:
Bernhard Reutner-Fischer
2006-03-06
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2006-01-25
just whitespace
Tim Riker
2005-10-14
- new bb_opt_complementally syntax, use [-:?] only - 'free' chars
"Vladimir N. Oleynik"
2005-10-11
- use complementally '!' to '?' - 'ask' is best 'free' char for this.
"Vladimir N. Oleynik"
2005-09-28
allow people to adjtime location
Mike Frysinger
2005-09-05
1) bb_opt_complementaly -> bb_opt_complementally
"Vladimir N. Oleynik"
2005-05-11
change the hardcoded error constant (0x80000000UL) to a nice flexible define ...
Mike Frysinger
2005-04-16
minor style touchups
Mike Frysinger
2004-04-14
Larry Doolittle writes:
Eric Andersen
2004-03-22
Some corrections from vodz:
Robert Griebl
2004-03-21
The utc variable was not modified according to the -u/-l command line
Robert Griebl
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2004-03-10
Patch from Thomas Frohlich to fix an option ordering bug of mine.
Glenn L McGrath
2004-02-22
Use bb_getopt_ulflags, marginal saving, better argument checking.
Glenn L McGrath
2004-02-22
Use /var/lib/hwclock for adjtime, its really a state file rather than a
Glenn L McGrath
2003-08-26
Removed some debug printfs
Robert Griebl
2003-03-19
Major coreutils update.
Manuel Novoa III
2003-01-02
> Eliminate dependancy on kernel header files. Naughty naughty.
Robert Griebl
2002-12-11
Eliminate dependancy on kernel header files. Naughty naughty.
Eric Andersen
2002-08-05
- updated a few copyright/left file headers
Robert Griebl
2002-07-21
Initial checkin of a very primitive hwclock replacement
Robert Griebl
[prev]