summaryrefslogtreecommitdiff
path: root/src/getty-generator.c
AgeCommit message (Collapse)Author
2012-04-12move all tools to subdirsKay Sievers
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering
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.
2012-04-10rename basic.la to shared.la and put selinux deps in shared-selinx.laKay Sievers
Only 34 of 74 tools need libselinux linked, and libselinux is a pain with its unconditional library constructor.
2012-03-05fix sparse warningsFrederic Crozat
2012-01-12core: switch all log targets to go directly to the journal, instead via syslogLennart Poettering
2011-09-23virt: add missing header inclusionLennart Poettering
2011-08-31getty: simplify things a bitLennart Poettering
https://bugs.freedesktop.org/show_bug.cgi?id=39818
2011-08-31getty: automatically add getty on hvsi0 virtualizer consoleLennart Poettering
https://bugs.freedesktop.org/show_bug.cgi?id=39818
2011-08-31getty-generator: ignore if symlinks already existLennart Poettering
2011-08-24update READMELennart Poettering
2011-08-01umask: change default umask to 0022 just to be sure, and set it explicitly ↵Lennart Poettering
in all binaries, in order to make sure it is set when started from the terminal
2011-08-01getty: fix messageLennart Poettering
2011-08-01getty: automatically spawn getty on xen console xvc0Lennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=726976
2011-04-16util: truncate newline inside of read_one_line_file() alreadyLennart Poettering
2011-03-15getty: move automatic serial getty logic into generatorLennart Poettering