index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fsck
Age
Commit message (
Expand
)
Author
2014-12-10
sd-bus: move common errors src/shared/bus-errors.h → src/libsystemd/sd-bus/...
Lennart Poettering
2014-11-28
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-11-07
util: simplify proc_cmdline() to reuse get_process_cmdline()
Lennart Poettering
2014-10-22
fsck: re-enable fsck -l
Karel Zak
2014-08-04
bus: always explicitly close bus from main programs
Lennart Poettering
2014-06-25
fsck: consider a fsck implementation linked to /bin/true non-existant
Lennart Poettering
2014-06-19
stop complaining about unknown kernel cmdline options
Lennart Poettering
2014-06-04
fsck: disable "-l" option for now
Kay Sievers
2014-05-30
fsck: include device name in the message about missing fsck
Zbigniew Jędrzejewski-Szmek
2014-05-16
fsck: Allow to specify the fsck repair option in the cmdline
Holger Hans Peter Freyther
2014-04-12
fsck: Search for fsck.type in PATH
Mike Gilbert
2014-03-24
util: replace close_pipe() with new safe_close_pair()
Lennart Poettering
2014-03-18
util: replace close_nointr_nofail() by a more useful safe_close()
Lennart Poettering
2014-03-06
util: move more intellegince into parse_proc_cmdline()
Lennart Poettering
2014-02-17
Extract looping over /proc/cmdline into a shared function
Zbigniew Jędrzejewski-Szmek
2014-02-13
everywhere: always use O_CLOEXEC where it makes sense
Lennart Poettering
2013-12-26
systemctl: simplify start_unit
Zbigniew Jędrzejewski-Szmek
2013-11-15
fsck,fstab-generator: be lenient about missing fsck.<type>
Zbigniew Jędrzejewski-Szmek
2013-11-15
fsck: modernization
Zbigniew Jędrzejewski-Szmek
2013-11-06
util: unify reading of /proc/cmdline
Lennart Poettering
2013-10-30
general: various cleanups
Lennart Poettering
2013-10-30
bus: move ssh support into public API of libsystem-bus
Lennart Poettering
2013-10-18
fsck: port to sd-bus
Tom Gundersen
2013-10-13
Introduce udev object cleanup functions
Zbigniew Jędrzejewski-Szmek
2013-04-01
Do no isolate in case of emergency or severe problems
Dr. Tilmann Bubeck
2013-02-14
honor SELinux labels, when creating and writing config files
Harald Hoyer
2013-01-04
fsck: remove distro specific hacks from fsck/quotacheck
Lennart Poettering
2012-07-26
log.h: new log_oom() -> int -ENOMEM, use it
Shawn Landden
2012-07-25
use "Out of memory." consistantly (or with "\n")
Shawn Landden
2012-06-22
cryptsetup: allow configuration of LUKS disks via the kernel cmdline
Lennart Poettering
2012-04-13
build-sys: add stub makefiles to all subdirs to ease development with emacs
Lennart Poettering
2012-04-12
move all tools to subdirs
Kay Sievers