1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-15 07:24:00 +03:00
systemd/src/shared
Kay Sievers 2b3c81b02f do not create /dev/rtc symlink, let systemd search for it if needed
The export of the RTCs hctosys flag is uneccesary, the kernel takes care
of the persistemt clock management itself, without any need for:
  CONFIG_RTC_HCTOSYS=y
  CONFIG_RTC_HCTOSYS_DEVICE="rtc0"

"Chaotic hardware platforms" without native kernel persistent clock
support will find the proper RTC with the logic rtc_open() without
the need for a custom symlink.
2013-04-24 19:20:51 +02:00
..
linux
acl-util.c build-sys: move acl searching code into libsystemd-acl 2013-03-22 15:31:45 -04:00
acl-util.h build-sys: move acl searching code into libsystemd-acl 2013-03-22 15:31:45 -04:00
ask-password-api.c Use initalization instead of explicit zeroing 2013-04-05 19:50:57 -04:00
ask-password-api.h
audit.c audit: since nspawn now sets CAP_AUDIT_CONTROL for containers we cannot user this anymore to skip audit session ID retrieval 2013-04-15 21:59:04 +02:00
audit.h
calendarspec.c Always use errno > 0 to help gcc 2013-03-29 10:12:41 -04:00
calendarspec.h
capability.c util: rename write_one_line_file() to write_string_file() 2013-04-03 20:12:56 +02:00
capability.h
cgroup-label.c nspawn: introduce the new /machine/ tree in the cgroup tree and move containers there 2013-04-16 04:41:21 +02:00
cgroup-show.c move _cleanup_ attribute in front of the type 2013-04-18 09:11:22 +02:00
cgroup-show.h
cgroup-util.c cgroup: make sure all our cgroup objects have a suffix and are properly escaped 2013-04-22 23:14:12 -03:00
cgroup-util.h cgroup: make sure all our cgroup objects have a suffix and are properly escaped 2013-04-22 23:14:12 -03:00
conf-files.c catalog: open up catalog internals 2013-03-28 23:45:59 -04:00
conf-files.h catalog: open up catalog internals 2013-03-28 23:45:59 -04:00
conf-parser.c move _cleanup_ attribute in front of the type 2013-04-18 09:11:22 +02:00
conf-parser.h Report about syntax errors with metadata 2013-04-17 00:09:16 -04:00
dbus-common.c Move bus_error to dbus-common and remove bus_error_message_or_strerror 2013-04-18 02:54:58 +02:00
dbus-common.h Move bus_error to dbus-common and remove bus_error_message_or_strerror 2013-04-18 02:54:58 +02:00
dbus-loop.c move _cleanup_ attribute in front of the type 2013-04-18 09:11:22 +02:00
dbus-loop.h
def.h
dev-setup.c
dev-setup.h
efivars.c efivars: un-leak a few strings 2013-04-04 22:46:19 -04:00
efivars.h bootctl: print secure boot flags 2013-03-10 22:48:27 +01:00
env-util.c core/execute: report invalid environment variables from files 2013-04-17 15:31:45 +02:00
env-util.h core/execute: report invalid environment variables from files 2013-04-17 15:31:45 +02:00
exit-status.c
exit-status.h
fdset.c
fdset.h
fileio-label.c util: rename write_one_line_file() to write_string_file() 2013-04-03 20:12:56 +02:00
fileio-label.h util: rename write_one_line_file() to write_string_file() 2013-04-03 20:12:56 +02:00
fileio.c fileio.c: do not parse comments after non-whitespace chars 2013-04-18 11:29:00 +02:00
fileio.h shared: rework env file reader 2013-04-03 20:12:57 +02:00
hashmap.c binfmt,tmpfiles,modules-load,sysctl: rework the various early-boot services that work on .d/ directories 2013-02-11 23:54:30 +01:00
hashmap.h binfmt,tmpfiles,modules-load,sysctl: rework the various early-boot services that work on .d/ directories 2013-02-11 23:54:30 +01:00
hwclock.c do not create /dev/rtc symlink, let systemd search for it if needed 2013-04-24 19:20:51 +02:00
hwclock.h
install-printf.c move _cleanup_ attribute in front of the type 2013-04-18 09:11:22 +02:00
install-printf.h install: allow specifiers in WantedBy/RequiredBy/Alias 2013-01-29 19:01:41 -05:00
install.c Add set_consume which always takes ownership 2013-04-24 00:25:04 -04:00
install.h install: allow %u an and %U specifiers in WantedBy/RequiredBy/Alias 2013-01-29 19:01:41 -05:00
ioprio.h
label.c util: make time formatting a bit smarter 2013-04-04 02:56:56 +02:00
label.h honor SELinux labels, when creating and writing config files 2013-02-14 16:19:38 +01:00
list.h
log.c core/main: use _cleanup_ 2013-04-17 00:09:16 -04:00
log.h
logs-show.c move _cleanup_ attribute in front of the type 2013-04-18 09:11:22 +02:00
logs-show.h logs-show: export logic to add matches for units 2013-03-13 19:53:29 -04:00
macro.h Reintroduce f_type comparison macro 2013-04-19 13:59:07 +02:00
Makefile
missing.h missing: define MS_REC and MS_SHARED if not defined already 2013-02-13 00:12:58 +01:00
mkdir.c
mkdir.h
MurmurHash3.c MurmurHash3: actually inline functions 2013-04-14 13:11:06 -04:00
MurmurHash3.h kdbus: generare bloom filters properly for messages we send 2013-04-14 17:49:18 +02:00
output-mode.h
pager.c pager: add -M to $LESS to make the bottom line nicer 2013-03-07 21:43:28 +01:00
pager.h pager: introduce "jump to end" option 2013-03-07 21:16:04 +01:00
path-lookup.c move _cleanup_ attribute in front of the type 2013-04-18 09:11:22 +02:00
path-lookup.h
path-util.c path-util: unify code for detecting OS trees 2013-04-16 05:47:04 +02:00
path-util.h path-util: unify code for detecting OS trees 2013-04-16 05:47:04 +02:00
polkit.c build-sys: make PolicyKit support compile-time optional (was runtime-optional already) 2013-02-13 23:08:25 +01:00
polkit.h
prioq.c Always use our own MAX/MIN definitions 2013-04-01 23:43:48 -04:00
prioq.h bus: implement full method call timeout logic 2013-03-21 22:53:29 +01:00
ratelimit.c ratelimit: fix off-by-one 2013-02-13 08:45:13 -05:00
ratelimit.h
replace-var.c
replace-var.h
selinux-util.c
selinux-util.h
set.c Add set_consume which always takes ownership 2013-04-24 00:25:04 -04:00
set.h Add set_consume which always takes ownership 2013-04-24 00:25:04 -04:00
socket-label.c
socket-util.c move _cleanup_ attribute in front of the type 2013-04-18 09:11:22 +02:00
socket-util.h systemd-activate: add a socket-activation test tool 2013-02-27 22:10:14 -05:00
sparse-endian.h
spawn-ask-password-agent.c
spawn-ask-password-agent.h
spawn-polkit-agent.c build-sys: make PolicyKit support compile-time optional (was runtime-optional already) 2013-02-13 23:08:25 +01:00
spawn-polkit-agent.h
specifier.c
specifier.h
strbuf.c Fix spelling errors using 'codespell' tool 2013-04-15 08:40:05 -04:00
strbuf.h
strv.c bus: implement 'unixexec:' protocol 2013-03-25 02:33:35 +01:00
strv.h macro: rework how we define cleanup macros 2013-04-16 05:25:57 +02:00
strxcpyx.c
strxcpyx.h
time-dst.c
time-dst.h
time-util.c util: tweak format_timespan() a bit 2013-04-04 17:06:00 +02:00
time-util.h util: make time formatting a bit smarter 2013-04-04 02:56:56 +02:00
unit-name.c unit: no need to export variables if we can avoid it 2013-03-30 15:21:54 +01:00
unit-name.h unit: no need to export variables if we can avoid it 2013-03-30 15:21:54 +01:00
utf8.c bootctl: add boot loader and firmware interface tool 2013-02-11 19:35:52 +01:00
utf8.h
util.c core/killall: use procfs_file_alloca 2013-04-19 10:10:41 -04:00
util.h core/killall: use procfs_file_alloca 2013-04-19 10:10:41 -04:00
utmp-wtmp.c move _cleanup_ attribute in front of the type 2013-04-18 09:11:22 +02:00
utmp-wtmp.h
virt.c move _cleanup_ attribute in front of the type 2013-04-18 09:11:22 +02:00
virt.h
watchdog.c util: make time formatting a bit smarter 2013-04-04 02:56:56 +02:00
watchdog.h