chiark / gitweb /
NEWS: mention 'timedatectl show'
[elogind.git] / src / shared /
2018-08-24 Zbigniew Jędrzejew... Drop my copyright headers
2018-08-24 Lennart Poetteringtree-wide: beautify remaining copyright statements
2018-08-24 Lennart Poetteringtree-wide: remove Lennart's copyright lines
2018-08-24 Lennart Poetteringtree-wide: drop 'This file is part of systemd' blurb
2018-08-24 Yu Watanabetimedatectl: add 'show' command to display machine...
2018-08-24 Zbigniew Jędrzejew... tree-wide: drop !! casts to booleans
2018-08-24 Yu Watanabeconf-parser: simplify conf_parse_path()
2018-08-24 Lennart Poetteringtree-wide: unify how we define bit mak enums
2018-08-24 Marc Kleine-Buddeconf-parser: add config_parse_permille()
2018-08-24 Lennart Poetteringtree-wide: fix a number of log calls that use %m but...
2018-08-24 Lennart Poetteringudev: add helper udev_device_new_from_stat_rdev()
2018-08-24 Zbigniew Jędrzejew... shared/bus-util: use the new cleanup functionality...
2018-08-24 Zbigniew Jędrzejew... bus-util: avoid unneeded initalization to zero
2018-08-24 Yu Watanabeconf-parser: fix memleak (#9177)
2018-08-24 Yu Watanabeconf-parser: remove redundant utf8-validity check
2018-08-24 Yu Watanabeconf-parse: use free_and_replace()
2018-08-24 Yu Watanabeconf-parser: reject utf8-invalid lines
2018-08-24 Yu Watanabeconf-parse: use path_simplify_and_warn() in config_pars...
2018-08-24 Yu Watanabepath-util: introduce path_simplify()
2018-08-24 Zbigniew Jędrzejew... Use const char* for timestamp strings which we don...
2018-08-24 Yu Watanabeconf-parser: introduce DEFINE_CONFIG_PARSE*() macros
2018-08-24 Yu Watanabetree-wide: fix typo in comments and NEWS
2018-08-24 Lennart Poetteringconf-parser: add a bit more whitespace
2018-08-24 Luca Boccassijournalctl: add with-unit mode
2018-08-24 Lennart Poetteringmachined: move bus_reply_pair_array() into generic...
2018-08-24 Lennart Poetteringfileio: accept FILE* in addition to path in parse_env_f...
2018-08-24 Yu Watanabeload-fragment: allow to specify RestrictNamespaces...
2018-08-24 Yu Watanabensflsgs: drop namespace_flag_{from,to}_string()
2018-08-24 Yu Watanabensflags: drop namespace_flag_to_string_many_with_check()
2018-08-24 Yu Watanabetimesync,shared: move logic requesting bus name to...
2018-08-24 Lennart Poetteringconf-parser: make use of free_and_replace() at one...
2018-08-24 Lennart Poetteringconfig-parser: introduce new CONFIG_PARSER_PROTOTYPE...
2018-08-24 Yu Watanabebus-util: add more macros for defining functions of...
2018-08-24 Lennart Poetteringconf-parser: shorten config_parse_string() by using...
2018-08-24 Lennart Poetteringcore: move config_parse_limit() to the generic conf...
2018-08-24 Lennart Poetteringrlimit-util: rework rlimit_{from|to}_string() to work...
2018-08-24 Yu Watanabebus-util: add several macros for defining functions...
2018-08-24 Zbigniew Jędrzejew... shared/sleep-config: fix memleak of strv, add test
2018-08-24 Filipe Brandenburgerconf-parser: accept trailing backslash at the end of...
2018-08-24 Zbigniew Jędrzejew... meson: recompile all sources for install_libudev_static...
2018-08-24 Yu Watanabetree-wide: use strv_free_and_replace() macro
2018-08-24 Yu Watanabebus-util: print a friendly message when PID1 is not...
2018-08-24 Yu Watanabeutil: rename signal_from_string_try_harder() to signal_...
2018-08-24 Lennart Poetteringconf-parse: add a generic config_parse_mtu() conf file...
2018-08-24 Lennart Poetteringtree-wide: drop redundant _cleanup_ macros (#8810)
2018-08-24 Lennart Poetteringtree-wide: drop spurious newlines (#8764)
2018-08-24 Lennart Poetteringpager: move pager.[ch] src/shared/ → src/basic/
2018-08-24 Lennart Poetteringpolkit: normalize exit values of polkit_agent_open_if_e...
2018-08-24 Yu Watanabebus-util: introduce bus_open_system_watch_bind_with_des...
2018-08-24 Zbigniew Jędrzejew... shared/sleep-config: rename misnamed function
2018-08-24 Zbigniew Jędrzejew... shared/sleep-config: return a custom message when not...
2018-08-24 Zbigniew Jędrzejew... shared/sleep-fix: fix check if s-then-h is possible
2018-08-24 Zbigniew Jędrzejew... shared/sleep-config: get rid of explicit allocation...
2018-08-24 Zbigniew Jędrzejew... tree-wide: drop license boilerplate
2018-08-24 Mario Limonciellosleep: Add support for setting a disk offset when hiber...
2018-08-24 Yu Watanabetree-wide: use TAKE_PTR() and TAKE_FD() macros
2018-08-24 Yu Watanabebus-util: fix a meaningless assertion
2018-08-24 Mario LimoncielloRename suspend-to-hibernate to suspend-then-hibernate
2018-08-24 Yu Watanabebus-util: add flags for bus_map_all_properties() (...
2018-08-24 Lennart Poetteringtree-wide: tabs suck (#8527)
2018-08-24 Lennart Poetteringconf-parse: small prettification
2018-08-24 Lennart Poetteringconf-parser: let's explicitly deprecate .include in...
2018-08-24 Lennart Poetteringsleep-config: replace USE() macro with TAKE_PTR() usage
2018-08-24 Lennart Poetteringmacro: introduce TAKE_PTR() macro
2018-08-24 Zbigniew Jędrzejew... shared/conf-parser: fix outdated comment
2018-06-28 Filipe Brandenburgerconf-parser: accept trailing backslash at the end of...
2018-06-28 Franck Buibasic/macros: rename noreturn into _noreturn_ (#8456)
2018-06-08 Sven EdenPrep v238: Fix elogind_daemonize(), it failed due to...
2018-06-05 Sven EdenPrep v238: Uncomment now needed headers and unmask...
2018-06-04 Sven EdenPrep v238: Fixed meson.build files in src/shared and...
2018-05-30 Zbigniew Jędrzejew... pid1: do not initialize join_controllers by default
2018-05-30 Zbigniew Jędrzejew... Move config_parse_join_controllers to shared, add test
2018-05-30 Zbigniew Jędrzejew... shared/conf-parser: define a macro for the repeating...
2018-05-30 Yu Watanabebus-util: fix format of NextElapseUSecRealtime= and...
2018-05-30 Lennart Poetteringcoccinelle: O_NDELAY → O_NONBLOCK
2018-05-30 Jan Klötzkebus-util: add bool property setter
2018-05-30 Lennart Poetteringlog: minimize includes in log.h
2018-05-30 Jörg Thalheimnetworkd: add support for wireguard interface type
2018-05-30 Jörg Thalheimnetworkd: add support for wireguard interface type
2018-05-30 Lennart Poetteringnetworkd,resolved: make use of watch_bind feature to...
2018-05-30 Lennart Poetteringtree-wide: install matches asynchronously
2018-05-30 Lennart Poetteringsd-bus: port one use of SO_PEERCRED by getpeercred()
2018-05-30 Lennart Poetteringpager: let's move static variables up, to the rest...
2018-05-30 Lennart Poetteringpager,agent: insist that we are called from the main...
2018-05-30 Lennart Poetteringtree-wide: make use of wait_for_terminate_and_check...
2018-05-30 Lennart Poetteringprocess-util: add another fork_safe() flag for enabling...
2018-05-30 Yu Watanabensflags: add namespace_flag_to_string_many_with_check()
2018-05-30 Zbigniew Jędrzejew... meson: use a convenience lib for journal user sources
2018-05-30 Zbigniew Jędrzejew... meson: link libsystemd_static in libshared instead...
2018-05-30 Zbigniew Jędrzejew... Move gcrypt-util to basic/
2018-05-30 Zbigniew Jędrzejew... meson: link libbasic and libshared_static into libshared
2018-05-30 Zbigniew Jędrzejew... meson: rename libsystemd_internal to libsystem_static
2018-05-30 Lennart Poetteringagents: use kill_and_sigcont() where appropriate
2018-05-30 Lennart Poetteringprocess-util: move fork_agent() to process-util.[ch]
2018-05-30 Lennart Poetteringtree-wide: introduce new safe_fork() helper and port...
2018-04-27 maxice8musl_missing.h: add FTW_* macros missing from musl...
2018-03-26 Sven EdenPrep v236 : Add missing SPDX-License-Identifier (6...
2018-03-13 Sven EdenPrep v236: Apply missing upstream updates to the build...
2017-12-08 Yu Watanabeacl: fix typo in comment (#7580)
2017-12-02 Vito Caputo*: fix some inconsistent control statement style
next