chiark / gitweb /
bus: when dumping string property values escape the chars we use as end-of-line and...
[elogind.git] / src / shared /
2014-11-10 Ronny Chevaliershared: explicitly ignore the return value of wait_for_...
2014-11-10 Jan Synacekshared/install: when unit contains only Also=, report...
2014-11-07 Tom Gundersenshared: add readlink_value
2014-11-07 Lennart Poetteringutf8: when looking at the next unichar, honour the...
2014-11-07 Lennart Poetteringlog: explicitly ignore return value of parse_proc_cmdline()
2014-11-07 Lennart Poetteringutil: simplify normalize_env_assignment() a bit
2014-11-07 Lennart Poetteringutil: file_is_priv_sticky() is used internally in util...
2014-11-07 Lennart Poetteringutil: rework /proc/cmdline parser to use unquote_first_...
2014-11-07 Lennart Poetteringutil: simplify proc_cmdline() to reuse get_process_cmdl...
2014-11-07 Lennart Poetteringfileio: simplify write_string_file_atomic() by reusing...
2014-11-07 Lennart Poetteringcopy: change error code when hitting copy limit to...
2014-11-07 Lennart Poetteringcopy: teach copy_bytes() sendfile() support, and then...
2014-11-07 Lennart Poetteringutil: make use of isempty() where appropriate
2014-11-06 Lennart Poetteringswitch-root: explain why we don't care about base_files...
2014-11-06 Michal Schmidtshared: create files even if the SELinux policy has...
2014-11-06 Harald Hoyerswitch_root: do not fail, if base_filesystem_create...
2014-11-06 Lennart Poetteringshared: rename condition-util.[ch] to condition.[ch]
2014-11-06 Lennart Poetteringcondition: order condition types the same way in man...
2014-11-06 Lennart Poetteringcore: introduce the concept of AssertXYZ= similar to...
2014-11-06 Lennart Poetteringcondition: record test state internally and beef it...
2014-11-06 Lennart Poetteringcondition: add more test cases
2014-11-06 Lennart Poetteringcondition: internalize condition test functions
2014-11-06 Lennart Poetteringcondition: unify condition logic in one file
2014-11-06 Lennart Poetteringcondition: properly allow passing back errors from...
2014-11-05 Lennart Poetteringutil: minor modernisations
2014-11-05 Lennart Poetteringcondition: rewrite condition_test_kernel_command_line...
2014-11-05 Lennart Poetteringcore: introduce new Delegate=yes/no property controllin...
2014-11-05 Tom Gundersenshared: unaligned - use void* instead of unaligned...
2014-11-05 Tom Gundersenshared: ptyfwd - make coverity happy
2014-11-04 Lennart Poetteringutil: when sealing memfds, also use F_SEAL_SEAL
2014-11-04 David Herrmannbarrier: explicitly ignore return values of barrier_place()
2014-11-04 David Herrmannutil: introduce negative_errno()
2014-11-04 Vicente Olivert... Properly define the __NR_memfd_create macro for MIPS
2014-11-03 Lennart Poetteringjournal: when dumping log data with missing COMM fields...
2014-11-03 Lennart Poetteringcore: introduce ConditionSecurity=audit
2014-11-03 Lennart Poetteringjournald: if available pull audit messages from the...
2014-11-01 Daniele Medricalendarspec: add constant for weekdays_bits
2014-11-01 Tom Gundersensd-dhcp-lease: use shared default prefixlen function
2014-11-01 Tom Gundersenshared: add helpers for unaligend BE read/write
2014-10-31 Lennart Poetteringptyforward: rework PTY forwarder logic used by nspawn...
2014-10-31 Zbigniew Jędrzejew... Make bus errno mappings non-static
2014-10-31 Dave Reisnershared/install: avoid prematurely rejecting "missing...
2014-10-31 Ronny Chevaliershared: fix typo
2014-10-31 Ronny Chevaliershared: add missing includes
2014-10-31 Zbigniew Jędrzejew... Convert the rest to sd_bus_errnomap
2014-10-30 Michal Schmidthashmap: rewrite the implementation
2014-10-30 Michal Schmidtmempool: add a zeroing alloc function
2014-10-30 Michal Schmidtutil: add log2u(), log2u_round_up()
2014-10-30 Lennart Poetteringmemfd: rename memfd.h to memfd-util.h to avoid any...
2014-10-30 Lennart Poetteringmemfd: drop memfd_get_name() as it is unused
2014-10-30 Lennart Poetteringmemfd: always create our memfds with CLOEXEC set
2014-10-30 Lennart Poetteringutil: unify how we see srand()
2014-10-30 Lennart Poetteringutil: don't block on getrandom()
2014-10-30 Dave Reisnermissing.h: fix wrong __NR_getrandom syscall def
2014-10-29 Lennart Poetteringmissing: no tabs please, we are british
2014-10-29 Lennart Poetteringmissing: simplify memfd ifdeffery
2014-10-29 Lennart Poetteringutil: make use of the new getrandom() syscall if it...
2014-10-28 Lennart Poetteringtest: use assert_se() when testing tables so that we...
2014-10-27 Lennart Poetteringcalendarspec: parse 'quarterly' and 'semi-annually...
2014-10-27 Tom Gundersenshared: in-addr-utils - add default_subnet_mask and...
2014-10-27 Daniele Medricalendar: new case 'minutely'
2014-10-27 Michal Sekletarutil: fix copy-paste error and actually set the new...
2014-10-27 Michal Sekletarutil: introduce sethostname_idempotent
2014-10-25 Zbigniew Jędrzejew... systemctl: do not ignore errors in symlink removal
2014-10-25 Zbigniew Jędrzejew... calendarspec: fix typo in "annually"
2014-10-24 Lennart Poetteringtime: don't do comparison twice
2014-10-24 Lennart Poetteringtime: minor simplification
2014-10-24 Lennart Poetteringtime: earlier exit from format_timestamp_relative(...
2014-10-24 Lennart Poetteringtime: also support 'infinity' syntax in parse_nsec()
2014-10-24 Lennart Poetteringcalendar: make freeing a calendar spec object deal...
2014-10-23 Lennart Poetteringselinux: fix handling of relative paths when setting...
2014-10-23 Lennart Poetteringlabel: move is_dir() to util.c
2014-10-23 Lennart Poetteringlabel: unify code to make directories, symlinks
2014-10-23 Lennart Poetteringlabel: don't try to create labelled directories more...
2014-10-23 Lennart Poetteringselinux: clean up selinux label function naming
2014-10-23 Lennart Poetteringselinux: simplify and unify logging
2014-10-23 Lennart Poetteringselinux: rework label query APIs
2014-10-23 Lennart Poetteringsmack: we don't need the special labels exported, hence...
2014-10-23 Lennart Poetteringselinux: drop 3 unused function prototypes
2014-10-23 Lennart Poetteringsmack: rework SMACK label fixing code to follow more...
2014-10-23 Lennart Poetteringsmack: never follow symlinks when relabelling
2014-10-23 Lennart Poetteringsmack: rework smack APIs a bit
2014-10-23 Lennart Poetteringmac: rename all calls that apply a label mac_{selinux...
2014-10-23 Lennart Poetteringselinux: make use of cleanup gcc magic
2014-10-23 Michal Schmidthashmap: allow hashmap_move() to fail
2014-10-23 Michal Schmidtinstall, cgtop: adjust hashmap_move_one() callers for...
2014-10-23 Michal Schmidthashmap: introduce hashmap_reserve()
2014-10-23 Michal Schmidthashmap: return more information from resize_buckets()
2014-10-23 Michal Schmidtshared: split mempool implementation from hashmaps
2014-10-23 Michal Schmidtinstall: make InstallContext::{will_install,have_instal...
2014-10-23 Michal Schmidthashmap: drop assert(h) from hashmap_next()
2014-10-23 Michal Schmidthashmap: hashmap_move_one() should return -ENOENT when...
2014-10-23 Michal Schmidthashmap: add OrderedHashmap as a distinct type
2014-10-23 Lennart Poetteringmac: also rename use_{smack,selinux,apparmor}() calls...
2014-10-23 WaLyong Chomac: rename apis with mac_{selinux/smack}_ prefix
2014-10-23 WaLyong Cholabel: rearrange mandatory access control(MAC) apis
2014-10-23 Zbigniew Jędrzejew... shared/log: add log_trace as compile-time optional...
2014-10-23 Zbigniew Jędrzejew... socket-util: use IP address when hostname is not found
2014-10-23 Zbigniew Jędrzejew... systemd-upload: print paths in help()
2014-10-22 Lennart Poetteringmachine: validate machine names using machine_name_is_v...
next