Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-16 | delta: add preset dirs | Lennart Poettering | |
2012-05-16 | delta: add missing files | Lennart Poettering | |
2012-05-16 | switch-root: check for absolute paths | Lennart Poettering | |
2012-05-16 | delta: add systemd-delta tool to find overriden configuration and unit files | Lennart Poettering | |
2012-05-15 | udev: update docs, NEWS | Kay Sievers | |
2012-05-15 | udev: libudev - bump soname, remove deprecated functions, introduce symbol ↵ | Kay Sievers | |
versions | |||
2012-05-15 | build-sys: support build-from-git without gobject-introspection | Kay Sievers | |
2012-05-15 | build-sys: fix distcheck | Kay Sievers | |
2012-05-15 | tmpfiles: if we are supposed to write a string to a file, it's OK if we ↵ | Lennart Poettering | |
can't write the trailing newline | |||
2012-05-15 | build-sys: fix build | Lennart Poettering | |
2012-05-15 | build-sys: fix build for folks without gtk-doc installed | Lennart Poettering | |
2012-05-15 | git: update gitignore | Lennart Poettering | |
2012-05-15 | build-sys: move gtk-doc stuff into its own subdir and reindent autogen.sh | Lennart Poettering | |
We moved most other build noise files into their own subdirs, so let's do this for gtk-doc too | |||
2012-05-15 | man: overwrite vs. override | Michal Schmidt | |
'overwrite' conveys the idea of the old text being destroyed. 'override' does not. It is more similar to 'overrule'. | |||
2012-05-15 | install: fix inverted meaning of '--force' in systemctl enable | Michal Schmidt | |
2012-05-14 | missing: Fix broken syscall(__NR_fanotify_mark... on ppc32 | Andreas Schwab | |
The same situation as on o32 mips. | |||
2012-05-14 | sd-login: update header docs a bit | Lennart Poettering | |
2012-05-14 | namespace: make PrivateTmp= apply to both /tmp and /var/tmp | Lennart Poettering | |
2012-05-14 | update TODO | Lennart Poettering | |
2012-05-14 | systemctl: add switch-root verb | Lennart Poettering | |
2012-05-14 | core: add extra safety check before switching root | Lennart Poettering | |
2012-05-14 | job: info message if JOB_VERIFY_ACTIVE detects an inactive unit | Michal Schmidt | |
2012-05-14 | job: report the status of first half of JOB_RESTART the same as JOB_STOP | Michal Schmidt | |
2012-05-14 | unit: unit type dependent status messages | Michal Schmidt | |
Instead of generic "Starting..." and "Started" messages for all unit use type-dependent messages. For example, mounts will announce "Mounting..." and "Mounted". Add status messages to units of types that used to be entirely silent (automounts, sockets, targets, devices). For unit types whose jobs are instantaneous, report only the job completion, not the starting event. Socket units with non-instantaneous jobs are rare (Exec*= is not used often in socket units), so I chose not to print the starting messages for them either. This will hopefully give people better understanding of the boot. | |||
2012-05-14 | unit: print the color status marks on the left | Michal Schmidt | |
The alignment of the "[ OK ]" and "[FAILED]" status marks to the right side of the terminal makes it difficult to link them with the messages on the left if your console is wide. I considered the options: 1. Align them to the 80th column regardless of the console width. Disadvantage - either: - truncating messages needlessly, not using available space; or - If the message is long, write the mark over it. => ugly 2. Write them to the 80th column for short messages, and further to the right for longer ones. Disadvantage: - jagged look 3. Write the marks on the left, before the message. Disadvantage: - Breaks tradition from RHL. Advantages: + slightly simpler code + Will annoy holy-traditionalists. I chose option 3. BTW, Debian now uses similar marks on the left with its makefile-style boot. Special values of the "status" argument to status_vprintf are: NULL - no status mark, no message indentation "" - no status mark, message indented as if the mark was there | |||
2012-05-14 | job: change red [ABORT] status to yellow [DEPEND] | Michal Schmidt | |
The red "[ABORT]" for a dependency failure is too scary. It suggests a crash. And it suggests a problem with the unit itself. Change it to a yellow "[DEPEND]" message. The color communicates the level of seriousness better. | |||
2012-05-14 | job: only jobs on the runqueue can be run | Michal Schmidt | |
2012-05-14 | units: do not quit plymouth too early | Michal Schmidt | |
2012-05-14 | keymap: Add Mio N890 | Martin Pitt | |
https://launchpad.net/bugs/998621 | |||
2012-05-14 | update mailmap for Martin Pitt | Martin Pitt | |
2012-05-10 | udev: path_id - cciss - set "we have a bus" flag | Kay Sievers | |
2012-05-10 | udev: path_id - add cciss support | Hannes Reinecke | |
2012-05-09 | dbus-manager: fix tainted string | Michal Schmidt | |
The pointer to the end of the string was not advanced after adding the "cgroups-missing" taint. If "local-hwclock" was detected too, it would overwrite the previous string. With 'e' always pointing to the end of the string, removing the last delimiter is easier. | |||
2012-05-09 | main: fix uninitialized variable | Michal Schmidt | |
2012-05-09 | main: fix assertion failure due to use of ELEMENTSOF on a non-array | Michal Schmidt | |
2012-05-09 | bash-completion: use printf instead of echo | Michal Schmidt | |
If the expanded argument begins with '-', echo would try to interpret it as options. printf does not have this problem. Use it everywhere. | |||
2012-05-09 | bash-completion: avoid losing backslashes in unit names | Michal Schmidt | |
Use 'read -r' everywhere to consider backslashes as parts of the input line. Single-quote the arguments to 'compgen -W' to avoid immediate expansion. compgen itself will expand the argument. Fixes a possible reason for "Failed to issue method call: Unknown unit" after requesting completion. https://bugzilla.redhat.com/show_bug.cgi?id=814966 | |||
2012-05-09 | update TODO | Lennart Poettering | |
2012-05-09 | util: a few updates for rm_rf() | Lennart Poettering | |
2012-05-09 | manager: introduce SwitchRoot bus call for initrd/main transition | Lennart Poettering | |
2012-05-08 | path-util: there is no function path_parent() | Lennart Poettering | |
2012-05-08 | main: simplify+unify logic for parsing runtime booleans | Lennart Poettering | |
2012-05-08 | logind: implement suspend/hibernate calls with inhibition logic | Lennart Poettering | |
2012-05-08 | sleep: implement suspend/hibernate as first class targets | Lennart Poettering | |
2012-05-08 | logind: use "sleep" as generic term for "suspend", "hibernate", and later on ↵ | Lennart Poettering | |
"hybrid suspend" | |||
2012-05-08 | logind: fix test-inhibit | Lennart Poettering | |
2012-05-08 | autogen.sh: undef _FORTIFY_SOURCE, which now logs warnings when used with -O0 | Kay Sievers | |
2012-05-08 | util: split-out path-util.[ch] | Kay Sievers | |
2012-05-08 | util: split-out hwclock.[ch] | Kay Sievers | |
2012-05-07 | logind: fix memory leak | Frederic Crozat | |