Age | Commit message (Expand) | Author |
2014-08-22 | missing.h: add a cpp warning for __NR_memfd_create on MIPS | Daniel Mack |
2014-08-22 | missing.h: add fake __NR_memfd_create for MIPS | Daniel Mack |
2014-08-22 | shared: add MAXSIZE() and use it in resolved | David Herrmann |
2014-08-21 | install: simplify usage of _cleanup_ macros | Lennart Poettering |
2014-08-21 | service,strv: introduce strv_find_startswith() and make use of it | Lennart Poettering |
2014-08-21 | util: make asynchronous_close() really work like an asynchronous version of s... | Lennart Poettering |
2014-08-21 | util: simplify close_nointr() a bit | Lennart Poettering |
2014-08-21 | util: change return value of startswith() to non-const | Lennart Poettering |
2014-08-20 | util: return after freeing all members of array | Lukas Nykryn |
2014-08-20 | systemctl: fail in the case that no unit files were found | Lukas Nykryn |
2014-08-20 | indentation/spurious whitespace fixes | Lennart Poettering |
2014-08-19 | memfd: escape the comm field we get from PR_GET_NAME, but assume everything e... | Lennart Poettering |
2014-08-19 | memfd: skip utf-8 escaping if we use a name that was passed in | Daniel Mack |
2014-08-19 | memfd: reduce name escaping logic to utf-8 checks | Daniel Mack |
2014-08-19 | memfd: simplify API | Lennart Poettering |
2014-08-19 | Revert "socket: introduce SELinuxLabelViaNet option" | Lennart Poettering |
2014-08-19 | tmpfiles: add new 'r' line type to add UIDs/GIDs to the pool to allocate UIDs... | Lennart Poettering |
2014-08-19 | socket: introduce SELinuxLabelViaNet option | Michal Sekletar |
2014-08-19 | util: remove unused FOREACH_WORD_SEPARATOR_QUOTED | Lennart Poettering |
2014-08-19 | sysusers: add another column to sysusers files for the home directory | Lennart Poettering |
2014-08-19 | hashmap: try to use the existing 64bit hash functions for dev_t if it is 64bit | Lennart Poettering |
2014-08-18 | util: try to be a bit more NFS compatible when checking whether an FS is writ... | Lennart Poettering |
2014-08-18 | memfd: internalize functions, drop sd_memfd type | Daniel Mack |
2014-08-18 | memfd: use _cleanup_ if applicable | David Herrmann |
2014-08-18 | memfd: map unsealed files as MAP_SHARED | David Herrmann |
2014-08-18 | memfd: disallow importing memfds without sealing | David Herrmann |
2014-08-18 | memfd: don't open kdbus for memfd | David Herrmann |
2014-08-18 | memfd: internalize header | David Herrmann |
2014-08-18 | memfd: fix memfd_create() syscall wrapper | Daniel Mack |
2014-08-18 | memfd: move code from public library to src/shared | Daniel Mack |
2014-08-17 | kdbus: switch over to generic memfd implementation (ABI+API break) | Daniel Mack |
2014-08-16 | sd-bus,log: remove unused variables | Thomas Hindoe Paaboel Andersen |
2014-08-15 | main,log: parse the log related kernel command line parameters at one place o... | Lennart Poettering |
2014-08-15 | main: minor code modernization for initializing the console | Lennart Poettering |
2014-08-15 | macro: add CONST_MAX() macro | David Herrmann |
2014-08-15 | macro: const'ify MIN/MAX/... macros | David Herrmann |
2014-08-15 | util: make is_localhost() check for 'localdomain' too, so that we can use it ... | Lennart Poettering |
2014-08-15 | util: never use ether_ntoa(), since it formats with %x, not %02x, which makes... | Lennart Poettering |
2014-08-15 | cgroup: never try to create files in cgroupfs, only open them for writing | Lennart Poettering |
2014-08-15 | core: Refuse mount on symlink | Timofey Titovets |
2014-08-14 | core: move status line ellipsation to 50% of the line | Lennart Poettering |
2014-08-13 | util: allow strappenda to take any number of args | Dave Reisner |
2014-08-14 | timer: order OnCalendar units after timer-sync.target if DefaultDependencies=no | Tobias Geerinckx-Rice |
2014-08-13 | resolved: skip IPv6 LLMNR if IPv6 is not available | Lennart Poettering |
2014-08-12 | timesyncd: move the generic sockaddr_equal() call to socket-util.h | Lennart Poettering |
2014-08-12 | networkd: expose a global list of DNS and NTP servers in the state file | Lennart Poettering |
2014-08-12 | networkd: add minimal client tool "networkd" to query network status | Lennart Poettering |
2014-08-11 | networkd: monopolize in_addr utility functions in shared/in-addr-util.h | Lennart Poettering |
2014-08-11 | log: never ever log to syslog from PID 1, log to the journal again | Lennart Poettering |
2014-08-11 | fix a couple of more lazy "return -1" | Lennart Poettering |