chiark / gitweb /
hashmap, set: remove unused functions
[elogind.git] / src / shared /
2014-09-15 Michal Schmidthashmap, set: remove unused functions
2014-09-15 Michal Schmidthashmap: introduce hash_ops to make struct Hashmap...
2014-09-08 Daniel Mackexit-status: add new exit code for custom endpoint...
2014-09-05 Daniel Mackexit-status: fix URL in comment
2014-09-04 Zbigniew Jędrzejew... localed: remove free_and_copy
2014-09-03 Lennart Poetteringbase-file-system: always generate error messages locally
2014-09-03 Harald Hoyerbase_filesystem_create: do not try to create "/root...
2014-08-31 Thomas Hindoe Paab... config-parser: fix mem leak
2014-08-31 Tom Gundersenmissing: add IFF_MULTI_QUEUE
2014-08-30 Zbigniew Jędrzejew... cgroup-util: shorten cg_path_get_session
2014-08-30 Ruben KerkhofFix a few more typos
2014-08-28 Harald Hoyeruse the switch_root function in shutdown
2014-08-28 David Herrmannmacro: use unique variable names for math-macros
2014-08-27 Lennart Poetteringutil: fix minimal race where we might miss SIGTERMs...
2014-08-27 David Herrmannutil: make lookup_uid() global
2014-08-27 David Herrmannshared: make container_of() use unique variable names
2014-08-27 David Herrmannshared: drop UNIQUE()
2014-08-27 Lukas Nykrynsystemctl: fix broken list-unit-files with --root
2014-08-26 Lennart Poetteringutil: make use of newly added reset_signal_mask() call...
2014-08-26 Lennart Poetteringutil: reset signals when we fork off agents
2014-08-26 Lennart Poetteringutil: make sure reset_all_signal_handlers() continues...
2014-08-26 Michael Olbrichmissing: add BPF_XOR
2014-08-26 Lennart PoetteringRevert "systemctl: fix broken list-unit-files with...
2014-08-25 Lukas Nykrynsystemctl: fix broken list-unit-files with --root
2014-08-22 Lennart Poetteringcore: add support for a configurable system-wide start...
2014-08-22 Daniel Mackmissing.h: add a cpp warning for __NR_memfd_create...
2014-08-22 Daniel Mackmissing.h: add fake __NR_memfd_create for MIPS
2014-08-22 David Herrmannshared: add MAXSIZE() and use it in resolved
2014-08-21 Lennart Poetteringinstall: simplify usage of _cleanup_ macros
2014-08-21 Lennart Poetteringservice,strv: introduce strv_find_startswith() and...
2014-08-21 Lennart Poetteringutil: make asynchronous_close() really work like an...
2014-08-21 Lennart Poetteringutil: simplify close_nointr() a bit
2014-08-21 Lennart Poetteringutil: change return value of startswith() to non-const
2014-08-20 Lukas Nykrynutil: return after freeing all members of array
2014-08-20 Lukas Nykrynsystemctl: fail in the case that no unit files were...
2014-08-19 Lennart Poetteringindentation/spurious whitespace fixes
2014-08-19 Lennart Poetteringmemfd: escape the comm field we get from PR_GET_NAME...
2014-08-19 Daniel Mackmemfd: skip utf-8 escaping if we use a name that was...
2014-08-19 Daniel Mackmemfd: reduce name escaping logic to utf-8 checks
2014-08-19 Lennart Poetteringmemfd: simplify API
2014-08-19 Lennart PoetteringRevert "socket: introduce SELinuxLabelViaNet option"
2014-08-19 Lennart Poetteringtmpfiles: add new 'r' line type to add UIDs/GIDs to...
2014-08-19 Michal Sekletarsocket: introduce SELinuxLabelViaNet option
2014-08-19 Lennart Poetteringutil: remove unused FOREACH_WORD_SEPARATOR_QUOTED
2014-08-19 Lennart Poetteringsysusers: add another column to sysusers files for...
2014-08-18 Lennart Poetteringhashmap: try to use the existing 64bit hash functions...
2014-08-18 Lennart Poetteringutil: try to be a bit more NFS compatible when checking...
2014-08-18 Lennart PoetteringMerge remote-tracking branch 'origin/master'
2014-08-18 Daniel Mackmemfd: internalize functions, drop sd_memfd type
2014-08-18 David Herrmannmemfd: use _cleanup_ if applicable
2014-08-18 David Herrmannmemfd: map unsealed files as MAP_SHARED
2014-08-18 David Herrmannmemfd: disallow importing memfds without sealing
2014-08-18 David Herrmannmemfd: don't open kdbus for memfd
2014-08-18 David Herrmannmemfd: internalize header
2014-08-18 Daniel Mackmemfd: fix memfd_create() syscall wrapper
2014-08-18 Daniel Mackmemfd: move code from public library to src/shared
2014-08-17 Daniel Mackkdbus: switch over to generic memfd implementation...
2014-08-15 Thomas Hindoe Paab... sd-bus,log: remove unused variables
2014-08-15 Lennart PoetteringMerge commit 'b39a2770ba55637da80e2e389222c59dbea73507'
2014-08-15 Lennart Poetteringmain,log: parse the log related kernel command line...
2014-08-15 Lennart Poetteringmain: minor code modernization for initializing the...
2014-08-15 David Herrmannmacro: add CONST_MAX() macro
2014-08-15 David Herrmannmacro: const'ify MIN/MAX/... macros
2014-08-15 Lennart Poetteringutil: make is_localhost() check for 'localdomain' too...
2014-08-15 Lennart Poetteringutil: never use ether_ntoa(), since it formats with...
2014-08-15 Lennart Poetteringcgroup: never try to create files in cgroupfs, only...
2014-08-14 Timofey Titovetscore: Refuse mount on symlink
2014-08-14 Lennart Poetteringcore: move status line ellipsation to 50% of the line
2014-08-14 Dave Reisnerutil: allow strappenda to take any number of args
2014-08-13 Tobias Geerinckx... timer: order OnCalendar units after timer-sync.target...
2014-08-13 Lennart Poetteringresolved: skip IPv6 LLMNR if IPv6 is not available
2014-08-12 Lennart Poetteringtimesyncd: move the generic sockaddr_equal() call to...
2014-08-12 Lennart Poetteringnetworkd: expose a global list of DNS and NTP servers...
2014-08-11 Lennart Poetteringnetworkd: add minimal client tool "networkd" to query...
2014-08-11 Lennart Poetteringnetworkd: monopolize in_addr utility functions in share...
2014-08-11 Lennart Poetteringlog: never ever log to syslog from PID 1, log to the...
2014-08-11 Lennart Poetteringfix a couple of more lazy "return -1"
2014-08-11 Lennart Poetteringutil: avoid considering dpkg temporary files relevant...
2014-08-11 Lennart Poetteringresolved: properly pass aborted transaction result...
2014-08-08 Harald HoyerAdded arch tuple for PPC64LE
2014-08-08 Tom Gundersenudev: link_setup - respect kernel name assign policy
2014-08-04 Zbigniew Jędrzejew... util.h: fix typo
2014-08-04 Zbigniew Jędrzejew... tty-ask-password-agent: modernization
2014-08-03 Zbigniew Jędrzejew... Move BTRFS_IOC_DEVICES_READY to missing.h
2014-08-03 Simon McVittieutil.h: include missing.h, for struct file_handle
2014-08-01 Lennart Poetteringmissing: add missing bonding definitions
2014-08-01 Lennart Poetteringresolved: read the system /etc/resolv.conf unless we...
2014-07-31 Lennart Poetteringresolved: implement LLMNR uniqueness verification
2014-07-31 Zbigniew Jędrzejew... Always prefer our headers to system headers
2014-07-31 Zbigniew Jędrzejew... core/load-fragment.c: correct argument sign and split...
2014-07-31 Zbigniew Jędrzejew... Properly report invalid quoted strings
2014-07-31 Zbigniew Jędrzejew... Reject invalid quoted strings
2014-07-29 Lennart Poetteringresolved: when answer A or AAAA questions, order respon...
2014-07-29 Lennart Poetteringresolved: when resolving an address PTR record via...
2014-07-29 Lennart Poetteringresolve: add llmnr responder side for UDP and TCP
2014-07-29 Kay Sieverstime-util: add and use USEC/NSEC_INFINIY
2014-07-27 Ansgar Burchardtparse_boolean: require exact matches
2014-07-27 Kay Sieverscore: only set the kernel's timezone when the RTC runs...
2014-07-26 Zbigniew Jędrzejew... Add utility function to append root to path
2014-07-26 Karel ZakAlways check asprintf return code
next