Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-20 | unit: split off KillContext from ExecContext containing only kill definitions | Lennart Poettering | |
2012-07-16 | man: reword man page titles | Lennart Poettering | |
Make sure the man page titles are similar in style and capitalization so that our man page index looks pretty. | |||
2012-04-12 | relicense to LGPLv2.1 (with exceptions) | Lennart Poettering | |
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. | |||
2012-03-13 | socket: add option for SO_PASSEC | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=798760 (Note that this work is not complete yet, as the kernel seems to send us useless data with SCM_SECURITY enabled) | |||
2011-12-31 | socket: rename the PassCred= option to PassCredentials=, since we don't want ↵ | Lennart Poettering | |
to needlessly abbreviate options unless they are very well established | |||
2011-12-08 | '@' is an 'ampersat' not an 'ampersand'; let's call it 'at symbol' | Tim Waugh | |
2011-11-30 | man: document the PassCred option | Michal Schmidt | |
2011-06-20 | man: Documentation spelling fixes | Ville Skyttä | |
2011-05-19 | socket: expose SO_BROADCAST | Lennart Poettering | |
2011-05-19 | socket: expose IP_TRANSPARENT | Lennart Poettering | |
2011-05-17 | socket: add POSIX mqueue support | Lennart Poettering | |
2011-04-27 | def: lower default timeout to 90s | Lennart Poettering | |
Almost everybody found 3min too long, so lower it again | |||
2011-04-20 | socket: support ListeSpecial= sockets | Lennart Poettering | |
2011-04-20 | man: fix specification of default timeouts | Lennart Poettering | |
2011-04-10 | socket: support netlink sockets | Lennart Poettering | |
2011-03-29 | exec: drop process group kill mode since it has little use and confuses the user | Lennart Poettering | |
2011-02-09 | man: clarify a few things | Lennart Poettering | |
2011-01-18 | execute: make sending of SIGKILL on shutdown optional | Lennart Poettering | |
2011-01-18 | man: document missing KillSignal= and swap options | Lennart Poettering | |
2010-10-05 | socket: make service to start on incoming traffic configurable | Lennart Poettering | |
2010-08-03 | socket: Allow selection of TCP Congestion Avoidance algorithm to socket | Tomasz Torcz | |
Hi, attached path extends socket configurables with another knob - TCP Congestion Avoidance selection. Linux implements handful of those, useful in various situations. For example, TCP Low Priority may be used by FTP service to gracefully yield bandwidth for more important TCP/IP streams. Until recently TCP_CONGESTION was Linux-specific, recently FreeBSD 8 and OpenSolaris gained compatible support. | |||
2010-07-07 | man: update man pages for recent syntax changes | Lennart Poettering | |
2010-07-07 | update man pages for recent changes | Lennart Poettering | |
2010-07-03 | man: various man page updates | Lennart Poettering | |
2010-07-02 | man: document execution context related settings | Lennart Poettering | |
2010-07-02 | man: extend references to exec man page | Lennart Poettering | |
2010-07-02 | man: trivial spelling fixes | Kay Sievers | |
2010-07-02 | man: document automount units | Lennart Poettering | |
2010-07-02 | man: document mount units | Lennart Poettering | |
2010-07-01 | man: document socket units | Lennart Poettering | |