Commit Graph

  • 4908c79a01 factor: better comments, slightl more clever conversion even->odd Denys Vlasenko 2017-04-10 11:47:48 +0200
  • f428f1dc6c factor: fix HALF_FMT usage Denys Vlasenko 2017-04-10 10:13:14 +0200
  • 12dc4fbf18 factor: fix comments Denys Vlasenko 2017-04-10 00:41:11 +0200
  • bef1713217 factor: a bit more simple isqrt Denys Vlasenko 2017-04-10 00:28:26 +0200
  • c6476dca54 factor: simpler isqrt Denys Vlasenko 2017-04-10 00:24:16 +0200
  • c804d4ec5c factor: factor2 variable is unused now, drop it Denys Vlasenko 2017-04-09 23:19:47 +0200
  • 7e5f2f3b51 factor: expand comments Denys Vlasenko 2017-04-09 23:12:38 +0200
  • 1d232fd440 factor: 30% faster code (estimate max possible factor just once) Denys Vlasenko 2017-04-09 22:54:57 +0200
  • c1b5b2a190 nl: fix copyright message Denys Vlasenko 2017-04-09 21:19:29 +0200
  • ee7f75d94f factor: new applet Denys Vlasenko 2017-04-09 21:18:43 +0200
  • 87ae0fe095 nproc: new applet Denys Vlasenko 2017-04-07 21:47:53 +0200
  • 0f7f1ae094 shred: smaller code Denys Vlasenko 2017-04-07 21:10:00 +0200
  • 2f59bf39e2 shred: new applet Denys Vlasenko 2017-04-07 20:45:08 +0200
  • 42776708f2 init: dont send "Sent SIGTERM to all" msg to syslog: we just TERMed it! Denys Vlasenko 2017-04-07 19:13:09 +0200
  • 7121bb8023 ipaddress: tweak help text more: mention "brd +" syntax Denys Vlasenko 2017-04-07 18:22:41 +0200
  • 4eaa0f7729 ipaddress: tweak help text Denys Vlasenko 2017-04-07 18:14:46 +0200
  • eb76abb4f7 iproute: add "a" command as a synonym to "add" Denys Vlasenko 2017-04-07 17:33:26 +0200
  • 826bdcd51c libiproute: FACT_FUNCization Denys Vlasenko 2017-04-07 17:15:40 +0200
  • d5342a1ad1 iproute: support advmss option Denys Vlasenko 2017-04-07 17:00:53 +0200
  • 1140bf39ab iproute: update help text, add commented-out code for unsupported options Denys Vlasenko 2017-04-06 17:54:38 +0200
  • 2d4823b65b iplink: implement "set promisc on|off". Closes 4682 Denys Vlasenko 2017-04-06 16:06:04 +0200
  • a7386bb35b ip link: tidying up Denys Vlasenko 2017-04-06 15:55:29 +0200
  • 4f0b540d08 modprobe: do not descend into /etc/modprobe.d/DIR/. Closes 8686 Denys Vlasenko 2017-04-06 15:22:24 +0200
  • 0d6e3ad663 modprobe-small: fix "modprobe non-existing-module" exitcode (should be 1) Denys Vlasenko 2017-04-06 13:45:00 +0200
  • 803c85a207 modprobe: read modules.builtin Ben Hutchings 2017-04-06 11:54:04 +0200
  • 9c192e7f94 examples: make udhcpc script handle /32 netmasks Denys Vlasenko 2017-04-06 00:53:43 +0200
  • 19578b4edf Add help text for 'uniq -i' Jody Bruchon 2017-03-30 12:24:56 -0400
  • e7ac7abf06 nl: use CONFIG_NL, not CONFIG_UNIQ Denys Vlasenko 2017-04-05 18:31:19 +0200
  • d88f94a5df nl: new applet; also implement cat -nb (similar functionality to nl) Denys Vlasenko 2017-04-05 18:17:17 +0200
  • 5d561ef634 tls: do not compile in TLS_RSA_WITH_NULL_SHA256 code if unreachable Denys Vlasenko 2017-04-04 01:41:15 +0200
  • 229d3c467d tls: avoid using int16 in pstm code Denys Vlasenko 2017-04-03 21:53:29 +0200
  • 636c3b627c tls: merge sha1 and sha256 hmac functions Denys Vlasenko 2017-04-03 17:43:44 +0200
  • 6e99f1cb45 tls: replace aes encryption/decryption by much smaller one Denys Vlasenko 2017-04-01 20:11:59 +0200
  • 8808f7fc2e uniq: add -i option to ignore case Jody Bruchon 2017-03-30 18:15:54 +0200
  • 257734855c Update depmod & modprobe upstream help text in comments Kang-Che Sung 2017-02-09 22:48:51 +0800
  • ab03061615 udhcp6: move misplaced comment Denys Vlasenko 2017-03-27 22:49:12 +0200
  • ed898ed2dd udhcp6: fix releasing Denys Vlasenko 2017-03-27 22:32:44 +0200
  • 64d58aa806 udhcp6: fix problems found running against dnsmasq Denys Vlasenko 2017-03-27 22:22:09 +0200
  • e09f5e3045 udhcp6: read_interface should save link-local ipv6 address Denys Vlasenko 2017-03-27 22:10:15 +0200
  • 8f3bf4f0d3 vi: avoid touching a new file with ZZ when no editing has been done Yousong Zhou 2017-03-24 21:13:10 +0100
  • e3b65ab43d switch_root: don't bail out when console doesn't exist Andrei Gherzan 2017-03-24 16:39:08 +0100
  • 876c121ccb whitespace fix Denys Vlasenko 2017-03-24 15:00:12 +0100
  • f4a670a911 paste: delimiter list use should restart for each new output line Denys Vlasenko 2017-03-23 17:58:32 +0100
  • f1db95abfb typo fix Denys Vlasenko 2017-03-23 17:41:59 +0100
  • d2383f57cd paste: new applet Maxime Coste 2017-03-23 17:35:20 +0100
  • dba0dc1999 dd: call fsync() only once before exiting if conv=fsync is specified Rostislav Skudnov 2017-03-16 20:54:35 +0100
  • a98db793cf Revert "umount: make -d always active, add -D to suppress it" Denys Vlasenko 2017-03-16 17:45:07 +0100
  • ab518eea9c mount: create loop devices with LO_FLAGS_AUTOCLEAR flag Denys Vlasenko 2017-03-16 16:49:37 +0100
  • 018804204f runit: fix chpst -n -N -u USER Denys Vlasenko 2017-03-13 22:32:05 +0100
  • e88608eae2 vi: don't touch file with :x when modified_count == 0 Denys Vlasenko 2017-03-13 20:50:42 +0100
  • 02a2a278f6 reset: before calling execvp(), reset needs to flush stdout Glenn Matthews 2017-02-17 23:01:13 +0100
  • 74c2215086 Fix FEATURE_{GZIP,BZIP2}_DECOMPRESS link error Kang-Che Sung 2017-02-17 19:04:24 +0800
  • 7c67f1e9ab udhcpc: make sure we do not overflow poll timeout Denys Vlasenko 2017-02-17 19:20:32 +0100
  • 94dcfd8cc0 nc_bloaty: use poll() instead of select() Denys Vlasenko 2017-02-17 17:48:59 +0100
  • 52a515d187 udhcp: use poll() instead of select() Denys Vlasenko 2017-02-16 23:25:44 +0100
  • dc207f6696 udhcp: do not clobber errno by signal handler Denys Vlasenko 2017-02-16 20:04:19 +0100
  • 5b3b468ec0 nc: use poll() instead of select() Denys Vlasenko 2017-02-16 17:17:17 +0100
  • 0ec4d08ea3 tls: covert i/o loop from using select() to poll() Denys Vlasenko 2017-02-16 16:27:39 +0100
  • c39ee04705 sendmail: allow "+" symbol in recipient. Closes 9646 Denys Vlasenko 2017-02-12 21:57:22 +0100
  • af316aabf2 modprobe-small: define and use DEPMOD_OPT_n (option mask) Kang-Che Sung 2017-02-09 22:48:52 +0800
  • c393b1e919 modprobe-small: document '-n' in depmod usage Kang-Che Sung 2017-02-09 22:48:50 +0800
  • c2b18583a3 modprobe_small: if only MODPROBE and DEPMOD are selected, no need to test for them Denys Vlasenko 2017-02-07 16:41:25 +0100
  • 415cc42b6a Reorder modutils config options & fix yet more dependency Kang-Che Sung 2017-02-01 19:43:54 +0800
  • 4ae658f077 modutils: fix config options dependency (2) Kang-Che Sung 2017-02-05 19:02:34 +0100
  • 8cc1ab3c11 httpd: use "Content-Length", not "-length" Denys Vlasenko 2017-02-04 23:19:30 +0100
  • 8762512fdb Replace int -> uint to avoid signed integer overflow Rostislav Skudnov 2017-02-01 18:35:13 +0000
  • c31b54fd81 tls: fold AES CBC en/decryption into single functions Denys Vlasenko 2017-02-04 16:23:49 +0100
  • 5b05d9db29 wget/tls: session_id of zero length is ok (arxiv.org responds with such) Denys Vlasenko 2017-02-03 18:19:59 +0100
  • 5f7c82b32f ash: add INT_OFF/ON around allocations Denys Vlasenko 2017-02-03 13:00:06 +0100
  • b6871c1965 ps: avoid -o stat to contain spaces. Closes 9631 Denys Vlasenko 2017-02-02 13:04:30 +0100
  • b1d6a2c624 cmdline module options can be disabled on "big" modutils Kang-Che Sung 2017-01-31 21:09:17 +0800
  • 264cb01540 modutils: remove redundant "select PLATFORM_LINUX" configs Kang-Che Sung 2017-02-01 01:43:32 +0100
  • fdfd716a85 modprobe-small: move lsmod code out of modprobe_main() Kang-Che Sung 2017-01-31 17:06:43 +0800
  • dc7637d0aa modprobe-small: improve config help text Denys Vlasenko 2017-02-01 01:22:37 +0100
  • b5b21126ca ash: improve / fix glob expansion Felix Fietkau 2017-01-31 21:58:55 +0100
  • d6ace66973 taskset: simplify code a bit; tweak --help Denys Vlasenko 2017-01-30 22:20:06 +0100
  • ca659f84b2 modprobe-small: fix --help texts, they are from "big" modutils Denys Vlasenko 2017-01-30 19:21:12 +0100
  • 065e988e7a modutils: fix config options dependency Kang-Che Sung 2017-01-30 19:14:50 +0100
  • 67f6db6b27 wget: add a big explanation what TLS code implements and what does not Denys Vlasenko 2017-01-30 16:27:37 +0100
  • 35b54a3c24 libbb: match_fstype() is unreadable in the extreme, fixing it Denys Vlasenko 2017-01-30 00:45:05 +0100
  • eba7fe6bb9 vi,fsck: do not use build timestamp unconditionally. Closes 9626 Denys Vlasenko 2017-01-29 19:14:26 +0100
  • 86663910ba taskset: separate "current" and "new" strings Denys Vlasenko 2017-01-29 18:59:38 +0100
  • b181ca7552 typo in comment Denys Vlasenko 2017-01-29 18:48:58 +0100
  • ef0e76cc27 taskset: rewrite to be task size-agnostic Denys Vlasenko 2017-01-29 18:19:29 +0100
  • 205d48e948 *: add comment about APPLET_ODDNAME format Denys Vlasenko 2017-01-29 14:57:33 +0100
  • b4b12bf234 httpd: defend against attempts to OOM us. Closes 9611 Denys Vlasenko 2017-01-26 19:35:40 +0100
  • 4d417709b0 adduser: help for -G GRP is misleading, fix it Denys Vlasenko 2017-01-26 18:54:12 +0100
  • 786c9dc0c1 sh: fix FEATURE_SH_STANDALONE help text: it does not enable NOFORK Denys Vlasenko 2017-01-26 18:31:51 +0100
  • 9967c9949e libbb: spawn_and_wait() fflushes before forking NOEXEC; child reinits logmode Denys Vlasenko 2017-01-26 01:13:58 +0100
  • 06f20bf675 link: new applet Denys Vlasenko 2017-01-26 00:27:53 +0100
  • 7dd906a388 xxd: make -p output lines actually end with a newline Denys Vlasenko 2017-01-25 17:00:38 +0100
  • 62a9b18547 xxd: implement -p Denys Vlasenko 2017-01-25 16:50:30 +0100
  • cb8e84e65a libbb: shrink sump.c Denys Vlasenko 2017-01-25 16:21:00 +0100
  • b13b618335 ftpd/ls: show directories first Denys Vlasenko 2017-01-25 04:52:45 +0100
  • 8a2657cbf5 hexdump/xxd: a bit more condensed formats Denys Vlasenko 2017-01-25 03:07:39 +0100
  • 0f4364775f xxd: new applet Denys Vlasenko 2017-01-25 01:58:00 +0100
  • 2181fb4af8 ftpd: new option -a ANON_USER to allow anonymous logins Andrey Mozzhuhin 2017-01-24 23:02:04 +0100
  • dff9fefd50 wget: add support for -S --server-response Denys Vlasenko 2017-01-24 21:41:43 +0100
  • bca4ea8b68 remove "local" bashism from a few scripts Denys Vlasenko 2017-01-24 20:52:42 +0100
  • 89193f985b tls: can download kernels now :) Denys Vlasenko 2017-01-24 18:08:07 +0100