index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
shared
/
missing.h
Age
Commit message (
Expand
)
Author
2014-10-31
util: don't block on getrandom()
Lennart Poettering
2014-10-31
missing.h: fix wrong __NR_getrandom syscall def
Dave Reisner
2014-10-31
util: make use of the new getrandom() syscall if it is available when needing...
Lennart Poettering
2014-08-14
src/shared: some stylistic changes
Anthony G. Basile
2014-08-14
src/shared: import more code cleanups from upstream
Anthony G. Basile
2014-08-14
src/shared: import many code cleanups from upstream
Anthony G. Basile
2014-08-05
src/shared: refactor shared code
Anthony G. Basile
2012-11-17
Rename src/shared to src/include, a saner name
Anthony G. Basile
2012-11-15
src/libudev: successfully builds
Anthony G. Basile
2012-11-15
Final step of revamping the build system
Anthony G. Basile
2012-11-15
Isolation of udev code from remaining systemd
Anthony G. Basile
2012-10-26
journal: provide an API that allows client to figure out whether they need to...
Lennart Poettering
2012-10-19
make sure __NR_name_to_handle_at is correctly defined
Michael Olbrich
2012-10-16
build-sys: check for name_to_handle_at declaration instead of its definition
Michael Olbrich
2012-09-21
missing: Fix compilation error due to wrong __NR_name_to_handle_at definition
Eelco Dolstra
2012-09-17
build-sys: __secure_getenv lost dunder in libc 2.17
Zbigniew Jędrzejewski-Szmek
2012-09-04
missing: define name_to_handle_at on our own if it is missing
Lennart Poettering
2012-07-25
main: set PR_SET_CHILD_REAPER for MANAGER_USER
Auke Kok
2012-07-19
use #pragma once instead of foo*foo #define guards
Shawn Landden
2012-07-17
execute: support syscall filtering using seccomp filters
Lennart Poettering
2012-06-01
missing: define MS_STRICTATIME if not defined already
Lennart Poettering
2012-05-14
missing: Fix broken syscall(__NR_fanotify_mark... on ppc32
Andreas Schwab
2012-04-12
move remainig shared stuff to shared/
Kay Sievers