chiark / gitweb /
resolved: read the system /etc/resolv.conf unless we wrote it ourselves
[elogind.git] / src / shared / util.c
2013-12-23 Lennart Poetteringutil: when we try to read /proc/cmdline in a container...
2013-12-22 Lennart Poetteringshared: switch our hash table implementation over to...
2013-12-21 Florian Weimerutil: replace readdir_r with readdir
2013-12-18 Lennart Poetteringservice: watch main pid even in final states
2013-12-17 Shawn Landden_noreturn_ --> noreturn for C11 compat
2013-12-17 Shawn Landdenutil: no need for in_initrd() cache to be thread-local
2013-12-17 Shawn Landden__thread --> thread_local for C11 compat
2013-12-17 Lennart Poetteringbus: when entering an existing namespace to connect...
2013-12-16 Lennart Poetteringutil: try harder to increase the send/recv buffers...
2013-12-16 Lennart Poetteringcore: refuse doing %h, %s, %U specifier resolving in...
2013-12-14 Lennart Poetteringutil: when joining a namespace make sure to reset all...
2013-12-14 Lennart Poetteringbus: when connecting to a container's kdbus instance...
2013-12-10 Lennart Poetteringutil: check for overflow in greedy_realloc()
2013-12-07 Zbigniew Jędrzejew... Get rid of our reimplementation of basename
2013-12-06 Yuxuan Shuiutil: fix misuse of memcmp
2013-12-03 Thomas Hindoe Paab... trivial coding style clean ups
2013-12-01 David Herrmannutil: add greedy_realloc0()
2013-12-01 Shawn Landdensystemctl: add "systemctl cat"
2013-11-30 Thomas Hindoe Paab... util.c: check if return value from ttyname_r is > 0...
2013-11-28 Lennart Poetteringbus: add new sd_bus_creds object to encapsulate process...
2013-11-28 Lennart Poetteringutil: fix handling of trailing whitespace in split_quoted()
2013-11-27 Lennart Poetteringservice: add the ability for units to join other unit...
2013-11-25 Lennart Poetteringshutdown: during final killing spree also send SIGHUP...
2013-11-21 Lennart Poetteringbus: add API calls to escape string components of objec...
2013-11-19 Karel ZakRemove duplicate includes
2013-11-14 Olivier BrunelResolve /dev/console to the active tty instead of just...
2013-11-08 Lennart Poetteringshutdown: unify handling of reboot() syscall a bit
2013-11-08 Lennart PoetteringRemove dead code and unexport some calls
2013-11-07 Lennart Poetteringutil: add circle to special chars we can draw
2013-11-06 Lennart Poetteringutil: unify reading of /proc/cmdline
2013-10-28 Tom Gundersenudev: link-config - move naming policy from udev rules
2013-10-26 Thomas Hindoe Paab... typo fix in comment
2013-10-18 Tom Gundersenkerne-command-line: introduce option 'systemd.restore_s...
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
next