systemd 40
  1. 36db9a8 login: add multi-session X wrapper by Lennart Poettering · 13 years ago
  2. c97e8d1 add .vimrc by Kay Sievers · 13 years ago
  3. 8f2d43a cgtop: add new cgtop tool by Lennart Poettering · 13 years ago
  4. f5e0466 journal: hook up coredumping with journal by Lennart Poettering · 13 years ago
  5. 755a02c journal: add new system-cat tool as kind of a more powerfull BSD logger by Lennart Poettering · 13 years ago
  6. dcd5f10 git: only ignore toplevel systemd file by Lennart Poettering · 13 years ago
  7. d4a66a7 libsystemd-id128: restructure Makefile.am by Kay Sievers · 13 years ago
  8. 4668191 timedated: move sources to subdirectory by Kay Sievers · 13 years ago
  9. fc5e60e git: update gitignore by Lennart Poettering · 13 years ago
  10. 4b2d99d journal: add unit files and shared library glue by Lennart Poettering · 13 years ago
  11. 87d2c1f journal: add preliminary incomplete implementation by Lennart Poettering · 13 years ago
  12. 346bce1 stdout-bridge: rename logger to stdout-syslog-bridge to make it more descriptive by Lennart Poettering · 13 years ago
  13. 8309648 install: add new installer implementation by Lennart Poettering · 13 years ago
  14. 3fd476b git: hide more files from git by Lennart Poettering · 13 years ago
  15. 114a50f sd-daemon: turn sd-daemon.c into a shared library by Lennart Poettering · 13 years ago
  16. 74b9113 logind: introduce libsystemd-login.so as fast path to access logind data by Lennart Poettering · 13 years ago
  17. abca482 loginctl: add basic implementation of loginctl for introspecting controlling sessions/users/seats by Lennart Poettering · 13 years ago
  18. f401e48 mechanisms: add mechanisms to change system locale and clock by Lennart Poettering · 13 years ago
  19. 5eda94d logind: implement ACL management by Lennart Poettering · 14 years ago
  20. 2026308 logind: first version that compiles fine by Lennart Poettering · 14 years ago
  21. 7640a5d hostnamed: introduce systemd-hostnamed by Lennart Poettering · 14 years ago
  22. 151b190 binfmt: add binfmt tool to set up binfmt_misc at boot by Lennart Poettering · 14 years ago
  23. 2a79665 getty: move automatic serial getty logic into generator by Lennart Poettering · 14 years ago
  24. 8821347 nspawn: add simple chroot(1) like tool to execute commands in a namespace container by Lennart Poettering · 14 years ago
  25. a8f1132 systemctl: support remote and privileged systemctl access via SSH and pkexec by Lennart Poettering · 14 years ago
  26. 0992bbd add .vimrc to .gitignore by Andrey Borzenkov · 14 years ago
  27. d7ccca2 main: introduce /etc/machine-id by Lennart Poettering · 14 years ago
  28. 07faed4 virtualization: beef virtualization code by Lennart Poettering · 14 years ago
  29. 8e1bd70 sysctl: implement native sysctl tool to support Debian-style /etc/sysctl.d by Lennart Poettering · 14 years ago
  30. f90cf44 load-fragment: properly do comparison of words by Lennart Poettering · 14 years ago
  31. 06cdd24 ac-power: make ac-power a proper binary that scripts can call by Lennart Poettering · 14 years ago
  32. e9ddabc manager: parse RD_TIMESTAMP passed from initrd by Lennart Poettering · 14 years ago
  33. e23a0ce cryptsetup: minimal cryptsetup unit generator by Lennart Poettering · 14 years ago
  34. ec863ba ask-password: add basic tty agent by Lennart Poettering · 14 years ago
  35. 3d20ed6 fsck: add initial version of fsck and quotacheck wrappers by Lennart Poettering · 14 years ago
  36. e927874 user-sessions: add minimal utility to kill user sessions that shall be called before destroying services on shutdown by Lennart Poettering · 14 years ago
  37. e347837 umount: Adding unmount functions to be used in shutdown by Fabiano Fidencio · 14 years ago
  38. bfaf42d tmpfiles: rename tempfiles to tmpfiles since this isn't windows by Lennart Poettering · 14 years ago
  39. 5008d58 tempfiles: add little utility for creating volatile files/dirs in tmpfs hierarchies by Lennart Poettering · 14 years ago
  40. 22be093 readahead: implement minimal readahead logic based on fanotify(), mincore() and readahead() by Lennart Poettering · 14 years ago
  41. 490aed5 ask-password: add minimal framework to allow services query SSL/harddisk passphrases from the user by Lennart Poettering · 14 years ago
  42. 97c4a07 vconsole: add new utility to initialize the virtual console by Lennart Poettering · 14 years ago
  43. 93a45c5 serial: use seperate getty template for serial ttys by Lennart Poettering · 14 years ago
  44. addab13 syslog: add minimal syslog/kmsg bridge syslogd by Lennart Poettering · 14 years ago
  45. 449ddb2 remount: add tool that applies /etc/fstab mount options to all api mounts by Lennart Poettering · 14 years ago
  46. e590770 hostname: on all distros make the name configured in /etc/hostname take precedence over distro-specific configuration by Lennart Poettering · 14 years ago
  47. b2423f1 modules-load: add systemd-modules-load tool that can load a configured list of modules in /etc/modules.d/ on boot, replacing distro-dependent shell hacks for this by Lennart Poettering · 14 years ago
  48. 5192bd1 auto-getty: rework auto console getty logic to work in conjunction with single user mode by Lennart Poettering · 14 years ago
  49. f614480 systemctl: add support for delayed shutdown, similar to sysv in style by Lennart Poettering · 14 years ago
  50. 6e200d5 random-seed: add missing random-seed.c file by Lennart Poettering · 14 years ago
  51. 4927fca audit,utmp: implement audit logic and rip utmp stuff out of the main daemon and into a helper binary by Lennart Poettering · 14 years ago
  52. 50f2a90 update fixme by Lennart Poettering · 14 years ago
  53. fa776d8 cgls: beef up control group dumping and introduce cgls tool by Lennart Poettering · 14 years ago
  54. 359957e man: document runlevel and systemd-install by Lennart Poettering · 14 years ago
  55. f937842 man: document sd-daemon.[ch] by Lennart Poettering · 14 years ago
  56. 8c6db83 pam: implement systemd PAM module and generelize cgroup API for that a bit by Lennart Poettering · 14 years ago
  57. 514f4ef systemctl: add verbs for special units by Lennart Poettering · 14 years ago
  58. 4a2a8b5 notify: add systemd-notify command line tool by Lennart Poettering · 14 years ago
  59. 8c47c73 notify: add minimal readiness/status protocol for spawned daemons by Lennart Poettering · 14 years ago
  60. 10e87ee install: add systemd-install tool for managing alias/wants symlinks by Lennart Poettering · 14 years ago
  61. 4288f61 dbus: automatically generate and install introspection files by Lennart Poettering · 15 years ago
  62. 9f23530 man: document a few special units by Lennart Poettering · 15 years ago
  63. dfac97b build-sys: generate intermediate files in subdirs by Lennart Poettering · 15 years ago
  64. d1ab0ca man: add some initial man page work by Lennart Poettering · 15 years ago
  65. af5bc85 loopback: configure lo device on bootup by Lennart Poettering · 15 years ago
  66. 58c1665 gitignore: ignore files ending in ~ by Lennart Poettering · 15 years ago
  67. 15ae422 execute: support basic filesystem namespacing by Lennart Poettering · 15 years ago
  68. 70fcff3 units: install a few basic units by default by Lennart Poettering · 15 years ago
  69. 0b7964b sysv: implement /dev/initctl compatibility by Lennart Poettering · 15 years ago
  70. 8e27452 cgroup: add cgroupsification by Lennart Poettering · 15 years ago
  71. 380bc87 git: ignore Makefile by Lennart Poettering · 15 years ago
  72. 47be870 build: basic autoconfization by Lennart Poettering · 15 years ago
  73. 501c7d0 systemadm: implement basic control UI systemadm by Lennart Poettering · 15 years ago
  74. 5630af7 client: add a very basic Vala command line tool by Lennart Poettering · 15 years ago
  75. b52429d implement trivial socket activated logger daemon by Lennart Poettering · 15 years ago
  76. 1ffba6f fix job merging by Lennart Poettering · 15 years ago
  77. 6a66a1a update gitignore by Lennart Poettering · 15 years ago
  78. 6091827 initial commit by Lennart Poettering · 15 years ago