Systemd/src/journal
Zbigniew Jędrzejewski-Szmek b914ea8d37 journal: do not check for number of files
Now that we bump rlimit, we do not really know how many files
we can open. Remove the check.

https://bugzilla.redhat.com/show_bug.cgi?id=1179980
2015-01-09 09:31:26 -05:00
..
.gitignore journald: parse configuration file 2012-01-04 20:40:04 +01:00
cat.c treewide: use log_*_errno whenever %m is in the format string 2014-11-28 19:49:27 +01:00
catalog.c treewide: another round of simplifications 2014-11-28 19:57:32 +01:00
catalog.h hashmap: introduce hash_ops to make struct Hashmap smaller 2014-09-15 16:08:50 +02:00
compress.c treewide: sanitize loop_write 2014-12-09 21:36:08 -05:00
compress.h Fix misuse of uint64_t as size_t 2014-08-03 23:53:49 -04:00
coredump-vacuum.c treewide: another round of simplifications 2014-11-28 19:57:32 +01:00
coredump-vacuum.h coredump: add simple coredump vacuuming 2014-06-27 19:35:57 +02:00
coredump.c copy: use btrfs reflinking only whe we know we copy full files 2014-12-12 17:30:25 +01:00
coredump.conf coredump: Support coredump.conf.d directories in the usual search paths 2014-11-29 13:55:32 -05:00
coredumpctl.c tree-wide: remove unnecessary LOG_PRI 2015-01-06 00:29:40 -05:00
fsprg.c use memzero(foo, length); for all memset(foo, 0, length); calls 2014-01-31 11:55:01 +01:00
fsprg.h Add __attribute__((const, pure, format)) in various places 2013-05-02 22:52:09 -04:00
journal-authenticate.c journal: have a named enum ObjectType 2014-12-13 00:47:23 +01:00
journal-authenticate.h journal: have a named enum ObjectType 2014-12-13 00:47:23 +01:00
journal-def.h journal: have a named enum ObjectType 2014-12-13 00:47:23 +01:00
journal-file.c util: make it easy to initialize the crtime from the current time in fd_setcrtime() 2015-01-08 01:27:13 +01:00
journal-file.h journald: whenever we rotate a file, btrfs defrag it 2015-01-06 20:31:40 +01:00
journal-internal.h journal: move definition of LocationType to journal-file.h 2014-12-18 11:53:39 +01:00
journal-qrcode.c Use stdint.h macros instead of casts to print uint64_t values 2013-06-10 10:10:07 -04:00
journal-qrcode.h Always prefer our headers to system headers 2014-07-31 08:56:03 -04:00
journal-send.c treewide: sanitize loop_write 2014-12-09 21:36:08 -05:00
journal-vacuum.c util: make creation time xattr logic more generic 2014-12-24 16:53:04 +01:00
journal-vacuum.h journalctl: add new --vacuum-size= and --vacuum-time= commands to clean up journal files based on a size/time limit 2014-11-03 23:08:33 +01:00
journal-verify.c journal: consistently use OBJECT_<type> names instead of numbers 2014-12-13 00:47:23 +01:00
journal-verify.h journald: always pass first entry timestamp back from journal_file_verify() 2012-09-24 15:02:43 +02:00
journalctl.c journal: bump RLIMIT_NOFILE when journal files to 16K (if possible) 2015-01-08 03:20:45 +01:00
journald-audit.c journald: prefix exported calls with "server_", unexport unnecessary calls 2015-01-05 01:40:51 +01:00
journald-audit.h journald: don't pass around SO_TIMESTAMP timestamp for audit, which we don't have anyway 2014-11-04 00:32:02 +01:00
journald-console.c treewide: use log_*_errno whenever %m is in the format string 2014-11-28 19:49:27 +01:00
journald-console.h journald: constify all things! 2014-11-03 21:51:28 +01:00
journald-gperf.gperf journald: add support for wall forwarding 2014-03-14 22:05:25 +01:00
journald-kmsg.c treewide: use log_*_errno whenever %m is in the format string 2014-11-28 19:49:27 +01:00
journald-kmsg.h journald: constify all things! 2014-11-03 21:51:28 +01:00
journald-native.c journald: prefix exported calls with "server_", unexport unnecessary calls 2015-01-05 01:40:51 +01:00
journald-native.h journald: constify all things! 2014-11-03 21:51:28 +01:00
journald-rate-limit.c shared: switch our hash table implementation over to SipHash 2013-12-22 21:12:25 +01:00
journald-rate-limit.h journal: the ratelimiter is part of journald 2012-08-22 03:43:45 +02:00
journald-server.c journald: allow restarting journald without losing stream connections 2015-01-06 03:16:39 +01:00
journald-server.h journald: prefix exported calls with "server_", unexport unnecessary calls 2015-01-05 01:40:51 +01:00
journald-stream.c journald: allow restarting journald without losing stream connections 2015-01-06 03:16:39 +01:00
journald-stream.h journald: allow restarting journald without losing stream connections 2015-01-06 03:16:39 +01:00
journald-syslog.c journald: prefix exported calls with "server_", unexport unnecessary calls 2015-01-05 01:40:51 +01:00
journald-syslog.h journald: constify all things! 2014-11-03 21:51:28 +01:00
journald-wall.c treewide: no need to negate errno for log_*_errno() 2014-11-28 13:29:21 +01:00
journald-wall.h journald: constify all things! 2014-11-03 21:51:28 +01:00
journald.c journald: process SIGBUS for the memory maps we set up 2015-01-05 01:40:51 +01:00
journald.conf journald: Support journald.conf.d directories in the usual search paths 2014-11-29 13:55:31 -05:00
lookup3.c journal: fix build in VALGRIND compatibility mode 2012-10-13 14:40:32 +02:00
lookup3.h Add __attribute__((const, pure, format)) in various places 2013-05-02 22:52:09 -04:00
Makefile journal: add preliminary incomplete implementation 2011-10-07 22:02:05 +02:00
mmap-cache.c journald: process SIGBUS for the memory maps we set up 2015-01-05 01:40:51 +01:00
mmap-cache.h journald: process SIGBUS for the memory maps we set up 2015-01-05 01:40:51 +01:00
sd-journal.c journal: do not check for number of files 2015-01-09 09:31:26 -05:00
stacktrace.c coredump: include stacktrace of coredumps in the log message 2014-06-19 12:38:45 +02:00
stacktrace.h coredump: include stacktrace of coredumps in the log message 2014-06-19 12:38:45 +02:00
test-catalog.c tests: use assert_se instead of assert 2014-11-30 02:35:52 +01:00
test-compress-benchmark.c Fix a few more typos 2014-08-30 13:46:07 -04:00
test-compress.c tests: use assert_se instead of assert 2014-11-30 02:35:52 +01:00
test-coredump-vacuum.c coredump: add simple coredump vacuuming 2014-06-27 19:35:57 +02:00
test-journal-enum.c move _cleanup_ attribute in front of the type 2013-04-18 09:11:22 +02:00
test-journal-flush.c journald: when we detect the journal file we are about to write to has been deleted, rotate 2015-01-05 02:57:36 +01:00
test-journal-init.c test: warn if we could not parse the loop count argument 2014-09-19 01:45:59 +02:00
test-journal-interleaving.c log: rearrange log function naming 2014-11-27 22:05:24 +01:00
test-journal-match.c Always prefer our headers to system headers 2014-07-31 08:56:03 -04:00
test-journal-send.c Always prefer our headers to system headers 2014-07-31 08:56:03 -04:00
test-journal-stream.c Always prefer our headers to system headers 2014-07-31 08:56:03 -04:00
test-journal-syslog.c tests: use assert_se instead of assert 2014-11-30 02:35:52 +01:00
test-journal-verify.c tests: use assert_se instead of assert 2014-11-30 02:35:52 +01:00
test-journal.c journal: journal_file_next_entry() does not need pointer to current Object 2014-12-18 14:41:22 +01:00
test-mmap-cache.c journal: remove journal_file_object_keep/release functions 2014-12-13 00:46:40 +01:00