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
/
hwclock.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-1
/
+1
*
patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)
Denis Vlasenko
2008-03-23
1
-1
/
+0
*
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
1
-1
/
+1
*
we need to pass back the rtc device name that was actually used so that we ca...
Mike Frysinger
2008-02-15
1
-2
/
+2
*
split some rtc funcs out of hwclock and into an rtc header/lib so that the ne...
Mike Frysinger
2008-02-15
1
-99
/
+16
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-1
/
+1
*
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-18
1
-1
/
+1
*
s/#ifdef CONFIG_/#if ENABLE_/g
Denis Vlasenko
2007-08-13
1
-1
/
+1
*
trylink: produce even more info about final link stage
Denis Vlasenko
2007-08-12
1
-1
/
+1
*
Replace index_in_[sub]str_array with index_in_[sub]strings,
Denis Vlasenko
2007-07-24
1
-1
/
+1
*
rework long option handling. saves ~1.2k
Denis Vlasenko
2007-07-23
1
-10
/
+9
*
libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options
Denis Vlasenko
2007-07-21
1
-1
/
+1
*
xioctl and friends by Tito <farmatito@tiscali.it>
Denis Vlasenko
2007-07-14
1
-8
/
+5
*
hwclock: size optimizations
Denis Vlasenko
2007-06-17
1
-33
/
+27
*
delete tons of extra #includes
Denis Vlasenko
2007-05-31
1
-2
/
+1
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
random style fixes (extra spaces deleted)
Denis Vlasenko
2007-03-24
1
-2
/
+2
*
hwclock: support /dev/rtc0 etc
Denis Vlasenko
2007-03-07
1
-7
/
+15
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
Unneeded code removed, usused field "unsigned pscpu" removed
Denis Vlasenko
2006-11-01
1
-1
/
+1
*
mostly style fixes
Denis Vlasenko
2006-11-01
1
-68
/
+63
*
add open_read_close() and similar stuff
Denis Vlasenko
2006-10-14
1
-4
/
+4
*
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-10-03
1
-4
/
+4
*
Consolidate #include <sys/time.h> so libbb.h does it.
Rob Landley
2006-05-27
1
-1
/
+0
*
- add central knob to turn off getopt_long everywhere. EXPERIMENTAL!
Bernhard Reutner-Fischer
2006-05-26
1
-2
/
+2
*
Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes
Rob Landley
2006-05-07
1
-2
/
+2
*
- use RESERVE_CONFIG_BUFFER and a bit of whitespace-cleanup. defconfig:
Bernhard Reutner-Fischer
2006-03-31
1
-21
/
+10
*
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2006-03-06
1
-1
/
+1
*
just whitespace
Tim Riker
2006-01-25
1
-5
/
+5
*
- new bb_opt_complementally syntax, use [-:?] only - 'free' chars
"Vladimir N. Oleynik"
2005-10-14
1
-1
/
+1
*
- use complementally '!' to '?' - 'ask' is best 'free' char for this.
"Vladimir N. Oleynik"
2005-10-11
1
-1
/
+1
*
allow people to adjtime location
Mike Frysinger
2005-09-28
1
-2
/
+6
*
1) bb_opt_complementaly -> bb_opt_complementally
"Vladimir N. Oleynik"
2005-09-05
1
-5
/
+1
*
change the hardcoded error constant (0x80000000UL) to a nice flexible define ...
Mike Frysinger
2005-05-11
1
-1
/
+1
*
minor style touchups
Mike Frysinger
2005-04-16
1
-8
/
+8
*
Larry Doolittle writes:
Eric Andersen
2004-04-14
1
-1
/
+1
*
Some corrections from vodz:
Robert Griebl
2004-03-22
1
-11
/
+6
*
The utc variable was not modified according to the -u/-l command line
Robert Griebl
2004-03-21
1
-2
/
+8
*
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2004-03-15
1
-19
/
+19
*
Patch from Thomas Frohlich to fix an option ordering bug of mine.
Glenn L McGrath
2004-03-10
1
-3
/
+3
*
Use bb_getopt_ulflags, marginal saving, better argument checking.
Glenn L McGrath
2004-02-22
1
-68
/
+41
*
Use /var/lib/hwclock for adjtime, its really a state file rather than a
Glenn L McGrath
2004-02-22
1
-3
/
+1
*
Removed some debug printfs
Robert Griebl
2003-08-26
1
-4
/
+0
*
Major coreutils update.
Manuel Novoa III
2003-03-19
1
-9
/
+9
*
> Eliminate dependancy on kernel header files. Naughty naughty.
Robert Griebl
2003-01-02
1
-2
/
+15
*
Eliminate dependancy on kernel header files. Naughty naughty.
Eric Andersen
2002-12-11
1
-1
/
+6
*
- updated a few copyright/left file headers
Robert Griebl
2002-08-05
1
-2
/
+17
*
Initial checkin of a very primitive hwclock replacement
Robert Griebl
2002-07-21
1
-0
/
+229