index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
relicense to LGPLv2.1 (with exceptions)
Lennart Poettering
2012-04-12
1
-4
/
+4
*
main: disarm watchdog when preparing for reexecution
Lennart Poettering
2012-04-11
1
-0
/
+5
*
main: unset some bash specific environment variables that might get leaked to us
Lennart Poettering
2012-04-11
1
-0
/
+6
*
main: drop container/initrd env vars from inherited set
Lennart Poettering
2012-04-11
1
-2
/
+3
*
main: add URL to cgroups check message
Lennart Poettering
2012-04-11
1
-3
/
+6
*
systemd: add hardware watchdog support
Lennart Poettering
2012-04-05
1
-7
/
+45
*
main: added support for loading IMA custom policies
Roberto Sassu
2012-03-22
1
-1
/
+5
*
systemd: Add systemd.setenv for /proc/cmdline parsing.
William Douglas
2012-02-08
1
-0
/
+20
*
main: use a shorter default $PATH if /usr is merged
Lennart Poettering
2012-02-07
1
-0
/
+4
*
manager: tell correctly if the manager is booting
Michal Schmidt
2012-02-02
1
-1
/
+4
*
exec: include path name of binary we are about to execute when renaming forke...
Lennart Poettering
2012-02-01
1
-2
/
+2
*
main: don't force text mode in console_setup()
Michal Schmidt
2012-01-29
1
-2
/
+6
*
unit: remove union Unit
Michal Schmidt
2012-01-16
1
-8
/
+8
*
core: switch all log targets to go directly to the journal, instead via syslog
Lennart Poettering
2012-01-12
1
-3
/
+3
*
main: fix spelling
Lennart Poettering
2012-01-07
1
-8
/
+8
*
journal: introduce log target 'journal' for executed processes
Lennart Poettering
2012-01-06
1
-3
/
+3
*
util: move virtualization detection into its own files, and extend return codes
Lennart Poettering
2011-09-23
1
-0
/
+1
*
fsck: show progress while fscking at boot
Lennart Poettering
2011-09-01
1
-1
/
+2
*
service: change default stdout/stderr to syslog
Lennart Poettering
2011-08-30
1
-1
/
+1
*
cgroup: optionally mount a specific cgroup controllers together, and add cpu+...
Lennart Poettering
2011-08-23
1
-2
/
+143
*
main: fix reexec
Lennart Poettering
2011-08-01
1
-1
/
+1
*
load-fragment: speed up parsing by using a perfect hash table with configurat...
Lennart Poettering
2011-08-01
1
-29
/
+23
*
main: show load profiling in test mode, too
Lennart Poettering
2011-07-31
1
-4
/
+5
*
selinux: use setcon() instead of reexec to apply selinux policy
Lennart Poettering
2011-07-28
1
-16
/
+30
*
main: redirection to telinit is unnecessary if sysv compat is disabled
Lennart Poettering
2011-07-28
1
-0
/
+2
*
main: profile unit file loading
Lennart Poettering
2011-07-28
1
-0
/
+8
*
selinux: log how much time it takes to load the SELinux policy and database
Lennart Poettering
2011-07-25
1
-0
/
+6
*
fix hwclock_apply_localtime_delta() to properly handle negative TZ offset
Kay Sievers
2011-07-21
1
-4
/
+4
*
clarify separate-/usr message
Kay Sievers
2011-07-11
1
-1
/
+1
*
manager: merge serialization and desrialization counter into one, and increas...
Lennart Poettering
2011-07-06
1
-0
/
+3
*
log: log to syslog unless connected to a tty in user mode
Lennart Poettering
2011-07-01
1
-1
/
+1
*
util: try harder to rename the process
Lennart Poettering
2011-06-30
1
-0
/
+2
*
timedated: sync clock down to RTC where necessary
Lennart Poettering
2011-06-21
1
-2
/
+5
*
main: Fix a typo emergency shall->emergency shell
Michal Vyskocil
2011-06-20
1
-1
/
+1
*
rtc in localtime: use settimeofday(NULL, tz) instead of hwclock(8)
Kay Sievers
2011-05-24
1
-0
/
+7
*
exec: hangup/reset/deallocate VTs in gettys
Lennart Poettering
2011-05-18
1
-1
/
+1
*
status: show status messages unconditionally if plymouth is around
Lennart Poettering
2011-03-30
1
-6
/
+1
*
taint: add missing cgroups taint flag
Lennart Poettering
2011-03-30
1
-4
/
+21
*
conf-parser: fix remaining parser functions according to new prototype
Lennart Poettering
2011-03-28
1
-0
/
+5
*
use /run instead of /dev/.run
Kay Sievers
2011-03-28
1
-17
/
+17
*
def: centralize definition of default timeout in one place
Lennart Poettering
2011-03-17
1
-0
/
+1
*
main: revert recognition of "b" argument
Jan Engelhardt
2011-03-16
1
-1
/
+0
*
main: interpret all argv[] arguments unconditionally when run in a container
Lennart Poettering
2011-03-16
1
-24
/
+22
*
main: parse the whole arv[] as kernel command line
Lennart Poettering
2011-03-16
1
-1
/
+1
*
main: log to the console in a container
Lennart Poettering
2011-03-14
1
-1
/
+1
*
main: don't parse /proc/cmdline in containers
Lennart Poettering
2011-03-14
1
-7
/
+35
*
units: move the last flag files to /dev/.run
Lennart Poettering
2011-03-11
1
-1
/
+1
*
main: properly handle -b boot option
Lennart Poettering
2011-03-11
1
-6
/
+18
*
main: refuse system to be started in a chroot
Lennart Poettering
2011-03-09
1
-1
/
+8
*
main: don't check if /usr really is a mount point, since it is fine if it is ...
Lennart Poettering
2011-03-09
1
-15
/
+3
[next]