- 9947650 Remove "select PLATFORM_LINUX" by Denys Vlasenko · 2 years ago
- 77216c3 Fix non-Linux builds by Samuel Thibault · 2 years, 2 months ago
- fe73c8d *: style fix by Denys Vlasenko · 2 years, 3 months ago
- d432049 devmem: add 128-bit width by Aaro Koskinen · 2 years, 3 months ago
- 1a1220a tree: unicode tweak (use normal space char, 0x20) by Denys Vlasenko · 2 years, 3 months ago
- b30d345 tree: make it unicode-aware by Denys Vlasenko · 2 years, 3 months ago
- 41d5f80 bc: hopefully fix bug 14956 (use-after-free) by Denys Vlasenko · 2 years, 4 months ago
- 20a4f70 tree: new applet by Roger Knecht · 2 years, 8 months ago
- 67fd6be seedrng: do not hash in a constant string, it's not adding entropy by Denys Vlasenko · 2 years, 7 months ago
- 3bfbcb5 seedrng: restore error check on fsync by Denys Vlasenko · 2 years, 7 months ago
- 5ba56e8 seedrng: it's not a part of util-linux, move to miscutils by Denys Vlasenko · 2 years, 7 months ago
- 52a7bf6 crond: implement support for setting PATH in crontab files by Paul Fox · 2 years, 9 months ago
- 987be93 *: slap on a few ALIGN_PTR where appropriate by Denys Vlasenko · 2 years, 10 months ago
- ca466f3 *: slap on a few ALIGN* where appropriate by Denys Vlasenko · 2 years, 10 months ago
- 8ad2acf fix "defined but not used" warnings by Denys Vlasenko · 2 years, 11 months ago
- 12566e7 ash,hush: fix handling of SIGINT while waiting for interactive input by Denys Vlasenko · 2 years, 11 months ago
- c2788f8 libbb: introduce and use chdir_or_warn() by Denys Vlasenko · 2 years, 11 months ago
- 931c55f libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIR by Denys Vlasenko · 2 years, 11 months ago
- db5546c libbb: code shrink: introduce and use [_]exit_SUCCESS() by Denys Vlasenko · 2 years, 11 months ago
- 076f5e0 less: code shrink by Denys Vlasenko · 2 years, 11 months ago
- 53b2fdc *: add NOINLINEs where code noticeably shrinks by Denys Vlasenko · 3 years, 2 months ago
- 35727f5 less: Ignore -X by Ismael Luceno · 3 years, 2 months ago
- 4b032a4 chat: hopefully fix infinite spinning on input EOF by Denys Vlasenko · 3 years, 3 months ago
- 34d79c9 ascii: new applet by Denys Vlasenko · 3 years, 6 months ago
- 4d4fc5c man: fix segfault in "man 1" by Denys Vlasenko · 3 years, 6 months ago
- e470004 shuf: simplify check that we have at least one FILE by Denys Vlasenko · 3 years, 6 months ago
- 1f60d88 *: more --help tweaks by Denys Vlasenko · 3 years, 6 months ago
- e2b9215 *: --help tweaks by Denys Vlasenko · 3 years, 6 months ago
- 6f7b10c *: more --help tweaking by Denys Vlasenko · 3 years, 6 months ago
- 1849285 *: more --help tweaks, mostly expanding ts --help by Denys Vlasenko · 3 years, 6 months ago
- 6b6826f *: --help tweaks by Denys Vlasenko · 3 years, 6 months ago
- aece2c5 bc: tweak overflow detection in a^b by Denys Vlasenko · 3 years, 6 months ago
- e36c39a bc: code shrink: combine init() and copy() where we can by Denys Vlasenko · 3 years, 6 months ago
- e5958f7 bc: fix for mul overflow in scale calculation in a^b by Denys Vlasenko · 3 years, 6 months ago
- c0943ac platform.h: fix for Bionic >= 21 not having wait3() by Denys Vlasenko · 3 years, 8 months ago
- ba9f9c2 *: --help text tweaks by Denys Vlasenko · 3 years, 8 months ago
- 50a3745 watchdog: make open-write-close-open functionality a config knob by Rasmus Villemoes · 3 years, 8 months ago
- c2bd0b6 timeout,top,watch,ping: parse NN.N fractional duration in locales with other separators by Denys Vlasenko · 3 years, 9 months ago
- 9b6bcfd bc: typo fix in comment by Denys Vlasenko · 3 years, 9 months ago
- 9037757 dc: more docs in --help by Denys Vlasenko · 3 years, 9 months ago
- 1a37aa7 dc: document what non-GNU commands do by Denys Vlasenko · 3 years, 9 months ago
- ace81cd bc/dc: fix length(0) and length(0.000nnn) result by Denys Vlasenko · 3 years, 9 months ago
- 3d88cc1 dc: correct --help text by Denys Vlasenko · 3 years, 9 months ago
- cad3fc7 libbb: introduce and use fputs_stdout by Ron Yorston · 3 years, 10 months ago
- cc4303f bc: code shrink by Denys Vlasenko · 4 years ago
- 0197fbf bc: ^C on input line exits (unlike ^C during calculations, which does not) by Denys Vlasenko · 4 years ago
- 3c13da3 libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in shells by Denys Vlasenko · 4 years ago
- b230ff9 *: use fopen helpers where appropriate by Denys Vlasenko · 4 years ago
- 29a9043 bc,dc: make BC_LINE_LENGTH/DC_LINE_LENGTH more compatible with GNU by Denys Vlasenko · 4 years ago
- 40f9fe2 bc: placate gcc (it thinks 's' can be uninitialized here) by Denys Vlasenko · 4 years ago
- 77a51a2 randomconfig fixes by Denys Vlasenko · 4 years ago
- 1462673 man: implement SECTION parameters by Denys Vlasenko · 4 years ago
- 00eb23b bc: do not allocate line editing state until needed by Denys Vlasenko · 4 years ago
- c7b858f libbb: add and use infrastructure for fixed page size optimization by Denys Vlasenko · 4 years ago
- 5d553bc more --help text tweaks by Denys Vlasenko · 4 years ago
- 11f1a25 help text tweaks by Denys Vlasenko · 4 years ago
- 6cc4962 decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years ago
- 965b795 decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years ago
- 6a55b4e libbb: introduce and use msleep() by Denys Vlasenko · 4 years ago
- b86a9ed use write_str() functions where appropriate by Denys Vlasenko · 4 years ago
- ec16c03 libbb: introduce and use sleep1() by Denys Vlasenko · 4 years ago
- 5c69ad0 build system: drop PLATFORM_LINUX by Ron Yorston · 4 years, 4 months ago
- 2dd82f4 lsscsi: code shrink by Denys Vlasenko · 4 years, 5 months ago
- 051665e crontab: Fix -e with editors saving using renaming strategy by Gray Wolf · 4 years, 6 months ago
- 5663a17 bc: placate a "defined but not used" warning by Denys Vlasenko · 4 years, 5 months ago
- 03ab212 randomconfig fixes by Denys Vlasenko · 4 years, 6 months ago
- 981b2ef mim: run scripts from a specification file by Ron Yorston · 5 years ago
- 0084137 bc: fix comparison bug, closes 12336 by Denys Vlasenko · 5 years ago
- 122a8cb hdparm: placate "warning: taking the absolute value of unsigned type" by Denys Vlasenko · 5 years ago
- f159352 bc: Add 'U' suffix in UINT_MAX preprocessor check by Kang-Che Sung · 5 years ago
- 10509a7 dc: Parse error & fix out of bounds read in xc_program_printString by Brian Foley · 5 years ago
- b64470b dc: Fix segfault when executing strings generated using asciify by Brian Foley · 5 years ago
- 7454879 dc: execute shouldn't pop if stack head is not a string by Brian Foley · 5 years ago
- 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
- 7a4e554 bc: placate compiler warnings by Denys Vlasenko · 5 years ago
- 1113961 dc: make 4 % 0 emit error messgaes and set result to 0 by Denys Vlasenko · 6 years ago
- 89023b1 dc: code shrink by Denys Vlasenko · 6 years ago
- 253c4e7 Optionally re-introduce bb_info_msg() by James Byrne · 6 years ago
- 0f5a7f3 man: add "/usr/share/man" as another default MANPATH, fix col override by Denys Vlasenko · 6 years ago
- 3c6f333 man: don't skip default path which appears in config file by Ron Yorston · 6 years ago
- fe78c9a ts: do call localtime() when neither -s nor -i specified by Denys Vlasenko · 6 years ago
- 973698d ts: use gettimeofday - we don't use nanoseconds here by Denys Vlasenko · 6 years ago
- 3395e2a ts: replace overlapping strcpy with shorter code by Denys Vlasenko · 6 years ago
- f370a66 ts: fix incorrect (copy-pasted) copyright attribution by Denys Vlasenko · 6 years ago
- 16df5e8 ts: new applet by Denys Vlasenko · 6 years ago
- 5059653 do not duplicate CONFIG_PID_FILE_PATH and ".pid" strings by Denys Vlasenko · 6 years ago
- f81e012 i2c_tools.c: i2ctransfer by Nikolaus Voss · 6 years ago
- dac8f5e i2ctransfer: new applet by Nikolaus Voss · 6 years ago
- 5379950 bc: implement pass-by-reference code from upstream by Denys Vlasenko · 6 years ago
- cfc2546 bc: code shrink by Denys Vlasenko · 6 years ago
- a1698a1 bc: remove "empty expression" check/message, parsing fails in these cases anyway by Denys Vlasenko · 6 years ago
- 132d7c0 bc: zbc_parse_expr_empty_ok() is unused except by zbc_parse_expr(), fold it in by Denys Vlasenko · 6 years ago
- fc7aa7a bc: disallow invalid syntax like "{ print 1 print 2 }" by Denys Vlasenko · 6 years ago
- edca770 sleep: support "inf" by Denys Vlasenko · 6 years ago
- e05ec6e bc: shorten "limits" output by Denys Vlasenko · 6 years ago
- f11b5b9 bc: formatting changes, added a FIXME comment, no logic changes by Denys Vlasenko · 6 years ago
- 54f5c1d bc: support void functions (GNU compat) by Denys Vlasenko · 6 years ago
- 1db367a dc: fit returning of string by Denys Vlasenko · 6 years ago
- 6842c60 dc: fix '?' by Denys Vlasenko · 6 years ago
- 377cc97 bc: eliminate struct BcInstPtr::results_len_before_call, it is redundant by Denys Vlasenko · 6 years ago