Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_busybox
/
e4f0f26bade2560b96ee66e719e464753befa433
e4f0f26
sha3: s/sha3_process_block76/sha3_process_block72/
by Denys Vlasenko
· 13 years ago
5368fe5
sha3: rename KeccakF->sha3_process_block76.
by Denys Vlasenko
· 13 years ago
406ea15
mount: add unc option to CIFS mount (needed for Linux 3.4+)
by Martin Santesson
· 13 years ago
970aa6b
sha3: cache ctx->bytes_queued
by Denys Vlasenko
· 13 years ago
8fb3ab5
sha3: remove two "small code" codepaths: I can't reproduce code size win on them anymore
by Denys Vlasenko
· 13 years ago
8e7312e
sha3: tweak choice of a fast code path for 64-bit
by Denys Vlasenko
· 13 years ago
5b7f50f
sha3: cosmetic tweaks to various names, comments. No logic changes.
by Denys Vlasenko
· 13 years ago
ac4100e
sha3: code shrink
by Denys Vlasenko
· 13 years ago
a55df27
sha3: code shrink
by Denys Vlasenko
· 13 years ago
07a54e2
sha3: another speedup for SHA3_SMALL=0 case
by Denys Vlasenko
· 13 years ago
6830ade
whitespace fixes. no code changes
by Denys Vlasenko
· 13 years ago
30a8652
sha3: make size/speed optimization decision configurable
by Denys Vlasenko
· 13 years ago
60cb48c
whitespace cleanup. no code changes
by Denys Vlasenko
· 13 years ago
b8173b6
sha3sum: new applet
by Lauri Kasanen
· 13 years ago
b7841cf
ntpd: fix incorrect m_status field in outgoing packets. Closes 5120
by Paul Marks
· 13 years ago
90801da
Remove redundant 'config FEATURE_VOLUMEID_SQUASHFS'
by Denys Vlasenko
· 13 years ago
6928d9f
volume_id: add squashfs detection
by Sven-Göran Bergh
· 13 years ago
6967578
whitespace fixes. no code changes
by Denys Vlasenko
· 13 years ago
5218515
volume_id: uuid_format small code shrink
by Sven-Göran Bergh
· 13 years ago
07b419d
volume_id: display hfs[+] 128-bit UUID properly
by Sven-Göran Bergh
· 13 years ago
a58f7b7
blkid: add type display for hfsplus
by Sven-Göran Bergh
· 13 years ago
cd776cf
syslogd: add option to log to Linux kernel printk buffer
by Peter Korsgaard
· 13 years ago
d189b59
klogd: handle multi-char log levels
by Peter Korsgaard
· 13 years ago
3917fa3
dmesg: handle multi-char log levels
by Peter Korsgaard
· 13 years ago
fb499c5
powertop: fix error message
by Lauri Hintsala
· 13 years ago
a38f9fa
ifenslave: fix missing close paren
by Mike Frysinger
· 13 years ago
12677ac
CONFIG_PID_FILE_PATH: new configuration option for pidfile paths
by Anthony G. Basile
· 13 years ago
393c395
du: document incompatibility with standard tool
by Denys Vlasenko
· 13 years ago
4d5955e
decompress_uncompress: comment out a bigger chunk of debug code
by Denys Vlasenko
· 13 years ago
a846117
decompress_uncompress: comment out debug printout on corrupted data
by Denys Vlasenko
· 13 years ago
c71547c
decompress_uncompress: move 'code' variable into loop - sole user
by Denys Vlasenko
· 13 years ago
4ba6c5d
ash: fix a memory leak
by Jon Tollefson
· 13 years ago
e4b9451
volume_id: add exFAT detection
by S-G Bergh
· 13 years ago
3f21044
ifupdown: code shrink
by Denys Vlasenko
· 13 years ago
a803bfa
ifupdown: remove unused errno assignments
by Denys Vlasenko
· 13 years ago
1118133
ifupdown: simple code shrink
by Denys Vlasenko
· 13 years ago
d2d5049
blkid: show filesystem when both label and UUID are missing, but type is known
by S-G Bergh
· 13 years ago
5694afd
build system: use pkg-config to look up selinux libs
by Mike Frysinger
· 13 years ago
67dc7b2
fbsplash: fix regression from e4fa7b7
by Timo Teräs
· 13 years ago
3aeb870
nanddump: invert the meaning of the -o parameter to match upstream
by Baruch Siach
· 13 years ago
98f6b2d
nanddump: skip bad blocks when instructed to do so
by Baruch Siach
· 13 years ago
da0200a
nanddump: use the right operator of logic AND
by Baruch Siach
· 13 years ago
eab343e
mktemp: fix mktemp -u temp.XXXXXX returning garbage when TMPDIR is set
by Ron Yorston
· 13 years ago
8dc6d1a
adduser: make it accept "adduser USER GROUP" form
by Tito Ragusa
· 13 years ago
fd77ea5
mark get_shell_name FAST_FUNC
by Denys Vlasenko
· 13 years ago
32711c4
top/ps: argv0:"gdm-session-worker [pam/gdm-password]" == comm:"gdm-session-wor"
by Denys Vlasenko
· 13 years ago
d527588
ash: implement export -n
by Denys Vlasenko
· 13 years ago
f47ce07
brctl: fix description and usage
by Nicolas Thill
· 13 years ago
1c7a58d
udhcpc[6]: allow discover_retries == 0 (infinite)
by Felix Fietkau
· 13 years ago
d109798
flashcp: remove unused variable opts
by Manuel Zerpies
· 13 years ago
b232037
lineedit: in !EDITING config, return -1 on fgets error
by Denys Vlasenko
· 13 years ago
9371043
fix unsafe bb_perror_msg(filename) calls
by Denys Vlasenko
· 13 years ago
225cc13
scripts/kconfig/mconf: work on systems w/o SIGWINCH
by Denys Vlasenko
· 13 years ago
c4f2d99
libbb: correctness/size tweaks in signal-related helpers
by Denys Vlasenko
· 13 years ago
73a1990
top: do not touch stdin if -b
by Denys Vlasenko
· 13 years ago
06a98e3
modprobe_small: make rmmod to NOT remove dependencies. Closes 5162
by Denys Vlasenko
· 13 years ago
0b4980c
ash: trivial fixes for compile failures
by Denys Vlasenko
· 13 years ago
ffe03f0
top: fix build failure in !USE_TERMIOS case
by Denys Vlasenko
· 13 years ago
42be921
ps: fix build failure in !DESKTOP case
by Denys Vlasenko
· 13 years ago
2fb8d0d
top: implement scrolling up/down (_very_ useful)
by Denys Vlasenko
· 13 years ago
3c62bba
ushcpc: gracefully handle packets with CHECKSUM_PARTIAL
by Alexey Froloff
· 13 years ago
0ffd63c
telnet: convert Enter -> CR LF in line mode too
by Denys Vlasenko
· 13 years ago
57f07bf
telnet: shrink literal string size
by Denys Vlasenko
· 13 years ago
aca464d
telnet: convert CR -> CR LF, not CR -> CR NUL when sending data to server
by Denys Vlasenko
· 13 years ago
6d463de
fbsplash: support non-RGB565 pixels in 16-bit mode
by Linus Walleij
· 13 years ago
2dc1a97
find: make -mindepth N -xdev correctly stop on mountpoints
by Denys Vlasenko
· 13 years ago
9e71e3c
ash: fix "read -s" + ^C. Closes 5504
by Denys Vlasenko
· 13 years ago
50157f3
top: fix "last CPU" parsing
by Denys Vlasenko
· 13 years ago
c439851
sysctl: implement -q
by Joshua Kahlenberg
· 13 years ago
d1d794f
refactor correct_password.c to avoid one if
by walter harms
· 13 years ago
9b80b90
build system: stop .eh_frame generation
by Denys Vlasenko
· 13 years ago
b7812ce
wget: reorder fread and poll: poll only if fread returns EAGAIN. Closes 5426
by Denys Vlasenko
· 13 years ago
168f87c
httpd_indexcgi.c: fix compile failure
by Denys Vlasenko
· 13 years ago
5f10fdf
Fix compile failure in ll_proto.c
by Denys Vlasenko
· 13 years ago
c5a9fa2
blkid: add support for nilfs2
by Sven-Göran Bergh
· 13 years ago
8019b3a
volume_id: code shrink
by Denys Vlasenko
· 13 years ago
11f2c0d
blkid: add type display for btrfs
by Sven-Göran Bergh
· 13 years ago
405daff
ll_proto.c: code shrink
by Denys Vlasenko
· 13 years ago
a0fd4a7
style fixes, no code changes
by Denys Vlasenko
· 13 years ago
41f7885
getty: tweak style, no code changes
by Denys Vlasenko
· 13 years ago
9c55143
wget: try reading after poll timeout - stdio may have buffered data. Closes 5426
by Denys Vlasenko
· 13 years ago
45c35e9
getty: add commented-out extended error diagnostic
by Denys Vlasenko
· 13 years ago
dba7094
login: increase login name size limit from 32 to 64
by Denys Vlasenko
· 13 years ago
6567edd
udhcp[cd]: fix binding to network aliases. Closes 5432, 5438
by Denys Vlasenko
· 13 years ago
4919565
lineedit: fix Alt-D when cursor==0
by Cliff Frey
· 13 years ago
2ffd710
platform.h: disable ALIGNn macros for s390[x]
by Denys Vlasenko
· 13 years ago
ca81a93
disable format security warnings
by Mike Frysinger
· 13 years ago
293c945
udhcpc: make -O <numeric_opt> work. Closes 5402
by Denys Vlasenko
· 13 years ago
0e941d5
Simplify copyright/license notice that appears in the binary.
by Bradley M. Kuhn
· 13 years ago
5cfb818
Add yet another missing ALIGN2 on a global declaration.
by Denys Vlasenko
· 13 years ago
71045cc
dhcpd: write lease file on exit
by Denys Vlasenko
· 13 years ago
d3a4239
*: declare strings with ALIGN1, as appropriate
by Aurelien Jarno
· 13 years ago
32f774c
*: declare strings with ALIGN1, as appropriate
by Michael Tokarev
· 13 years ago
e565383
testsuite: make mkfs.minix test not fail spuriously on big endian
by Yao Zhao
· 13 years ago
37a79c0
sed: allow 'w' cmd to use two address form
by Mimi Li
· 13 years ago
dbed6c4
tftpd: fix -u USER to work with chroot. Closes 5348
by Denys Vlasenko
· 13 years ago
df8066a
awk: fix FS assignment behavior. Closes 5108
by Denys Vlasenko
· 13 years ago
e1db338
ftpd: free allocated string on error path
by Denys Vlasenko
· 13 years ago
3bb8587
ftpd: fix MDTM's month value. Closes 5336
by Denys Vlasenko
· 13 years ago
566a313
ash: add a comment about VEXPORT
by Denys Vlasenko
· 13 years ago
Next »