aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* update_passwd: fix context variableBernd Kuhls2021-03-091-1/+1
* randomconfig fixesDenys Vlasenko2020-12-291-1/+1
* lineedit: code shrinkDenys Vlasenko2020-12-211-5/+5
* lineedit: add a comment about possible use of tcflush()Denys Vlasenko2020-12-211-0/+1
* bc: do not allocate line editing state until neededDenys Vlasenko2020-12-211-7/+11
* mount: if we race with other loop mount, we forget to close loop devDenys Vlasenko2020-12-171-1/+2
* move ADJTIME_PATH define to header filesDenys Vlasenko2020-12-171-6/+0
* mount: fix a race when a free loop device is snatched under us by another mount.Denys Vlasenko2020-12-171-65/+73
* Fixes for Hurd buildDenys Vlasenko2020-12-171-0/+4
* libbb: do not compile selinux_or_die() if !SELINUXDenys Vlasenko2020-12-161-3/+3
* libbb: introduce and use xsettimeofday()Denys Vlasenko2020-12-162-12/+18
* lineedit: disable completion and fancy prompts if no shells are selectedDenys Vlasenko2020-12-161-13/+16
* lineedit: use strncmp instead of is_prefixed_with (we know the length)Denys Vlasenko2020-12-161-22/+25
* lineedit: remove ->path_lookup if ash is not configuredDenys Vlasenko2020-12-161-0/+2
* lineedit: match local directories when searching PATHRon Yorston2020-12-161-1/+8
* lineedit: omit directories when tab-completing from PATHRon Yorston2020-12-161-0/+3
* libbb: make pw_encrypt() die if supplied salt is bad (e.g. emply)Denys Vlasenko2020-12-152-17/+19
* libbb: add and use infrastructure for fixed page size optimizationDenys Vlasenko2020-12-141-2/+2
* libbb: create and use mmap() helpersDenys Vlasenko2020-12-142-4/+22
* libbb: make msleep() result in only one syscall instead of loopingDenys Vlasenko2020-12-112-1/+18
* mkdtemp: proper error detection on mktempXabier Oneca2020-12-081-1/+2
* libbb: exec_login_shell() - new functionDenys Vlasenko2020-12-021-2/+7
* libbb: code shrink in exec_shell()Denys Vlasenko2020-12-021-6/+8
* libbb: rename run_shell() to exec_shell()Denys Vlasenko2020-12-022-11/+11
* decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-307-26/+25
* unicode: relax array alignment for tablesDenys Vlasenko2020-11-301-8/+8
* unicode: fix handling of short 1-4 char tablesDenys Vlasenko2020-11-302-3/+4
* libbb: code shrinkDenys Vlasenko2020-11-291-6/+3
* libbb: introduce and use msleep()Denys Vlasenko2020-11-291-1/+14
* libbb: introduce and use sleep1()Denys Vlasenko2020-11-291-0/+6
* libbb: bb_do_delay(3) -> pause_after_failed_login(), and stop looping thereDenys Vlasenko2020-11-291-6/+16
* libbb: in @SECONDS date format, use 64-bit time if libc allowsDenys Vlasenko2020-11-281-1/+5
* base32/64: "truncated base64 input" -> "truncated input"Denys Vlasenko2020-11-281-6/+7
* libbb: change decode_base32/64 API to return the end of _dst_, not _src_.Denys Vlasenko2020-11-281-14/+15
* libbb: trim base32/64 tablesDenys Vlasenko2020-11-281-13/+11
* base32/64: code shrinkDenys Vlasenko2020-11-281-29/+37
* base32/64: code shrinkDenys Vlasenko2020-11-281-32/+43
* libbb: faster and smaller decode_base32()Denys Vlasenko2020-11-271-50/+34
* libbb: smaller and faster decode_base64()Denys Vlasenko2020-11-271-64/+36
* base32: new appletDenys Vlasenko2020-11-261-3/+81
* libbb: set netlink socket revbuf size before bindingJan Klötzke2020-11-221-8/+12
* lineedit: fix unicode characters in promptAudun-Marius Gangstø2020-11-211-4/+11
* od: unbreak itDenys Vlasenko2020-10-251-24/+0
* hexdump: fix dup block comparisonDenys Vlasenko2020-10-201-1/+0
* xxd: fix printing of trailing spacesDenys Vlasenko2020-10-201-22/+71
* avoid using strok - eliminates use of hidden global variableDenys Vlasenko2020-10-062-15/+20
* libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko2020-10-011-29/+43
* gcc-9.x warning fixesDenys Vlasenko2020-10-011-1/+3
* libbb: do not open-code __errno_location() callDenys Vlasenko2020-10-011-1/+6
* libbb: extend "errno pointer" trick to other than __GLIBC__Denys Vlasenko2020-10-012-3/+3