..
linux
execute: support syscall filtering using seccomp filters
2012-07-17 04:17:53 +02:00
acl-util.c
relicense to LGPLv2.1 (with exceptions)
2012-04-12 00:24:39 +02:00
acl-util.h
use #pragma once instead of foo*foo #define guards
2012-07-19 12:30:59 +02:00
ask-password-api.c
log.h: new log_oom() -> int -ENOMEM, use it
2012-07-26 11:48:26 +02:00
ask-password-api.h
use #pragma once instead of foo*foo #define guards
2012-07-19 12:30:59 +02:00
audit.c
relicense to LGPLv2.1 (with exceptions)
2012-04-12 00:24:39 +02:00
audit.h
audit: turn the audit fd into a static variable
2012-10-02 17:40:09 -04:00
calendarspec.c
Make gcc a bit quieter
2013-01-04 23:26:20 +01:00
calendarspec.h
timer: implement calendar time events
2012-11-23 21:37:58 +01:00
capability.c
capabilities: when dropping capabilities system-wide also drop them from usermode helpers
2012-05-29 23:35:17 +02:00
capability.h
capabilities: when dropping capabilities system-wide also drop them from usermode helpers
2012-05-29 23:35:17 +02:00
cgroup-label.c
mkdir: append _label to all mkdir() calls that explicitly set the selinux context
2012-05-31 12:40:20 +02:00
cgroup-show.c
systemctl,loginctl,cgls: do not ellipsize cgroup members when --full is specified
2013-01-16 12:11:47 -05:00
cgroup-show.h
systemctl,loginctl,cgls: do not ellipsize cgroup members when --full is specified
2013-01-16 12:11:47 -05:00
cgroup-util.c
core: add bus API and systemctl commands for altering cgroup parameters during runtime
2013-01-14 21:24:57 +01:00
cgroup-util.h
core: add bus API and systemctl commands for altering cgroup parameters during runtime
2013-01-14 21:24:57 +01:00
conf-files.c
util: define union dirent_storage and make use of it everywhere
2012-09-19 22:21:09 +02:00
conf-files.h
util: split-out conf-file.[ch]
2012-05-07 19:01:24 +02:00
conf-parser.c
shared, libsystemd-daemon: check for empty strings in strto*l conversions
2012-10-30 10:30:04 +01:00
conf-parser.h
service: add options RestartPreventExitStatus and SuccessExitStatus
2012-08-14 14:46:03 +02:00
dbus-common.c
dbus-common: Add helper method to handle no-reply messages
2012-11-20 19:12:19 +01:00
dbus-common.h
logind: add support for automatic suspend/hibernate/shutdown on idle
2012-12-24 00:29:40 +01:00
dbus-loop.c
move remainig shared stuff to shared/
2012-04-12 15:11:39 +02:00
dbus-loop.h
use #pragma once instead of foo*foo #define guards
2012-07-19 12:30:59 +02:00
def.h
use #pragma once instead of foo*foo #define guards
2012-07-19 12:30:59 +02:00
dev-setup.c
dev-setup: make NULL as parameter for dev_setup() equivalent to ""
2012-08-21 17:23:03 +02:00
dev-setup.h
dev-setup: allow a path prefix for use in chroots
2012-08-21 17:19:35 +02:00
exit-status.c
service: add options RestartPreventExitStatus and SuccessExitStatus
2012-08-14 14:46:03 +02:00
exit-status.h
service: add options RestartPreventExitStatus and SuccessExitStatus
2012-08-14 14:46:03 +02:00
fdset.c
shared: move fdset.c from core/ to shared/ since it is used by more than the core now
2012-12-23 11:28:14 +01:00
fdset.h
shared: move fdset.c from core/ to shared/ since it is used by more than the core now
2012-12-23 11:28:14 +01:00
hashmap.c
build-sys: use VALGRIND not __OPTIMIZE__ as condition for valgrind compat
2013-01-06 13:52:47 -05:00
hashmap.h
journal: introduce entry array chain cache
2012-10-26 03:24:03 +02:00
hwclock.c
hwclock: do not seal the kernel's time-warp call from inside the initrd
2012-10-27 16:31:10 +02:00
hwclock.h
hwclock: always set the kernel's timezone
2012-09-17 16:56:26 +02:00
install.c
shared/install: fix typo in comment
2012-10-19 17:34:38 +02:00
install.h
when determining unit file list, include invalid unit names in an "invalid" state
2012-09-11 01:14:25 +02:00
ioprio.h
move list.h, macro.h, ioprio.h to shared/
2012-04-10 19:47:00 +02:00
label.c
selinux: selabel_lookup_raw can return ENOENT and be a non failure mode.
2012-10-16 01:58:42 +02:00
label.h
use #pragma once instead of foo*foo #define guards
2012-07-19 12:30:59 +02:00
list.h
use #pragma once instead of foo*foo #define guards
2012-07-19 12:30:59 +02:00
log.c
journal: new logging macros to include UNIT=
2013-01-06 13:52:48 -05:00
log.h
journal: new logging macros to include UNIT=
2013-01-06 13:52:48 -05:00
logs-show.c
logs-show: automatic cleanup
2013-01-16 12:10:03 -05:00
logs-show.h
systemctl,loginctl,cgls: do not ellipsize cgroup members when --full is specified
2013-01-16 12:11:47 -05:00
macro.h
localectl: use automatic cleanup
2013-01-07 11:43:41 -05:00
Makefile
build-sys: add stub makefiles to make emacs easier to use
2012-04-12 13:35:56 +02:00
missing.h
timer: recalculate next elapse for calendar timer units when the system clock is changed
2012-11-25 00:33:59 +01:00
mkdir.c
shared: fail mkdir_p if the target exists and is not a directory
2012-10-02 14:56:26 +02:00
mkdir.h
mkdir: provide all functions with and without selinux label application
2012-05-31 13:17:26 +02:00
output-mode.h
systemctl,loginctl,cgls: do not ellipsize cgroup members when --full is specified
2013-01-16 12:11:47 -05:00
pager.c
util: unify usage of on_tty() in util.c
2012-10-19 00:07:55 +02:00
pager.h
journalctl: unify ellipsation handling between journalctl and systemctl
2012-10-18 23:35:44 +02:00
path-lookup.c
core: move ManagerRunningAs to shared
2012-09-18 19:53:34 +02:00
path-lookup.h
core: move ManagerRunningAs to shared
2012-09-18 19:53:34 +02:00
path-util.c
path-util: set pointer to null after calling free()
2012-12-17 11:41:31 +01:00
path-util.h
timedate: assorted improvements
2012-09-14 20:02:52 +02:00
polkit.c
polkit: if PK is not around, consider this a permission denied error
2012-11-15 23:07:25 +01:00
polkit.h
use #pragma once instead of foo*foo #define guards
2012-07-19 12:30:59 +02:00
ratelimit.c
relicense to LGPLv2.1 (with exceptions)
2012-04-12 00:24:39 +02:00
ratelimit.h
use #pragma once instead of foo*foo #define guards
2012-07-19 12:30:59 +02:00
replace-var.c
shared: add API for replacing @FOO@ style variables in strings
2012-11-14 22:21:16 +01:00
replace-var.h
shared: add API for replacing @FOO@ style variables in strings
2012-11-14 22:21:16 +01:00
selinux-util.c
build-sys: fix !HAVE_SELINUX case
2012-10-03 16:00:33 +02:00
selinux-util.h
selinux: rework selinux access check logic
2012-10-02 17:07:00 -04:00
set.c
localectl: use automatic cleanup
2013-01-07 11:43:41 -05:00
set.h
localectl: use automatic cleanup
2013-01-07 11:43:41 -05:00
socket-label.c
Revert "Implement SocketUser= and SocketGroup= for [Socket]"
2012-11-06 09:54:17 -05:00
socket-util.c
socket: support socket activation of containers
2012-12-22 22:17:58 +01:00
socket-util.h
socket: support socket activation of containers
2012-12-22 22:17:58 +01:00
sparse-endian.h
shared: move sparse-endian.h from journal
2012-10-22 18:08:48 +02:00
spawn-ask-password-agent.c
move more common files to shared/ and add them to shared.la
2012-04-12 02:39:37 +02:00
spawn-ask-password-agent.h
use #pragma once instead of foo*foo #define guards
2012-07-19 12:30:59 +02:00
spawn-polkit-agent.c
polkit: spawn agent in --fallback mode
2012-04-13 21:52:42 +02:00
spawn-polkit-agent.h
move more common files to shared/ and add them to shared.la
2012-04-12 02:39:37 +02:00
specifier.c
specifier: minor modernizations
2012-11-14 22:21:16 +01:00
specifier.h
use #pragma once instead of foo*foo #define guards
2012-07-19 12:30:59 +02:00
strbuf.c
use the same email address everywhere
2012-11-12 19:47:43 +01:00
strbuf.h
use the same email address everywhere
2012-11-12 19:47:43 +01:00
strv.c
unit: instead of directly loading drop-in configuration snippets use conf_files_list_strv()
2013-01-11 01:04:11 +01:00
strv.h
core: add bus API and systemctl commands for altering cgroup parameters during runtime
2013-01-14 21:24:57 +01:00
strxcpyx.c
udev: move string copy functions to shared/
2013-01-09 19:06:46 +01:00
strxcpyx.h
udev: move string copy functions to shared/
2013-01-09 19:06:46 +01:00
time-dst.c
timedatectl: properly print 30 minutes DST transitions
2012-11-11 16:55:25 +01:00
time-dst.h
timedatectl: properly print 30 minutes DST transitions
2012-11-11 16:55:25 +01:00
time-util.c
dbus: properly serialize calendar timer data
2013-01-10 00:56:32 +01:00
time-util.h
core: properly initialize kernel timestamp
2013-01-08 01:27:39 +01:00
unit-name.c
systemctl: be smarter when mangling snapshot names
2013-01-14 21:24:58 +01:00
unit-name.h
systemctl: be smarter when mangling snapshot names
2013-01-14 21:24:58 +01:00
utf8.c
licence: remove references to old FSF address
2012-12-17 11:41:31 +01:00
utf8.h
use #pragma once instead of foo*foo #define guards
2012-07-19 12:30:59 +02:00
util.c
systemctl,loginctl,cgls: do not ellipsize cgroup members when --full is specified
2013-01-16 12:11:47 -05:00
util.h
systemctl: when inhibiting shutdown/suspend also check for other login sessions
2013-01-15 03:04:41 +01:00
utmp-wtmp.c
util: split-out path-util.[ch]
2012-05-08 02:33:10 +02:00
utmp-wtmp.h
use #pragma once instead of foo*foo #define guards
2012-07-19 12:30:59 +02:00
virt.c
detect-virt: install with fs caps by default to allow unprivileged access
2012-10-09 22:25:32 +02:00
virt.h
use #pragma once instead of foo*foo #define guards
2012-07-19 12:30:59 +02:00
watchdog.c
move more common files to shared/ and add them to shared.la
2012-04-12 02:39:37 +02:00
watchdog.h
use #pragma once instead of foo*foo #define guards
2012-07-19 12:30:59 +02:00