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
/
term-utils
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
setterm: de-duplicate color option string parsing
Karel Zak
2016-05-09
1
-44
/
+36
*
write: fix setuid related regression
Wayne Pollock
2016-05-07
1
-7
/
+7
*
scriptreplay: avoid re-implementing strtod_or_err()
Sami Kerola
2016-05-05
2
-13
/
+5
*
scriptreplay: improve error message
Sami Kerola
2016-05-05
1
-2
/
+2
*
script: check status of writes when closing outputs
Sami Kerola
2016-04-17
1
-2
/
+4
*
script: avoid trying fclose(NULL)
Sami Kerola
2016-04-17
1
-1
/
+2
*
script: close file descriptors on exec
Sami Kerola
2016-04-17
1
-6
/
+7
*
script: use empty-slave heuristic more carefully
Karel Zak
2016-04-13
1
-24
/
+28
*
agetty: remove atoi() from argv[] parsing [clang analyze]
Karel Zak
2016-03-29
1
-7
/
+6
*
script: tweak spacing and wording, and restore filling in the man page
Benno Schulenberg
2016-03-17
1
-7
/
+9
*
agetty: tweak formatting and some wordings in the man page
Benno Schulenberg
2016-03-08
1
-52
/
+53
*
misc: never cast void* from malloc(3) and friends
Ruediger Meier
2016-03-07
1
-1
/
+1
*
misc: safer (and uniform) handling of return value
Yuriy M. Kaminskiy
2016-03-07
3
-8
/
+8
*
agetty: support \e{name} for issue file
Karel Zak
2016-02-17
2
-3
/
+18
*
Merge branch 'compiler-warnings' of https://github.com/rudimeier/util-linux
Karel Zak
2016-02-12
1
-1
/
+2
|
\
|
*
misc: fix some printf format strings
Ruediger Meier
2016-02-11
1
-1
/
+2
*
|
agetty: add support for \e in issue file to print \033
Karel Zak
2016-02-11
2
-0
/
+6
|
/
*
script: fix misspelling
Ruediger Meier
2016-02-03
1
-3
/
+3
*
docs: fix typos found by codespell
Ruediger Meier
2016-02-03
1
-1
/
+1
*
scriptreplay/newgrp: use signed int to store return of getopt_long
Filipe Brandenburger
2016-01-07
1
-1
/
+1
*
Merge branch 'races' of git://github.com/kerolasa/lelux-utiliteetit
Karel Zak
2015-12-02
1
-8
/
+14
|
\
|
*
mesg: fix multiple races
Sami Kerola
2015-11-22
1
-8
/
+14
*
|
agetty: don't ignore netlink on select()
Karel Zak
2015-11-24
1
-3
/
+9
|
/
*
script, hwclock: check file exist with access(3) rather than stat(3)
Sami Kerola
2015-11-09
1
-2
/
+1
*
agetty: fix chown(3), chmod(3) and open(3) race
Sami Kerola
2015-11-09
1
-5
/
+5
*
script: be pedantic and use "%"SCNi64
Karel Zak
2015-10-16
1
-1
/
+2
*
script: don't assume that time_t is compatible with long
Isaac Dunham
2015-10-16
1
-4
/
+6
*
setterm: remove dead code [coverity scan]
Karel Zak
2015-08-05
1
-2
/
+0
*
agetty: cleanup plymouth usage [coverity scan]
Karel Zak
2015-08-05
1
-3
/
+9
*
script: improve SIG{TERM,QUIT,KILL} sensitivity
Karel Zak
2015-07-28
1
-3
/
+16
*
agetty: Reprompt once the network addresses change if address displayed
Stef Walter
2015-07-20
1
-18
/
+107
*
script: evaluate errno only if read() sets it
Ruediger Meier
2015-07-03
1
-7
/
+6
*
script: make sure errno is zero
Karel Zak
2015-07-02
1
-0
/
+1
*
reset: deprecate the script, and remove reset.033c
Sami Kerola
2015-06-29
3
-12
/
+6
*
script: fix variable initialization warning
Sami Kerola
2015-06-29
1
-3
/
+3
*
build-sys: use REALTIME_LIBS for script
Karel Zak
2015-06-29
1
-1
/
+1
*
script: add note to BUGS man page section
Karel Zak
2015-06-25
1
-0
/
+7
*
script: fix EOF problems
Karel Zak
2015-06-17
1
-26
/
+88
*
script: improve poll debugging
Karel Zak
2015-06-17
1
-5
/
+9
*
script: cleanup signals usage
Karel Zak
2015-06-17
1
-11
/
+28
*
script: debug poll() results
Karel Zak
2015-06-16
1
-2
/
+5
*
script: add support for SCRIPT_DEBUG=
Karel Zak
2015-06-16
1
-2
/
+65
*
script: remove magic constants from poll code
Karel Zak
2015-06-16
1
-21
/
+33
*
script: rename control struct members
Karel Zak
2015-06-16
1
-32
/
+32
*
script: close timingfp also when -e
Karel Zak
2015-06-16
1
-11
/
+10
*
script: move timing file opening close to use of it
Sami Kerola
2015-06-08
1
-14
/
+17
*
script: add noreturn function attributes
Sami Kerola
2015-06-08
1
-2
/
+2
*
script: use gettime_monotonic() to get timing file timestamps
Sami Kerola
2015-06-08
2
-14
/
+14
*
script: use correct input type, move comment, and so on
Sami Kerola
2015-06-08
1
-13
/
+11
*
script: replace strftime() workaround with CFLAGS = -Wno-format-y2k
Sami Kerola
2015-06-08
2
-12
/
+4
[prev]
[next]