summaryrefslogtreecommitdiff
path: root/src/shared
AgeCommit message (Expand)AuthorFilesLines
2015-07-11logind: some firmware implementations remove OsIndications if it is unsetLennart Poettering1-1/+13
2015-07-06tree-wide: fix write_string_file() user that should not create filesDaniel Mack1-1/+1
2015-07-06fileio: consolidate write_string_file*()Daniel Mack1-1/+1
2015-07-03sd-bus: introduce new sd_bus_flush_close_unref() callLennart Poettering1-9/+2
2015-06-25install: explicitly return 0 on successMichal Sekletar1-1/+1
2015-06-23install: fix bad memory accessLennart Poettering1-1/+1
2015-06-17acl-util: various smaller fixes to parse_acl()Lennart Poettering2-7/+8
2015-06-17logs-show: print a debug message when we skip entries without MESSAGE= fieldsLennart Poettering1-1/+3
2015-06-17Merge pull request #263 from kaysievers/wipKay Sievers1-10/+13
2015-06-17watchdog: Don't require WDIOC_SETOPTIONS/WDIOS_ENABLECARDJean Delvare1-2/+7
2015-06-17turn kdbus support into a runtime optionKay Sievers1-10/+13
2015-06-15Merge pull request #214 from poettering/signal-rework-2Lennart Poettering1-3/+3
2015-06-15everywhere: port everything to sigprocmask_many() and friendsLennart Poettering1-3/+3
2015-06-15util: when creating temporary file names, allow including extra id string in itLennart Poettering1-1/+1
2015-06-15firewall: rename fw-util.[ch] → firewall-util.[ch]Daniel Mack2-1/+1
2015-06-11build-sys: split internal basic/ library from shared/Kay Sievers143-36666/+2269
2015-06-11Merge pull request #6 from xnox/drop-nameLennart Poettering3-16/+12
2015-06-10shared: add convenience function for validating dns namesNick Owens1-0/+9
2015-06-10resolve: move dns routines into sharedNick Owens2-0/+663
2015-06-10util: introduce CMSG_FOREACH() macro and make use of it everywhereLennart Poettering2-2/+5
2015-06-10tree-wide: whenever we fork off a foreign child process reset signal mask/han...Lennart Poettering4-7/+15
2015-06-10signal-util: modernize and share more codeLennart Poettering2-33/+73
2015-06-09path-util: Fix path_is_mount_point for parent mount points in symlink modeMartin Pitt1-3/+13
2015-06-09util:bind_remount_recursive(): handle return 0 of set_consume()Harald Hoyer1-1/+1
2015-06-09Revert "util:bind_remount_recursive() fix "use after free""Harald Hoyer1-11/+6
2015-06-08tree-wide: remove spurious spaceThomas Hindoe Paaboel Andersen1-1/+1
2015-06-08util:bind_remount_recursive() fix "use after free"Harald Hoyer1-6/+11
2015-06-03fstab-generator: cescape device name in root-fsck serviceAndrei Borzenkov1-2/+8
2015-06-03util: fix another cunescape() regressionDaniel Mack1-1/+1
2015-06-02Merge pull request #12 from systemd-mailing-devs/1433236104-9967-1-git-send-e...Tom Gundersen1-0/+28
2015-06-02shared: Drop 'name=' prefix from SYSTEMD_CGROUP_CONTROLLER define.Dimitri John Ledkov3-16/+12
2015-06-02random-util: guard including sys/auxv.h with the corresponding ifdef checkMichael Olbrich1-0/+2
2015-06-02missing: add more btrfs definesMichael Olbrich1-0/+28
2015-05-30conf-parser: parsing error logs should show a type not a vartypeRonny Chevalier1-1/+1
2015-05-29util: split out signal-util.[ch] from util.[ch]Lennart Poettering9-223/+277
2015-05-29path-util: Change path_is_mount_point() symlink arg from bool to flagsMartin Pitt5-6/+7
2015-05-29path-util: Fix path_is_mount_point for filesMartin Pitt3-11/+24
2015-05-27missing: add more IFLA_VXLAN_* definesMichael Olbrich1-2/+9
2015-05-26treewide: fix typosTorstein Husebø5-5/+5
2015-05-24shared: generator - correct path to systemd-fsckMike Gilbert1-1/+1
2015-05-21json: minor style fixesv220Lennart Poettering2-22/+33
2015-05-21util: an array with one entry is always orderedLennart Poettering1-1/+1
2015-05-21util: introduce PERSONALITY_INVALID as macro for 0xffffffffLULennart Poettering2-4/+8
2015-05-21nspawn: finish user namespace supportLennart Poettering5-13/+42
2015-05-20json: avoid cleanup of unitialized variableZbigniew Jędrzejewski-Szmek1-1/+1
2015-05-20util: introduce reset_uid_gid() for resetting all uids and gids to 0Lennart Poettering2-10/+17
2015-05-20core,nspawn: unify code that moves the root dirLennart Poettering2-0/+20
2015-05-19bootctl: modernizationZbigniew Jędrzejewski-Szmek2-0/+22
2015-05-19json: fix a mem leakThomas Hindoe Paaboel Andersen1-1/+1
2015-05-19shared/json: Added DOM-like JSON parserPavel Odvody2-10/+459