summaryrefslogtreecommitdiff
path: root/src/shared/missing.h
AgeCommit message (Expand)Author
2014-12-29src/shared/missing.h: add __NR_getrandom for other archesAnthony G. Basile
2014-10-31util: don't block on getrandom()Lennart Poettering
2014-10-31missing.h: fix wrong __NR_getrandom syscall defDave Reisner
2014-10-31util: make use of the new getrandom() syscall if it is available when needing...Lennart Poettering
2014-08-14src/shared: some stylistic changesAnthony G. Basile
2014-08-14src/shared: import more code cleanups from upstreamAnthony G. Basile
2014-08-14src/shared: import many code cleanups from upstreamAnthony G. Basile
2014-08-05src/shared: refactor shared codeAnthony G. Basile
2012-11-17Rename src/shared to src/include, a saner nameAnthony G. Basile
2012-11-15src/libudev: successfully buildsAnthony G. Basile
2012-11-15Final step of revamping the build systemAnthony G. Basile
2012-11-15Isolation of udev code from remaining systemdAnthony G. Basile
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