index
:
openslx/kernel-qcow2-util-linux.git
kernel-qcow2
master
xloop-hack
In-kernel qcow2 (losetup)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hwclock
Commit message (
Expand
)
Author
Age
Files
Lines
*
hwclock: use exclusive_option()
Sami Kerola
2012-06-17
1
-25
/
+41
*
hwclock: cleanup strtoxx_or_err()
Karel Zak
2012-05-15
1
-1
/
+1
*
Fix typos found by misspellings
Bernhard Voelker
2012-04-23
2
-3
/
+3
*
hwclock: verify writing to streams was successful
Sami Kerola
2012-04-04
1
-2
/
+5
*
build-sys: enhance readability of the autotools files
Sami Kerola
2012-02-28
1
-1
/
+6
*
hwclock: remove never read value
Karel Zak
2012-02-02
1
-2
/
+1
*
hwclock: clean usage, remove redundat code
Karel Zak
2012-02-02
1
-3
/
+2
*
hwclock: remove non-ANSI function declaration [smatch scan]
Karel Zak
2012-01-17
2
-2
/
+2
*
misc: use %m in format string instead of %s and strerror(errno)
Petr Uzel
2011-09-27
1
-8
/
+8
*
Merge branch 'docs-dir' of https://github.com/kerolasa/lelux-utiliteetit
Karel Zak
2011-08-31
3
-19
/
+14
|
\
|
*
docs: move setuid information from reame to hwclock.8
Sami Kerola
2011-08-23
1
-0
/
+14
|
*
docs: Documentation directory added
Sami Kerola
2011-08-12
2
-19
/
+0
*
|
docs: uniformize the header and footer lines in man pages
Benno Schulenberg
2011-08-22
1
-1
/
+1
*
|
hwclock: use <var> in usage()
Karel Zak
2011-08-16
1
-27
/
+27
*
|
hwclock: indent usage()
Karel Zak
2011-08-16
1
-45
/
+38
*
|
hwclock: in man page move --date and --epoch from Functions to Options
Benno Schulenberg
2011-08-16
1
-53
/
+65
*
|
hwclock: when cutting up help texts anyway, do it into small chunks
Benno Schulenberg
2011-08-16
1
-25
/
+29
|
/
*
hwclock: tiny change in comment
Karel Zak
2011-07-28
1
-1
/
+1
*
hwclock: fix gcc warning (uninitialized variable)
Karel Zak
2011-07-27
1
-1
/
+1
*
hwclock: validate numeric option arguments
Sami Kerola
2011-07-26
3
-6
/
+8
*
hwclock: move long options away from global scope
Sami Kerola
2011-07-26
1
-52
/
+70
*
hwclock: add variable initialization
Sami Kerola
2011-07-26
1
-2
/
+2
*
hwclock: remove goto statement
Sami Kerola
2011-07-26
1
-13
/
+21
*
hwclock: fix compiler warnings
Sami Kerola
2011-07-26
2
-35
/
+57
*
hwclock: move path definitions to pathnames.h
Sami Kerola
2011-07-26
1
-19
/
+9
*
hwclock: use libc error printing functions
Sami Kerola
2011-07-26
5
-207
/
+151
*
hwclock: include-what-you-use header check
Sami Kerola
2011-07-26
4
-17
/
+28
*
hwclock: coding style clean up
Sami Kerola
2011-07-26
5
-2067
/
+2159
*
hwclock: remove misleading information
Sami Kerola
2011-07-24
2
-11
/
+1
*
hwclock: remove clock-ppc.c
Sami Kerola
2011-07-24
1
-459
/
+0
*
hwclock: Don't use asm/io.h if sys/io.h can't be found
Josiah Worcester
2011-06-14
1
-5
/
+13
*
hwclock: remove unused variables
Karel Zak
2011-06-08
1
-4
/
+6
*
hwclock: build on non-Linux
Samuel Thibault
2011-03-11
3
-1
/
+30
*
hwclock: make RTC default to UTC time
Daniel Drake
2011-02-21
2
-3
/
+3
*
hwclock: allow setting of RTC when it contains invalid data
Peter Tyser
2010-12-31
1
-4
/
+16
*
rename util-linux-ng back to util-linux
Karel Zak
2010-11-30
1
-2
/
+2
*
hwclock: [m68k] unbreak FTBFS with recent (>= 2.4.18?) kernels
Thorsten Glaser
2010-11-15
1
-25
/
+18
*
hwclock: add --predict for predicting RTC reading at a given time
Timo Juhani Lindfors
2010-03-29
2
-11
/
+37
*
hwclock: use c.h
Karel Zak
2009-10-16
1
-2
/
+2
*
hwclock: set kernel timezone with --systz --utc
Scott James Remnant
2009-10-13
1
-11
/
+8
*
hwclock: do not access hardware clock when using --systz
Scott James Remnant
2009-10-13
1
-12
/
+17
*
Remove now unused <sys/ioctl.h> includes
Guillem Jover
2009-10-09
1
-1
/
+0
*
replace usleep() for systems that don't have them
Daniel Mierswa
2009-08-21
1
-0
/
+1
*
hwclocks: use time limit for KDGHWCLK busy wait
Karel Zak
2009-08-20
1
-19
/
+19
*
hwclock.8: formatting
Peter Breitenlohner
2009-08-17
1
-23
/
+24
*
hwclock: fix mismatched popen/fclose.
John Keeping
2009-05-27
1
-1
/
+1
*
hwclock: add --systz option to set system clock from itself
Scott James Remnant
2009-03-10
2
-8
/
+120
*
hwclock: clock.h is included more than once
Karel Zak
2008-11-26
1
-4
/
+2
*
hwclock: remove "cli" and "sti" from i386 CMOS code
Karel Zak
2008-10-16
1
-25
/
+4
*
hwclock: several strings without gettext calls
Pedro Ribeiro
2008-10-03
2
-12
/
+12
[next]