888e378da2dbf4520e68a9d7e59712a3cd5a830f |
|
10-Feb-2016 |
Lennart Poettering <lennart@poettering.net> |
coredump: dump priviliges when processing system coredumps
Let's add an extra-safety net and change UID/GID to the "systemd-coredump" user when processing coredumps from system
user. For coredumps of normal users we keep the current logic of processing the coredumps from the user id the coredump
was created under.
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=87354 |
0aa5f6983fffb75c51f1581e139b846234f836f7 |
|
25-Jan-2016 |
Lennart Poettering <lennart@poettering.net> |
README: drop link to systemd-commits ML
Since we moved to github the commits ML is basically dead, hence don't advertise it anymore. |
75f63f0640c8183ec5cd2050aa4a53cb949c75df |
|
14-Jan-2016 |
Evgeny Vereshchagin <evvers@ya.ru> |
README, tests: remove /etc/mtab
This is a followup for 1d40ddb |
ada64a0cff58497147bd856688901f86f86ae1c0 |
|
10-Dec-2015 |
Lennart Poettering <lennart@poettering.net> |
README: Recommend kinvolk regarding engineering services
They are our friends, do systemd development, hence add them. |
1d40ddbfd35fa500dcf4312621c235ffe86d28e5 |
|
02-Nov-2015 |
Martin Pitt <martin.pitt@ubuntu.com> |
core: drop check for /etc/mtab
util-linux 2.27.1 now entirely stops looking at /etc/mtab, so we don't need to
verify /etc/mtab during early boot any more. Later on, tmpfiles.d/etc.conf will
fix /etc/mtab anyway, so there's not even a point in warning about it.
Drop test_mtab() and bump the util-linux dependency to >= 2.17.1.
Fixes #1495 |
d379d44255469f03994832ab5821bf1b9034f4dc |
|
14-Sep-2015 |
Karel Zak <kzak@redhat.com> |
mount: use libmount to monitor mountinfo & utab
The current implementation directly monitor /proc/self/mountinfo and
/run/mount/utab files. It's really not optimal because utab file is
private libmount stuff without any official guaranteed semantic.
The libmount since v2.26 provides API to monitor mount kernel &
userspace changes and since v2.27 the monitor is usable for
non-root users too.
This patch replaces the current implementation with libmount based
solution.
Signed-off-by: Karel Zak <kzak@redhat.com> |
45096d27d338bfcca51b1f051b36f6c623719cd7 |
|
09-Sep-2015 |
Michael Biebl <biebl@debian.org> |
README: remove obsolete instructions regarding python-systemd/sphinx |
37b76fd3ee5a03d76786e7bd1e0f8596e6ce47d6 |
|
09-Sep-2015 |
Daniel Mack <daniel@zonque.org> |
README: document new /etc/mtab requirement |
a0c3e16b7bce78c7ce42e18050106f61cfe7a94a |
|
06-Sep-2015 |
Lennart Poettering <lennart@poettering.net> |
README: bump minimal required kernel version
We generally try to support 2y old kernels, which allows us bump the
minimal required version to 3.11 now.
Also, clarify that support for the unified cgroup hierarchy requires 4.2
or newer. |
d1584b9f5b8ba7857ee8f287c87a78da74ec30fe |
|
16-Aug-2015 |
Lennart Poettering <lennart@poettering.net> |
README: drop reference to Endocode
Chris Kühl does not work at Endocode anymore, the contact data is no
longer valid. |
f4e74be1856b3ac058acbf1be321c31d5299f69f |
|
11-Jul-2015 |
Lennart Poettering <lennart@poettering.net> |
README: document that RT group sched should be turned off
https://bugs.freedesktop.org/show_bug.cgi?id=87570
https://bugzilla.redhat.com/show_bug.cgi?id=1229700 |
2ed3de9cc4f80670cd911536c3e40239fb0e2aa6 |
|
11-Jul-2015 |
Lennart Poettering <lennart@poettering.net> |
build-sys: warn if people don't change the default NTP servers when building systemd
Also, explain the situation in the docs.
Relates to #437 |
82627069e93a0f75265797b0a1524fcda1e83c39 |
|
23-Jun-2015 |
Kay Sievers <kay@vrfy.org> |
README: mention "git archive" |
a095315b3c31f7a419baceac82c26c3c5ac0cd12 |
|
11-Jun-2015 |
Kay Sievers <kay@vrfy.org> |
build-sys: split internal basic/ library from shared/
basic/ can be used by everything
cannot use anything outside of basic/
libsystemd/ can use basic/
cannot use shared/
shared/ can use libsystemd/ |
c7b13c64b3cd36f912d658a9c21fc4277bed55e7 |
|
03-Jun-2015 |
Marc-Antoine Perennou <Marc-Antoine@Perennou.com> |
build-sys: drop references to gobject-introspection
It has been removed alongside gudev |
29d01b70640878f63e74ce20cb45fd747311fa18 |
|
03-Jun-2015 |
Kay Sievers <kay@vrfy.org> |
point to github issues instead of freedesktop bugzilla |
eb0914fc85812570538c37287dd3cfa377289418 |
|
03-Jun-2015 |
Jonathan Boulle <jonathanboulle@gmail.com> |
README: update links to reference new home (GitHub) |
2375607039517c88df51ef16ddbb624ec1c10654 |
|
03-Jun-2015 |
Kay Sievers <kay@vrfy.org> |
remove gudev and gtk-doc
The library moved to:
https://git.gnome.org/browse/libgudev/ |
8f42ccd24ba3cbdb994094df4aac69a00c3c7367 |
|
30-May-2015 |
Ronny Chevalier <chevalier.ronny@gmail.com> |
README: fix typo |
0f0467e63b0e0688ae9edb1512c1a2637d62ddb4 |
|
28-May-2015 |
Martin Pitt <martin.pitt@ubuntu.com> |
systemctl: drop hardcoded chkconfig invocation
Introduce /usr/lib/systemd/systemd-sysv-install [--root=] <action> <name>
abstraction, replacing the direct calling of chkconfig. This allows
distributions to call their specific tools like update-rc.d without patching
systemd.
Ship systemd-sysv-install.SKELETON as an example for packagers how to implement
this.
Drop the --enable-chkconfig configure option.
Document this in README and point to it in NEWS. |
bf1d7ba70aceddb5dae0cd2e370b8afaf0c81b05 |
|
25-May-2015 |
Karel Zak <kzak@redhat.com> |
swap: use swapon -o
This patch simplify swapon usage in systemd. The command swapon(8)
since util-linux v2.26 supports "-o <list>". The idea is exactly the
same like for mount(8). The -o specifies options in fstab-compatible
way. For systemd it means that it does not have to care about things
like "discard" or another swapon specific options.
swapon -o <options-from-fstab>
For backward compatibility the code cares about "Priority:" swap unit
field (for a case when Priority: is set, but pri= in the Options: is
missing).
References: http://lists.freedesktop.org/archives/systemd-devel/2014-October/023576.html |
3b920d78b4a58dd054917821734cf0aefc6232d0 |
|
18-May-2015 |
Lennart Poettering <lennart@poettering.net> |
README: document that we prefer if CONFIG_CHECKPOINT_RESTORE is turned on, for the kcmp() syscall |
3dd26f3e3aa7fa0696d304e14551362133dd281f |
|
11-Apr-2015 |
Łukasz Stelmach <stlman@poczta.fm> |
README: glibc version 2.16 is required for IP_UNICAST_IF
https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=be08eda5
https://bugs.gentoo.org/show_bug.cgi?id=546194 |
a6cccd8f580fc1e062dba3895e232007acd38781 |
|
03-Mar-2015 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
README: mention ACLs more
They are now useful for any fs used for journal storage. |
f4e5354a1d69a4c9e7cf073a66cf25c2dadd6c85 |
|
21-Feb-2015 |
Peter Waller <p@pwaller.net> |
README: add pkg-config to required deps for autogen
Otherwise, several macros are undefined. |
a48a62a1af02aec4473c9deed98dd5b89d210f93 |
|
22-Jan-2015 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
tmpfiles: use ACL magic on journal directories |
b52a4a3b05a2a0d69868d57fd54f6e4b8fa0e7ca |
|
31-Dec-2014 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
README: CONFIG_DEVPTS_MULTIPLE_INSTANCES is necessary
https://bugs.debian.org/773932 |
d47f6ca5f9b7a0b400d8bdb050151a0284fb4bdb |
|
14-Dec-2014 |
Gabriel de Perthuis <g2p.code@gmail.com> |
blkid: Warn when rejecting a superblock with a bad csum
Bump libblkid requirement from 2.20 to 2.24.
util-linux 2.25 is actually required since fdbbad981cc5da8bb4ed7e9b6646e7a114745ec5 |
0acd5a08f5b2ff0580d4fc4d7fc2ff144b2f788f |
|
29-Nov-2014 |
WaLyong Cho <walyong.cho@samsung.com> |
README: notice kernel config for CPUQuota |
8d3ae2bd4c9bf9fc2e57f7b3776325a1c750ca30 |
|
28-Nov-2014 |
Chris Leech <cleech@redhat.com> |
mount: use libmount to enumerate /proc/self/mountinfo
This lets libmount add in user options from /run/mount/utab, like
_netdev which is needed to get proper ordering against remote-fs.target |
2b671e9560d5a7e78374a33acfc7f089cfa05c2f |
|
06-Nov-2014 |
Lennart Poettering <lennart@poettering.net> |
README: mention that engineering services for systemd are available from endocode |
cb607ecb84b3cb7299438ca6f7fab705b0a6de45 |
|
31-Oct-2014 |
Ronny Chevalier <chevalier.ronny@gmail.com> |
remove references of readahead |
fdbbad981cc5da8bb4ed7e9b6646e7a114745ec5 |
|
22-Oct-2014 |
Lennart Poettering <lennart@poettering.net> |
README: simplify documented dependency on util-linux
we stritcly require features from util-linux v2.25, such a new version
is not optional, hence document this. |
48d3e8d07f2978f001cc85b2dddb7f8ec9d07006 |
|
22-Oct-2014 |
Karel Zak <kzak@redhat.com> |
fsck: re-enable fsck -l
The -l (lock) has been temporary disabled due to conflict with
udev (https://bugs.freedesktop.org/show_bug.cgi?id=79576)
The problem is fixed since util-linux v2.25 (Jul 2014). |
be2ea723b1d023b3d385d3b791ee4607cbfb20ca |
|
30-Aug-2014 |
Kay Sievers <kay@vrfy.org> |
udev: remove userspace firmware loading support |
f9ffbca2fb1ba7a7854d83439a4644590be0d9e1 |
|
20-Aug-2014 |
Lennart Poettering <lennart@poettering.net> |
README: mention the new optional libidn dependency |
a4a79605f7c2ba17ce74baabefa19c3686439e4a |
|
19-Aug-2014 |
Lennart Poettering <lennart@poettering.net> |
README: document what to do with the NSS modules |
a509e0e6946aee5c3dd51bc3a6f40d0a623c9e2c |
|
08-Jul-2014 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
README: add liblz4 |
8d0e0ddda6501479eb69164687c83c1a7667b33a |
|
28-Jun-2014 |
Jan Engelhardt <jengelh@inai.de> |
doc: grammatical corrections |
5b244719abc81b83d8a0d732c3b95a2845d8811a |
|
23-Jun-2014 |
Lennart Poettering <lennart@poettering.net> |
README: mention that elfutils is an (optional) dependency now |
a900b827d4d67f4961d2e4ed48d73e6bc1d6b4b6 |
|
22-Jun-2014 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
README: add gobject-introspection |
cc219d7bab9172bc28e5c07c4346fd1d36b2272a |
|
20-Jun-2014 |
Cristian Rodríguez <crrodriguez@opensuse.org> |
Remove libattr mentions from README
It is no longer required. |
3dff3e00e044e2d53c76fa842b9a4759d4a50e69 |
|
12-Jun-2014 |
Kay Sievers <kay@vrfy.org> |
udev: assign group "input" to all input devices |
a21b4670d404ca4e55fef921f94a4259075882a9 |
|
11-Jun-2014 |
Umut Tezduyar Lindskog <umut.tezduyar@axis.com> |
doc: specify kernel configs for cpushares |
f31cf2b6d03a18e4f8f52214c1a3ffa9b3c97189 |
|
11-Jun-2014 |
Kay Sievers <kay@vrfy.org> |
udev: stop using "floppy" group |
323a2f0b4b3db8f34c382e66f1940c1216bdfc9d |
|
04-Jun-2014 |
Lennart Poettering <lennart@poettering.net> |
README: mention new required user systemd-bus-proxy |
682265d5e2157882861b0091c6b81fa92699b72a |
|
03-Jun-2014 |
Tom Gundersen <teg@jklm.no> |
resolved: run as unpriviliged "systemd-resolve" user
This service is not yet network facing, but let's prepare nonetheless.
Currently all caps are dropped, but some may need to be kept in the
future. |
e15007bc0ee16a193684c2a9e60ded137eed5b0c |
|
01-Jun-2014 |
Lennart Poettering <lennart@poettering.net> |
README: document the new "systemd-network" user we require for systemd-networkd |
f1721625e7145977ba705e169580f2eb0002600c |
|
18-May-2014 |
Nis Martensen <nis.martensen@web.de> |
fix spelling of privilege |
a349eb10d3c3a31cd47198cbf08e4f0dfaffef1d |
|
18-May-2014 |
Lennart Poettering <lennart@poettering.net> |
timesyncd: run timesyncd as unpriviliged user "systemd-timesync" (but still with CAP_SYS_TIME) |
b8bde11658366290521e3d03316378b482600323 |
|
08-May-2014 |
Jan Engelhardt <jengelh@inai.de> |
doc: comma placement corrections and word order
Set commas where there should be some.
Some improvements to word order. |
70a44afee385c4afadaab9a002b3f9dd44aedf4a |
|
06-May-2014 |
Jan Engelhardt <jengelh@inai.de> |
doc: typographical fine tuning |
d28315e4aff91560ed4c2fc9f876ec8bfc559f2d |
|
06-May-2014 |
Jan Engelhardt <jengelh@inai.de> |
doc: use non-contracted forms in written documents |
13468826f2457cae45a79649e122deadb9dc9774 |
|
09-Apr-2014 |
Mike Gilbert <floppym@gentoo.org> |
Document CONFIG_NET_NS as a required kernel option
Several units now utilize the PrivateNetwork parameter, which requires
network namespace support. |
7f8aa67131cfc03ddcbd31c0420754864fc122f0 |
|
24-Mar-2014 |
Lennart Poettering <lennart@poettering.net> |
core: remove tcpwrap support
tcpwrap is legacy code, that is barely maintained upstream. It's APIs
are awful, and the feature set it exposes (such as DNS and IDENT
access control) questionnable. We should not support this natively in
systemd.
Hence, let's remove the code. If people want to continue making use of
this, they can do so by plugging in "tcpd" for the processes they start.
With that scheme things are as well or badly supported as they were from
traditional inetd, hence no functionality is really lost. |
23aedd029452b65c11b6eb838e44f60be1c66814 |
|
22-Mar-2014 |
Kay Sievers <kay@vrfy.org> |
README: update |
f33016ff8b56c45dc85485ecf4d59f435c42ca40 |
|
22-Mar-2014 |
Thomas Bächler <thomas@archlinux.org> |
README: Correct EFI requirements
systemd does not need or use CONFIG_EFI_VARS anywhere, this should
be CONFIG_EFIVAR_FS instead. |
a7b1c3971a30546fe633e320d45033aba8b2ca3c |
|
11-Mar-2014 |
Lennart Poettering <lennart@poettering.net> |
README: document that we still encourage people to turn off audit when they want to use containers |
47bc23c18cbc87471dc832534c8565625e4a9d16 |
|
26-Feb-2014 |
Lennart Poettering <lennart@poettering.net> |
README: document that /var/run must be a symlink → /run |
952d1536f4d7b64cfe938a569402434decffe4cd |
|
19-Feb-2014 |
Kay Sievers <kay@vrfy.org> |
sd-damon is LGPL now |
5d31974e44b8fa163f859d8467a3667ed52056d0 |
|
15-Feb-2014 |
Kay Sievers <kay@vrfy.org> |
README: mention libudev's requirement |
c0467cf387548dc98c0254f63553d862b35a84e5 |
|
12-Feb-2014 |
Ronny Chevalier <chevalier.ronny@gmail.com> |
syscallfilter: port to libseccomp |
32dcef3ab1eb91ee469c3246ef859578dccd8a45 |
|
12-Feb-2014 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
build-sys: make lxml required when generating indices
Since the manpage indices generated without lxml would be missing some
parts, it doesn't make sense to keep lxml optional anymore. |
39c4ead2323b45bbe9866e0f97fd8dcfb8a0bede |
|
26-Jan-2014 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
build-sys: default to gold linker
gold doesn't exhibit the problems with linking of compatibility
libraries.
It is also slightly faster:
make clean && make -j5 bfd gold
real 34.885s 33.707s
user 34.486s 32.189s
sys 9.929s 10.845s
real 35.128s 33.508s
user 34.660s 31.858s
sys 10.798s 10.341s
real 35.405s 33.748s
user 34.765s 32.384s
sys 11.635s 10.998s
real 35.250s 33.795s
user 34.704s 32.253s
sys 11.220s 11.469s
touch src/libsystemd/sd-bus.c && make -j5
bfd gold
real 10.224s 9.030s
user 11.664s 9.877s
sys 3.431s 2.878s
real 10.021s 9.165s
user 11.526s 9.990s
sys 3.061s 3.015s
real 10.233s 8.961s
user 11.657s 9.973s
sys 3.467s 2.202s
real 10.160s 9.086s
user 11.637s 9.950s
sys 3.188s 2.859s |
c2cb7cbbd526e572b1caa1d7f70be68195b513a9 |
|
14-Jan-2014 |
Kay Sievers <kay@vrfy.org> |
README: list CONFIG_FHANDLE in main section |
001809282918f273d372f1ee09d10b783c18a474 |
|
14-Jan-2014 |
Umut Tezduyar Lindskog <umuttl@axis.com> |
readme: CONFIG_FHANDLE is a requirement |
b67f541f130cd4c55da0b74af5fcbb4daeca1937 |
|
23-Dec-2013 |
Lennart Poettering <lennart@poettering.net> |
bus: switch kdbus bloom filter over to SipHash (from MurmurHash3)
Let's try to standardize on a single non-cryptographic hash algorithm,
and for that SipHash appears to be the best answer.
With this change there are two other hash functions left in systemd: an
older version of MurmurHash embedded into libudev for the bloom filters
in udev messages (which is hard to update, given that the we probably
should stay compatible with older versions of the library). And lookup3
in the journal files (which we could replace for new files, but which is
probably not worth the work). |
57d0e6b2731ab695d14b7cf496832ba416cc43d3 |
|
23-Dec-2013 |
Kay Sievers <kay@vrfy.org> |
libudev: ship the original MurmurHash2.[ch] file |
8be12848423218c034cfa7e3078774c9d4732281 |
|
11-Dec-2013 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
Update README with test/ requirements |
06d461ee6f3da6650e6d023d7828455752d70b0b |
|
10-Dec-2013 |
Shawn Landden <shawn@churchofgit.com> |
update README to not suggest that systemd works without procfs |
a65c89bbb056b18e069008a4f477aed7af0b316b |
|
04-Dec-2013 |
Thomas Hindoe Paaboel Andersen <phomes@gmail.com> |
README: remove obsolete paragraph about D-Bus |
df41776d66b5b7467a5cf9c719b97b66d6534c8c |
|
27-Nov-2013 |
Tom Gundersen <teg@jklm.no> |
TODO: add dbus runtime depedency |
ff70c61b6fce5547fe22992e561941eff8456c9b |
|
27-Nov-2013 |
Kay Sievers <kay@vrfy.org> |
TODO: remove dbus requirement |
4ec181a0065102ccb0a8992ed9f2fa4860e44b43 |
|
27-Nov-2013 |
Lukasz Skalski <l.skalski@partner.samsung.com> |
updates for TODO and README
* library support for setns() system call was added to glibc
version 2.14 (setns() call is use in src/machine/machinectl.c
and src/libsystemd-bus-container.c)
* utf8 validation call are already exported (via sd-utf8.c file) -
commit - 369c583b3fb3d672ef469d53141e274ec9d2e8a7 |
19aadacf92ad86967ffb678e37b2ff9e83cb9480 |
|
22-Oct-2013 |
Jan Engelhardt <jengelh@inai.de> |
man: wording and grammar updates
This is a recurring submission and includes corrections to various
issue spotted. |
a18535d9e138c525d0443ec9f30a90b3e2184686 |
|
17-Oct-2013 |
Tom Gundersen <teg@jklm.no> |
static-nodes: don't call mkdir
This is no longer necessary with kmod-15. Bump the requirement. |
a5c724b25b2930ecb4a64bb4d9b8619a1354afed |
|
15-Sep-2013 |
Kay Sievers <kay@vrfy.org> |
README: add SCSI BSG option |
85424725d1870e2c218e3e2d53971f7e5dc3f0ae |
|
14-Aug-2013 |
Kay Sievers <kay@vrfy.org> |
README: update list of used LICENSEs |
e946948eff517e895b287d0fd8c6d069ab9bbbb9 |
|
24-Jul-2013 |
Jesper Larsen <jesper.larsen@ixonos.com> |
README: Bump to Linux 3.0
Support for writing to cgroup.procs was introduced in 3.0 |
f4f8f7b546508e1e7c94b072df685ac1342e8d7e |
|
23-Jul-2013 |
Michael Biebl <biebl@debian.org> |
README Bump minimum required version of kmod
See edeb68c53f1cdc452016b4c8512586a70b1262e3. |
77b6e19458f37cfde127ec6aa9494c0ac45ad890 |
|
10-May-2013 |
Lennart Poettering <lennart@poettering.net> |
audit: since audit is apparently never going to be fixed for containers tell the user what's going on
Let's try to be helpful to the user and give him a hint what he can do
to make nspawn work with normal OS containers.
https://bugzilla.redhat.com/show_bug.cgi?id=893751 |
80cb917e6248c15fd4a95d29954b3fd1e3d66b06 |
|
09-Mar-2013 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
man: use lxml for faster generation and pretty printing |
ffbd2c4d45787ba5ba85a32db6551efba66a1ee6 |
|
07-Mar-2013 |
Nathaniel Chen <nathaniel.chen@intel.com> |
core: mount and initialize Smack
SMACK is the Simple Mandatory Access Control Kernel, a minimal
approach to Access Control implemented as a kernel LSM.
The kernel exposes the smackfs filesystem API through which access
rules can be loaded. At boot time, we want to load the access rules
as early as possible to ensure all early boot steps are checked by Smack.
This patch mounts smackfs at the new location at /sys/fs/smackfs for
kernels 3.8 and above. The /smack mountpoint is not supported.
After mounting smackfs, rules are loaded from the usual location.
For more information about Smack see:
http://www.kernel.org/doc/Documentation/security/Smack.txt |
f28cbd0382ca53baa99803bbc907a469fbf68128 |
|
06-Mar-2013 |
Kay Sievers <kay@vrfy.org> |
README: more CONFIG_* updates |
41938693e76c32161d2b3b83253ce996468cbf9b |
|
06-Mar-2013 |
Kay Sievers <kay@vrfy.org> |
README: remove CONFIG_HOTPLUG, add CONFIG_NET |
713bc0cfa477ca1df8769041cb3dbc83c10eace2 |
|
06-Mar-2013 |
Kay Sievers <kay@vrfy.org> |
README: add kernel config options |
1a9ce3f766a03c7daab4ca7edae7533841e1721a |
|
05-Mar-2013 |
Michael Biebl <biebl@debian.org> |
Fix typos |
37495eede95d3212b797c8459d7ed6258fb23c6a |
|
05-Mar-2013 |
Lennart Poettering <lennart@poettering.net> |
journal: make gatewayd run under its own user ID |
37c0e8f35e92190a22b2ac0fbb23bf396121e84a |
|
05-Mar-2013 |
Kay Sievers <kay@vrfy.org> |
README: add udev goups |
a24c64f03f9c5c0304451d8542fee853187a5168 |
|
05-Mar-2013 |
Lennart Poettering <lennart@poettering.net> |
journald: introduce new "systemd-journal" group and make it own the journal files
Previously all journal files were owned by "adm". In order to allow
specific users to read the journal files without granting it access to
the full "adm" powers, introduce a new specific group for this.
"systemd-journal" has to be created by the packaging scripts manually at
installation time. It's a good idea to assign a static UID/GID to this
group, since /var/log/journal might be shared across machines via NFS.
This commit also grants read access to the journal files by default to
members of the "wheel" and "adm" groups via file system ACLs, since
these "almost-root" groups should be able to see what's going on on the
system. These ACLs are created by "make install". Packagers probably
need to duplicate this logic in their postinst scripts.
This also adds documentation how to grant access to the journal to
additional users or groups via fs ACLs. |
8ab85e2d2d9bf049e8f9a4c598ba32ff3cf19b6d |
|
04-Mar-2013 |
Kay Sievers <kay@vrfy.org> |
ProFUSION got bought by Intel |
9015fa646e04fc3cb180bea24c33d34edbb48ed7 |
|
22-Feb-2013 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
python: build html docs using sphinx
Build instructions:
make
make DESTIDIR=/tmp/... install
make DESTIDIR=/tmp/... sphinx-html sphinx-man sphinx-epub ... |
f1c24fea94e19cf2108abbeed1d36ded7102ab98 |
|
16-Feb-2013 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
man: move bootchart README to manpage, docbooksify |
46ba8aae2b82bc5c87ba347e6bf914ecd5e9d51e |
|
13-Feb-2013 |
Lennart Poettering <lennart@poettering.net> |
build-sys: make PolicyKit support compile-time optional (was runtime-optional already) |
bf9e477c92506884977d6c8d761969e105528f3e |
|
24-Jan-2013 |
Kay Sievers <kay@vrfy.org> |
README: remove mentioning of nss-myhostname "package" |
c3d2d86d4f40593a361e33b101f5384a8ea2cdb7 |
|
25-Nov-2012 |
Tom Gundersen <teg@jklm.no> |
README - dependencies: unify and add util-linux reference
Use '>=' everywhere for consistency and point out that new util-linux
provides sulogin. |
2cc86f094a8c316f7feb0336df3827a3264b116d |
|
25-Nov-2012 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
README: mention dependency on libpython |
e30431623a7d871da123cc37055ac49abf2c20ea |
|
20-Nov-2012 |
Tom Gundersen <teg@jklm.no> |
build-sys: make loadable module support optional
kmod is unecessary if loadable module support is disabled in the kernel,
so make the dependency optional. |
b603662c4152f9bbff3d93d69df0a4f4e05762c7 |
|
14-Nov-2012 |
Lennart Poettering <lennart@poettering.net> |
README: don't list libgcrypt twice as dep |
edca2e2348b314e2d892fe6f8ae276fdc223f014 |
|
05-Nov-2012 |
Thomas Hindoe Paaboel Andersen <phomes@gmail.com> |
README,TODO: typo fixes |
fb0951b02ebf51a93acf12721d8857d31ce57ba3 |
|
16-Oct-2012 |
Lennart Poettering <lennart@poettering.net> |
journal: implement time-based rotation/vacuuming
This also enables time-based rotation (but not vacuuming) after 1month,
so that not more one month of journal is lost at a time per vacuuming. |
1b4bb4fdac4dce4e658aa3743153d77c04d1a331 |
|
13-Oct-2012 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
journal: fix build in VALGRIND compatibility mode |
cc30f5f388a96ab261e73fabf968b2ec3a8fd63b |
|
08-Oct-2012 |
Kay Sievers <kay@vrfy.org> |
README: update |
7b17a7d72f5ba5ad838b19803534c56a46f3bce9 |
|
28-Sep-2012 |
Lennart Poettering <lennart@poettering.net> |
journal: add minimal journal gateway daemon based on GNU libmicrohttpd
This minimal HTTP server can serve journal data via HTTP. Its primary
purpose is synchronization of journal data across the network. It serves
journal data in three formats:
text/plain: the text format known from /var/log/messages
application/json: the journal entries formatted as JSON
application/vnd.fdo.journal: the binary export format of the journal
The HTTP server also serves a small HTML5 app that makes use of the JSON
serialization to present the journal data to the user.
Examples:
This downloads the journal in text format:
# systemctl start systemd-journal-gatewayd.service
# wget http://localhost:19531/entries
Same for JSON:
# curl -H"Accept: application/json" http://localhost:19531/entries
Access via web browser:
$ firefox http://localhost:19531/ |
feb12d3ed2c7f9132c64773c7c41b9e3a608a814 |
|
20-Aug-2012 |
Lennart Poettering <lennart@poettering.net> |
journal: make libgcrypt dependency optional |
19d5d4cb6a89c844e298eb65bce6ba0fa9d58b91 |
|
31-Jul-2012 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
Add a few more dependencies to README |
49f43d5f91a99b23f745726aa351d8f159774357 |
|
16-Jul-2012 |
Ville Skyttä <ville.skytta@iki.fi> |
Spelling fixes. |
26cbf29c52a36b6ad9d1ccc16d8f7adccefeddca |
|
07-Jun-2012 |
Kay Sievers <kay@vrfy.org> |
delete plymouth units; moved to plymouth |
7c09aafd269bc04dcfc07d94c4ee583b7b0751e6 |
|
14-Apr-2012 |
Kay Sievers <kay@vrfy.org> |
README: update udev requirements |
5430f7f2bc7330f3088b894166bf3524a067e3d8 |
|
12-Apr-2012 |
Lennart Poettering <lennart@poettering.net> |
relicense to LGPLv2.1 (with exceptions)
We finally got the OK from all contributors with non-trivial commits to
relicense systemd from GPL2+ to LGPL2.1+.
Some udev bits continue to be GPL2+ for now, but we are looking into
relicensing them too, to allow free copy/paste of all code within
systemd.
The bits that used to be MIT continue to be MIT.
The big benefit of the relicensing is that closed source code may now
link against libsystemd-login.so and friends. |
ee4cbc2c85edacab721c710e1f99aedd5c2e3a3a |
|
20-Mar-2012 |
Michal Schmidt <mschmidt@redhat.com> |
remove GTK pieces
They've moved to systemd-ui. |
d657c51f14601d0235434ffb78cf6ac0f27cc83c |
|
25-Jan-2012 |
Lennart Poettering <lennart@poettering.net> |
README: update header line |
9fa2f41077b2d76685058836f602f38715b5eef3 |
|
22-Jan-2012 |
Kay Sievers <kay.sievers@vrfy.org> |
README: fix git URLs |
0df4f9d669bec2d34777735f8cdd40797b1fd753 |
|
05-Jan-2012 |
Lennart Poettering <lennart@poettering.net> |
README: correct license claims |
57c6f8ae5f52a6e8ffc66a54966346f733dded39 |
|
28-Dec-2011 |
Kay Sievers <kay.sievers@vrfy.org> |
update README |
12a362be5c1982f80dbfb75bda070208a2c99cdf |
|
05-Dec-2011 |
Kay Sievers <kay.sievers@vrfy.org> |
use libexecdir, bindir, sbindir, switch to /usr/lib/udev in documentation |
b7f44df59a7f76d2bd5302df2f5ec9be9b7fa2fa |
|
01-Nov-2011 |
Lennart Poettering <lennart@poettering.net> |
README: explain dependency on cgroups |
afb9771b41be95e90b2f8a5cc235d708cf743ed1 |
|
18-Sep-2011 |
Kay Sievers <kay.sievers@vrfy.org> |
update README |
6705c2df468a6afb4f8f834822780add123065e2 |
|
24-Aug-2011 |
Lennart Poettering <lennart@poettering.net> |
update README |
a63599edcca136554f6794870214fba495324ec4 |
|
11-Aug-2011 |
Kay Sievers <kay.sievers@vrfy.org> |
README: we need Linux 2.6.39 |
b62cfcea00862ccbf0e5e297f8a339f70987edef |
|
03-Aug-2011 |
Michael Biebl <biebl@debian.org> |
build-sys: make gperf configure check fatal
and document the new build requirement. |
e3c14a7ff3931e4c09711966e3a82fd8f98e568a |
|
19-Jul-2011 |
Kay Sievers <kay.sievers@vrfy.org> |
configure: reorder options |
ae446765eb0605d2451bb4dd7c336672bcc7ab0c |
|
15-Jul-2011 |
Kay Sievers <kay.sievers@vrfy.org> |
libsystemd-daemon: support installation in --with-rootlibdir |
673eab9bf0d2d79a72f3d7c430807b8786de7ee3 |
|
14-Jul-2011 |
Lennart Poettering <lennart@poettering.net> |
README: document license |
fff2e5b58bab7a5ffbb7593742d462197b06728c |
|
17-May-2011 |
Lennart Poettering <lennart@poettering.net> |
README: document relation to nss-myhostname |
ab7863f7d74ca1952b6173d2d04ab89f95253fb5 |
|
05-May-2011 |
Kay Sievers <kay.sievers@vrfy.org> |
update NEWS |
67a77c8bf299f6264f001677becd056316ebce2f |
|
05-May-2011 |
Kay Sievers <kay.sievers@vrfy.org> |
bump requirement to Linux kernel 2.6.32 and ARM 2.6.36 |
d5d6a7f3040992f853eb23eb1bafac3b77891c2d |
|
29-Apr-2011 |
Kay Sievers <kay.sievers@vrfy.org> |
configure: allow to enable/disable extras individually
- remove gobject introspection switch
- disable hid2hci by default (moved to bluez)
- disable action-modeswitch by default (will move to usb_modeswitch)
- disable edd_id by default (problems with disk signatures)
- disable legacy floppy by default (no more nasty device node hacks by default) |
49500e9b0db05a630e2baa37443c5f2facf359ad |
|
11-Apr-2011 |
Michael Witten <mfwitten@gmail.com> |
Docs: README: Add a comma to offset the modifier
Signed-off-by: Michael Witten <mfwitten@gmail.com> |
00ecb6745b4021a9cae6056132dc5be3cfcc26b5 |
|
11-Apr-2011 |
Michael Witten <mfwitten@gmail.com> |
Docs: README: `set up' is the verb; `setup' is a noun
Signed-off-by: Michael Witten <mfwitten@gmail.com> |
fd752623faf6a3a4f2ac17e1a9d24f589119084d |
|
11-Apr-2011 |
Michael Witten <mfwitten@gmail.com> |
Docs: README: Flip sentence structure to improve wording
Signed-off-by: Michael Witten <mfwitten@gmail.com> |
cb936a3961f37ccb8eef0c505b8fffa6711c57be |
|
11-Apr-2011 |
Michael Witten <mfwitten@gmail.com> |
Docs: README: `does never apply' -> `never applies'
Signed-off-by: Michael Witten <mfwitten@gmail.com> |
e62c9c72cdb4ff920c71679f230cde9736570ee7 |
|
11-Apr-2011 |
Michael Witten <mfwitten@gmail.com> |
Docs: README: Clarify configuration of existing devices
Signed-off-by: Michael Witten <mfwitten@gmail.com> |
1224944f61d88d7e09010c808b117ce102c61ef9 |
|
11-Apr-2011 |
Michael Witten <mfwitten@gmail.com> |
Docs: README: Clean up `udev extras' requirements
Signed-off-by: Michael Witten <mfwitten@gmail.com> |
47d9121c9a6a6d4d3415e6a012ebbb3256440a65 |
|
11-Apr-2011 |
Michael Witten <mfwitten@gmail.com> |
Docs: README: Remove commas and use subjective mood
Signed-off-by: Michael Witten <mfwitten@gmail.com> |
bde1af68b61f0f36127de09eee5a5051ae5c9167 |
|
11-Apr-2011 |
Michael Witten <mfwitten@gmail.com> |
Docs: README: Add missing `and'
Signed-off-by: Michael Witten <mfwitten@gmail.com> |
3fe44a296abbac8a3df667861a7c111e95b54ca4 |
|
11-Apr-2011 |
Michael Witten <mfwitten@gmail.com> |
Docs: README: Use present tense
Signed-off-by: Michael Witten <mfwitten@gmail.com> |
600b2584566a44b8a57f546f5ce27f5b1cce21d6 |
|
11-Apr-2011 |
Michael Witten <mfwitten@gmail.com> |
Docs: README: Clean up a sentence
Signed-off-by: Michael Witten <mfwitten@gmail.com> |
9698e70c1feae3d4807e4b5c6b53cbc459313f12 |
|
11-Apr-2011 |
Michael Witten <mfwitten@gmail.com> |
Docs: README: `,' -> `;'
Signed-off-by: Michael Witten <mfwitten@gmail.com> |
a2ddee73920673aae645ab7fde322251a249024f |
|
11-Apr-2011 |
Michael Witten <mfwitten@gmail.com> |
Docs: README: `to replace' -> `replacing'
Signed-off-by: Michael Witten <mfwitten@gmail.com> |
aa1671320df5bd8aa4108c0efb34a49fdedd0e5f |
|
04-Mar-2011 |
Lennart Poettering <lennart@poettering.net> |
main: add link to wiki page with longer explanation of the /usr madness |
ed1c99fcc13f279eccf25fc20427eb92867da245 |
|
04-Mar-2011 |
Lennart Poettering <lennart@poettering.net> |
s/seperate/separate/ |
fc7a744cc44cdb80bf9bc6304fc3f80ca2cb65f9 |
|
01-Mar-2011 |
Lennart Poettering <lennart@poettering.net> |
README: refer to profusion if people ask for consulting/engineering services |
21bc923aa35d455cdef1607eb7022608c705c9f3 |
|
23-Feb-2011 |
Lennart Poettering <lennart@poettering.net> |
ask-password: supported plymouth cached passwords |
67d6a9abac34c2c15857c6ad459a5d381e2a7454 |
|
21-Feb-2011 |
Lennart Poettering <lennart@poettering.net> |
README: document that we need ipv6 |
3ede835a0486f2ecc025dede0b33e9a1edc06d30 |
|
16-Feb-2011 |
Lennart Poettering <lennart@poettering.net> |
README: update requirements |
fc00b89add541b52c7f9ca2dbc2f10d8c697f509 |
|
01-Dec-2010 |
Kay Sievers <kay.sievers@vrfy.org> |
update README |
c1c8ca815bb1ef040c0a84cccd51282e4ce8f4de |
|
26-Nov-2010 |
Kay Sievers <kay.sievers@vrfy.org> |
update README |
ef9ffbd8065b9e06ef27fb989b1c783daf4dc1df |
|
07-Oct-2010 |
Lennart Poettering <lennart@poettering.net> |
shutdown: create /var/run/nologin instead of /etc/nologin which is supported since PAM 1.1.2 |
b02b72cf0edccfc2ee2895062e61ccf4af17ff11 |
|
07-Oct-2010 |
Fabiano Fidencio <fidencio@profusion.mobi> |
README: Check for libudev-160, as in configure.ac |
647f1fafb5f456b80bb799d07d345ce7fd2308ee |
|
05-Oct-2010 |
Lennart Poettering <lennart@poettering.net> |
README: mention libcap dependency
https://bugs.freedesktop.org/show_bug.cgi?id=30060 |
41c69b0ff0471a04ba0dcb9829ced2ffa0c43cb5 |
|
20-May-2010 |
Kay Sievers <kay.sievers@vrfy.org> |
update NEWS README |
42e39f0b326d27f6392a81a7400f9af7cf0af3ab |
|
18-May-2010 |
Lennart Poettering <lennart@poettering.net> |
build-sys: remove vala generated sources only when valac is around |
31cee6f634ce07aa2c3514a506f93830f91f14a5 |
|
13-May-2010 |
Lennart Poettering <lennart@poettering.net> |
build-sys: include README and LICENSE in tarball |
5a2cfd1599aa1300e26c2de22b1158c626bc0139 |
|
07-May-2010 |
Kay Sievers <kay.sievers@vrfy.org> |
update README regarding kernel version and default rules |
eea1fd84f0088022ec681700d32dd9ef337b3538 |
|
25-Jan-2010 |
Kay Sievers <kay.sievers@vrfy.org> |
update README and NEWS |
1da6c797fdbb94372c1a809acf1a0ca159b2d7b1 |
|
08-Sep-2009 |
Kay Sievers <kay.sievers@vrfy.org> |
require 2.6.27 for proper signalfd handling
<zzam> kay: ping I found out why udev-145 fails on some
systems with kernel 2.6.25 and 2.6.26
<zzam> kay: it is because glibc was compiled against linux-headers-2.6.27
or newer and issues signalfd4 syscall which was introduced in
kernel 2.6.27 and not older signalfd syscall |
a6c5b514d8e698316c57a0cf5183fcd8a7bc6d26 |
|
31-Aug-2009 |
Kay Sievers <kay.sievers@vrfy.org> |
update README |
e4c02c1ca68d74d040f5bb8cb0c0c244dd8adc71 |
|
07-Jul-2009 |
Kay Sievers <kay.sievers@vrfy.org> |
README: add CONFIG_BLK_DEV_BSG |
89eaa6a56eded9f76c452e20994aaf45c7c2dad9 |
|
17-Jun-2009 |
Kay Sievers <kay.sievers@vrfy.org> |
README: update |
0f50d0ef04feecfb33ac7dd7a38300679c3ed27d |
|
17-Jun-2009 |
Kay Sievers <kay.sievers@vrfy.org> |
README: add /lib/udev/ is private |
514b8d62123e3d63f2b935aa1d58e5c411f3f603 |
|
16-Jun-2009 |
Kay Sievers <kay.sievers@vrfy.org> |
configure: enable all extras by default, provide --disable-extras |
98ad80f8737b0cfcd264e32e37d6c5d4e35e4ea5 |
|
11-Jun-2009 |
Kay Sievers <kay.sievers@vrfy.org> |
README: add INOTIFY and SIGNALFD |
262d5cca892db33cb0a154718577f06d04982ba3 |
|
11-Jun-2009 |
Kay Sievers <kay.sievers@vrfy.org> |
README: add kernel options |
1e03b754aef576a5cb75f01b1805cdc1f9cc292f |
|
04-Jun-2009 |
Kay Sievers <kay.sievers@vrfy.org> |
udevd: convert to event worker processes
Event processes now get re-used after they handled an event. This reduces
pressure on the CPU significantly because cloned event processes no longer
cause page faults in the main daemon. After the events have settled, the
no longer needed worker processes get killed. |
67c89548d112e3d00ccdbad399720458b8289117 |
|
04-Jan-2009 |
Kay Sievers <kay.sievers@vrfy.org> |
update NEWS |
1aa8fdf779219d953633323b4206acadc8b8e37b |
|
04-Jan-2009 |
Kay Sievers <kay.sievers@vrfy.org> |
rules: Ubuntu merge - s/uucp/dialout/ |
8553cf06b93739c859534a85cc7ef1bdd8e33a5c |
|
03-Jan-2009 |
Kay Sievers <kay.sievers@vrfy.org> |
rules: Ubuntu merge - use group "tape" |
19f8fd9088f02c672f42cf1005c43cb5aac18e93 |
|
03-Jan-2009 |
Kay Sievers <kay.sievers@vrfy.org> |
require 2.6.22+ kernel |
64be143742a487e826068e906d1bfb180acdb0ae |
|
29-Dec-2008 |
Kay Sievers <kay.sievers@vrfy.org> |
require non-SYSFS_DEPRECATED 2.6.20+ kernel |
ce4c03fad012bdf4531c2d3ca1dd00e42ef89578 |
|
27-Oct-2008 |
Lennart Poettering <lennart@poettering.net> |
remove old README |
37372bbc38d8542f482d90b26c90714429584421 |
|
09-Sep-2008 |
Kay Sievers <kay.sievers@vrfy.org> |
libudev: monitor - add event properties to udev_device |
01618658fd82dbc5e6315b639f00e87c6fee3c54 |
|
30-Jul-2008 |
Kay Sievers <kay.sievers@vrfy.org> |
use autotools |
05b9640022d25a75923cc7809409914491a5f9da |
|
18-Jul-2008 |
Kay Sievers <kay.sievers@vrfy.org> |
release 125 |
65e9e8c5e8de192b2b6eea0dcb6089268eb9ad2a |
|
15-Mar-2008 |
Kay Sievers <kay.sievers@vrfy.org> |
release 119 |
98520be72f9a0167df1da3c7b1a4ca2e88c3c831 |
|
27-Dec-2007 |
Kay Sievers <kay.sievers@vrfy.org> |
switch mailing lists to linux-hotplug@vger.kernel.org |
b317b96c15bc61d59f138515e71f05bbd8f7b2ff |
|
21-Sep-2007 |
Kay Sievers <kay.sievers@vrfy.org> |
update README |
15c02d46f5b7061808c5d37753a2e6cb90f472c8 |
|
07-Aug-2006 |
Kay Sievers <kay.sievers@suse.de> |
update README |
05ec6e7507d159e5a02a82927c6571b7e516c52e |
|
05-Aug-2006 |
Kay Sievers <kay.sievers@suse.de> |
switch ifdef __KLIBC__ to ifndef __GLIBC__ |
cad4697469883b73cdd43e7e83db122951535ee8 |
|
02-Apr-2006 |
Kay Sievers <kay.sievers@suse.de> |
update README |
15ff0ba36e9c1f051fe1e35e69f8569d0dfe2d66 |
|
28-Mar-2006 |
Kay Sievers <kay.sievers@suse.de> |
remove all stripping code |
d992629180a4bbce84c28456057bf4e9c6bfce6e |
|
07-Dec-2005 |
Kay Sievers <kay.sievers@suse.de> |
update README
Signed-off-by: Kay Sievers <kay.sievers@suse.de> |
a8a614a7018918e987585c2d07189024c640cb3a |
|
25-Nov-2005 |
Kay Sievers <kay.sievers@suse.de> |
remove outdated and misleading stuff
Packagers who still need this, should carry it in their own
package. It just causes too much trouble to users to have it
in the tree and expect that it's needed or the way to do it.
Signed-off-by: Kay Sievers <kay.sievers@suse.de> |
df2ce9dbb6e0d55aa375f57293a7b2bf31f44be7 |
|
19-Nov-2005 |
lennart <lennart@bf9bc1cc-28ce-0310-abfb-9041aa761afb> |
clean up for distribution
git-svn-id: svn+ssh://rootserver/home/lennart/svn/private/projects/nss-myhostname@85 bf9bc1cc-28ce-0310-abfb-9041aa761afb |
dfc9761d8846a5f6f437fb599bc6817d14efbec2 |
|
17-Nov-2005 |
Kay Sievers <kay.sievers@suse.de> |
update README
Signed-off-by: Kay Sievers <kay.sievers@suse.de> |
c249f66a70f9ea623205f27f7931727acbafba9e |
|
16-Nov-2005 |
Kay Sievers <kay.sievers@suse.de> |
update README and RELEASE-NOTES
Signed-off-by: Kay Sievers <kay.sievers@suse.de> |
a8349b33e564f7faa83341cb1fa58466b0589ae9 |
|
09-Nov-2005 |
Kay Sievers <kay.sievers@suse.de> |
remove our own copy of klibc
Signed-off-by: Kay Sievers <kay.sievers@suse.de> |
c2df8b5f517216ab7763c1b25655c170cfcee097 |
|
03-Oct-2005 |
Kay Sievers <kay.sievers@suse.de> |
clarify README
Signed-off-by: Kay Sievers <kay.sievers@suse.de> |
da4aec2fb4e3c9f1f73a67a5e326c90220fb0c59 |
|
18-Aug-2005 |
Greg KH <greg@press.(none)> |
add EXTRAS documentation to the README file.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> |
d47fd445bd9ade720776f661a4ad7c4b2202d6f0 |
|
09-Aug-2005 |
Kay Sievers <kay.sievers@suse.de> |
trivial text cleanups
Signed-off-by: Kay Sievers <kay.sievers@suse.de> |
34c00c915c6dd9d063551732169cb3c3126376ad |
|
09-Aug-2005 |
Kay Sievers <kay.sievers@suse.de> |
update README
Signed-off-by: Kay Sievers <kay.sievers@suse.de> |
57663b364beda200ec189c889e7d9c9fede37c9a |
|
18-Jun-2005 |
Kay Sievers <kay.sievers@suse.de> |
remove device node, when type block/char has changed
Signed-off-by: Kay Sievers <kay.sievers@suse.de> |
e5e322bc627a07d29a07e08f7c96bd644a3ae057 |
|
27-Apr-2005 |
kay.sievers@vrfy.org <kay.sievers@vrfy.org> |
[PATCH] rename namedev_dev to udev_rule |
057f2bdbf65ba6276209869feb74097d73c06b99 |
|
27-Apr-2005 |
greg@kroah.com <greg@kroah.com> |
[PATCH] add USE_SELINUX to README documentation so people have a chance to see what is going on. |
5476249ffd3239cbfad91999db3917dc292b158f |
|
27-Apr-2005 |
greg@kroah.com <greg@kroah.com> |
[PATCH] remove USE_DBUS and USE_SELINUX flags from the README as they are no longer present. |
8481f8ce2bd2b19ebcf3cb96ac6825093f626b0f |
|
27-Apr-2005 |
greg@kroah.com <greg@kroah.com> |
[PATCH] Add initial SELinux support for udev
Based on a patch from Daniel J Walsh <dwalsh@redhat.com> |
977083c253a6c7ec282f1cf36c496ee280dbf069 |
|
27-Apr-2005 |
greg@kroah.com <greg@kroah.com> |
[PATCH] add KERNEL_DIR option so that the distros will be happy
Based on a patch from Svetoslav Slavtchev <svetljo@gmx.de> |
0523018487a60ad817556af30632a212ad3351e0 |
|
27-Apr-2005 |
greg@kroah.com <greg@kroah.com> |
[PATCH] clean up the logging patch a bit to make the option more like the other options.
Also documented it and added it to the .spec file. |
9ab314222d66d53a46ecefdeb37bec15b7dff66a |
|
27-Apr-2005 |
greg@kroah.com <greg@kroah.com> |
[PATCH] update the README in a few places. |
666269480900dd8d099b9e188c16acc9f7f31ee5 |
|
27-Apr-2005 |
olh@suse.de <olh@suse.de> |
[PATCH] dump latest klibc into the udev build tree
KLIBC is used as an internal makefile variable, it expands to either
true or false right now. udev should use something else than KLIBC to
allow build against the latest and greatest klibc version. |
7d27ce1dc005b3972ab7ed77a86f6333c2f8ee9f |
|
27-Apr-2005 |
greg@kroah.com <greg@kroah.com> |
[PATCH] document the different Makefile config options that we have. |
e1b579406db58dc4ced1bec6339f7647c4fd69ea |
|
27-Apr-2005 |
greg@kroah.com <greg@kroah.com> |
[PATCH] 005 release |
0fba212217eba2fee944583a54ef66f532459fc0 |
|
27-Apr-2005 |
greg@kroah.com <greg@kroah.com> |
[PATCH] add klibc linux symlink info to the README |
a34ea8f598af378dcd63528b6328d1bff7fab0f1 |
|
27-Apr-2005 |
greg@kroah.com <greg@kroah.com> |
[PATCH] added README info for how to build using klibc. |
bf3ca56fd4685a52ae66ed6ee05ec4705130b9fe |
|
27-Apr-2005 |
greg@kroah.com <greg@kroah.com> |
[PATCH] Updatd the README |
cee360d32efd8392f7e342dcaeda1de50a2c1bcf |
|
27-Apr-2005 |
greg@kroah.com <greg@kroah.com> |
[PATCH] added 0.2 change log info. |
d2ce1817117daa9523b1572523f1e7684bae779f |
|
27-Apr-2005 |
greg@kroah.com <greg@kroah.com> |
[PATCH] added more documentation in README and TODO files. |