Denys Vlasenko
|
e4dcba1c10
*: whitespace fixes
|
14 年之前 |
Denys Vlasenko
|
9ce642f974
libbb: introduce and use common crc32 routine
|
14 年之前 |
Kevin Cernekee
|
ccb070450e
fdisk: initial stab at GPT partition support
|
14 年之前 |
Denys Vlasenko
|
1c26e05f30
remove unused SC_x (serial port names) defines
|
14 年之前 |
Denys Vlasenko
|
5360059131
libbb: introduce and use strcpy_and_process_escape_sequences
|
14 年之前 |
Alexander Shishkin
|
6722737ece
*: introduce and use xmkstemp. -65 bytes.
|
14 年之前 |
Denys Vlasenko
|
302ad1450e
libbb/hash_md5_sha: use common ctx and code for md5 and sha1/256
|
14 年之前 |
Denys Vlasenko
|
c48a5c607d
hash_md5_sha: use common finalization routine for MD5 and sha1/256. -15 bytes
|
14 年之前 |
Denys Vlasenko
|
9ff50b8697
*: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bits
|
14 年之前 |
Denys Vlasenko
|
b102e12253
*: use SWAP_BE64 instead of open-coding it
|
14 年之前 |
Denys Vlasenko
|
f6dacc23ff
bring md5 and sha1 names closer. no code changes
|
14 年之前 |
Denys Vlasenko
|
a971a192e8
shaN: code shrink
|
14 年之前 |
Denys Vlasenko
|
bcccad3531
md5: code shrink; and use 64-byte temp buf, not 128-byte.
|
14 年之前 |
Denys Vlasenko
|
c0683acce8
*: pass md5/shaN context pointer as 1st arg, not last
|
14 年之前 |
Denys Vlasenko
|
70186711f4
libbb/md5: code shrink
|
14 年之前 |
Denys Vlasenko
|
9fe98f701d
libbb: merge mail and uudecode's base64 decoders
|
14 年之前 |
Denys Vlasenko
|
7aa63042d0
libbb: xfunc_error_retval can be a byte
|
14 年之前 |
Denys Vlasenko
|
0004e99493
better shared strings trick
|
14 年之前 |
Denys Vlasenko
|
8d3e225a2d
libbb: add xfstat function
|
14 年之前 |
Alexander Shishkin
|
0834a6d3b9
pmap: new applet. +1k.
|
14 年之前 |
Denys Vlasenko
|
e7b0a9e5bc
patch: support "patch [FILE [PATCH]]" format
|
14 年之前 |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 年之前 |
Denys Vlasenko
|
c9b9750a0e
libbb: factor out common code from mpstat/iostat
|
14 年之前 |
Denys Vlasenko
|
7783248eaa
*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i
|
14 年之前 |
Waldemar Brodkorb
|
95b83ba4f8
OpenBSD compatibility
|
14 年之前 |
Jeremie Koenig
|
816ed971e4
libbb.h: add device names for Hurd and FreeBSD
|
14 年之前 |
Pascal Bellard
|
926031b764
*: introduce and use xfork() and xvfork()
|
14 年之前 |
Pascal Bellard
|
21e8e8da64
libbb: introduce and use BB_EXECVP_or_die()
|
14 年之前 |
Lauri Kasanen
|
7c1b2b5420
losetup: use LOOP_foo defines
|
14 年之前 |
Ladislav Michl
|
a73b87e934
*: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdup
|
14 年之前 |