chiark / gitweb /
core: general cgroup rework
[elogind.git] / src / shared /
2013-06-27 Lennart Poetteringcore: general cgroup rework
2013-06-26 Zbigniew Jędrzejew... journalctl: highlight MESSAGE= in verbose output
2013-06-21 Zbigniew Jędrzejew... journalctl,systemctl: show messages tagged with OBJECT_...
2013-06-21 Zbigniew Jędrzejew... Make sure we only show authentic coredump messages
2013-06-21 Zbigniew Jędrzejew... Add hasprefix macro to check prefixes of fixed length
2013-06-20 Lennart Poetteringlogin: add an api to determine the slice a PID is locat...
2013-06-20 Zbigniew Jędrzejew... journalctl: show lines in full with --all
2013-06-20 Lennart Poetteringlogind: add infrastructure to keep track of machines...
2013-06-17 Lennart Poetteringcore: add new .slice unit type for partitioning systems
2013-06-10 Zbigniew Jędrzejew... journalctl: allow the user to specify the file(s) to use
2013-06-10 Zbigniew Jędrzejew... Properly check for overflow in offsets
2013-06-10 Zbigniew Jędrzejew... journal: loop less in MATCH_AND_TERM conditionals
2013-06-10 Zbigniew Jędrzejew... journal: add ability to filter by current user
2013-06-10 Zbigniew Jędrzejew... dev-setup: do not create a dangling /proc/kcore symlink
2013-06-10 Zbigniew Jędrzejew... journalctl: fix verbose output when no logs are found
2013-06-09 Daniel WallaceAllow for the use of @ in remote host calls
2013-06-09 Zbigniew Jędrzejew... logs-show: print multiline messages
2013-06-06 Lennart Poetteringcgroup: the "tasks" attribute is obsolete, cgroup.procs...
2013-06-06 Chengwei Yangmanager: Do not handle SIGKILL since we can not
2013-06-04 Zbigniew Jędrzejew... systemctl: limit logs in status to current boot
2013-06-03 Zbigniew Jędrzejew... systemctl,core: allow nuking of symlinks to removed...
2013-05-31 Zbigniew Jędrzejew... systemctl: suggest 'systemctl daemon-reload' without...
2013-05-31 Václav Pavlínsystemctl: add commands set-default and get-default
2013-05-30 Jan Alexander Stef... journald: DO recalculate the ACL mask, but only if...
2013-05-21 Michael Tremersystemctl: make systemctl is-enabled work for templated...
2013-05-17 Lennart Poetteringbus: add APIs for negotiating what is attached to messages
2013-05-16 Lennart Poetteringbus: make bus ref counting atomic
2013-05-16 Chengwei YangFix syscall(__NR_fanotify_mark, ...) on arm
2013-05-14 Kay Sieversbus: add and use UINT64_TO_PTR()
2013-05-07 Lennart Poetteringhostname: only suppress setting of pretty hostname...
2013-05-07 Lennart Poetteringhashmap: document trivial_hash_func()
2013-05-07 Zbigniew Jędrzejew... systemd-sleep: it is not an error if the config file...
2013-05-06 Zbigniew Jędrzejew... systemd-sleep: add support for freeze and standby
2013-05-06 Zbigniew Jędrzejew... fileio: split write_one_line_file into two
2013-05-03 Lennart Poetteringcgroup: when escaping a cgroup object name, also escape...
2013-05-03 Zbigniew Jędrzejew... time-dst: use _cleanup_
2013-05-03 Zbigniew Jędrzejew... Add __attribute__((const, pure, format)) in various...
2013-05-02 Daniel Buchhashmap.h: fix coding style issue
2013-05-01 Cristian RodríguezAnnotate some functions as _const_
2013-05-01 Zbigniew Jędrzejew... cgls: add --machine/-M
2013-04-30 Colin Waltersutil: Add _sentinel_ to strextend()
2013-04-30 Lennart Poetteringcgroup: make cg_pid_get_path() work properly for co...
2013-04-30 Lennart Poetteringcgroup: do not allow manipulating the cgroup path of...
2013-04-30 Lennart Poetteringid128: when taking user input for a 128bit ID, validate...
2013-04-26 Zbigniew Jędrzejew... Use attribute(unused) in PROTECT_ERRNO
2013-04-26 Cristian RodríguezAdd some extra __attribute__ ((format)) s
2013-04-26 Zbigniew Jędrzejew... Make up for attribute malloc with alloc_size
2013-04-26 Zbigniew Jędrzejew... Remove erroneous attribute((malloc)) annotations
2013-04-25 Kay Sieversalways unconditionally create /dev/rtc and use it inter...
2013-04-25 Lennart Poetteringutil: rework safe_atod() to be locale-independent
2013-04-25 Lennart Poetteringconf-parser: restrict .include usage
2013-04-24 Lennart Poetteringcgroup: always validate cgroup controller names
2013-04-24 Lennart Poetteringfileio: unify how we chop off whitespace from key and...
2013-04-24 Kay Sieversdo not create /dev/rtc symlink, let systemd search...
2013-04-24 Zbigniew Jędrzejew... Add set_consume which always takes ownership
2013-04-23 Lennart Poetteringcgroup: make sure all our cgroup objects have a suffix...
2013-04-23 Lennart Poetteringnspawn: suffix the nspawn cgroups with ".nspawn"
2013-04-19 Zbigniew Jędrzejew... core/killall: use procfs_file_alloca
2013-04-19 Harald HoyerReintroduce f_type comparison macro
2013-04-18 Harald HoyerRevert f_type fixups
2013-04-18 Harald Hoyermacro.h: let F_TYPE_CMP() macro fail to compile, if...
2013-04-18 Harald Hoyerfileio.c: do not parse comments after non-whitespace...
2013-04-18 Harald Hoyermove _cleanup_ attribute in front of the type
2013-04-18 Harald Hoyerrename CMP_F_TYPE to F_TYPE_CMP
2013-04-18 Harald HoyerAdd ugly CMP_F_TYPE() macro
2013-04-18 Simon PeetersMove bus_error to dbus-common and remove bus_error_mess...
2013-04-17 Harald Hoyerfixup for cddf148028f52
2013-04-17 Harald Hoyerfixup 8c68a7017 and cast to (unsigned long)
2013-04-17 Harald Hoyerfixed statfs.f_type signed vs unsigned comparisons
2013-04-17 Harald Hoyercore/execute: report invalid environment variables...
2013-04-17 Harald Hoyerfileio:parse_env_file_internal() fix environment file...
2013-04-17 Mantas Mikulėnasfileio: also escape $ and ` when writing out env vars
2013-04-17 Zbigniew Jędrzejew... systemd: ignore hw timestamps in containers
2013-04-17 Zbigniew Jędrzejew... core/main: use _cleanup_
2013-04-17 Zbigniew Jędrzejew... Report about syntax errors with metadata
2013-04-17 Zbigniew Jędrzejew... conf-parser: generate 7 parsing functions from a macro
2013-04-16 Lennart Poetteringutil: make generation of profcs PID paths nicer
2013-04-16 Lennart Poetteringpath-util: unify code for detecting OS trees
2013-04-16 Lennart Poetteringmacro: rework how we define cleanup macros
2013-04-16 Lennart Poetteringutil: replace decimal_str_max() by a typesafe macro...
2013-04-16 Lennart Poetteringnspawn: introduce the new /machine/ tree in the cgroup...
2013-04-16 Lennart Poetteringutil: make sure result of hostname_cleanup() passes...
2013-04-15 Lennart Poetteringaudit: since nspawn now sets CAP_AUDIT_CONTROL for...
2013-04-15 Lennart Poetteringcore: always create /user and /machine top-level cgroup...
2013-04-15 Harald Hoyerdo not change console to non-unicode for LANG=C
2013-04-15 Anatol PomozovFix spelling errors using 'codespell' tool
2013-04-15 Lennart Poetteringbus: handle env vars safely
2013-04-14 Zbigniew Jędrzejew... MurmurHash3: actually inline functions
2013-04-14 Lennart Poetteringkdbus: generare bloom filters properly for messages...
2013-04-14 Lennart Poetteringutil: introduce alloca0() and use it at a number of...
2013-04-14 Zbigniew Jędrzejew... fileio: in envfiles, do not skip lines following empty...
2013-04-14 Zbigniew Jędrzejew... Remove a few NULLs
2013-04-12 Zbigniew Jędrzejew... util: add wrapper for realloc to avoid specyfing type
2013-04-12 Lennart Poetteringbus: don't calculate kmsg message too large
2013-04-11 Zbigniew Jędrzejew... hwclock: use _cleanup_ to simplify function
2013-04-11 Zbigniew Jędrzejew... errno is positive
2013-04-11 Lennart Poetteringmacro: make sure ALIGN() can be calculated constant...
2013-04-10 Zbigniew Jędrzejew... systemctl: ellipsize job list only when necessary,...
2013-04-08 Lennart Poetteringmachine-id: fix missing initialization v201
2013-04-08 Lennart Poetteringcgroup: clean-ups
next