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
/
sysv-generator
Age
Commit message (
Expand
)
Author
2015-02-23
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-19
sysv-generator: fix wrong "Overwriting existing symlink" warnings
Martin Pitt
2015-02-18
everywhere: remove configurability of sysv runlevel to target mapping
Lennart Poettering
2015-02-11
sysv-generator: Skip init scripts for existing native services
Martin Pitt
2015-01-28
sysv-generator: no need to check for identical symlinks source and target twice
Lennart Poettering
2015-01-28
sysv-generator: Re-fix .sh suffix handling
Martin Pitt
2015-01-28
sysv-generator: there's really no need to invoke fstatat() multiple times on ...
Lennart Poettering
2015-01-27
sysv-generator: use is_symlink() utility call where appropriate
Lennart Poettering
2015-01-27
sysv-generator: minor simplifications
Lennart Poettering
2015-01-22
sysv-generator: only allow regular files in enumerate_sysv()
Cristian Rodríguez
2015-01-21
sysv-generator: Replace Provides: symlinks with real units
Martin Pitt
2015-01-21
sysv-generator: Handle .sh suffixes when translating Provides:
Martin Pitt
2015-01-14
sysv-generator: always use fstatat() if we can
Lennart Poettering
2015-01-14
sysv-generator: fix memory leak on failure
Lennart Poettering
2015-01-07
sysv-generator: initialize units before use to ensure correct ordering
Michael Biebl
2015-01-07
sysv-generator: handle Provides: for non-virtual facility names
Michael Biebl
2014-12-19
sysv-generator: properly add Makefile symlink
Lennart Poettering
2014-12-19
util: rename ignore_file() to hidden_file()
Lennart Poettering
2014-11-30
core: warn and ignore SysVStartPriority=
Zbigniew Jędrzejewski-Szmek
2014-11-28
treewide: another round of simplifications
Michal Schmidt
2014-11-28
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
core: convert log_unit_*() to log_unit_*_errno()
Michal Schmidt
2014-11-27
sysv-generator: advertise the man page
Zbigniew Jędrzejewski-Szmek
2014-11-27
log: rearrange log function naming
Lennart Poettering
2014-10-01
Remove repeated includes
Thomas Hindoe Paaboel Andersen
2014-09-17
sysv-generator: don't check first if hashmap contains the service name
Thomas Hindoe Paaboel Andersen
2014-09-16
sysv-generator: fix resource leak
Andreas Henriksson
2014-09-15
hashmap: introduce hash_ops to make struct Hashmap smaller
Michal Schmidt
2014-07-31
Properly report invalid quoted strings
Zbigniew Jędrzejewski-Szmek
2014-07-31
Reject invalid quoted strings
Zbigniew Jędrzejewski-Szmek
2014-07-30
sysv: order initscripts which provide $network before network.target
Lukas Nykryn
2014-06-26
sysv-generator: fix incorect ordering of Wants
Thomas Hindoe Paaboel Andersen
2014-06-24
sysv-generator: rename PidFile to PIDFile
Thomas Hindoe Paaboel Andersen
2014-06-13
Fix spelling mistake, scirpt --> script
Colin Ian King
2014-06-07
Move handling of sysv initscripts to a generator
Thomas Hindoe Paaboel Andersen