summaryrefslogtreecommitdiff
path: root/src/shared/missing.h
AgeCommit message (Expand)Author
2014-05-10rtnl: message - read group membership of incoming messagesTom Gundersen
2014-04-05build-sys: add newly used if_link.h defines to missing.hZbigniew Jędrzejewski-Szmek
2014-03-21missing: add more compat for old kernels and loop devicesLennart Poettering
2014-03-19missing: define LO_FLAGS_PARTSCAN if it is missingLennart Poettering
2014-03-05missing: if RLIMIT_RTTIME is not defined by the libc, then we need a new defi...Lennart Poettering
2014-02-21missing: simplificationsLennart Poettering
2014-02-21build-sys: Add setns() functions if not in the C library.Holger Schurig
2014-02-19missing.h: add some IFLA_* constantsTom Gundersen
2014-01-28Base mkostemp_safe on mkostempZbigniew Jędrzejewski-Szmek
2014-01-28util: define O_TMPFILE on x86/x86-64, where the generic value is usedLennart Poettering
2014-01-27journal: guarantee async-signal-safety in sd_journald_sendvZbigniew Jędrzejewski-Szmek
2013-09-17logind: introduce session-devicesDavid Herrmann
2013-08-16build-sys: Add configure check for linux/btrfs.hMichael Marineau
2013-08-13missing: use btrfs.h instead of defining our own btrfs structuresLennart Poettering
2013-07-11basic SO_REUSEPORT supportShawn Landden
2013-07-02replace tabs with spaces in various filesJason St. John
2013-05-15Fix syscall(__NR_fanotify_mark, ...) on armChengwei Yang
2013-02-13missing: define MS_REC and MS_SHARED if not defined alreadyAleksander Morgado
2012-11-25timer: recalculate next elapse for calendar timer units when the system clock...Lennart Poettering
2012-10-26journal: provide an API that allows client to figure out whether they need to...Lennart Poettering
2012-10-19make sure __NR_name_to_handle_at is correctly definedMichael Olbrich
2012-10-16build-sys: check for name_to_handle_at declaration instead of its definitionMichael Olbrich
2012-09-21missing: Fix compilation error due to wrong __NR_name_to_handle_at definitionEelco Dolstra
2012-09-17build-sys: __secure_getenv lost dunder in libc 2.17Zbigniew Jędrzejewski-Szmek
2012-09-04missing: define name_to_handle_at on our own if it is missingLennart Poettering
2012-07-25main: set PR_SET_CHILD_REAPER for MANAGER_USERAuke Kok
2012-07-19use #pragma once instead of foo*foo #define guardsShawn Landden
2012-07-17execute: support syscall filtering using seccomp filtersLennart Poettering
2012-06-01missing: define MS_STRICTATIME if not defined alreadyLennart Poettering
2012-05-14missing: Fix broken syscall(__NR_fanotify_mark... on ppc32Andreas Schwab
2012-04-12move remainig shared stuff to shared/Kay Sievers