summaryrefslogtreecommitdiff
path: root/src/getty-generator.c
Commit message (Collapse)AuthorAgeFilesLines
* move all tools to subdirsKay Sievers2012-04-121-183/+0
|
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-121-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.
* rename basic.la to shared.la and put selinux deps in shared-selinx.laKay Sievers2012-04-101-0/+1
| | | | | Only 34 of 74 tools need libselinux linked, and libselinux is a pain with its unconditional library constructor.
* fix sparse warningsFrederic Crozat2012-03-051-1/+1
|
* core: switch all log targets to go directly to the journal, instead via syslogLennart Poettering2012-01-121-1/+1
|
* virt: add missing header inclusionLennart Poettering2011-09-231-0/+1
|
* getty: simplify things a bitLennart Poettering2011-08-311-26/+26
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=39818
* getty: automatically add getty on hvsi0 virtualizer consoleLennart Poettering2011-08-311-15/+53
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=39818
* getty-generator: ignore if symlinks already existLennart Poettering2011-08-311-6/+13
|
* update READMELennart Poettering2011-08-241-1/+1
|
* umask: change default umask to 0022 just to be sure, and set it explicitly ↵Lennart Poettering2011-08-011-0/+2
| | | | in all binaries, in order to make sure it is set when started from the terminal
* getty: fix messageLennart Poettering2011-08-011-2/+2
|
* getty: automatically spawn getty on xen console xvc0Lennart Poettering2011-08-011-0/+8
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=726976
* util: truncate newline inside of read_one_line_file() alreadyLennart Poettering2011-04-161-1/+0
|
* getty: move automatic serial getty logic into generatorLennart Poettering2011-03-151-0/+127