summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
30 hoursinstance: check length of names when creating cgroupsHEADmastermainDaniel Golle
30 hoursprocd: jail/cgroups: fix OOB write in cgroups_apply()Daniel Golle
30 hourshotplug-dispatch: fix filter disallowing setting PATHDaniel Golle
30 hoursservice instance: Improve handling of watchdog config changesTim Nordell
30 hoursservice instance: Fix overwriting of watchdog linked list membersTim Nordell
30 hourscoldplug: fix missing header includeDaniel Golle
30 hourshotplug-dispatch: fix missing header includeDaniel Golle
30 hoursinitd/coldplug: create /dev/null before running udevtriggerSteev Klimaszewski
30 hourshotplug-dispatch: redirect output to /dev/nullFlorian Eckert
30 hourshotplug-dispatch: use stat if d_type is DT_UNKNOWNJeffrey Bosboom
30 hourssystem: fix arguments validation in ubus handlerKartashov Alexey
2025-10-03upgraded: CMakeLists: update cmake minimum required version to 3.10Christian Marangi
2025-10-03CMakeLists: update cmake minimum required version to 3.10Christian Marangi
2025-10-02service: send ubus notifications for event triggersFelix Fietkau
2025-09-30service: implement set_data ubus methodFelix Fietkau
2025-09-16service: fix use-after-free on service data updateJo-Philipp Wich
2025-08-12service: fix object nesting in the ubus get_data callFelix Fietkau
2025-08-07hotplug: ensure that the button subsystem is always registeredFelix Fietkau
2025-08-07hotplug: send event notificationsFelix Fietkau
2025-08-07hotplug: switch to using avl tree for hotplug subsystemsFelix Fietkau
2025-06-19fix generating syscall-names.h for loongarch64Weijie Gao
2025-05-31jail: make udebug socket optionalFelix Fietkau
2025-05-28jail: add /dev/shm unconditionallyFelix Fietkau
2025-05-28jail: add flag for passing the udebug socketFelix Fietkau
2025-05-28instance: convert jail feature flags to bitmapFelix Fietkau
2025-03-13rcS: avoid duplicate pending "running" callsFelix Fietkau
2025-03-13service: re-run init script "running" command after instance restartFelix Fietkau
2025-01-30ubus: expose firmware_url in system callPaul Spooren
2025-01-06jail: fix NULL-pointer dereference when connection to ubus failedShiji Yang
2025-01-06uxc: kill command expects --signal parameterDaniel Golle
2025-01-06jail: always handle mkdir() return valueDaniel Golle
2025-01-06jail: seccomp-oci: fix uninitialized pointer read in error pathDaniel Golle
2024-12-22jail/seccomp: add support for loongarch64Weijie Gao
2024-12-17service: fix double free bug when dealing with dataFelix Fietkau
2024-12-17service: allow incremental changes to service propertiesFelix Fietkau
2024-12-17service: remove leftover lines from previous commitFelix Fietkau
2024-12-17service: add support for triggers on service/instance data changesFelix Fietkau
2024-12-11state: set_stdio: chdir back to / in case of failureAndreas Gnau
2024-12-11inittab: Disable implicit controlling TTY.Markus Gothe
2024-11-13initd: mount /sys and /proc with MS_RELATIMEDaniel Golle
2024-11-06system: fix description value from os-releaseFlorian Eckert
2024-10-20system: add build date to ubus outputFlorian Eckert
2024-10-20system: replace openwrt_release with os-releaseFlorian Eckert
2024-07-07utils: use strlcpy when appropriateDaniel Golle
2024-07-07jail: fix copy & paste error in parseOCIlinux()Daniel Golle
2024-07-01utils: get_cmdline_val: add missing error checkDaniel Golle
2024-03-30trace: use standard POSIX header for basename()Tony Ambardar
2024-03-30watchdog: always close fd on watchdog stopDragan Milenkovic
2024-03-25inittab: fallback when multiple "console=" is detectedINAGAKI Hiroshi
2024-03-25utils: add key-value offset support to get_cmdline_val()INAGAKI Hiroshi