summaryrefslogtreecommitdiffstats
path: root/hwdb (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-07core: add a new unit method "catchup()"Lennart Poettering3-11/+47
2018-06-07core: use safe_fclose() where appropriateLennart Poettering1-2/+1
2018-06-07core: split out early-boot preset logic into a function of its ownLennart Poettering1-13/+24
2018-06-07udev: add helper udev_device_new_from_stat_rdev()Lennart Poettering5-22/+50
2018-06-07core: split out device validation from device_found_node()Lennart Poettering1-38/+58
2018-06-07core: rework device_found_node() prototypeLennart Poettering4-33/+33
2018-06-07core: split out reload propagation into its own functionLennart Poettering1-14/+20
2018-06-07core: improve error logging a bitLennart Poettering1-8/+18
2018-06-07core: split out bus initialization from manager_setup()Lennart Poettering1-14/+21
2018-06-07core: log when unit_add_dependency() fails for some reasonLennart Poettering1-3/+2
2018-06-07core: modernize device_update_description() a bitLennart Poettering1-7/+6
2018-06-07core: use device_found_to_string_many() result only on successLennart Poettering1-2/+2
2018-06-07core: use FLAGS_SET() macro at one more placeLennart Poettering1-1/+1
2018-06-07core: modernize device_set_sysfs() a bitLennart Poettering1-4/+2
2018-06-07hwdb: HP ZBook Studio G4 wireless switchAlessandro Casale1-0/+4
2018-06-07man: update url to latest 802.1AB (2016) standardStefan Schweter1-1/+1
2018-06-07hwdb: Logitech Anywhere MX wheel data (#9203)Ivan Shapovalov1-0/+5
2018-06-06test-bus-util: add a test for destroy callbacksZbigniew Jędrzejewski-Szmek1-0/+43
2018-06-06shared/bus-util: use the new cleanup functionality to avoid a memleakZbigniew Jędrzejewski-Szmek1-11/+51
2018-06-06bus: optionally call a callbacks for cleanupZbigniew Jędrzejewski-Szmek7-0/+136
2018-06-06man: also mention EINVAL in sd_bus_slot_set_floating(3)Zbigniew Jędrzejewski-Szmek1-1/+7
2018-06-06test-bus-util: add a simple test for bus_request_name_async_may_reload_dbus()Zbigniew Jędrzejewski-Szmek2-0/+51
2018-06-06bus-util: avoid unneeded initalization to zeroZbigniew Jędrzejewski-Szmek1-4/+6
2018-06-06man: xinclude the generic text to talk about libsystemd pkgconfigZbigniew Jędrzejewski-Szmek41-424/+87
2018-06-06pid: fix ENOENT error checkLennart Poettering1-1/+1
2018-06-06systemctl: when GetProcesses() doesn't work, say for which unitLennart Poettering1-1/+1
2018-06-06resolved: reformat message about a revoked trust anchorZbigniew Jędrzejewski-Szmek1-2/+3
2018-06-06Remove NULL terminator from two log_struct callsZbigniew Jędrzejewski-Szmek2-4/+2
2018-06-06main: combine a some if checksLennart Poettering1-65/+61
2018-06-06main: use rlimit_free_all() at one more placeLennart Poettering1-4/+1
2018-06-06core: comment verbosely what the difference betweem set_manager_settings() an...Lennart Poettering1-0/+8
2018-06-06util: add new write_string_filef() helperLennart Poettering4-22/+30
2018-06-06main: split out reading of /proc/sys/fs/nr_open into its own functionLennart Poettering4-15/+38
2018-06-06man: add example for sd_event_add_inotifyZbigniew Jędrzejewski-Szmek2-0/+66
2018-06-06NEWS: add note about --runtimeZbigniew Jędrzejewski-Szmek1-0/+4
2018-06-06locale: add _unused_ attribute for dummy variableYu Watanabe1-3/+2
2018-06-06hwdb: add accel mount settings for Cube i7 Stylus I8L Model (#9207)rubensa1-0/+4
2018-06-06string-util: put together strstrip() from skip_leading_chars() and delete_tra...Lennart Poettering1-13/+2
2018-06-06process-util: make use of delete_trailing_chars() in get_process_cmdline()Lennart Poettering1-6/+1
2018-06-06update TODOLennart Poettering1-0/+6
2018-06-06test: turn off the kernel's passive agressive /dev/kmsg ratelimit for our testsLennart Poettering1-0/+1
2018-06-06test: make sure output of test TEST-03 test service ends up on consoleLennart Poettering2-1/+3
2018-06-06test: disable QEMU based testing for TEST-16-EXTEND-TIMEOUTLennart Poettering2-0/+2
2018-06-06update TODOLennart Poettering1-6/+3
2018-06-06sd-event: use structure initialization instead of new0() where possibleLennart Poettering1-17/+38
2018-06-06core: schedule time and timezone change events a bit before .timer elapsation...Lennart Poettering1-2/+12
2018-06-06time-util: introduce common implementation of TFD_TIMER_CANCEL_ON_SET client ...Lennart Poettering5-44/+40
2018-06-06core: subscribe to /etc/localtime timezone changes and update timer elapsatio...Lennart Poettering4-0/+126
2018-06-06core: move destruction of old time event sources to manager_setup_time_change()Lennart Poettering1-4/+4
2018-06-06man: document the new sd_event_add_inotify() callLennart Poettering9-0/+198