Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | README.copyright: Add Vim tips | Patrick McDermott | 2020-12-06 | 1 | -0/+35 |
| | |||||
* | copyright: Remove duplicate copyright notices | Patrick McDermott | 2020-12-06 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | These were split out in commit 8dba02e7f54dc49296e676c7e9b4a8ba48697db2. Found using the following commands: files="$(sed -n '4,91{ s/,//g; p; }' ../../copyright)"; sed -n '94,184{ s/Copyright *//; s/([Cc]) *//; s/^[0-9][0-9][0-9, -]*//; s/^by *//; p; }' ../../copyright | while read -r line; do grep -Fq "${line}" ${files} || printf '%s\n' "${line}"; done files="$(sed -n '1940,1987{ s/,//g; p; }' ../../copyright)"; sed -n '1990,2026{ s/Copyright *//; s/([Cc]) *//; s/^[0-9][0-9][0-9, -]*//; s/^by *//; p; }' ../../copyright | while read -r line; do grep -Fq "${line}" ${files} || printf '%s\n' "${line}"; done Or, more readably: files="$(sed -n '4,91{ s/,//g; p; }' ../../copyright)" sed -n '94,184{ s/Copyright *//; s/([Cc]) *//; s/^[0-9][0-9][0-9, -]*//; s/^by *//; p; }' ../../copyright | while read -r line; do grep -Fq "${line}" ${files} || printf '%s\n' "${line}" done files="$(sed -n '1940,1987{ s/,//g; p; }' ../../copyright)" sed -n '1990,2026{ s/Copyright *//; s/([Cc]) *//; s/^[0-9][0-9][0-9, -]*//; s/^by *//; p; }' ../../copyright | while read -r line; do grep -Fq "${line}" ${files} || printf '%s\n' "${line}" done | ||||
* | copyright: Merge libbb/platform.c with rest | Patrick McDermott | 2020-12-06 | 1 | -24/+12 |
| | |||||
* | copyright: Add authorship notices | Patrick McDermott | 2020-12-06 | 1 | -152/+1132 |
| | | | | Not everyone says "Copyright" or "(C)" in their header comments. | ||||
* | copyright: Add more notices | Patrick McDermott | 2020-12-04 | 1 | -5/+1000 |
| | |||||
* | README.copyright: Fix command | Patrick McDermott | 2020-12-03 | 1 | -0/+1 |
| | |||||
* | README.copyright: Update times | Patrick McDermott | 2020-12-03 | 1 | -1/+3 |
| | |||||
* | copyright: Add GPLv2-only notices | Patrick McDermott | 2020-12-03 | 1 | -0/+482 |
| | |||||
* | copyright: Add GPLv2-or-later notices | Patrick McDermott | 2020-12-03 | 1 | -0/+1080 |
| | |||||
* | copyright: Remove (will start fresh) | Patrick McDermott | 2020-12-03 | 1 | -485/+0 |
| | |||||
* | README.copyright: New file | Patrick McDermott | 2020-12-02 | 1 | -0/+125 |
| | |||||
* | extract-copyright-comments: Preserve indentation | Patrick McDermott | 2020-12-01 | 1 | -4/+27 |
| | | | | | | | For example, shell/shell_common.c has a comment with a "(c)" (which is not actually a copyright notice) that is indented. Without this change, the first line of the comment is not indented in the output, but subsequent lines are. Now all lines are indented. | ||||
* | extract-copyright-comments: Fix detection of "**/" | Patrick McDermott | 2020-12-01 | 1 | -3/+7 |
| | | | | | | For example, in networking/nslookup.c: /****** A version from LEDE / OpenWRT ******/ | ||||
* | extract-copyright-comments: New script | Patrick McDermott | 2020-12-01 | 1 | -0/+185 |
| | |||||
* | build: Don't u-a /bin/sh | Patrick McDermott | 2020-11-23 | 1 | -3/+7 |
| | | | | | | | | | | Doing so requires patching [1] opkg-cl and update-alternatives to not use /bin/sh in case busybox is in an unconfigured state when running any package's maintainer scripts. Such a patch would force all maintainer scripts to be ash scripts (fun fact: in Debian, bash's preinst is actually a compiled C program). [1]: http://git.proteanos.com/pkg/opkg-lede.git/commit/?id=d711e8cd5e0d7186dad840b9883a97a93f2dd383 | ||||
* | build: Don't u-a /bin/busybox | Patrick McDermott | 2020-11-08 | 1 | -0/+1 |
| | |||||
* | build: oh-shlibdeps currently clobbers substvars | Patrick McDermott | 2020-11-08 | 1 | -3/+4 |
| | | | | Commit e6b4fff turned out to be aspirational. | ||||
* | build: Upstream split CONFIG_IFUPDOWN | Patrick McDermott | 2020-11-08 | 1 | -1/+1 |
| | | | | In upstream commit a8c696bf09. | ||||
* | build: Always define Extra-Depends | Patrick McDermott | 2020-11-08 | 1 | -0/+2 |
| | | | | | | | Fixes: ob-gencontrol: Generating control files for package "busybox"... ob-gencontrol: Warning: Unknown substitution variable "Extra-Depends" | ||||
* | build: Fix "/bin/sh: config_enabled: not found" | Patrick McDermott | 2020-11-08 | 1 | -3/+3 |
| | |||||
* | platconf: s/busybox.config/config/ | Patrick McDermott | 2020-11-06 | 2 | -1/+3 |
| | |||||
* | busybox: Organize into section "util" | Patrick McDermott | 2020-11-06 | 3 | -1/+3 |
| | |||||
* | busybox: Depend on wolfutil for wget "OpenSSL" | Patrick McDermott | 2020-11-06 | 4 | -3/+7 |
| | | | | | opkhelper-3.0 (>= 3.1.3) is needed for proper newline termination of substvars files by oh-shlibdeps. | ||||
* | control: B-D on pkgconf for menuconfig | Patrick McDermott | 2020-11-06 | 1 | -1/+1 |
| | | | | | | | | | Fixes: HOSTLD scripts/kconfig/lxdialog/lxdialog /usr/bin/ld: scripts/kconfig/lxdialog/checklist.o: undefined reference to symbol 'LINES' /usr/bin/ld: /usr/lib/amd64-linux-glibc/libtinfo.so.6: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status | ||||
* | build: Don't add timestamp to binary | Patrick McDermott | 2020-11-06 | 1 | -1/+1 |
| | | | | | | | See: - http://lists.busybox.net/pipermail/busybox/2017-July/085556.html - scripts/kconfig/confdata.c:382 | ||||
* | patches: Drop patch similar to a change upstream | Patrick McDermott | 2020-11-04 | 2 | -58/+2 |
| | | | | https://git.busybox.net/busybox/commit/coreutils/uname.c?id=64ed5f0d3c5eefbb208d4a334654834c78be2cbd | ||||
* | patches: Drop upstream patches | Patrick McDermott | 2020-11-04 | 3 | -107/+1 |
| | |||||
* | build: Add menuconfig and mrproper targets | Patrick McDermott | 2020-11-04 | 2 | -0/+4 |
| | |||||
* | release: New script (copied from gcc-8) | Patrick McDermott | 2020-11-04 | 1 | -0/+13 |
| | |||||
* | busybox: Use oh-shlibdeps | Patrick McDermott | 2020-11-04 | 4 | -2/+5 |
| | |||||
* | source.mk: Rewrite | Patrick McDermott | 2020-11-04 | 2 | -12/+16 |
| | | | | | | | | | | Upstream changed how releases are signed: http://lists.busybox.net/pipermail/busybox/2018-May/086438.html Thread continues: http://lists.busybox.net/pipermail/busybox/2018-June/086478.html | ||||
* | control: Update Maintainer | Patrick McDermott | 2020-11-04 | 2 | -1/+2 |
| | |||||
* | /etc/init.d/networking: Write /var/run/net-ifaces | Patrick McDermott | 2020-11-04 | 2 | -15/+18 |
| | |||||
* | update-alternatives all the things | Patrick McDermott | 2020-11-04 | 5 | -30/+14 |
| | |||||
* | changelog: New upstream version | Patrick McDermott | 2020-11-04 | 1 | -0/+6 |
| | |||||
* | Add /init symbolic link | P. J. McDermott | 2016-01-24 | 2 | -0/+2 |
| | | | | This is needed when packing ProteanOS in an initramfs. | ||||
* | changelog: Release busybox 1.21.1-13busybox/1.21.1-13 | P. J. McDermott | 2015-09-06 | 1 | -1/+1 |
| | |||||
* | alternatives: Add lspci | P. J. McDermott | 2015-09-06 | 2 | -0/+3 |
| | |||||
* | /etc/init.d/ntpd: Fix path to ntpd | P. J. McDermott | 2014-10-23 | 2 | -1/+7 |
| | |||||
* | changelog: Release busybox 1.21.1-12busybox/1.21.1-12 | P. J. McDermott | 2014-10-17 | 1 | -1/+1 |
| | |||||
* | alternatives: Add patch | P. J. McDermott | 2014-10-12 | 2 | -0/+3 |
| | | | | GNU Patch should be packaged soon. | ||||
* | changelog: Update | P. J. McDermott | 2014-10-12 | 1 | -0/+7 |
| | |||||
* | Drop iptables service script | P. J. McDermott | 2014-10-12 | 2 | -11/+0 |
| | |||||
* | Drop sysctl.conf | P. J. McDermott | 2014-10-08 | 1 | -1/+0 |
| | |||||
* | Add ntpd service script | P. J. McDermott | 2014-10-08 | 2 | -0/+21 |
| | |||||
* | changelog: Release busybox 1.21.1-11busybox/1.21.1-11 | P. J. McDermott | 2014-09-23 | 1 | -1/+1 |
| | |||||
* | build: Install /etc/network/functions | P. J. McDermott | 2014-09-23 | 1 | -0/+2 |
| | |||||
* | changelog: Update | P. J. McDermott | 2014-09-23 | 1 | -0/+8 |
| | |||||
* | busybox: Depend on libc.6 | P. J. McDermott | 2014-09-23 | 1 | -0/+1 |
| | |||||
* | Conditionally install networking hooks | P. J. McDermott | 2014-09-23 | 2 | -4/+11 |
| |