index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
fsck
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sd-bus: introduce new sd_bus_flush_close_unref() call
Lennart Poettering
2015-07-03
1
-1
/
+1
*
tree-wide: whenever we fork off a foreign child process reset signal mask/han...
Lennart Poettering
2015-06-10
1
-2
/
+2
*
util: split out signal-util.[ch] from util.[ch]
Lennart Poettering
2015-05-29
1
-0
/
+1
*
fsck: add enum with fsck exit codes
Thomas Hindoe Paaboel Andersen
2015-05-12
1
-4
/
+16
*
fsck: remove fsckd again, but keep the door open for external replacement
Lennart Poettering
2015-04-28
1
-89
/
+165
*
fsck: minor improvements
Lennart Poettering
2015-04-28
1
-9
/
+16
*
fsck: parse kernel cmdline booleans the same ways as the rest
Lennart Poettering
2015-04-28
1
-7
/
+13
*
shared: add process-util.[ch]
Ronny Chevalier
2015-04-10
1
-0
/
+1
*
fsck: port from libudev to sd-device
Tom Gundersen
2015-04-02
1
-21
/
+14
*
fsck: use %zu for size_t
Thomas Hindoe Paaboel Andersen
2015-03-19
1
-1
/
+1
*
fsck: modernize error handling
Lennart Poettering
2015-03-09
1
-26
/
+36
*
fsck: use _cleanup_close_pair_ where appropriate
Lennart Poettering
2015-03-09
1
-4
/
+2
*
fsck: remove unnecessary check
Zbigniew Jędrzejewski-Szmek
2015-03-03
1
-10
/
+5
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-2
/
+0
*
Connect to plymouth and support cancellation of in progress fsck
Didier Roche
2015-02-18
1
-9
/
+24
*
systemd-fsck: always connect to systemd-fsckd
Didier Roche
2015-02-18
1
-8
/
+4
*
fsckd daemon for inter-fsckd communication
Didier Roche
2015-02-18
1
-57
/
+31
*
Add a snprinf wrapper which checks that the buffer was big enough
Zbigniew Jędrzejewski-Szmek
2015-02-01
1
-3
/
+2
*
sd-bus: move common errors src/shared/bus-errors.h → src/libsystemd/sd-bus/...
Lennart Poettering
2014-12-10
1
-1
/
+1
*
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
1
-4
/
+4
*
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
1
-4
/
+4
*
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-11-28
1
-4
/
+4
*
util: simplify proc_cmdline() to reuse get_process_cmdline()
Lennart Poettering
2014-11-07
1
-1
/
+4
*
fsck: re-enable fsck -l
Karel Zak
2014-10-22
1
-9
/
+4
*
bus: always explicitly close bus from main programs
Lennart Poettering
2014-08-04
1
-1
/
+1
*
fsck: consider a fsck implementation linked to /bin/true non-existant
Lennart Poettering
2014-06-25
1
-9
/
+5
*
stop complaining about unknown kernel cmdline options
Lennart Poettering
2014-06-19
1
-4
/
+7
*
fsck: disable "-l" option for now
Kay Sievers
2014-06-04
1
-1
/
+12
*
fsck: include device name in the message about missing fsck
Zbigniew Jędrzejewski-Szmek
2014-05-30
1
-2
/
+4
*
fsck: Allow to specify the fsck repair option in the cmdline
Holger Hans Peter Freyther
2014-05-16
1
-1
/
+13
*
fsck: Search for fsck.type in PATH
Mike Gilbert
2014-04-12
1
-5
/
+5
*
util: replace close_pipe() with new safe_close_pair()
Lennart Poettering
2014-03-24
1
-1
/
+1
*
util: replace close_nointr_nofail() by a more useful safe_close()
Lennart Poettering
2014-03-18
1
-6
/
+3
*
util: move more intellegince into parse_proc_cmdline()
Lennart Poettering
2014-03-06
1
-13
/
+18
*
Extract looping over /proc/cmdline into a shared function
Zbigniew Jędrzejewski-Szmek
2014-02-17
1
-31
/
+17
*
everywhere: always use O_CLOEXEC where it makes sense
Lennart Poettering
2014-02-13
1
-1
/
+1
*
systemctl: simplify start_unit
Zbigniew Jędrzejewski-Szmek
2013-12-26
1
-2
/
+2
*
fsck,fstab-generator: be lenient about missing fsck.<type>
Zbigniew Jędrzejewski-Szmek
2013-11-16
1
-8
/
+32
*
fsck: modernization
Zbigniew Jędrzejewski-Szmek
2013-11-16
1
-25
/
+18
*
util: unify reading of /proc/cmdline
Lennart Poettering
2013-11-06
1
-8
/
+4
*
general: various cleanups
Lennart Poettering
2013-10-30
1
-9
/
+4
*
bus: move ssh support into public API of libsystem-bus
Lennart Poettering
2013-10-30
1
-1
/
+1
*
fsck: port to sd-bus
Tom Gundersen
2013-10-18
1
-47
/
+24
*
Introduce udev object cleanup functions
Zbigniew Jędrzejewski-Szmek
2013-10-13
1
-9
/
+4
*
Do no isolate in case of emergency or severe problems
Dr. Tilmann Bubeck
2013-04-02
1
-9
/
+4
*
honor SELinux labels, when creating and writing config files
Harald Hoyer
2013-02-14
1
-0
/
+1
*
fsck: remove distro specific hacks from fsck/quotacheck
Lennart Poettering
2013-01-04
1
-5
/
+14
*
log.h: new log_oom() -> int -ENOMEM, use it
Shawn Landden
2012-07-26
1
-1
/
+1
*
use "Out of memory." consistantly (or with "\n")
Shawn Landden
2012-07-25
1
-1
/
+1
*
cryptsetup: allow configuration of LUKS disks via the kernel cmdline
Lennart Poettering
2012-06-22
1
-3
/
+4
[next]