Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-08 | sd-rtnl: properly size attribute array if IFA_FLAGS was missing | Lennart Poettering | |
2015-04-08 | po: update French translation | Sylvain Plantefève | |
Add strings introduced by 5bdf22430e367799dfa66c724144b624c5479518 | |||
2015-04-08 | remove duplicated includes | Ronny Chevalier | |
2015-04-08 | timedatectl: trim --help output to 80 chars | Ronny Chevalier | |
2015-04-08 | zsh-completion: update hostnamectl | Ronny Chevalier | |
2015-04-08 | zsh-completion: add missing -M completion for journalctl | Ronny Chevalier | |
2015-04-08 | zsh-completion: update loginctl | Ronny Chevalier | |
2015-04-08 | test-socket-util: add test for in_addr_to_string | Ronny Chevalier | |
2015-04-07 | configure: sign-compare is part of extra | Thomas Hindoe Paaboel Andersen | |
Remove sign-compare as we already get it from extra | |||
2015-04-07 | device: remove unused null check | Thomas Hindoe Paaboel Andersen | |
We dereference the variable right before the null check. We never reach this point with a null value anyway so let's just remove it. | |||
2015-04-07 | logind: drop "interactive" parameter from SetRebootToFirmwareSetup() bus call | Lennart Poettering | |
Newer dbus versions have an "allow interactive authentication" bit in the message header, hence it is not necessary to take a boolean for this explicitly. | |||
2015-04-07 | update TODO | Lennart Poettering | |
2015-04-07 | missing.h: define IFA_FLAGS if it is missing | Lennart Poettering | |
2015-04-07 | test-util: don't mix declarations and code | Thomas Hindoe Paaboel Andersen | |
2015-04-07 | update TODO | Lennart Poettering | |
2015-04-07 | socket: minor modernizations | Lennart Poettering | |
2015-04-07 | logind,systemctl: add reboot to EFI firmware support | Jan Janssen | |
2015-04-07 | update TODO | Lennart Poettering | |
2015-04-07 | man: fix typos in machinectl | Richard Maw | |
The s/now/not/ unfortunately inverted the meaning. | |||
2015-04-07 | man: Resolve how to refer to derived names for machinectl containers | Richard Maw | |
"the name it is" is clumsy english, and since the most recently referred to thing was a name anyway we can just leave the "it is". This matches later uses in the same document. | |||
2015-04-07 | update TODO | Lennart Poettering | |
2015-04-07 | timedatectl: avoid specifically referring to NTP | Lennart Poettering | |
systemd-timesyncd not only does NTP, but also manages clock monotonicity using a flags file. In future, it might learn PTP support. Hence don't expose its enablement state as "NTP" but use the more generic term "network time synchronization". After all, for similar reasons systemd-timesyncd is not called systemd-ntpd. | |||
2015-04-07 | man: update timedatectl(1)'s examples | Lennart Poettering | |
The output didn't match what we output these days. Also, "set-ntp" cannot be used to control chronyd anymore. | |||
2015-04-07 | man: document in timedatectl(1) that the NTP state shown reflects whether ↵ | Lennart Poettering | |
timesyncd is enabled | |||
2015-04-07 | path-util: fix more path_is_mount e792e890f fallout | Lennart Poettering | |
2015-04-07 | update TODO | Lennart Poettering | |
2015-04-07 | man: document default timeouts and start limit parameters | Lennart Poettering | |
2015-04-07 | polkit: rename bus_verify_polkit() to bus_test_polkit() and make it strictly ↵ | Lennart Poettering | |
non-interactive Interactive authorization should only happen asynchronously, hence disallow it in synchronous bus_verify_polkit(), and rename it to bus_test_polkit(). This way even if the bus message header asks for interactive authorization, we'll ask for non-interactive authorization which is actually the desired behaviour if CanSuspend, CanHibernate and friends, which call this function. | |||
2015-04-07 | util: rework cunescape(), improve error handling | Lennart Poettering | |
Change cunescape() to return a normal error code, so that we can distuingish OOM errors from parse errors. This also adds a flags parameter to control whether "relaxed" or normal parsing shall be done. If set no parse failures are generated, and the only reason why cunescape() can fail is OOM. | |||
2015-04-07 | core: fix mount setup to work with non-existing mount points | David Herrmann | |
We must not fail on ENOENT. We properly create the mount-point in mount-setup, so there's really no reason to skip the mount. Make sure we just skip the mount on unexpected failures or if it's already mounted. | |||
2015-04-07 | device: fix sysattr newline cutter | David Herrmann | |
Right now, we always drop the last character of all values we write to sysfs. Fix this! | |||
2015-04-07 | udev: input_id: tag accelerometers as ID_INPUT_ACCELEROMETER | Hans de Goede | |
input_id already (tries to) tag accelerometers as such, but this only works for absolute accelerometers. Recent kernels mark accelerometers through an input prop. Trust that prop and always tag devices with it with ID_INPUT_ACCELEROMETER. Note that detection by the prop bit works the same as the existing detection and will ensure that no other tags get set on the device. | |||
2015-04-07 | udev: input_id: tag pointing sticks as ID_INPUT_POINTINGSTICK | Peter Hutterer | |
Also referred to as trackpoint, trackstick. These are marked by recent kernels through an input prop. Forward that prop as udev property so userspace can easily determine whether there is a pointing stick present. These devices were previously marked as ID_INPUT_MOUSE, for backwards compatibility we keep that in place, the new property is an addition. | |||
2015-04-07 | core: mount-setup: handle non-existing mountpoints gracefully | Daniel Mack | |
Commit e792e890f ("path-util: don't eat up ENOENT in path_is_mount_point()") changed path_is_mount_point() so it doesn't hide -ENOENT from its caller. This causes all boots to fail early in case any of the mount points does not exist (for instance, when kdbus isn't loaded, /sys/fs/kdbus is missing). Fix this by returning 0 from mount_one() if path_is_mount_point() returned -ENOENT. | |||
2015-04-06 | build-sys: fix typo | Zbigniew Jędrzejewski-Szmek | |
2015-04-06 | update TODO | Lennart Poettering | |
2015-04-06 | btrfs: add support for recursive btrfs snapshotting | Lennart Poettering | |
2015-04-06 | btrfs: missing endian conversion fix | Lennart Poettering | |
2015-04-06 | btrfs: make btrfs_subvol_snapshot() parameters a flags field | Lennart Poettering | |
2015-04-06 | btrfs: support recursively removing btrfs snapshots | Lennart Poettering | |
2015-04-06 | machined: drop btrfs subvolumes when removing container images | Lennart Poettering | |
2015-04-06 | path-util: don't eat up ENOENT in path_is_mount_point() | Lennart Poettering | |
There's no reason to eat up ENOENT, it should be OK to simply report the error back. | |||
2015-04-06 | path-util: make sure fd_is_mount_point() returns true for root directory | Lennart Poettering | |
2015-04-06 | rm-rf: add support for recursively removing btrfs subvolumes | Lennart Poettering | |
2015-04-06 | path-util: if parent can do name_to_handle() but relevant dir not, it's a ↵ | Lennart Poettering | |
mount point | |||
2015-04-06 | rm-rf: never cross mount points | Lennart Poettering | |
2015-04-06 | util: rework rm_rf() logic | Lennart Poettering | |
- Move to its own file rm-rf.c - Change parameters into a single flags parameter - Remove "honour sticky" logic, it's unused these days | |||
2015-04-06 | update TODO | Lennart Poettering | |
2015-04-05 | bootchart: fix check for no fd | Shawn Landden | |
found with coverty report | |||
2015-04-05 | sd-device: don't use alloca() within loops | Tom Gundersen | |
I shall not use alloca() within loops I shall not use alloca() within loops I shall not use alloca() within loops I shall not use alloca() within loops ... |