index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
meson.build
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
meson.build: make docdir configurable (#8068)
tblume
2018-02-01
1
-1
/
+5
*
Merge pull request #7881 from keszybz/pcre
Lennart Poettering
2018-01-28
1
-1
/
+14
|
\
|
*
journalctl: regexp matching
Zbigniew Jędrzejewski-Szmek
2018-01-27
1
-1
/
+2
|
*
meson: detect pcre2 dep
Zbigniew Jędrzejewski-Szmek
2018-01-12
1
-0
/
+12
*
|
Merge pull request #7933 from keszybz/fuzz-regression
Evgeny Vereshchagin
2018-01-27
1
-3
/
+64
|
\
\
|
*
|
meson: use env object instead of string in tags targets
Zbigniew Jędrzejewski-Szmek
2018-01-27
1
-2
/
+2
|
*
|
Hook up oss-fuzz test cases as tests
Zbigniew Jędrzejewski-Szmek
2018-01-27
1
-1
/
+62
*
|
|
Merge pull request #7996 from poettering/v237-prepare
Zbigniew Jędrzejewski-Szmek
2018-01-25
1
-3
/
+3
|
\
\
\
|
*
|
|
meson: bump so revision and systemd version in preparation for v237
Lennart Poettering
2018-01-25
1
-3
/
+3
|
|
/
/
*
/
/
firstboot: Include <crypt.h> for declaration of crypt() if needed (#7944)
Björn Esser
2018-01-25
1
-1
/
+2
|
/
/
*
|
fuzz: allow building fuzzers outside of oss-fuzz
Jonathan Rudenberg
2018-01-17
1
-33
/
+41
*
|
fuzz: disable all deps when building with oss-fuzz
Jonathan Rudenberg
2018-01-17
1
-27
/
+31
*
|
fuzz: add initial fuzzing infrastructure
Jonathan Rudenberg
2018-01-17
1
-2
/
+49
*
|
add false option for tests (#7778)
Adam Duskett
2018-01-15
1
-6
/
+9
|
/
*
meson: resurrect API documentation target
Lennart Poettering
2018-01-05
1
-0
/
+8
*
meson: don't search PATH for telinit (#7770)
Mike Gilbert
2018-01-04
1
-2
/
+3
*
Merge pull request #7705 from keszybz/redo-linking
Lennart Poettering
2018-01-03
1
-21
/
+18
|
\
|
*
meson: add a single .h file to shared libs with no sources
Zbigniew Jędrzejewski-Szmek
2018-01-03
1
-0
/
+1
|
*
meson: use a convenience lib for shared resolve files
Zbigniew Jędrzejewski-Szmek
2018-01-03
1
-2
/
+4
|
*
meson: rename libudev_internal to libudev_static and link into libudev
Zbigniew Jędrzejewski-Szmek
2018-01-03
1
-4
/
+4
|
*
meson: use a convenience lib for journal user sources
Zbigniew Jędrzejewski-Szmek
2018-01-03
1
-2
/
+2
|
*
Move gcrypt-util to basic/
Zbigniew Jędrzejewski-Szmek
2018-01-03
1
-12
/
+6
|
*
meson: link libbasic and libshared_static into libshared
Zbigniew Jędrzejewski-Szmek
2018-01-03
1
-2
/
+2
|
*
meson: reuse libsystemd_static for libsystemd
Zbigniew Jędrzejewski-Szmek
2017-12-21
1
-2
/
+2
|
*
meson: rename libsystemd_internal to libsystem_static
Zbigniew Jędrzejewski-Szmek
2017-12-21
1
-3
/
+3
*
|
meson: hopefully renameat2() will show up where renameat() is defined
Lennart Poettering
2017-12-25
1
-1
/
+2
*
|
meson: look for gettid() definition where getpid() is defined
Lennart Poettering
2017-12-25
1
-1
/
+2
*
|
meson: when pivot_root() is added one day, look for it in <unistd.h>
Lennart Poettering
2017-12-25
1
-1
/
+2
*
|
meson: use "args" for setting _GNU_SOURCE when checking for functions
Lennart Poettering
2017-12-25
1
-10
/
+6
*
|
meson: define _GNU_SOURCE to detect copy_file_range() (#7734)
Yu Watanabe
2017-12-25
1
-1
/
+2
*
|
networkd: Add support for ipvlan L3s and flags (#7726)
Susant Sahani
2017-12-23
1
-1
/
+2
*
|
build-sys: install TRANSIENT-SETTINGS.md and UIDS-GIDS.md (#7690)
Felipe Sateler
2017-12-18
1
-0
/
+2
|
/
*
meson: libudev_core and udevadm should have LOG_REALM=LOG_REALM_UDEV (#7666)
Franck Bui
2017-12-16
1
-0
/
+1
*
Fix logical error in meson.build (#7658)
Max Harmathy
2017-12-15
1
-1
/
+1
*
meson: increase version numbers
Lennart Poettering
2017-12-14
1
-3
/
+3
*
meson: link NSS modules with -z nodelete (#7607)
Lennart Poettering
2017-12-12
1
-1
/
+3
*
Merge pull request #7570 from keszybz/sulogin-shell-reload-manager
Lennart Poettering
2017-12-08
1
-1
/
+9
|
\
|
*
meson: place systemd-sulogin-shell in build/
Zbigniew Jędrzejewski-Szmek
2017-12-07
1
-1
/
+9
*
|
meson: warn if nobody-user and nobody-group are set to different name
Yu Watanabe
2017-12-07
1
-0
/
+5
*
|
sysusers: use NOBODY_USER_NAME
Yu Watanabe
2017-12-07
1
-0
/
+2
|
/
*
Merge pull request #7419 from keszybz/tmpfiles-fixes
Lennart Poettering
2017-12-06
1
-2
/
+6
|
\
|
*
Rename "system-preset" source dir to "presets"
Zbigniew Jędrzejewski-Szmek
2017-12-06
1
-2
/
+1
|
*
tmpfiles: add a special return code for syntax failures
Zbigniew Jędrzejewski-Szmek
2017-12-01
1
-0
/
+5
*
|
meson: print warnings if the "nobody" user/group name is not compatible with ...
Lennart Poettering
2017-12-06
1
-4
/
+45
*
|
build-sys: make the dynamic UID range, and the container UID range configurable
Lennart Poettering
2017-12-06
1
-3
/
+21
*
|
meson: fix indentation
Yu Watanabe
2017-12-05
1
-2
/
+2
*
|
sysusers: Provide meson argument to set gid for 'users' group (#7533)
Ikey Doherty
2017-12-03
1
-0
/
+9
|
/
*
Add x-systemd.growfs option for fstab
Zbigniew Jędrzejewski-Szmek
2017-11-30
1
-0
/
+1
*
Add x-systemd.makefs option for fstab
Zbigniew Jędrzejewski-Szmek
2017-11-30
1
-0
/
+1
*
Add mkfs wrapper which first checks if the partition is empty
Zbigniew Jędrzejewski-Szmek
2017-11-30
1
-0
/
+8
[next]