chiark / gitweb /
macro: clean up usage of gcc attributes
[elogind.git] / src / shared / util.c
2013-10-14 Bastien Nocerashared/util: Fix glob_extend() argument
2013-10-13 Zbigniew Jędrzejew... Modernization
2013-10-13 Shawn Landdenutil, utf8: make ellipsize take multi-byte characters...
2013-10-06 Dave Reisnershared/util: fix off-by-one error in tag_to_udev_node
2013-10-02 Lennart Poetteringnspawn: always copy /etc/resolv.conf rather than bind...
2013-10-01 Lennart Poetteringhashmap: randomize hash functions a bit
2013-10-01 Chen Jieutil.c: ignore pollfd.revent for loop_read/loop_write
2013-09-29 Zbigniew Jędrzejew... Fix buffer overrun when enumerating files
2013-09-19 Dave Reisnerdevice-nodes: move device node specific code to own...
2013-09-17 Dave ReisnerUse udev_encode_string in fstab_node_to_udev_node
2013-09-13 Zbigniew Jędrzejew... Advertise hibernation only if there's enough free swap
2013-09-12 Zbigniew Jędrzejew... Actually allow tabs in environment files
2013-09-12 Zbigniew Jędrzejew... Allow tabs in environment files
2013-08-22 Kay SieversOptimize startswith() to macro
2013-08-21 Zbigniew Jędrzejew... Rename F_TYPE_CMP() to F_TYPE_EQUAL()
2013-08-11 Zbigniew Jędrzejew... logs-show: limit to 3 lines and use dots if not showing...
2013-07-18 Lennart Poetteringutil: add split_pair() for splitting foo=bar strings
2013-07-17 Lennart Poetteringutil: make gcc shut up by passing a 0 mode param to...
2013-07-17 Lennart Poetteringutil: make some gcc versions shut up regarding unintial...
2013-07-16 Harald Hoyerutil.c:is_locale_utf8(): check, if "C" was set on purpose
2013-07-16 Shawn Landdenjournal: add logging of effective capabilities _CAP_EFF...
2013-07-15 Frederic Crozatutil: recognize 'ncp' as an alias to 'ncpfs'
2013-07-03 Zbigniew Jędrzejew... journald: drop (deleted) from _EXE= fields
2013-06-10 Zbigniew Jędrzejew... journalctl: allow the user to specify the file(s) to use
2013-06-10 Zbigniew Jędrzejew... Properly check for overflow in offsets
2013-06-09 Daniel WallaceAllow for the use of @ in remote host calls
2013-05-31 Zbigniew Jędrzejew... systemctl: suggest 'systemctl daemon-reload' without...
2013-05-07 Lennart Poetteringhostname: only suppress setting of pretty hostname...
2013-05-06 Zbigniew Jędrzejew... systemd-sleep: add support for freeze and standby
2013-05-03 Zbigniew Jędrzejew... Add __attribute__((const, pure, format)) in various...
2013-04-30 Lennart Poetteringid128: when taking user input for a 128bit ID, validate...
2013-04-25 Lennart Poetteringutil: rework safe_atod() to be locale-independent
2013-04-19 Zbigniew Jędrzejew... core/killall: use procfs_file_alloca
2013-04-19 Harald HoyerReintroduce f_type comparison macro
2013-04-18 Harald HoyerRevert f_type fixups
2013-04-18 Harald Hoyermove _cleanup_ attribute in front of the type
2013-04-18 Harald Hoyerrename CMP_F_TYPE to F_TYPE_CMP
2013-04-18 Harald HoyerAdd ugly CMP_F_TYPE() macro
2013-04-17 Harald Hoyerfixup for cddf148028f52
2013-04-17 Harald Hoyerfixup 8c68a7017 and cast to (unsigned long)
2013-04-17 Harald Hoyerfixed statfs.f_type signed vs unsigned comparisons
2013-04-16 Lennart Poetteringutil: make generation of profcs PID paths nicer
2013-04-16 Lennart Poetteringmacro: rework how we define cleanup macros
2013-04-16 Lennart Poetteringutil: make sure result of hostname_cleanup() passes...
2013-04-15 Harald Hoyerdo not change console to non-unicode for LANG=C
2013-04-11 Zbigniew Jędrzejew... errno is positive
2013-04-08 Lennart Poetteringmachine-id: fix missing initialization v201
2013-04-08 Holger Hans Peter... util: Avoid memory allocations for formatting paths
2013-04-05 Zbigniew Jędrzejew... Add _cleanup_globfree_
2013-04-05 Zbigniew Jędrzejew... Use initalization instead of explicit zeroing
2013-04-04 Lennart Poetteringutil: add a bit of syntactic sugar to run short code...
2013-04-02 Lennart Poetteringmacro: add macro for precisely determining length of...
2013-04-02 Lennart Poetteringutil: add a bit of syntactic sugar for saving/restoring...
2013-04-02 Cristian RodríguezAlways use our own MAX/MIN definitions
2013-03-31 Zbigniew Jędrzejew... Modernization
2013-03-31 Lennart Poetteringbus: parse matches locally and allow registration of...
2013-03-30 Lennart Poetteringbus: implement server mode, and anonymous authentication
2013-03-29 Zbigniew Jędrzejew... Always use errno > 0 to help gcc
2013-03-29 Zbigniew Jędrzejew... catalog: open up catalog internals
2013-03-27 Václav Pavlínshared: free dt (temporary dir name) on fail
2013-03-27 Zbigniew Jędrzejew... Simplify the meaning of %s
2013-03-25 Lennart Poetteringbus: implement support for FD passing
2013-03-22 Zbigniew Jędrzejew... util: workaround two gcc warnings
2013-03-22 Lennart Poetteringutil: be more picky when validating hostnames
2013-03-22 Lennart Poetteringjournalctl: give a nice hint about group membership...
2013-03-20 Zbigniew Jędrzejew... Remove some unused variables
2013-03-20 Lennart Poetteringbus: implement demarshaller
2013-03-20 Lennart Poetteringutil: add hexmem() and strextend() calls
2013-03-20 Zbigniew Jędrzejew... Make PrivateTmp dirs also inaccessible from the outside
2013-03-16 Michal Sekletarcore: reuse the same /tmp, /var/tmp and inaccessible dir
2013-03-08 Michal Schmidtutil: fix printing of welcome message
2013-03-08 Michal Schmidtshared: inline trivial auto-cleanup functions
2013-03-07 Jan Janssenutil: Fix grammar in comment
2013-03-05 Lennart Poetteringutil: properly escape corner cases in bus_path_escape...
2013-03-01 Zbigniew Jędrzejew... Merge branch 'python-systemd-reader'
2013-02-28 Michal Schmidtutil: split resolving of /dev/console into a new function
2013-02-28 Michal Schmidtutil, core: add support for ephemeral status lines
2013-02-14 Thomas Hindoe Paab... bootchart: use conf-parser & CamelCase names in .conf
2013-02-14 Harald Hoyerhonor SELinux labels, when creating and writing config...
2013-02-13 Lennart Poetteringefi: efi_get_boot_options() should already sort the...
2013-02-13 Lennart PoetteringRevert "log_error() if inotify_add_watch() fails"
2013-02-13 Harald Hoyerlog_error() if inotify_add_watch() fails
2013-02-13 Colin Waltersutil: *DO NOT* loop for EINTR handling with close_nointr()
2013-02-12 Thomas Hindoe Paab... util: introduce strcaseeq/strncaseeq
2013-02-12 Thomas Hindoe Paab... use strneq instead of strncmp
2013-02-11 Lennart Poetteringbinfmt,tmpfiles,modules-load,sysctl: rework the various...
2013-02-11 Lennart Poetteringutil: rework load_env_file()
2013-02-11 Lennart Poetteringutil: introduce FOREACH_LINE for iterating through...
2013-02-11 Lennart Poetteringenv: considerably beef up environment cleaning logic
2013-01-25 Zbigniew Jędrzejew... Add _cleanup_pclose_ and fix mismatching pipe close...
2013-01-21 Lennart Poetteringutil: move is_efiboot() to efivars.c
2013-01-19 Lennart Poetteringcgroup: additional validity checks for cgroup attribute...
2013-01-18 Zbigniew Jędrzejew... util: modernization and test for load_env_file
2013-01-18 Michal Vyskocilutil: continuation support for load_env_file
2013-01-18 Lennart Poetteringsystemctl: add new "get-cgroup-attr" to query current...
2013-01-17 Lukas Nykrynsystemctl add command list-dependencies
2013-01-17 Lennart Poetteringutil: fix bad memory access
2013-01-16 Lukas Nykrynsystemctl,loginctl,cgls: do not ellipsize cgroup member...
2013-01-15 Lennart Poetteringsystemctl: when inhibiting shutdown/suspend also check...
2013-01-07 Tom GundersenMerge nss-myhostname
next