aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * lsattr: support more ext2 flagsDenys Vlasenko2021-06-201-5/+6
| * lsattr,chattr: support -pDenys Vlasenko2021-06-201-0/+12
| * free: implement -hDenys Vlasenko2021-06-181-2/+2
| * xxd: implement -i "C style output"Denys Vlasenko2021-06-181-0/+1
| * xxd: implement -o DISPLAYOFFSETDenys Vlasenko2021-06-171-1/+2
* | win32: partial implementation of sync(2)Ron Yorston2021-06-071-1/+2
* | Merge branch 'busybox' into mergeRon Yorston2021-06-071-1/+2
|\|
| * ash: add process substitution in bash-compatibility modeRon Yorston2021-06-051-0/+2
| * runsv: robustify signal handling - SIGTERM to child between vfork and exec co...Denys Vlasenko2021-06-051-1/+1
| * ls: don't output any colors with TERM=dumbSören Tempel2021-06-041-0/+1
* | sync: enable in default configurationRon Yorston2021-06-071-1/+1
* | win32: let virtual /dev/fd/<num> files be openedRon Yorston2021-06-071-0/+2
* | win32: rename update_dev_fd() as update_special_fd()Ron Yorston2021-06-071-1/+1
* | win32: implement futimens(2)/utimensat(2)Ron Yorston2021-05-141-0/+10
* | Merge branch 'busybox' into mergeRon Yorston2021-05-142-1/+29
|\|
| * libbb.h: inline byteswapsDenys Vlasenko2021-04-242-0/+23
| * platform.h: fix for Bionic >= 21 not having wait3()Denys Vlasenko2021-04-141-0/+4
| * fix gcc-11.0 warningsDenys Vlasenko2021-04-141-1/+1
* | Post-merge build fixesRon Yorston2021-03-011-0/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-03-012-0/+9
|\|
| * libbb: fix '--help' handling in FEATURE_SH_NOFORK=yDenys Vlasenko2021-02-181-0/+1
| * ash: placate -Werror=format-securityDenys Vlasenko2021-02-181-0/+8
* | win32: move is_absolute_path()Ron Yorston2021-03-011-0/+1
* | win32: fixes to build on Windows/MSYS2/mingw-w64Ron Yorston2021-02-212-3/+5
* | win32: update sysinfo(2) implementationRon Yorston2021-02-191-2/+0
* | free: implement sysinfo(2) and enable free(1)Ron Yorston2021-02-181-0/+22
* | ash: code shrinkRon Yorston2021-02-141-1/+0
* | win32: implement symlink(2)Ron Yorston2021-02-121-1/+1
* | win32: make readlink(2) implementation unconditionalRon Yorston2021-02-121-4/+0
* | win32: code shrinkRon Yorston2021-02-061-4/+0
* | Merge branch 'busybox' into mergeRon Yorston2021-02-051-0/+1
|\|
| * libbb: introduce and use fputs_stdoutRon Yorston2021-02-031-0/+1
* | tls: avoid unnecessary changes to POSIX build, part 2Ron Yorston2021-01-252-0/+7
* | libarchive: allow extraction of hard linksRon Yorston2021-01-191-7/+0
* | Merge branch 'busybox' into mergeRon Yorston2021-01-146-16/+79
|\|
| * Fix for the FEATURE_UTMP on the FreeBSDAlex Samorukov2021-01-041-1/+5
| * Fix bb_setpgrp weapper on the FreeBSDAlex Samorukov2021-01-041-1/+1
| * libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...Denys Vlasenko2020-12-301-0/+1
| * bc: do not allocate line editing state until neededDenys Vlasenko2020-12-211-0/+4
| * move ADJTIME_PATH define to header filesDenys Vlasenko2020-12-172-0/+12
| * libbb: introduce and use xsettimeofday()Denys Vlasenko2020-12-161-0/+2
| * lineedit: remove ->path_lookup if ash is not configuredDenys Vlasenko2020-12-161-5/+11
| * libbb: enable fixed 4k pagesize for 32bit ARMDenys Vlasenko2020-12-151-0/+5
| * libbb: add and use infrastructure for fixed page size optimizationDenys Vlasenko2020-12-141-0/+18
| * libbb: create and use mmap() helpersDenys Vlasenko2020-12-141-0/+3
| * libbb: exec_login_shell() - new functionDenys Vlasenko2020-12-021-0/+1
| * libbb: rename run_shell() to exec_shell()Denys Vlasenko2020-12-021-2/+2
| * decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-302-1/+4
| * libbb: introduce and use msleep()Denys Vlasenko2020-11-291-1/+2
| * libbb: introduce and use sleep1()Denys Vlasenko2020-11-291-3/+1