Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move all tools to subdirs | Kay Sievers | 2012-04-12 | 1 | -451/+0 |
| | |||||
* | relicense to LGPLv2.1 (with exceptions) | Lennart Poettering | 2012-04-12 | 1 | -4/+4 |
| | | | | | | | | | | | | | | We finally got the OK from all contributors with non-trivial commits to relicense systemd from GPL2+ to LGPL2.1+. Some udev bits continue to be GPL2+ for now, but we are looking into relicensing them too, to allow free copy/paste of all code within systemd. The bits that used to be MIT continue to be MIT. The big benefit of the relicensing is that closed source code may now link against libsystemd-login.so and friends. | ||||
* | core: switch all log targets to go directly to the journal, instead via syslog | Lennart Poettering | 2012-01-12 | 1 | -1/+1 |
| | |||||
* | build-sys: move public header files into a dir of their own | Lennart Poettering | 2012-01-05 | 1 | -1/+1 |
| | |||||
* | initctl: don't use dbus connection after PID 1 got respawned | Lennart Poettering | 2011-11-01 | 1 | -1/+10 |
| | | | | | | | | After reexec PID 1 our bus connection is invalidated. Hence don't try to reuse it, just terminate so that when we are spawned the next time we just get a new one. Spotted by Marti Raudsepp. | ||||
* | initctl: check for kexec_loaded when reboot is requested through initctl | Frederic Crozat | 2011-08-24 | 1 | -0/+2 |
| | |||||
* | initctl: support 'telinit u/q' | Tom Gundersen | 2011-08-01 | 1 | -1/+18 |
| | | | | | | | | We send SIGTERM (resp., SIGHUP) when we receive request for changing to runlevel 'u' (resp., 'q'). As initctl is already async, we just send the signals rather than first attempting to connect to sytemd over dbus and then falling back to kill. | ||||
* | umask: change default umask to 0022 just to be sure, and set it explicitly ↵ | Lennart Poettering | 2011-08-01 | 1 | -0/+2 |
| | | | | in all binaries, in order to make sure it is set when started from the terminal | ||||
* | logger,initctl: use global exit timeout | Lennart Poettering | 2011-04-16 | 1 | -2/+3 |
| | |||||
* | systemctl: use isolate when called as telinit for a runlevel | Lennart Poettering | 2010-09-14 | 1 | -1/+1 |
| | |||||
* | initctl: properly use isolate when activating runlevels | Lennart Poettering | 2010-09-14 | 1 | -14/+25 |
| | |||||
* | dbus: make sure to flush bus connection before disconnecting, so that no ↵ | Lennart Poettering | 2010-09-02 | 1 | -2/+3 |
| | | | | messages are lost | ||||
* | systemctl: rework exit codes for all utility programs to follow LSB or other ↵ | Lennart Poettering | 2010-08-31 | 1 | -7/+7 |
| | | | | standards | ||||
* | dbus: simplify some dbus error messages a bit | Lennart Poettering | 2010-08-25 | 1 | -2/+2 |
| | |||||
* | auto-getty: rework auto console getty logic to work in conjunction with ↵ | Lennart Poettering | 2010-08-17 | 1 | -1/+1 |
| | | | | single user mode | ||||
* | log: properly open log target in the various utilities | Lennart Poettering | 2010-08-16 | 1 | -0/+1 |
| | |||||
* | emacs: make sure nobody accidently adds tabs to our sources | Lennart Poettering | 2010-08-14 | 1 | -1/+1 |
| | |||||
* | clang: fix numerous little issues found with clang-analyzer | Lennart Poettering | 2010-08-11 | 1 | -1/+1 |
| | |||||
* | utmp: enable systemd-update-utmp by default | Lennart Poettering | 2010-08-11 | 1 | -4/+5 |
| | |||||
* | dbus: use private connections wherever possible | Lennart Poettering | 2010-07-11 | 1 | -6/+2 |
| | |||||
* | initctl: check peer credentials after connection | Lennart Poettering | 2010-07-07 | 1 | -0/+5 |
| | |||||
* | core: rename struct timestamp to dual_timestamp to avoid name clash with IP ↵ | Lennart Poettering | 2010-07-01 | 1 | -1/+1 |
| | | | | system headers | ||||
* | initctl: add some checks before starting up | Lennart Poettering | 2010-06-19 | 1 | -0/+10 |
| | |||||
* | initctl: talk to systemd via the abstract private bus | Lennart Poettering | 2010-06-19 | 1 | -1/+1 |
| | |||||
* | don't use 'long long' unless we have a really good reason to | Lennart Poettering | 2010-06-19 | 1 | -2/+2 |
| | |||||
* | systemctl: add verbs for special units | Lennart Poettering | 2010-06-18 | 1 | -6/+6 |
| | |||||
* | notify: add minimal readiness/status protocol for spawned daemons | Lennart Poettering | 2010-06-16 | 1 | -0/+7 |
| | |||||
* | initctl: make sure we don't exit due to dbus disconnect | Lennart Poettering | 2010-06-15 | 1 | -2/+4 |
| | |||||
* | dbus: add simplified way to start an arbitrary unit in a single method call | Lennart Poettering | 2010-06-01 | 1 | -28/+3 |
| | |||||
* | sd-daemon: add API to verify socket types | Lennart Poettering | 2010-05-20 | 1 | -1/+15 |
| | |||||
* | build-sys: move source files to subdirectory | Lennart Poettering | 2010-05-16 | 1 | -0/+397 |