summaryrefslogtreecommitdiff
path: root/dbus/dbus-sysdeps-util-unix.c
Commit message (Expand)AuthorAgeFilesLines
* Add SPDX license marker for the AFL-2.1 OR GPL-2.0-or-later licenseRalf Habacker2023-01-041-0/+2
* dbus-sysdeps-util-unix.c: Avoid including sys/syslimits.hAlex Richardson2022-08-101-4/+1
* sysdeps: Only open oom_score_adj read/write if we need to write itSimon McVittie2022-07-161-3/+23
* dbus: remove pam_console/pam_foreground supportMarc-André Lureau2022-05-191-47/+0
* sysdeps-unix: check fd before calling _dbus_fd_set_close_on_exec()Mike Gilbert2022-03-291-1/+2
* sysdeps-unix: Diagnose failure to open /proc/self/oom_score_adjSimon McVittie2022-02-221-3/+10
* spawn-unix: On Linux, don't try to increase OOM-killer protectionSimon McVittie2022-02-221-6/+49
* sysdeps-unix: Factor out _dbus_reset_oom_score_adjSimon McVittie2022-02-221-0/+65
* sysdeps: Don't raise RLIMIT_NOFILE beyond OPEN_MAX on macOSWilliam Earley2020-11-061-1/+8
* Merge branch 'non-posix-getwpnam-r' into 'master'Simon McVittie2020-03-111-6/+3
|\
| * build: Drop support for non-POSIX getpwnam_r(), getgrnam_r()Simon McVittie2018-11-191-6/+3
* | bus: Try to raise soft fd limit to match hard limitSimon McVittie2019-04-181-26/+38
* | trivial: Remove trailing whitespace from copyright noticesSimon McVittie2018-12-171-3/+3
* | Move _dbus_disable_crash_handling() back into test/ directorySimon McVittie2018-12-111-25/+0
* | _dbus_disable_crash_handling: Factor out from test-segfaultSimon McVittie2018-11-201-0/+29
|/
* sysdeps: Remove trailing NUL from command lines from /procSimon McVittie2018-10-311-1/+16
* bus: Also tell systemd before we shut downSimon McVittie2018-03-021-0/+12
* bus: Also tell systemd when we're reloadingSimon McVittie2018-03-021-0/+25
* bus: Notify systemd when we are readySimon McVittie2018-03-021-0/+12
* Unix: Flush stdout and stderr streams before forkingSimon McVittie2017-11-151-0/+7
* Deprecate the pam_console/pam_foreground flag-file directorySimon McVittie2017-09-251-1/+4
* sysdeps: Add accessor for a list of transient service directoriesSimon McVittie2017-02-211-0/+154
* Remove trailing newlines from _dbus_warn, _dbus_warn_check_failedSimon McVittie2016-09-301-1/+1
* sysdeps: move _dbus_system_log() into the shared librarySimon McVittie2016-08-111-93/+0
* _dbus_become_daemon: use _dbus_ensure_standard_fds, and report errorsSimon McVittie2016-07-251-17/+12
* string_squash_nonprintable: correct signedness mismatchSimon McVittie2016-02-111-1/+1
* Use DBusString for all relocation and install-root codeSimon McVittie2015-10-051-8/+9
* Rename getters for session, system config filesSimon McVittie2015-09-301-6/+10
* DBusSystemLogSeverity: add DBUS_SYSTEM_LOG_WARNINGAlban Crequy2014-11-181-0/+3
* Merge branch 'dbus-1.8'Simon McVittie2014-11-061-29/+116
|\
| * CVE-2014-7824: set fd rlimit to 64k for the system dbus-daemonSimon McVittie2014-11-061-29/+116
* | Only support systemd: transport if we have systemd librariesSimon McVittie2014-02-191-1/+3
|/
* Merge branch 'dbus-1.6'Simon McVittie2013-09-131-0/+1
|\
| * Fix file descriptor leak in _dbus_command_for_pidSviatoslav Chagaev2013-09-131-0/+1
* | Move some sysdeps stuff only used by the dbus-daemon outside libdbusSimon McVittie2013-08-301-0/+177
* | Doc: fix incorrect param names, missing params, non-exist paramsChengwei Yang2013-08-221-2/+0
* | Doc: fix invalid usage of doxygen @param commandChengwei Yang2013-06-201-3/+3
* | _dbus_system_logv: copy the va_list here tooSimon McVittie2013-06-121-3/+4
* | Do not suppress syslog test's stderr just because init is systemdSimon McVittie2013-04-081-2/+2
* | HAVE_DECL_LOG_PERROR is 0 when unavailableDagobert Michelsen2013-04-031-1/+1
* | include sd-daemon.h for sd_booted()Simon McVittie2013-02-271-0/+2
* | sysdeps: Don't use LOG_PERROR if systemd is bootedColin Walters2013-02-251-4/+7
* | Add support for systems without syslog.hMatt Fischer2013-02-211-3/+12
|/
* Don't leak temporary fds pointing to /dev/nullMichel HERMIER2012-11-091-0/+1
* Check HAVE_DECL_LOG_PERROR with #if, not #ifdefJonathan Perkin2012-08-091-1/+1
* Properly concat DBUS_CONSOLE_AUTH_DIR with usernameDave Reisner2012-06-281-2/+3
* Make dbus-daemon.exe --print-address work under WindowsSimon McVittie2012-02-281-2/+2
* Merge branch 'dbus-1.4'Simon McVittie2011-09-211-1/+19
|\
| * Cope with Unixes that don't have LOG_PERROR, like Solaris 10Simon McVittie2011-09-211-1/+19
* | Remove various never-used variablesSimon McVittie2011-08-051-1/+0
|/