aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
22 hoursfind: use S_ISREG() rather than inlining it.upstream-masterElliott Hughes
3 daysRay Gardner pointed out we were adding the +4 to the wrong side ofRob Landley
5 daysDoc: fix typos in mkroot READMEIvan Mirić
11 daysCreate generated/tags.h with sed and bash instead of C.Rob Landley
11 daysAdd a little bit on the what and why of help text.Rob Landley
11 daysDoc tweak: accept -A as an alias for -a but don't try to explain it.Rob Landley
11 daysSwitch most remaining toys.optflags&FLAG_x checks to FLAG(x)Rob Landley
11 daysConsistently indent help blocks.Rob Landley
12 daysOnly --start-group and --end-group when static linking.Rob Landley
12 daysDon't rely on (skippable) airlock build to set mkroot VERSION.Rob Landley
12 daysIf /dev/tty was never associated, writing to it produces an error.Rob Landley
13 daysFix hwclock to work with current glibc and musl, which have different bugs.Rob Landley
14 daysThe "extra" libraries want to go in a magic order when static linking,Rob Landley
2024-04-26find -size implies -type f.Rob Landley
2024-04-22xxd: buffer input via stdio.Elliott Hughes
2024-04-20Indent the help text block.Rob Landley
2024-04-20Two changes to record-commands: 1) busybox find doesn't understand commasRob Landley
2024-04-19The -f doesn't reliably shut up chmod.Rob Landley
2024-04-18Add cfspeed2bps() and bsp2cfspeed() conversion functions, and makeRob Landley
2024-04-18Let record-commands be run from an arbitrary directory.Rob Landley
2024-04-16Vidar Karlsen says freebsd needs a magic constant.Rob Landley
2024-04-13Add uname to freebsd_miniconfig (pointed out by Vidar Karlsen)Rob Landley
2024-04-12A sufficiently loaded server may not be able to fork()/exec()Rob Landley
2024-04-08Version 0.8.11Rob Landley
2024-04-08Thinko. (Reused a variable one line too early.)Rob Landley
2024-04-08Build armv4l kernel.Rob Landley
2024-04-08Stop forcing CONFIG_EXPERT on to disable other symbols.Rob Landley
2024-04-07Fix powerpc, mips64, and s390x boards under qemu.Rob Landley
2024-04-05Tweak help text and comments.Rob Landley
2024-04-05Fix thinko.Rob Landley
2024-04-05Enforce min/max for % input type (time in seconds w/millisecond granularity).Rob Landley
2024-04-05Stdout buffering broke yet more stuff.Rob Landley
2024-04-05Copy numeric config symbols into config.h.Rob Landley
2024-04-05Fix creating initramfs.cpio.gz without building kernel.Rob Landley
2024-04-05Alas, nproc isn't portable (sched_getaffinity() syscall) andRob Landley
2024-04-05Add suffix to toybox-prereq build.Rob Landley
2024-04-04Promote fold and touch tests to "make tests".Rob Landley
2024-04-02Update pass over the roadmap.Rob Landley
2024-04-02Fix .gitignore complaining about name collisions in subdirectories.Rob Landley
2024-04-01Add a canned minimal toybox build that does "cc *.c" against saved headersRob Landley
2024-04-01List (installed) debian packages each toybox command lives in.Rob Landley
2024-04-01Move GENERIC_KCONF adjacent to get_target_config() and allow it toRob Landley
2024-03-31Update architecture list in faq to match mcm-buildall.sh.Rob Landley
2024-03-31Use be2csv on all kernel configs, including generic section.Rob Landley
2024-03-31Simplify record-commands a little.Rob Landley
2024-03-30Add microblaze kernel config, and be2csv function to convertRob Landley
2024-03-30Peel out KARGS and VMLINUX default values.Rob Landley
2024-03-30Update README generation.Rob Landley
2024-03-30Add /etc/os-release file.Rob Landley
2024-03-29inotifyd: Don't ignore the first mask character.Peter Collingbourne