Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-16 | test-compress-benchmark: add missing % before PRIu64 format | Thomas Hindoe Paaboel Andersen | |
2014-07-16 | test-socket-util: silence warnings | Thomas Hindoe Paaboel Andersen | |
2014-07-15 | units/serial-getty@.service: use the default RestartSec | Michael Olbrich | |
For pluggable ttys such as USB serial devices, the getty is restarted and exits in a loop until the remove event reaches systemd. Under certain circumstances the restart loop can overload the system in a way that prevents the remove event from reaching systemd for a long time (e.g. at least several minutes on a small embedded system). Use the default RestartSec to prevent the restart loop from overloading the system. Serial gettys are interactive units, so waiting an extra 100ms really doesn't make a difference anyways compared to the time it takes the user to log in. | |||
2014-07-15 | resolve: avoid use of uninitalized variable | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | test-compress-benchmark: silence warnings | Marc-Antoine Perennou | |
and btw make it pass for 32bits where size_t != uint64_t | |||
2014-07-15 | journal-remote: avoid copying input data | Zbigniew Jędrzejewski-Szmek | |
Instead of copying fields into new memory allocations, simply keep pointers into the receive buffer. Data in this buffer is only copied when there is not enough space for new data and a large chunk of the buffer contains old data. | |||
2014-07-15 | Clear up confusion wrt. ENTRY_SIZE_MAX and DATA_SIZE_MAX | Zbigniew Jędrzejewski-Szmek | |
Define DATA_SIZE_MAX to mean the maximum size of a single field, and ENTRY_SIZE_MAX to mean the size of the whole entry, with some rough calculation of overhead over the payload. Check if entries are not too big when processing native journal messages. | |||
2014-07-15 | µhttp-util: fix compilation without gnutls | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | man: describe new filename rules for journal-remote | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | man: document systemd-journal-upload | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | journal-upload: add config file | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | journal-remote: let user specify just the main part of the url | Zbigniew Jędrzejewski-Szmek | |
We can append /upload ourselves. | |||
2014-07-15 | journal-remote: rework fd and writer reference handling | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | journal-remote: improve some messages | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | Fix problem with allocating large buffers and log leftovers | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | Constify ConfigTableItem tables | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | journal-remote: allow splitting incoming logs by source host | Zbigniew Jędrzejewski-Szmek | |
Previously existing scheme where the file name would be based on the source was just too ugly and unpredicatable. Now there are only two options: 1. just one file (until rotation), 2. one file per source host, using the hostname as filename part. For the cases where the source is specified by the user, only option one is allowed, and the full of the file must be specified. | |||
2014-07-15 | Allow addresses to be specified for --listen-... args | Zbigniew Jędrzejewski-Szmek | |
Hostnames still aren't accepted. | |||
2014-07-15 | Add simple generator of fake journal export stream | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | shared/socket-label: fix error message | Zbigniew Jędrzejewski-Szmek | |
Was: Failed to listen on [::]:2000: Success | |||
2014-07-15 | shared/socket-util: add function to query remote address | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | journal-remote: add units and read certs from default locations | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | journal-upload: add watchdog support | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | journal-upload: make state persistent | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | journal-upload: use journal as the source | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | journal-upload: HTTPS support | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | journal-upload: a tool to push messages to systemd-journal-remote | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | journal-remote: reject fields above maximum size | Zbigniew Jędrzejewski-Szmek | |
Also fix an infinite loop on E2BIG. Remember what range we already scanned for '\n', to avoid quadratic behaviour on long "text" fields. | |||
2014-07-15 | journal-remote: small fixes | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | build-sys: add check for libcurl | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | Move network-related journal programs to src/journal-remote/ | Zbigniew Jędrzejewski-Szmek | |
Directory src/journal has become one of the largest directories, and since systemd-journal-gatewayd, systemd-journal-remote, and forthcoming systemd-journal-upload are all closely related, create a separate directory for them. | |||
2014-07-15 | microhttp-util: rework gnutls logging | Zbigniew Jędrzejewski-Szmek | |
2014-07-15 | journal: allow files with no data whatsoever | Zbigniew Jędrzejewski-Szmek | |
If a file was opened for writing, and then closed immediately without actually writing any entries, on subsequent opening, it would be considered "corrupted". This should be totally fine, and even in read mode, an empty file can become non-empty later on. | |||
2014-07-16 | resolved: add busname unit file | Kay Sievers | |
2014-07-16 | resolved: add legacy dbus service and policy files | Kay Sievers | |
2014-07-16 | update TODO | Lennart Poettering | |
2014-07-16 | resolved: add small NSS module that uses resolved to resolve DNS names | Lennart Poettering | |
2014-07-16 | nss: various minor fixes to nss-myhostname + nss-mymachines | Lennart Poettering | |
2014-07-16 | dns-domain: never allow labels that are larger than 63 chars | Lennart Poettering | |
2014-07-16 | dns-domain: fix generation of reverse IP address lookup name | Lennart Poettering | |
2014-07-16 | resolve: add distinct bus error code for hosts that exist but lack A or AAAA ↵ | Lennart Poettering | |
records | |||
2014-07-16 | update TODO | Lennart Poettering | |
2014-07-16 | resolved: add a DNS client stub resolver | Lennart Poettering | |
Let's turn resolved into a something truly useful: a fully asynchronous DNS stub resolver that subscribes to network changes. (More to come: caching, LLMNR, mDNS/DNS-SD, DNSSEC, IDN, NSS module) | |||
2014-07-15 | networkd: remove unused variable | Thomas Hindoe Paaboel Andersen | |
2014-07-15 | networkd: netdev - set mac for bond/bridge devicse | Tom Gundersen | |
Suggested by poma. | |||
2014-07-15 | sd-dhcp-client: make request broadcasts opt-in | Tom Gundersen | |
It appears there is no good way to decide whether or not broadcasts should be enabled, there is hardware that must have broadcast, and there are networks that only allow unicast. So we give up and make this configurable. By default, unicast is used, but if the kernel were to inform us abotu certain interfaces requiring broadcast, we could change this to opt-in by default in those cases. | |||
2014-07-15 | rules: uaccess - add ID_SOFTWARE_RADIO | Kay Sievers | |
On Tue, Jul 15, 2014 at 1:52 PM, Alick Zhao <alick9188@gmail.com> wrote: >>> >>> So maybe ID_SOFTWARE_RADIO ? >> >> Hmm, SDR is more a term for a generic technology than for a device >> class. To me it does not really sound like an administrator would know >> what this is. >> >> What exactly is the device or subsystem you want to make accessible to >> locally logged-in users only? > > Initially it is bladeRF, but many more are of interest: USRP, rtl-sdr, > HackRF, ... [1] > > I agree an administrator might not know what SDR is, since it is > currently still not widely known, and makes sense only for amateurs > and researchers. But as a SDR fan, I see many new SDR peripherals > are created recently, and expect to see more. So a generic ID seems > reasonable to me. > > [1] http://en.wikipedia.org/wiki/List_of_software-defined_radios | |||
2014-07-15 | core: fix oneshot service resource control | Umut Tezduyar Lindskog | |
Oneshot services's cgroup is removed when the service exits. An assert is hit otherwise. | |||
2014-07-15 | shell-completion: restore completion for -p | Zbigniew Jędrzejewski-Szmek | |
It was broken since systemd was moved out of /bin. For zsh it was never there. | |||
2014-07-15 | timesyncd: add sockaddr_pretty wrapper | Zbigniew Jędrzejewski-Szmek | |