summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-11-30Remove option parsingHEADmasterMatthias Schiffer
2015-11-30Replace a forgotten ifndef guard with #pragma onceMatthias Schiffer
2015-11-30Set process nameMatthias Schiffer
2015-11-30Reorganize source directoryMatthias Schiffer
2015-11-30Fix initialization of askconsole uloop_processMatthias Schiffer
2015-11-30Re-add accidentially removed compiler flagsMatthias Schiffer
2015-11-30Remove more OpenWrt-ismsMatthias Schiffer
2015-11-30Rename to unitd, clean up CMakeLists.txtMatthias Schiffer
2015-11-30Remove trigger and watch support, clean up service handlingMatthias Schiffer
2015-11-30Rip out inittab and init script handlingMatthias Schiffer
2015-11-30Correctly setup early mountsMatthias Schiffer
2015-11-30Strip down procd to the necessary code, update copyrightMatthias Schiffer
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