summaryrefslogtreecommitdiff
path: root/src/shared
AgeCommit message (Expand)Author
2014-11-05shared: unaligned - use void* instead of unaligned be16_t*Tom Gundersen
2014-11-05shared: ptyfwd - make coverity happyTom Gundersen
2014-11-04util: when sealing memfds, also use F_SEAL_SEALLennart Poettering
2014-11-04barrier: explicitly ignore return values of barrier_place()David Herrmann
2014-11-04util: introduce negative_errno()David Herrmann
2014-11-04Properly define the __NR_memfd_create macro for MIPSVicente Olivert Riera
2014-11-04journal: when dumping log data with missing COMM fields, show "unknown" insteadLennart Poettering
2014-11-03core: introduce ConditionSecurity=auditLennart Poettering
2014-11-03journald: if available pull audit messages from the kernel into journal logsLennart Poettering
2014-11-01calendarspec: add constant for weekdays_bitsDaniele Medri
2014-11-01sd-dhcp-lease: use shared default prefixlen functionTom Gundersen
2014-11-01shared: add helpers for unaligend BE read/writeTom Gundersen
2014-10-31ptyforward: rework PTY forwarder logic used by nspawn to utilize the normal e...Lennart Poettering
2014-10-31Make bus errno mappings non-staticZbigniew Jędrzejewski-Szmek
2014-10-31shared/install: avoid prematurely rejecting "missing" unitsDave Reisner
2014-10-31shared: fix typoRonny Chevalier
2014-10-31shared: add missing includesRonny Chevalier
2014-10-30Convert the rest to sd_bus_errnomapZbigniew Jędrzejewski-Szmek
2014-10-30hashmap: rewrite the implementationMichal Schmidt
2014-10-30mempool: add a zeroing alloc functionMichal Schmidt
2014-10-30util: add log2u(), log2u_round_up()Michal Schmidt
2014-10-30memfd: rename memfd.h to memfd-util.h to avoid any confusion with any libc pr...Lennart Poettering
2014-10-30memfd: drop memfd_get_name() as it is unusedLennart Poettering
2014-10-30memfd: always create our memfds with CLOEXEC setLennart Poettering
2014-10-30util: unify how we see srand()Lennart Poettering
2014-10-30util: don't block on getrandom()Lennart Poettering
2014-10-29missing.h: fix wrong __NR_getrandom syscall defDave Reisner
2014-10-29missing: no tabs please, we are britishLennart Poettering
2014-10-29missing: simplify memfd ifdefferyLennart Poettering
2014-10-29util: make use of the new getrandom() syscall if it is available when needing...Lennart Poettering
2014-10-28test: use assert_se() when testing tables so that we get a useful error when ...Lennart Poettering
2014-10-27calendarspec: parse 'quarterly' and 'semi-annually' as shortcutsLennart Poettering
2014-10-27shared: in-addr-utils - add default_subnet_mask and default_prefixlen methodsTom Gundersen
2014-10-27calendar: new case 'minutely'Daniele Medri
2014-10-27util: fix copy-paste error and actually set the new hostnameMichal Sekletar
2014-10-27util: introduce sethostname_idempotentMichal Sekletar
2014-10-25systemctl: do not ignore errors in symlink removalZbigniew Jędrzejewski-Szmek
2014-10-25calendarspec: fix typo in "annually"Zbigniew Jędrzejewski-Szmek
2014-10-24time: don't do comparison twiceLennart Poettering
2014-10-24time: minor simplificationLennart Poettering
2014-10-24time: earlier exit from format_timestamp_relative() on special timesLennart Poettering
2014-10-24time: also support 'infinity' syntax in parse_nsec()Lennart Poettering
2014-10-24calendar: make freeing a calendar spec object deal fine with NULLLennart Poettering
2014-10-24selinux: fix handling of relative paths when setting up create labelLennart Poettering
2014-10-23label: move is_dir() to util.cLennart Poettering
2014-10-23label: unify code to make directories, symlinksLennart Poettering
2014-10-23label: don't try to create labelled directories more than onceLennart Poettering
2014-10-23selinux: clean up selinux label function namingLennart Poettering
2014-10-23selinux: simplify and unify loggingLennart Poettering
2014-10-23selinux: rework label query APIsLennart Poettering