summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-11-07syslog: set sane priority valuesUlrich Weber
2015-10-26cmake: use CMAKE_INSTALL_* variablesSergiy Kibrik
2015-10-26explicitely ignore return value of symlink(3) callDaniel Golle
2015-10-08jail: Add MS_NODEV MS_NOEXEC MS_NOSUID mount options where neededEtienne CHAMPETIER
2015-10-07jail: allow to not use namespacesEtienne CHAMPETIER
2015-10-07jail: cleanup includeEtienne CHAMPETIER
2015-10-07jail: add capabilities supportEtienne CHAMPETIER
2015-10-03Add MS_NODEV MS_NOEXEC MS_NOSUID mount options where neededEtienne CHAMPETIER
2015-10-03system: fix undefined behavior in wdt offline checkAlexander Couzens
2015-10-03jail: reworks & cleanupsEtienne CHAMPETIER
2015-10-03jail, seccomp: remove useless root checkEtienne CHAMPETIER
2015-10-03jail, seccomp: fix typo/improve log prefixEtienne CHAMPETIER
2015-10-03add UTRACE_SUPPORT build optionEtienne CHAMPETIER
2015-09-15move /dev/shm to /tmp/shmDaniel Gimpelevich
2015-09-15inittab: always proceed to next stateSergiy Kibrik
2015-09-15hotplug: add BUTTON to environment vars for timeout actionGünther Kelleter
2015-08-11fix generating syscall-names.hHauke Mehrtens
2015-07-27allow buttons to call delayed timeout actionsJohn Crispin
2015-07-24jail: fix jail root folder permissionsEtienne CHAMPETIER
2015-07-07service: if logging start app with LD_PRELOAD & lib for line bufferingRafał Miłecki
2015-07-06Attempt to deal gracefully with allocation failures.Juliusz Chroboczek
2015-06-20Revert "hotplug: support for interval commands"Felix Fietkau
2015-06-18fix /dev/shm permissions, this time for realDaniel Gimpelevich
2015-06-17fix /dev/shm permissionsDaniel Gimpelevich
2015-06-14hotplug: support for interval commandsRafał Miłecki
2015-06-14service: reorder function to avoid forward declarationFelix Fietkau
2015-06-14service: close instance pipe fd on restart.Yousong Zhou
2015-06-14service: allow get_data of specifc instance.Yousong Zhou
2015-06-14service: remove unused struct watch_subscribe definition.Yousong Zhou
2015-06-14service: dump respawn params in the same order as when passed in.Yousong Zhou
2015-06-14service: optimize relaying stdio output of daemons a bit.Yousong Zhou
2015-06-04trigger: make trigger_match() bool and make return value less confusingFelix Fietkau
2015-06-02allow multiple identical events to be queuedJohn Crispin
2015-05-23remove ->John Crispin
2015-05-14jail: respect byte order when setting AUDIT_ARCHDaniel Golle
2015-05-14jail: add support for ARM architectureDaniel Golle
2015-05-14trace: add support for ARM architectureDaniel Golle
2015-05-05instance: handle setgid() before setuid()Jo-Philipp Wich
2015-04-19instance: avoid dumping invalid service instances - prevents a potential crashFelix Fietkau
2015-04-10fix include orderJohn Crispin
2015-03-28properly handle return codesJohn Crispin
2015-03-27make it optional to remount the tmpfs as roJohn Crispin
2015-03-26make jail build optionalJohn Crispin
2015-03-23procd can now start jailed processesJohn Crispin
2015-03-23add initial version of ujail and utraceJohn Crispin
2015-03-18check for empty parameters in askfirstZefir Kurtisi
2015-03-12switch to _DEFAULT_SOURCE for modern glibc compatJohn Crispin
2015-03-06json 0.12 fixesJohn Crispin
2015-02-27service: rename variables / struct members called stdout, stderr to avoid con...Felix Fietkau
2015-02-26service: don't use stdio log channelJo-Philipp Wich