chiark / gitweb /
sd-event: implicitly set signal event source's descriptions to the signal name
[elogind.git] / src / shared /
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...
2014-10-22 Lennart Poetteringresolved: simplify detection of packets from the loopba...
2014-10-21 Michal Schmidtstrv: use realloc_multiply() to check for multiplicatio...
2014-10-21 Lennart Poetteringstrv: add an additional overflow check when enlarging...
2014-10-20 Ronny Chevaliershared: remove unused functions
2014-10-20 Ronny Chevalierutil: avoid duplication of TIME_T_MAX
2014-10-17 Zbigniew Jędrzejew... systemd: continue switch-root even if umount fails
2014-10-17 Lukas Nykrynenvironment: append unit_id to error messages regarding...
2014-10-17 Zbigniew Jędrzejew... missing: remove fanotify
2014-10-15 Michal Sekletarselinux: fix potential double free crash in child process
2014-10-08 Thomas Hindoe Paab... util: avoid double close of fd
2014-10-08 Lennart Poetteringtime: functions named "internal" really shouldn't be...
2014-10-08 Lukas Nykrynsystemctl: add add-wants and add-requires verbs
2014-10-08 Lukas Nykrynunit: move UnitDependency to unit-name
2014-10-07 Jan Synacekcore: don't allow enabling if unit is masked
2014-10-05 Zbigniew Jędrzejew... build-sys: use linux/memfd.h if available
2014-10-05 David Sommersethask-password: Add --echo to enable echoing the user...
2014-10-03 David Herrmannpty: optimize read loop
2014-10-03 Zbigniew Jędrzejew... fileio-label: return error when writing fails
2014-10-03 Jan Synacekjournalctl: make --utc work everywhere
2014-10-02 Michal Sekletarvirt: detect that we are running inside the docker...
2014-10-02 Zbigniew Jędrzejew... Fix order and document user unit dirs
2014-10-02 Zbigniew Jędrzejew... Rename user_runtime to user_runtime_dir
2014-10-02 Steven Allenadd a transient user unit directory
2014-10-02 Jan Synacekjournalctl: add --utc option
2014-10-02 David Herrmannbarrier: fix up constructor error handling
2014-10-01 Thomas Hindoe Paab... Remove repeated includes
2014-10-01 Zbigniew Jędrzejew... shared: util - use nicer idiom to silence Coverity
2014-09-30 Tom Gundersenshared: util - use nicer idiom to silence Coverity
2014-09-29 Tom Gundersenutil: silence coverity
2014-09-29 Zbigniew Jędrzejew... Do not format USEC_INFINITY as NULL
next