Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
Become the reaper for all children part of the user session. Tested with several forking services. | |||
2012-07-19 | use #pragma once instead of foo*foo #define guards | Shawn Landden | |
#pragma once has been "un-deprecated" in gcc since 3.3, and is widely supported in other compilers. I've been using and maintaining (rebasing) this patch for a while now, as it annoyed me to see #ifndef fooblahfoo, etc all over the place, almost arrogant about the annoyance of having to define all these names to perform a commen but neccicary functionality, when a completely superior alternative exists. I havn't sent it till now, cause its kindof a style change, and it is bad voodoo to mess with style that has been established by more established editors. So feel free to lambast me as a crazy bafoon. v2 - preserve externally used headers | |||
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 | |
The same situation as on o32 mips. | |||
2012-04-12 | move remainig shared stuff to shared/ | Kay Sievers | |