summaryrefslogtreecommitdiffstats
path: root/core/modules/busybox
Commit message (Collapse)AuthorAgeFilesLines
* [*] cd <...> || perror --> cde <...>Simon Rettberg2019-11-261-4/+2Star
|
* [busybox] only apply Makefile fix if CC is setJonathan Bauer2018-11-161-1/+4
|
* [kernel+busybox] Patch for distccSimon Rettberg2018-10-251-0/+1
|
* ADD FILEHANS AFFE2017-11-271-0/+167
|
* [busybox] Giving up on clean patches; add huge compat patch (to util-linux)Simon Rettberg2017-11-273-33/+1Star
| | | | | | | | | | - Introduce 'no' option for -m to just set alarm without standby - Introduce 'disable' option for -m to delete any current alarm - When unsetting alarm, apply same logic as in setup_alarm regarding which kind of alarm to set (or disable in this case). Note that "-m disable" will clear both alarm types. - Default to /dev/rtc0 since using /dev/rtc was broken (couldn't determine wake support and bailed out).
* [budybox] rtcwake patch: Default to rtc0Simon Rettberg2017-11-272-0/+16
| | | | | | | | | | 1) This is what rtcwake from util-linux does 2) While /dev/rtc is usually a symlink to /dev/rtc0, /sys/class/rtc/%s/device/power/wakeup doesn't exist for rtc (no symlink under /sys/class/rtc), so bb rtcwake will bail out early claiming the selected rtc does not support wakeup alarms, while really it just didn't find a file to check for support.
* sdfgijdasfigdasofigSimon Rettberg2017-11-271-5/+5
|
* afgsfdgdsSimon Rettberg2017-11-271-9/+9
|
* I'm just an idiotSimon Rettberg2017-11-271-1/+1
|
* [busybox] Only clone repo if it doesn't existSimon Rettberg2017-11-271-1/+3
|
* [busybox] Actually include patch..Simon Rettberg2017-11-271-0/+16
|
* [busybox] Include rtcwake, add patch for -m noSimon Rettberg2017-11-272-1/+4
|
* [busybox] Enable applet teeSimon Rettberg2017-03-231-1/+1
|
* Add bash shebangs to all our includes:Simon Rettberg2017-02-283-0/+3
| | | | | | | github misidentifies lots of includes in its code stats and syntax highlighting. Try to make it a nicer place by giving it a hint via that shebang. It's actually useless in files that are being sourced, but it doesn't hurt either.
* merge with latest dev version (tm-scripts commit ↵Jonathan Bauer2016-12-233-5/+7
| | | | f5a59daf8d70a9027118292cd40b18c221897408)
* merge with latest dev versionSebastian2016-04-256-0/+1238