Age | Commit message (Expand) | Author |
2013-12-12 | dhcp: Add function for sending a raw packet | Patrik Flykt |
2013-12-12 | shared: Add struct sockaddr_ll to sockaddr_union | Patrik Flykt |
2013-12-12 | dhcp: Add test function for computing checksum | Patrik Flykt |
2013-12-12 | dhcp: Add option append tests | Patrik Flykt |
2013-12-12 | dhcp: Add tests for DHCP options, file and sname fields | Patrik Flykt |
2013-12-12 | build: Add DHCP option test | Patrik Flykt |
2013-12-12 | dhcp: Add buffer length and invalid cookie tests for DHCP options | Patrik Flykt |
2013-12-12 | dhcp: Add option appending and parsing | Patrik Flykt |
2013-12-12 | build: Add initial build support | Patrik Flykt |
2013-12-12 | dhcp: Add test for DHCP client initialization and parameter setting | Patrik Flykt |
2013-12-12 | dhcp: Add DHCP client initialization | Patrik Flykt |
2013-12-12 | dhcp: Add DHCP protocol structures and initial defines | Patrik Flykt |
2013-12-12 | log: protect errno when we use assert_return() | Lennart Poettering |
2013-12-12 | core: suppress gcc warnings on selinux-less systems | Lennart Poettering |
2013-12-12 | update TODO | Lennart Poettering |
2013-12-12 | shared: add missing include | Marc-Antoine Perennou |
2013-12-12 | bus: add SD_BUS_NAME_REPLACE_EXISTING to all activatable services, fix one fl... | Kay Sievers |
2013-12-12 | bus: instead of exposing the dbus1 flags when acquiring a name use our own th... | Lennart Poettering |
2013-12-12 | bus: properly return an error when we detect a method call timeout | Lennart Poettering |
2013-12-12 | core: fix bus registration on daemon reexec | Lennart Poettering |
2013-12-11 | nspawn: complain and continue if machine has same id | Zbigniew Jędrzejewski-Szmek |
2013-12-11 | Do not log all assert_return failures | Zbigniew Jędrzejewski-Szmek |
2013-12-11 | journal: pipe journalctl help output into a pager | Djalal Harouni |
2013-12-11 | man: mention SYSTEMD_USER_WANTS | Zbigniew Jędrzejewski-Szmek |
2013-12-12 | service: actually leave watchdog enabled in the states where it matters | Lennart Poettering |
2013-12-12 | timedated: make sure GetAll() succeeds in systems lacking /dev/rtc (such as c... | Lennart Poettering |
2013-12-12 | test-fileio: replace mktemp with mkstemp to avoid warnings | Thomas Hindoe Paaboel Andersen |
2013-12-12 | bus: properly generate NameOwnerChanged messages when we take from/give back ... | Lennart Poettering |
2013-12-12 | bus: fix order in which we check creds | Lennart Poettering |
2013-12-12 | update TODO | Lennart Poettering |
2013-12-12 | bus: update name listing logic to current kernel interface | Lennart Poettering |
2013-12-12 | bus: when checking whether a creds object contains some field, don't use asse... | Lennart Poettering |
2013-12-12 | bus: connect directly via kdbus in sd_bus_open_system_container() | Lennart Poettering |
2013-12-11 | sd-event: try to move each wakeup to the same spot within every 10s | Lennart Poettering |
2013-12-11 | journald: make sure the stdout/stderr stream fd is removed from epoll before ... | Lennart Poettering |
2013-12-11 | units: don't run readahead done timers in containers | Lennart Poettering |
2013-12-11 | journald: cache cgroup root path, instead of querying it on every incoming lo... | Lennart Poettering |
2013-12-11 | journal: when listing logs of a container make sure we don't accidentally sho... | Lennart Poettering |
2013-12-11 | journald: cache hostname, boot_id and machine_id fields instead of generating... | Lennart Poettering |
2013-12-11 | journal: don't go belly up when an stdout/stderr client terminates the connec... | Lennart Poettering |
2013-12-11 | journal: add ability to browse journals of running OS containers | Lennart Poettering |
2013-12-11 | service: clean up watchdog logic a bit | Lennart Poettering |
2013-12-11 | journald: port to sd-event and enable watchdog support | Lennart Poettering |
2013-12-11 | man: explain in more detail how SYSTEMD_READY= influences SYSTEMD_WANTS= in u... | Lennart Poettering |
2013-12-11 | event: hook up sd-event with the service watchdog logic | Lennart Poettering |
2013-12-11 | event: when handling SIGCHLD of a child process only reap after dispatching e... | Lennart Poettering |
2013-12-11 | bus: kdbus - skip only STARTER and IN_QUEUE names for NameOwnerChanged | Kay Sievers |
2013-12-10 | activate: clean up inherited descriptors | Zbigniew Jędrzejewski-Szmek |
2013-12-10 | Update README with test/ requirements | Zbigniew Jędrzejewski-Szmek |
2013-12-10 | journald: malloc less when streaming messages | Zbigniew Jędrzejewski-Szmek |