]> git.ipfire.org Git - thirdparty/systemd.git/history - src
Merge pull request #1927 from evverx/no-entries-in-quiet-mode
[thirdparty/systemd.git] / src /
2015-11-17  Daniel MackMerge pull request #1927 from evverx/no-entries-in...
2015-11-17  Daniel MackMerge pull request #1924 from poettering/some-fixes-2
2015-11-17  Evgeny Vereshchaginjournalctl: don't print -- No entries -- in quiet mode 1927/head
2015-11-17  Lennart Poetteringsiphash: minor coding style fixes and modernizations 1924/head
2015-11-16  Lennart Poetteringsiphash: fix another alignment issue
2015-11-16  Lennart Poetteringtree-wide: make macros for converting fds to pointers...
2015-11-16  Lennart Poetteringremount-fs: modernize coding style a bit
2015-11-16  Lennart Poetteringsd-ipv4ll: fix error path if sd-ipv4acd allocation...
2015-11-16  Lennart Poetteringjournald: trivial simplification
2015-11-16  Lennart Poetteringcoredump: modernize error logging a bit
2015-11-16  Lennart Poetteringcore: don't generate warnings when write access to...
2015-11-16  Lennart Poetteringtree-wide: use right cast macros for UIDs, GIDs and...
2015-11-16  Lennart PoetteringMerge pull request #1923 from zonque/siphash
2015-11-16  Daniel MackMerge pull request #1922 from phomes/sort-includes
2015-11-16  Daniel Macksiphash24: let siphash24_finalize() and siphash24(... 1923/head
2015-11-16  Thomas Hindoe Paab... tree-wide: sort includes 1922/head
2015-11-16  Thomas Hindoe Paab... tree-wide: add missing includes
2015-11-16  David HerrmannMerge pull request #1919 from martinpitt/master
2015-11-16  David HerrmannMerge pull request #1918 from dvdhrm/user3
2015-11-16  Martin Pittsiphash42: add tests with unaligned input pointers 1919/head
2015-11-16  David Herrmannlogin: ignore JobRemoved of old jobs 1918/head
2015-11-16  Tom GundersenMerge pull request #1916 from zonque/align
2015-11-16  David HerrmannMerge pull request #1915 from poettering/btrfs-root...
2015-11-16  David Herrmannlogin: make sure to replace existing units
2015-11-16  David Herrmannlogin: fix re-use of users
2015-11-16  David Herrmannlogin: group static fields in "struct User"
2015-11-16  David Herrmannlogin: make user->service static
2015-11-16  David Herrmannlogin: make user_new() and user_free() follow coding...
2015-11-16  David Herrmannlogin: keep user->slice constant
2015-11-16  David Herrmannlogin: simply XDG_RUNTIME_DIR management
2015-11-16  Lennart Poetteringtmpfiles: create subvolumes for "v", "q", and "Q" only... 1915/head
2015-11-16  Martin Pittsiphash24: change result argument to uint64_t 1916/head
2015-11-16  Daniel Macksiphash24: fix memory alignment
2015-11-16  Daniel Mackbasic: add unaligned macros for little endian
2015-11-16  David HerrmannMerge pull request #1886 from poettering/tasks-max
2015-11-16  Lennart PoetteringMerge pull request #1907 from evverx/fix-pam-install...
2015-11-16  Martin Pittvirt: sort #includes alphabetically
2015-11-16  David HerrmannMerge pull request #1908 from phomes/network-memleak
2015-11-16  David HerrmannMerge pull request #1906 from poettering/pid-check
2015-11-16  Lennart Poetteringnspawn: set TasksMax= for containers to 8192 by default 1886/head
2015-11-16  Lennart Poetteringlogind: change default to UserTasksMax= to 4096
2015-11-16  Lennart Poetteringcore: enable TasksMax= for all services by default...
2015-11-16  Lennart PoetteringMerge pull request #1910 from martinpitt/master
2015-11-16  Martin Pittvirt: add missing #includes 1910/head
2015-11-15  Thomas Hindoe Paab... network: dhcp6 - fix mem leak 1908/head
2015-11-15  Lennart Poetteringmachined,logind: be more careful when accepting PIDs... 1906/head
2015-11-15  Lennart PoetteringMerge pull request #1901 from evverx/various-fixes
2015-11-15  Evgeny Vereshchaginfirstboot: log on take_etc_passwd_lock error too
2015-11-15  Daniel MackMerge pull request #1896 from phomes/install-wrong...
2015-11-15  Thomas Hindoe Paab... install: don't mix state and type enums 1896/head
2015-11-13  Lennart Poetteringcore: now that .snapshot unit are gone, we don't need...
2015-11-13  Lennart Poetteringcore: simplify scope unit GC checking code a bit
2015-11-13  Lennart Poetteringlogind: add a new UserTasksMax= setting to logind.conf
2015-11-13  Lennart Poetteringlogind: don't assert if the slice is missing
2015-11-13  Lennart Poetteringcore: enable transient unit support for slice units
2015-11-13  Lennart Poetteringutil-lib: when parsing time values, accept "M" as short...
2015-11-13  Lennart Poetteringbtrfs: properly handle the case when a subvol has no...
2015-11-13  Lennart Poetteringcore: add new DefaultTasksMax= setting for system.conf
2015-11-13  Lennart Poetteringcore: make sure DefaultLimitCPU= and DefaultLimitRTTIME...
2015-11-13  Lennart PoetteringMerge pull request #1880 from fsateler/sysctl-doc
2015-11-13  Kay SieversMerge pull request #1878 from hbrueckner/for-upstream
2015-11-13  Lennart PoetteringMerge pull request #1881 from michich/analyze-dot
2015-11-13  Lennart PoetteringMerge pull request #1882 from teg/networkd-dhcp6-fix
2015-11-13  Tom Gundersennetworkd: check explicit state rather than link->network 1882/head
2015-11-13  Michal Schmidtanalyze: do not draw ConflictedBy dependencies in dot... 1881/head
2015-11-13  Tom Gundersennetworkd: dhcp6 - don't log about losing a lease we...
2015-11-13  Michal Schmidtanalyze: show Requisite dependencies in the dot graph...
2015-11-13  Tom GundersenMerge pull request #1879 from poettering/networkd-forward
2015-11-13  Michal SchmidtMerge pull request #1869 from poettering/kill-overridable
2015-11-13  Lennart PoetteringMerge pull request #1875 from marineam/fsck-after-resume
2015-11-13  Lennart Poetteringnetworkd: stop managing per-interface IP forwarding... 1879/head
2015-11-13  Lennart Poetteringnetworkd: rearrange checks when to write something...
2015-11-13  Lennart Poetteringnetworkd: fix a couple of format string types
2015-11-13  Lennart Poetteringutil-lib: optionally, when writing a string to a file...
2015-11-13  Liu Yuan Yuanudev/path_id: improve and enhance bus detection for... 1878/head
2015-11-13  Michael Marineaugenerator: order initrd fsck-root after local-fs-pre 1875/head
2015-11-13  Tom GundersenMerge pull request #1871 from poettering/nspawn-veth...
2015-11-12  Lennart Poetteringnspawn: add new --network-veth-extra= switch for defini...
2015-11-12  Lennart PoetteringMerge pull request #1870 from evverx/clarify_set_priority
2015-11-12  Evgeny Vereshchagincore: use SD_EVENT_PRIORITY_NORMAL-n instead on -n 1870/head
2015-11-12  Lennart PoetteringMerge pull request #1868 from teg/ndisc-fix
2015-11-12  Lennart Poetteringcore: make sure to reset the bus error struct before...
2015-11-12  Lennart Poetteringcore: unify code that warns about jobs we fail to enqueue
2015-11-12  Lennart Poetteringcore: drop "override" flag when building transactions
2015-11-12  Lennart Poetteringcore: remove support for RequiresOverridable= and Requi...
2015-11-12  Daniel MackMerge pull request #1515 from poettering/install-symlink
2015-11-12  Lennart Poetteringcore: simplify handling of %u, %U, %s and %h unit file... 1515/head
2015-11-12  Lennart Poetteringinstall: follow unit file symlinks in /usr, but not...
2015-11-12  Lennart Poetteringinstall: never log from install functions
2015-11-12  Lennart Poetteringinstall: various simplifications
2015-11-12  Tom Gundersensd-ndisc: add missing parens 1868/head
2015-11-12  Daniel MackMerge pull request #1863 from poettering/network-man
2015-11-12  Daniel MackMerge pull request #1864 from poettering/remove-smack...
2015-11-12  Lennart Poetteringcore: remove SmackFileSystemRootLabel= again 1864/head
2015-11-12  Lennart Poetteringjournald: fix accuracy of watchdog timer event 1863/head
2015-11-12  Lennart Poetteringjournald: rework --sync/--rotate logic to use CLOCK_MON...
2015-11-12  Daniel MackMerge pull request #1857 from evverx/fix-unstoppable
2015-11-12  Daniel MackMerge pull request #1862 from torstehu/fix-typo2
2015-11-12  Torstein Husebøcore: fix typo 1862/head
2015-11-11  Tom GundersenMerge pull request #1854 from poettering/unit-deps
next