summaryrefslogtreecommitdiff
path: root/src/util.h
AgeCommit message (Expand)Author
2011-03-30status: show status messages unconditionally if plymouth is aroundLennart Poettering
2011-03-28util: detect page size runtime.cee1
2011-03-14util: add detect_container()Lennart Poettering
2011-03-14util: properly identify pty devices by their majorLennart Poettering
2011-03-09dbus: properly generate UnknownInterface, UnknownProperty and PropertyReadOnl...Lennart Poettering
2011-03-04execute: load environment files at time of execution, not when we load the se...Lennart Poettering
2011-03-03kill: always send SIGCONT after SIGTERMLennart Poettering
2011-02-21virtualization: beef virtualization codeLennart Poettering
2011-02-17util: beef up logic to find ctty nameLennart Poettering
2011-02-15shutdown: execute all binaries in /lib/systemd/system-shutdown as last step b...Lennart Poettering
2011-02-14getty: do not auto-spawn getty's on VC ttys if console=ttyN is usedLennart Poettering
2011-02-13readahead: disable readahead in virtual machinesLennart Poettering
2011-01-20systemctl: highlight failed processes in systemctl statusLennart Poettering
2011-01-05fragment: properly handle quotes in assignments in EnvironmentFile= filesLennart Poettering
2010-12-28tmpfiles: ensure we do no follow symlinks when cleaning up dirsLennart Poettering
2010-11-15exec: automatically determine right TERM= setting based on tty nameLennart Poettering
2010-11-12cryptsetup: hook up tool with ask-passwordLennart Poettering
2010-11-10manager: parse RD_TIMESTAMP passed from initrdLennart Poettering
2010-11-10cryptsetup: minimal cryptsetup unit generatorLennart Poettering
2010-10-28service: unify tstamp serialization codeLennart Poettering
2010-10-27mounts: automatically create /dev/stderr and friends early on boot so that th...Lennart Poettering
2010-10-27main: move make_null_stdio() to util.cLennart Poettering
2010-10-27unit: serialize active timestampsLennart Poettering
2010-10-25ask-password: add basic tty agentLennart Poettering
2010-10-22systemctl: introduce systemctl killLennart Poettering
2010-10-18tmpfiles: integrate kay's directory cleanup code and otherwise beef up tmpfil...Lennart Poettering
2010-10-08unit: introduce 'banned' load state for units symlinked to /dev/nullLennart Poettering
2010-10-07util: unify implementations of freeze()Lennart Poettering
2010-10-07util: Adding a strneq, to represent (!strncmp(a, b, n))Fabiano Fidencio
2010-10-05fix typo: s/seperat/separat/gDave Reisner
2010-09-21manager: measure startup timesLennart Poettering
2010-09-16vconsole: add new utility to initialize the virtual consoleLennart Poettering
2010-09-15util: use waitid() instead of waitpid() everywhere to avoid confusion due to ...Lennart Poettering
2010-09-15util: introduce waitpid_loop()Lennart Poettering
2010-08-25systemctl: show timestamps for state changesLennart Poettering
2010-08-20mount: properly handle LABEL="" in fstabLennart Poettering
2010-08-20dbus: follow standardized fdo PropertiesChanged signal specLennart Poettering
2010-08-20service/systemctl: don't consider LSB exit codes 5 and 6 as failure, and deco...Lennart Poettering
2010-08-17nss: don't disable nscd anymore, since it doesn't make sense to socket-activa...Lennart Poettering
2010-08-17emacs: disable tabs in .h files, tooLennart Poettering
2010-08-16systemctl: add support for delayed shutdown, similar to sysv in styleLennart Poettering
2010-08-11main: disable nscd properly, if possibleLennart Poettering
2010-08-11gc: remove a lot of unused codeLennart Poettering
2010-08-11selinux: split off selinux calls into seperate file label.cLennart Poettering
2010-08-11systemctl: beef up highlighting of service states a littleLennart Poettering
2010-08-03Systemd is causing mislabeled devices to be created and then attempting to re...Daniel J Walsh
2010-07-20device: do not merge devicesLennart Poettering
2010-07-12cgroup: reimplement the last bit of libcgroup functionality nativelyLennart Poettering
2010-07-10execute: add ability to configure the kill signalLennart Poettering
2010-07-08install: various improvementsLennart Poettering