summaryrefslogtreecommitdiff
path: root/src/util.c
AgeCommit message (Expand)Author
2011-05-20util: use new VT ESC sequence to clear scrollback bufferLennart Poettering
2011-05-19util: use open_terminal() in chvt() tooLennart Poettering
2011-05-18exec: hangup/reset/deallocate VTs in gettysLennart Poettering
2011-04-30binfmt, modules-load, sysctl, tmpfiles: read /usr/local/lib and where appropr...Kay Sievers
2011-04-30util: don't AND cx with cxLennart Poettering
2011-04-28util: conf_files_list() return list as parameterKay Sievers
2011-04-28lookup: drop empty directories from search pathsLennart Poettering
2011-04-25sysctl.d, binfmt.d, modules-load.d: switch to stacked config dirs in /lib, /e...Kay Sievers
2011-04-20MeeGo supportChris E Ferron
2011-04-16hostnamed: introduce systemd-hostnamedLennart Poettering
2011-04-16hostname: split out hostname validation into util.cLennart Poettering
2011-04-16util: truncate newline inside of read_one_line_file() alreadyLennart Poettering
2011-04-16util: modernize get_parent_of_pid() a bitLennart Poettering
2011-04-12pam: use /proc/self/loginuid only if we have CAP_AUDIT_CONTROLLennart Poettering
2011-04-07don't make up buffer sizes, use standard LINE_MAX insteadLennart Poettering
2011-04-04binfmt: add binfmt tool to set up binfmt_misc at bootLennart Poettering
2011-04-03kmsg-syslogd: pass facility value into kmsgLennart Poettering
2011-03-31log: fix shifting of facilitiesLennart Poettering
2011-03-31src: our lord is coverityLennart Poettering
2011-03-31plymouth: use PID file to detect whether ply is runningLennart Poettering
2011-03-30status: show status messages unconditionally if plymouth is aroundLennart Poettering
2011-03-28util: detect page size runtime.cee1
2011-03-18man: document pidns containersLennart Poettering
2011-03-16util: make touched files non-writable by defaultLennart Poettering
2011-03-14util: add detect_container()Lennart Poettering
2011-03-14util: detect CLONE_NEWPID namespaces, and cache resultsLennart Poettering
2011-03-14util: return exit status in wait_for_terminate_and_warn()Lennart Poettering
2011-03-14util: properly identify pty devices by their majorLennart Poettering
2011-03-11util: close all fds before freezing executionLennart Poettering
2011-03-09dbus: properly generate UnknownInterface, UnknownProperty and PropertyReadOnl...Lennart Poettering
2011-03-09drop unnecessary suffix NULs as gcc adds them anywayLennart Poettering
2011-03-08build-sys: add Mandriva distribution supportsystemd/v20Andrey Borzenkov
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-22virtualization: check cpuid first, since it is cheaper than DMILennart Poettering
2011-02-22util: make string staticLennart Poettering
2011-02-21virtualization: beef virtualization codeLennart Poettering
2011-02-17util: retry opening a TTY on EIOLennart Poettering
2011-02-17util: beef up logic to find ctty nameLennart Poettering
2011-02-16util: seperate welcome line from other output by empty linesLennart Poettering
2011-02-15shutdown: execute all binaries in /lib/systemd/system-shutdown as last step b...Lennart Poettering
2011-02-14util: properly resolve /dev/console if more than once console= argument was p...Lennart Poettering
2011-02-14getty: do not auto-spawn getty's on VC ttys if console=ttyN is usedLennart Poettering
2011-02-13util: when determining the right TERM for /dev/console consult /sys/class/tty...Lennart Poettering
2011-02-13readahead: disable readahead in virtual machinesLennart Poettering
2011-02-08build-sys: initial support ALTLinuxAlexey Shabalin
2011-01-22gcc: make gcc shut upLennart Poettering
2011-01-20systemctl: highlight failed processes in systemctl statusLennart Poettering
2011-01-18mount: FAT uuids are uppercaseLennart Poettering
2011-01-06execute,util: fix two small memory leaksLennart Poettering