Age | Commit message (Expand) | Author |
2013-11-06 | clients: unify how we invoke getopt_long() | Lennart Poettering |
2013-10-13 | Introduce udev object cleanup functions | Zbigniew Jędrzejewski-Szmek |
2013-10-13 | Modernization | Zbigniew Jędrzejewski-Szmek |
2013-10-13 | Never call qsort on potentially NULL arrays | Zbigniew Jędrzejewski-Szmek |
2013-08-20 | Rename F_TYPE_CMP() to F_TYPE_EQUAL() | Zbigniew Jędrzejewski-Szmek |
2013-08-16 | build-sys: Add configure check for linux/btrfs.h | Michael Marineau |
2013-08-13 | missing: use btrfs.h instead of defining our own btrfs structures | Lennart Poettering |
2013-04-25 | readahead: fix format string issue | Zbigniew Jędrzejewski-Szmek |
2013-04-24 | readahead: be more verbose about creation failures | Zbigniew Jędrzejewski-Szmek |
2013-04-24 | Add set_consume which always takes ownership | Zbigniew Jędrzejewski-Szmek |
2013-04-19 | Reintroduce f_type comparison macro | Harald Hoyer |
2013-04-18 | Revert f_type fixups | Harald Hoyer |
2013-04-18 | move _cleanup_ attribute in front of the type | Harald Hoyer |
2013-04-18 | rename CMP_F_TYPE to F_TYPE_CMP | Harald Hoyer |
2013-04-18 | Add ugly CMP_F_TYPE() macro | Harald Hoyer |
2013-04-17 | fixup for cddf148028f52 | Harald Hoyer |
2013-04-17 | fixup 8c68a7017 and cast to (unsigned long) | Harald Hoyer |
2013-04-17 | fixed statfs.f_type signed vs unsigned comparisons | Harald Hoyer |
2013-04-14 | readahead-analyze: avoid division-by-0 | Zbigniew Jędrzejewski-Szmek |
2013-04-11 | errno is positive | Zbigniew Jędrzejewski-Szmek |
2013-04-05 | Use initalization instead of explicit zeroing | Zbigniew Jędrzejewski-Szmek |
2013-04-03 | util: rename parse_usec() to parse_sec() sinds the default unit is seconds | Lennart Poettering |
2013-04-03 | util: rename write_one_line_file() to write_string_file() | Lennart Poettering |
2013-03-31 | Partially revert e62d8c394474 | Zbigniew Jędrzejewski-Szmek |
2013-03-31 | Modernization | Zbigniew Jędrzejewski-Szmek |
2013-03-26 | readahead: cleanups | Auke Kok |
2013-03-26 | readahead: chunk on spinning media | Auke Kok |
2013-03-11 | Remove or indent #define GNU_SOURCE | Zbigniew Jędrzejewski-Szmek |
2013-02-14 | honor SELinux labels, when creating and writing config files | Harald Hoyer |
2013-02-13 | Revert "log_error() if inotify_add_watch() fails" | Lennart Poettering |
2013-02-13 | log_error() if inotify_add_watch() fails | Harald Hoyer |
2013-01-03 | readahead: don't complain that we cannot precache symlinks | Lennart Poettering |
2012-11-22 | readahead: properly detect btrfs on SSD | Lennart Poettering |
2012-10-22 | readahead: fix fd validity check | Michal Schmidt |
2012-09-13 | readahead: use 20K instead of 16K as temporary request nr bump | Lennart Poettering |
2012-09-04 | missing: define name_to_handle_at on our own if it is missing | Lennart Poettering |
2012-09-03 | readahead: a bit of reformatting | Lennart Poettering |
2012-08-23 | readahead-analyze: don't call fclose on null | Lukas Nykryn |
2012-08-08 | fix a couple of issues found with llvm-analyze | Lennart Poettering |
2012-07-26 | log.h: new log_oom() -> int -ENOMEM, use it | Shawn Landden |
2012-07-25 | use "Out of memory." consistantly (or with "\n") | Shawn Landden |
2012-07-19 | use #pragma once instead of foo*foo #define guards | Shawn Landden |
2012-07-03 | readahead: fix calculation of percentage | Lennart Poettering |
2012-06-22 | journal: fix sd_journal_stream_fd() | Lennart Poettering |
2012-06-22 | readahead: minor code style fixes | Lennart Poettering |
2012-06-22 | readahead: make sure to close pack file before exiting, to be valgrind clean | Lennart Poettering |
2012-06-21 | readahead: use log_error() for logging errors | Lennart Poettering |
2012-06-21 | readahead: make use of util.h's page_size() call | Lennart Poettering |
2012-06-21 | readahead: merge three binaries into one | Lennart Poettering |
2012-06-05 | readahead: Add tool to analyze the contents of the pack file. v3. | Auke Kok |