summaryrefslogtreecommitdiffstats
path: root/units (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-09socket-proxyd: Unchecked return value from librarySusant Sahani1-1/+1
2014-10-09sd-dhcp6-lease: Name the structure containing IAADDR dataPatrik Flykt3-16/+17
2014-10-09bus-policy: move name list iteration to policy usersDaniel Mack3-35/+19
2014-10-09logind: mount per-user tmpfs with 'smackfsroot=*' for smack enabled systemsLukasz Skalski2-2/+8
2014-10-09man: SyslogIdentifier= has an effect on journal logging tooLennart Poettering1-7/+11
2014-10-09sd-bus: check return value of asprintf()Daniel Mack1-1/+5
2014-10-09systemctl: suggest -xe not -xnZbigniew Jędrzejewski-Szmek1-3/+3
2014-10-09update TODOLennart Poettering1-0/+4
2014-10-09sd-event: also update signal mask when disconnecting sourcesZbigniew Jędrzejewski-Szmek1-30/+38
2014-10-09sd-event: be more careful when enabling/disabling signalsZbigniew Jędrzejewski-Szmek1-23/+63
2014-10-09man/systemctl: document enable on masked unitsJan Synacek1-2/+5
2014-10-09util: avoid double close of fdThomas Hindoe Paaboel Andersen1-1/+1
2014-10-08time: functions named "internal" really shouldn't be exportedLennart Poettering4-12/+35
2014-10-08core: map the 'rescue' argument to rescue.targetMantas Mikulėnas1-0/+1
2014-10-08Update TODOLennart Poettering1-0/+7
2014-10-08sd-bus: sync kdbus.h (ABI break)Daniel Mack2-15/+20
2014-10-08nspawn: copy /dev/net/tun from hostTom Gundersen1-4/+12
2014-10-08note on relative symlink in os-releaseRahul Sundaram1-4/+8
2014-10-08systemctl: add add-wants and add-requires verbsLukas Nykryn9-40/+303
2014-10-08unit: move UnitDependency to unit-nameLukas Nykryn4-80/+80
2014-10-08NEWS: update for 217Zbigniew Jędrzejewski-Szmek1-0/+81
2014-10-08man: mention docker as type of virtualizationZbigniew Jędrzejewski-Szmek1-1/+2
2014-10-07core: don't allow enabling if unit is maskedJan Synacek1-0/+13
2014-10-07bus-proxyd: assorted cleanups and fixesDaniel Mack2-11/+14
2014-10-07/proc/sys prefixes are not necessary for sysctl anymoreZbigniew Jędrzejewski-Szmek2-2/+2
2014-10-07Update TODOZbigniew Jędrzejewski-Szmek1-0/+8
2014-10-07man: document stripping of quotesZbigniew Jędrzejewski-Szmek1-17/+33
2014-10-07man: move commandline parsing to a separate sectionZbigniew Jędrzejewski-Szmek1-150/+148
2014-10-07bus-proxyd: check return values of getpeercred() and getpeersec()Daniel Mack1-2/+11
2014-10-07sd-bus: check return value of vasprintfDaniel Mack1-2/+7
2014-10-07sd-bus: fix KDBUS_CMD_FREE userDaniel Mack1-3/+4
2014-10-07sd-bus: fix use-after-free in close_kdbus_msg()Daniel Mack1-2/+2
2014-10-07keymap: Fix touchpad toggle key on Asus laptopsMartin Pitt1-0/+1
2014-10-07keymap: Fix touchpad toggle on Toshiba Satellite P75-A7200Martin Pitt1-1/+1
2014-10-07sd-bus: remove unused variableThomas Hindoe Paaboel Andersen1-1/+0
2014-10-06sd-bus: sync kdbus.h (ABI break)Daniel Mack4-8/+60
2014-10-06build-sys: use linux/memfd.h if availableZbigniew Jędrzejewski-Szmek3-15/+7
2014-10-05terminal: remove an unused initializationThomas Hindoe Paaboel Andersen1-1/+1
2014-10-05Update TODOZbigniew Jędrzejewski-Szmek1-0/+1
2014-10-05ask-password: Add --echo to enable echoing the user inputDavid Sommerseth6-11/+35
2014-10-05bus: add assert to check that we're not freeing a static structureZbigniew Jędrzejewski-Szmek1-0/+1
2014-10-05terminal/idev: don't remove consumed-mods from kbd-matchesDavid Herrmann2-1/+8
2014-10-05terminal/screen: perform bold->light conversion only on foregroundDavid Herrmann1-2/+2
2014-10-05terminal/subterm: leave bold-light conversion to parentDavid Herrmann1-4/+1
2014-10-05terminal/screen: add support for alternate screen buffersTom Gundersen2-2/+88
2014-10-05terminal/screen: save state in separate objectDavid Herrmann2-192/+175
2014-10-05terminal/subterm: skip setting parent's cursorDavid Herrmann1-1/+0
2014-10-05terminal: fix TERM_FLAG_* commentDavid Herrmann1-1/+1
2014-10-05terminal: fix restoring of screen flagsTom Gundersen1-2/+2
2014-10-04test: only use assert_seThomas Hindoe Paaboel Andersen18-169/+169