summaryrefslogtreecommitdiff
path: root/src/shared/util.c
AgeCommit message (Expand)Author
2013-10-19kerne-command-line: introduce option 'systemd.restore_state'Tom Gundersen
2013-10-14shared/util: Fix glob_extend() argumentBastien Nocera
2013-10-13ModernizationZbigniew Jędrzejewski-Szmek
2013-10-13util, utf8: make ellipsize take multi-byte characters into accountShawn Landden
2013-10-06shared/util: fix off-by-one error in tag_to_udev_nodeDave Reisner
2013-10-02nspawn: always copy /etc/resolv.conf rather than bind mountLennart Poettering
2013-10-01hashmap: randomize hash functions a bitLennart Poettering
2013-10-01util.c: ignore pollfd.revent for loop_read/loop_writeChen Jie
2013-09-29Fix buffer overrun when enumerating filesZbigniew Jędrzejewski-Szmek
2013-09-19device-nodes: move device node specific code to own fileDave Reisner
2013-09-17Use udev_encode_string in fstab_node_to_udev_nodeDave Reisner
2013-09-13Advertise hibernation only if there's enough free swapZbigniew Jędrzejewski-Szmek
2013-09-12Actually allow tabs in environment filesZbigniew Jędrzejewski-Szmek
2013-09-11Allow tabs in environment filesZbigniew Jędrzejewski-Szmek
2013-08-22Optimize startswith() to macroKay Sievers
2013-08-20Rename F_TYPE_CMP() to F_TYPE_EQUAL()Zbigniew Jędrzejewski-Szmek
2013-08-11logs-show: limit to 3 lines and use dots if not showing full messageZbigniew Jędrzejewski-Szmek
2013-07-18util: add split_pair() for splitting foo=bar stringsLennart Poettering
2013-07-17util: make gcc shut up by passing a 0 mode param to open()Lennart Poettering
2013-07-17util: make some gcc versions shut up regarding unintialized variable accessLennart Poettering
2013-07-16util.c:is_locale_utf8(): check, if "C" was set on purposeHarald Hoyer
2013-07-16journal: add logging of effective capabilities _CAP_EFFECTIVEShawn Landden
2013-07-16util: recognize 'ncp' as an alias to 'ncpfs'Frederic Crozat
2013-07-02journald: drop (deleted) from _EXE= fieldsZbigniew Jędrzejewski-Szmek
2013-06-10journalctl: allow the user to specify the file(s) to useZbigniew Jędrzejewski-Szmek
2013-06-10Properly check for overflow in offsetsZbigniew Jędrzejewski-Szmek
2013-06-09Allow for the use of @ in remote host callsDaniel Wallace
2013-05-30systemctl: suggest 'systemctl daemon-reload' without --systemZbigniew Jędrzejewski-Szmek
2013-05-07hostname: only suppress setting of pretty hostname if it is non-equal to the ...Lennart Poettering
2013-05-06systemd-sleep: add support for freeze and standbyZbigniew Jędrzejewski-Szmek
2013-05-02Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek
2013-04-30id128: when taking user input for a 128bit ID, validate syntaxLennart Poettering
2013-04-25util: rework safe_atod() to be locale-independentLennart Poettering
2013-04-19core/killall: use procfs_file_allocaZbigniew Jędrzejewski-Szmek
2013-04-19Reintroduce f_type comparison macroHarald Hoyer
2013-04-18Revert f_type fixupsHarald Hoyer
2013-04-18move _cleanup_ attribute in front of the typeHarald Hoyer
2013-04-18rename CMP_F_TYPE to F_TYPE_CMPHarald Hoyer
2013-04-18Add ugly CMP_F_TYPE() macroHarald Hoyer
2013-04-17fixup for cddf148028f52Harald Hoyer
2013-04-17fixup 8c68a7017 and cast to (unsigned long)Harald Hoyer
2013-04-17fixed statfs.f_type signed vs unsigned comparisonsHarald Hoyer
2013-04-16util: make generation of profcs PID paths nicerLennart Poettering
2013-04-16macro: rework how we define cleanup macrosLennart Poettering
2013-04-16util: make sure result of hostname_cleanup() passes hostname_is_valid()Lennart Poettering
2013-04-15do not change console to non-unicode for LANG=CHarald Hoyer
2013-04-11errno is positiveZbigniew Jędrzejewski-Szmek
2013-04-08machine-id: fix missing initializationsystemd/v201Lennart Poettering
2013-04-08util: Avoid memory allocations for formatting pathsHolger Hans Peter Freyther
2013-04-05Add _cleanup_globfree_Zbigniew Jędrzejewski-Szmek