..
linux
trivial coding style clean ups
2013-12-03 22:27:45 +01:00
.gitignore
build-sys: move more files from core/ to share/ that are generic enough
2013-11-22 16:31:40 +01:00
acl-util.c
acl-util.h
acpi-fpdt.c
acpi-fpdt: break on zero or negative length read
2013-11-07 01:23:54 -05:00
acpi-fpdt.h
support acpi firmware performance data (FPDT)
2013-09-24 15:43:41 +02:00
apparmor-util.c
security: rework selinux, smack, ima, apparmor detection logic
2013-10-10 16:35:44 +02:00
apparmor-util.h
security: rework selinux, smack, ima, apparmor detection logic
2013-10-10 16:35:44 +02:00
ask-password-api.c
build-sys: use -Og instead of -O0 to catch warnings
2013-10-21 15:46:00 +02:00
ask-password-api.h
audit.c
bus: add new sd_bus_creds object to encapsulate process credentials
2013-11-28 18:42:18 +01:00
audit.h
use #pragma once instead of foo*foo define guards
2013-11-18 20:28:54 -05:00
boot-timestamps.c
support acpi firmware performance data (FPDT)
2013-09-24 15:43:41 +02:00
boot-timestamps.h
support acpi firmware performance data (FPDT)
2013-09-24 15:43:41 +02:00
bus-errors.h
core: convert PID 1 to libsystemd-bus
2013-11-20 20:52:36 +01:00
calendarspec.c
calendar: support 'yearly' and 'annually' names the same way as cron
2013-11-20 19:36:14 +01:00
calendarspec.h
capability.c
__thread --> thread_local for C11 compat
2013-12-17 21:45:43 +01:00
capability.h
use #pragma once instead of foo*foo define guards
2013-11-18 20:28:54 -05:00
cgroup-show.c
Get rid of our reimplementation of basename
2013-12-06 21:29:55 -05:00
cgroup-show.h
use #pragma once instead of foo*foo define guards
2013-11-18 20:28:54 -05:00
cgroup-util.c
__thread --> thread_local for C11 compat
2013-12-17 21:45:43 +01:00
cgroup-util.h
journald: cache cgroup root path, instead of querying it on every incoming log message
2013-12-11 23:31:07 +01:00
conf-files.c
Get rid of our reimplementation of basename
2013-12-06 21:29:55 -05:00
conf-files.h
use #pragma once instead of foo*foo define guards
2013-11-18 20:28:54 -05:00
conf-parser.c
conf-parser: distinguish between multiple sections with the same name
2013-11-25 19:35:44 +01:00
conf-parser.h
conf-parser: fix memory realloc error
2013-11-25 23:39:11 +01:00
def.h
localed: match converted keymaps before legacy
2013-11-18 20:35:52 -05:00
dev-setup.c
dev-setup.h
device-nodes.c
device-nodes.h
efivars.c
Modernization
2013-10-13 17:56:54 -04:00
efivars.h
support acpi firmware performance data (FPDT)
2013-09-24 15:43:41 +02:00
env-util.c
strv: don't access potentially NULL string arrays
2013-10-02 19:45:12 +02:00
env-util.h
errno-list.c
bus: rework sd_bus_error APIs
2013-11-22 04:23:22 +01:00
errno-list.h
bus: rework sd_bus_error APIs
2013-11-22 04:23:22 +01:00
exit-status.c
exit-status.h
fdset.c
fdset.h
util: allow trailing semicolons on define_trivial_cleanup_func lines
2013-10-14 06:11:19 +02:00
fileio-label.c
fileio-label.h
fileio.c
fix regression of read_full_file() in fileio.c
2013-11-30 23:04:17 -05:00
fileio.h
systemctl: add "systemctl cat"
2013-11-30 22:20:20 -05:00
gunicode.c
unicode: treat cute symbol block as fullwidth
2013-10-13 17:56:54 -04:00
gunicode.h
util, utf8: make ellipsize take multi-byte characters into account
2013-10-13 17:56:54 -04:00
hashmap.c
hashmap: make gcc shut up on old glibcs that lack getauxval()
2013-12-10 19:52:16 +00:00
hashmap.h
busctl: output a single sorted list of names, including activatable and activated
2013-12-18 02:54:16 +01:00
hwclock.c
hwclock: modernizations
2013-11-20 19:36:14 +01:00
hwclock.h
use #pragma once instead of foo*foo define guards
2013-11-18 20:28:54 -05:00
ima-util.c
security: missing header inclusions
2013-10-10 21:22:59 +02:00
ima-util.h
security: rework selinux, smack, ima, apparmor detection logic
2013-10-10 16:35:44 +02:00
initreq.h
build-sys: move more files from core/ to share/ that are generic enough
2013-11-22 16:31:40 +01:00
install-printf.c
install-printf.h
install.c
Get rid of our reimplementation of basename
2013-12-06 21:29:55 -05:00
install.h
core: convert PID 1 to libsystemd-bus
2013-11-20 20:52:36 +01:00
ioprio.h
trivial coding style clean ups
2013-12-03 22:27:45 +01:00
label.c
Remove duplicate includes
2013-11-18 20:28:55 -05:00
label.h
udev: add SECLABEL{selinux}= support
2013-10-09 17:31:41 +02:00
list.h
list: make our list macros a bit easier to use by not requring type spec on each invocation
2013-10-14 06:11:19 +02:00
log.c
log: when we log to /dev/console and got disconnected (maybe due to vhangup) reconnect
2013-12-18 18:21:27 +01:00
log.h
_noreturn_ --> noreturn for C11 compat
2013-12-17 21:51:24 +01:00
logs-show.c
bus: when entering an existing namespace to connect to a container's system bus also switch over PID namespace
2013-12-17 01:05:37 +01:00
logs-show.h
journal: add ability to browse journals of running OS containers
2013-12-11 22:04:03 +01:00
macro.h
_noreturn_ --> noreturn for C11 compat
2013-12-17 21:51:24 +01:00
Makefile
missing.h
mkdir-label.c
mkdir.c
mkdir: pass a proper function pointer to mkdir_safe_internal
2013-10-02 19:45:12 +02:00
mkdir.h
mkdir: modernize header ifdefs
2013-11-06 23:03:12 +01:00
MurmurHash3.c
MurmurHash3.h
net-util.c
conf-parser: distinguish between multiple sections with the same name
2013-11-25 19:35:44 +01:00
net-util.h
conf-parser: distinguish between multiple sections with the same name
2013-11-25 19:35:44 +01:00
output-mode.h
pager.c
_noreturn_ --> noreturn for C11 compat
2013-12-17 21:51:24 +01:00
pager.h
path-lookup.c
path-lookup.h
path_lookup: moved _cleanup_lookup_paths_free_ from install.c to path-lookup.h
2013-10-27 11:51:22 -04:00
path-util.c
Get rid of our reimplementation of basename
2013-12-06 21:29:55 -05:00
path-util.h
Get rid of our reimplementation of basename
2013-12-06 21:29:55 -05:00
prioq.c
core: convert PID 1 to libsystemd-bus
2013-11-20 20:52:36 +01:00
prioq.h
bus: add minimal event loop API
2013-10-10 04:44:48 +02:00
ptyfwd.c
Revert "ptyfwd: make master terminal attributes raw, too"
2013-12-18 19:26:10 +01:00
ptyfwd.h
nspawn: split out pty forwaring logic into ptyfwd.c
2013-10-31 01:43:38 +01:00
ratelimit.c
ratelimit.h
refcnt.h
replace-var.c
replace-var.h
securebits.h
build-sys: move more files from core/ to share/ that are generic enough
2013-11-22 16:31:40 +01:00
selinux-util.c
security: rework selinux, smack, ima, apparmor detection logic
2013-10-10 16:35:44 +02:00
selinux-util.h
set.c
set.h
util: allow trailing semicolons on define_trivial_cleanup_func lines
2013-10-14 06:11:19 +02:00
sleep-config.c
Make hibernation test work for swap files
2013-11-07 01:23:55 -05:00
sleep-config.h
smack-util.c
smack: minimize ifdef use, and move all labeling to smack-util.c
2013-10-11 10:16:41 +02:00
smack-util.h
smack: minimize ifdef use, and move all labeling to smack-util.c
2013-10-11 10:16:41 +02:00
socket-label.c
active: rework make_socket_fd() to be based on socket_address_listen()
2013-11-06 23:03:12 +01:00
socket-util.c
socket: rework things to have only one sockaddr formatter
2013-11-07 00:13:58 +01:00
socket-util.h
shared: Add struct sockaddr_ll to sockaddr_union
2013-12-12 11:43:34 -05:00
sparse-endian.h
spawn-ask-password-agent.c
spawn-ask-password-agent.h
spawn-polkit-agent.c
spawn-polkit-agent.h
use #pragma once instead of foo*foo define guards
2013-11-18 20:28:54 -05:00
special.h
bus: add .busname unit type to implement kdbus-style bus activation
2013-12-02 23:32:34 +01:00
specifier.c
specifier.h
strbuf.c
strbuf.h
strv.c
bus: include unique and well known names in credentials object
2013-11-30 14:46:14 +01:00
strv.h
machined: port over to libsystemd-bus
2013-10-30 02:08:57 +01:00
strxcpyx.c
trivial coding style clean ups
2013-12-03 22:27:45 +01:00
strxcpyx.h
macro: clean up usage of gcc attributes
2013-10-16 06:14:59 +02:00
syscall-list.c
build-sys: move more files from core/ to share/ that are generic enough
2013-11-22 16:31:40 +01:00
syscall-list.h
build-sys: move more files from core/ to share/ that are generic enough
2013-11-22 16:31:40 +01:00
test-tables.h
time-dst.c
time-dst.h
time-util.c
Fix a few signed/unsigned format string issues
2013-12-15 17:49:28 -05:00
time-util.h
service: clean up watchdog logic a bit
2013-12-11 20:55:09 +01:00
udev-util.h
util: allow trailing semicolons on define_trivial_cleanup_func lines
2013-10-14 06:11:19 +02:00
unit-name.c
bus: add .busname unit type to implement kdbus-style bus activation
2013-12-02 23:32:34 +01:00
unit-name.h
bus: add .busname unit type to implement kdbus-style bus activation
2013-12-02 23:32:34 +01:00
utf8.c
utf8: export utf8 validation functions as part of sd-bus
2013-11-07 03:07:40 +01:00
utf8.h
utf8: ascii_filter() is unused, let's remove it
2013-11-07 03:06:37 +01:00
util.c
service: watch main pid even in final states
2013-12-18 18:21:27 +01:00
util.h
service: watch main pid even in final states
2013-12-18 18:21:27 +01:00
utmp-wtmp.c
Get rid of our reimplementation of basename
2013-12-06 21:29:55 -05:00
utmp-wtmp.h
virt.c
__thread --> thread_local for C11 compat
2013-12-17 21:45:43 +01:00
virt.h
watchdog.c
watchdog.h