summaryrefslogtreecommitdiff
path: root/src/shared/missing.h
Commit message (Expand)AuthorAgeFilesLines
* build-sys: add newly used if_link.h defines to missing.hZbigniew Jędrzejewski-Szmek2014-04-051-0/+33
* missing: add more compat for old kernels and loop devicesLennart Poettering2014-03-211-0/+9
* missing: define LO_FLAGS_PARTSCAN if it is missingLennart Poettering2014-03-191-0/+4
* missing: if RLIMIT_RTTIME is not defined by the libc, then we need a new defi...Lennart Poettering2014-03-051-0/+3
* missing: simplificationsLennart Poettering2014-02-211-16/+8
* build-sys: Add setns() functions if not in the C library.Holger Schurig2014-02-211-0/+17
* missing.h: add some IFLA_* constantsTom Gundersen2014-02-191-0/+14
* Base mkostemp_safe on mkostempZbigniew Jędrzejewski-Szmek2014-01-281-4/+0
* util: define O_TMPFILE on x86/x86-64, where the generic value is usedLennart Poettering2014-01-281-0/+16
* journal: guarantee async-signal-safety in sd_journald_sendvZbigniew Jędrzejewski-Szmek2014-01-271-6/+10
* logind: introduce session-devicesDavid Herrmann2013-09-171-0/+13
* build-sys: Add configure check for linux/btrfs.hMichael Marineau2013-08-161-0/+57
* missing: use btrfs.h instead of defining our own btrfs structuresLennart Poettering2013-08-131-17/+0
* basic SO_REUSEPORT supportShawn Landden2013-07-111-0/+4
* replace tabs with spaces in various filesJason St. John2013-07-021-1/+1
* Fix syscall(__NR_fanotify_mark, ...) on armChengwei Yang2013-05-151-1/+2
* missing: define MS_REC and MS_SHARED if not defined alreadyAleksander Morgado2013-02-131-0/+8
* timer: recalculate next elapse for calendar timer units when the system clock...Lennart Poettering2012-11-251-0/+4
* journal: provide an API that allows client to figure out whether they need to...Lennart Poettering2012-10-261-0/+4
* make sure __NR_name_to_handle_at is correctly definedMichael Olbrich2012-10-191-2/+14
* build-sys: check for name_to_handle_at declaration instead of its definitionMichael Olbrich2012-10-161-1/+1
* missing: Fix compilation error due to wrong __NR_name_to_handle_at definitionEelco Dolstra2012-09-211-4/+4
* build-sys: __secure_getenv lost dunder in libc 2.17Zbigniew Jędrzejewski-Szmek2012-09-171-1/+9
* missing: define name_to_handle_at on our own if it is missingLennart Poettering2012-09-041-0/+35
* main: set PR_SET_CHILD_REAPER for MANAGER_USERAuke Kok2012-07-251-0/+4
* use #pragma once instead of foo*foo #define guardsShawn Landden2012-07-191-4/+1
* execute: support syscall filtering using seccomp filtersLennart Poettering2012-07-171-0/+4
* missing: define MS_STRICTATIME if not defined alreadyLennart Poettering2012-06-011-0/+4
* missing: Fix broken syscall(__NR_fanotify_mark... on ppc32Andreas Schwab2012-05-141-1/+1
* move remainig shared stuff to shared/Kay Sievers2012-04-121-0/+187