コミット履歴

作者 SHA1 メッセージ 日付
  Denys Vlasenko c2788f88f4 libbb: introduce and use chdir_or_warn() 2 年 前
  Denys Vlasenko 6062c0d19b libbb: change xstrndup, xmemdup to take size_t as size parameter 2 年 前
  Denys Vlasenko fe2d8065e3 fix gcc-11.0 warnings 3 年 前
  Ron Yorston cad3fc743a libbb: introduce and use fputs_stdout 3 年 前
  Denys Vlasenko 3c13da3dab libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in shells 4 年 前
  Denys Vlasenko bb15969333 libbb: do not compile selinux_or_die() if !SELINUX 4 年 前
  Denys Vlasenko eb0c2e218c libbb: introduce and use xsettimeofday() 4 年 前
  Denys Vlasenko fd3c512f88 libbb: create and use mmap() helpers 4 年 前
  Denys Vlasenko eb773054e4 libbb: code shrink 4 年 前
  Martin Lewis 9b4a9d96b8 xstrndup: Use strndup instead of implementing it. 4 年 前
  James Byrne 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls 5 年 前
  Denys Vlasenko 41ef41b3e0 hush: fix nested redirects colliding with script fds 6 年 前
  Denys Vlasenko 899ae5337a libbb: new function bb_die_memory_exhausted 6 年 前
  Denys Vlasenko ebe6d9d875 whitespace and comment format fixes, no code changes 7 年 前
  Denys Vlasenko ef0366eb4f libbb: avoid malloc/free in bb_unsetenv() 7 年 前
  Denys Vlasenko 9fd61be191 libbb/xwrite: print errno on "short write" errors 8 年 前
  Denys Vlasenko 8220399173 nsenter,unshare: share common code; fix a bug of not closing all fds 8 年 前
  Denys Vlasenko c4199f22d0 libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd) 8 年 前
  Ron Yorston d840c5d139 libbb: add a function to make a copy of a region of memory 9 年 前
  Ryan Mallon 5906a5c26c libbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid() functions 11 年 前
  Denys Vlasenko 543efd7b4b libbb: code shrink 11 年 前
  Pascal Bellard 70fc8c17e2 su: do not change to home dir unless -l 12 年 前
  Denys Vlasenko 0687a5b496 libbb: make xchroot do a chdir("/") after chroot 12 年 前
  Alexander Shishkin 6722737ece *: introduce and use xmkstemp. -65 bytes. 14 年 前
  Denys Vlasenko c05387d5de *: replace xopen3 with xopen where makes sense 14 年 前
  Denys Vlasenko 8d3e225a2d libbb: add xfstat function 14 年 前
  Denys Vlasenko 0ef64bdb40 *: make GNU licensing statement forms more regular 14 年 前
  Jeremie Koenig 29885114a5 libbb: conditionalize AF_* usage in error reporting 14 年 前
  Pascal Bellard 926031b764 *: introduce and use xfork() and xvfork() 14 年 前
  Denys Vlasenko dd8adde386 *: introduce and use bb_unsetenv_and_free 14 年 前