Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
5e62a3d016633d4d97906f0f73298dc8e8b6a42b
5e62a3d
libpwdgrp: use a better estimate of max struct size
by Denys Vlasenko
· 10 years ago
9dca6ac
libpwdgrp: reinstate Tito's optional atexit freeing
by Denys Vlasenko
· 10 years ago
8d547ac
libpwdgrp: fix a memory leak in getXXnam (we did not save address of string buf)
by Denys Vlasenko
· 10 years ago
31d6734
libpwdgrp: tweak comments, replace one xmalloc with xzalloc
by Denys Vlasenko
· 10 years ago
908b6e5
libpwdgrp: use FAST_FUNC to make "matching ABI" optimization more likely to succeed
by Denys Vlasenko
· 10 years ago
1da09cf
libpwdgrp: rewritten to use malloced implementation
by Tito Ragusa
· 10 years ago
7885452
modprobe: revert checking for /, stop doing basename() on modprobe args
by Denys Vlasenko
· 10 years ago
6c19d35
Makefile: fix cscope target
by Bartosz Golaszewski
· 10 years ago
c76236f
ash: fix a SEGV in ${#1}
by Denys Vlasenko
· 10 years ago
8074a6c
udhcpd: account for script delay in lease
by John Schroeder
· 10 years ago
b996507
Start 1.24.0 development cycle
by Denys Vlasenko
· 10 years ago
6968e08
Bump version to 1.23.0
by Denys Vlasenko
· 10 years ago
1_23_0
ca9c465
libbb: add sanity check in bb_arg_max()
by Denys Vlasenko
· 10 years ago
11775ed
randomconfig fixes
by Denys Vlasenko
· 10 years ago
a6588fa
Make it possible to override LOGIN_FAIL_DELAY in CONFIG_EXTRA_CFLAGS
by Peter Kümmel
· 10 years ago
2863492
udhcpc: account for script run time
by Denys Vlasenko
· 10 years ago
ad0d009
nanddump: don't show --bb in usage when disabled
by Baruch Siach
· 10 years ago
e835afa
nandwrite: fix build when long options are disabled
by Baruch Siach
· 10 years ago
20cd31a
lineedit: don't block when looking for escape sequence in vi-mode
by Ron Yorston
· 10 years ago
acb8be7
tar: fix "tar -cJ" ignoring -J option. closes 7706
by Denys Vlasenko
· 10 years ago
d598a8d
lineedit: don't fall back to simple line input if tty is in raw mode
by Denys Vlasenko
· 10 years ago
202d9a6
Config: select PLATFORM_LINUX if using sendfile()
by Bartosz Golaszewski
· 10 years ago
bd7c1f2
flashcp: change BUFSIZE to 4k
by Jacob Kjaergaard
· 10 years ago
cfcd239
make xmalloc_open_zipped_read_close result NUL terminated
by Denys Vlasenko
· 10 years ago
b4c11c1
libarchive: add capability to unpack to mem.buffer
by Denys Vlasenko
· 10 years ago
e7800f3
Rename transformer_aux_data_t -> transformer_state_t
by Denys Vlasenko
· 10 years ago
476654c
man: do not mangle $MANPATH in memory
by Denys Vlasenko
· 10 years ago
8d75d79
libbb: use sendfile() to copy data between file descriptors
by Bartosz Golaszewski
· 10 years ago
ee41094
man: accept a list of dirs in $MANPATH
by Denys Vlasenko
· 10 years ago
04c1417
libbb: use ARG_MAX for bb_arg_max() only if it's 60k+
by Denys Vlasenko
· 10 years ago
2835a22
bbunit: fix WANT_TIMING compilation
by Denys Vlasenko
· 10 years ago
eff58f1
gitignore: add testsuite/echo-ne
by Bartosz Golaszewski
· 10 years ago
298faba
udhcpd: if a lease from lease file coincides with a static one, ignore it
by Denys Vlasenko
· 10 years ago
2bba9ad
init: do not run shutdown/reexec actions from signal handler
by Denys Vlasenko
· 10 years ago
4e314fa
modprobe,rmmod: reject module names with slashes
by Denys Vlasenko
· 10 years ago
f5add44
typo fix in comment
by Denys Vlasenko
· 10 years ago
8a475de
ash,hush: do not segfault on $((2**63 / -1))
by Denys Vlasenko
· 10 years ago
08a5dab
ash: fix handling of negative start value in ${v:start:len}
by Denys Vlasenko
· 10 years ago
1a11439
iproute: support onelink route option and print route flags
by Michael Tokarev
· 10 years ago
628f134
exit with 127 if appled name wasn't found - it's more POSIXy
by Denys Vlasenko
· 10 years ago
d3fabf8
zcip: Add environment variable for overriding log functionality
by Michel Stam
· 10 years ago
fdd957b
zcip: allow our own class B range to be used for ZeroConf
by Michel Stam
· 10 years ago
9f41271
udhcpd: add option for tweaking arpping
by Michel Stam
· 10 years ago
760d035
ntpd: calculate offset to jitter ratio before updating jitter
by Miroslav Lichvar
· 10 years ago
cd73871
sed: fix "sed CMD -i nonexistent_file". Closes 7484
by Denys Vlasenko
· 10 years ago
b434ce7
ntpd: don't stay at short polling interval
by Miroslav Lichvar
· 10 years ago
cf76b5c
getty: set tty attrs so that control chars are shown as ^c
by Denys Vlasenko
· 10 years ago
d3fe960
ntpd: be less eager to use shorter poll intervals
by Denys Vlasenko
· 10 years ago
186b98a
ubiupdatevol: fix -t to not require an option. Closes 7466
by Denys Vlasenko
· 10 years ago
054f5a5
install: fix help text
by Denys Vlasenko
· 10 years ago
590a22c
ntpd: split out poll adjusting code
by Miroslav Lichvar
· 10 years ago
fb143f7
ntpd: don't wait for good offset before disabling burst mode
by Miroslav Lichvar
· 10 years ago
0f78d61
install: implement -t DIR
by Aaro Koskinen
· 10 years ago
307d26c
less: make -E work
by Aaro Koskinen
· 10 years ago
865814a
less: trivial code shrink
by Denys Vlasenko
· 10 years ago
d6e7672
less: move "retry-on-EAGAIN" logic closer to read ops
by Denys Vlasenko
· 10 years ago
15943c8
less: disable "suppress empty wraparound" optimization
by Denys Vlasenko
· 10 years ago
fbdc167
df: fix -T option when ENABLE_FEATURE_HUMAN_READABLE=0
by Ari Sundholm
· 10 years ago
cd7a38a
false: make "false --help" exit with 1
by Denys Vlasenko
· 10 years ago
d0cdaca
df: implement -T option
by Ari Sundholm
· 10 years ago
9caea24
sed: fix a buglet in s///NUM handling
by Denys Vlasenko
· 10 years ago
7666fa1
ftpd: make LIST command show dotfiles too
by Denys Vlasenko
· 10 years ago
05399fc
vi: fix incorrect memory access on brace matching. Closes 7256
by Denys Vlasenko
· 10 years ago
26a8b9f
mdev: treat zero-length /dev/mdev.seq the same as "\n" one. Closes 7334
by Denys Vlasenko
· 10 years ago
07f7ea7
ash: fix off-by-one in "jobs %4" handling. closes 7310
by Denys Vlasenko
· 10 years ago
2ec3496
ash: factor out ASH_HELP config option
by Denys Vlasenko
· 10 years ago
3e9b13e
find: support -perm /BITS. Closes 7340
by Denys Vlasenko
· 10 years ago
4eb1e42
tftpd: tweak HP PA-RISC firmware bug compatibility
by Denys Vlasenko
· 10 years ago
67e01fe
tftpd: support full 512-byte requests
by Denys Vlasenko
· 10 years ago
f02c52b
taskset: fix logic error in "if it doesn't start with 0x..."
by Denys Vlasenko
· 10 years ago
34cc6c9
grep: fix "grep -r PATTRN SYMLINK_TO_DIR"
by Denys Vlasenko
· 10 years ago
6ff0551
ping: add -p to specify data pattern
by Florian Fainelli
· 10 years ago
962c4e8
taskset: support CPU masks for more than 64 CPUs
by Denys Vlasenko
· 10 years ago
fb8d1ef
addgroup: mention -S in the help text
by Denys Vlasenko
· 10 years ago
e9ab07c
ash: make ${#var} unicode-aware
by Denys Vlasenko
· 10 years ago
841f833
ash,hush: run reinit_unicode() only if makes sense
by Denys Vlasenko
· 10 years ago
c538d5b
hush: make ${#var} unicode-aware
by Denys Vlasenko
· 10 years ago
45b4ecc
init: if libc-based Unicode support is on, run setlocale(LC_ALL, "") at startup
by Denys Vlasenko
· 10 years ago
feac9b6
ftpd: add optional support for authentication
by Morten Kvistgaard
· 10 years ago
09a0e22
sha3: tweak comments and indentation
by Denys Vlasenko
· 10 years ago
4ff933c
sha3: code shrink (and speedup for SHA3_SMALL=0)
by Denys Vlasenko
· 10 years ago
6c6d37e
top: fix memset length (sizeof(ptr) vs sizeof(array) problem)
by Denys Vlasenko
· 10 years ago
7df1f1d
top: fix and merge code to parse /proc/meminfo
by Timo Teräs
· 10 years ago
2a563ea
sha3: add 32-bit optimized bit-sliced implementation
by Denys Vlasenko
· 10 years ago
a4d564a
zcip: fix link-local IP conflict detection
by Ken Sharp
· 10 years ago
b8ffd11
udhcp: add PXELINUX path prefix option (code 210) definition
by Jeremy Kerr
· 10 years ago
278842d
ntpd: add support for -I IFACE
by Denys Vlasenko
· 10 years ago
7d16964
modinfo: fix module parsing with kernel >= 2.6.37
by David Marchand
· 11 years ago
03e17bf
fatattr: use the standard type for 32-bit int
by Denys Vlasenko
· 11 years ago
6e17766
setlogcons: fix help text
by Denys Vlasenko
· 11 years ago
ae57fca
syslogd: make "reopen log file every second" logic work for multiple logs
by Joshua Judson Rosen
· 11 years ago
e46047a
syslogd: syslogd: don't *decrement* log_file->size on write failures
by Joshua Judson Rosen
· 11 years ago
a28c1b2
syslogd: make "-O -" log to stdout
by Denys Vlasenko
· 11 years ago
98654b9
test: fix mishandling of "test '(' = '('" and similar
by Denys Vlasenko
· 11 years ago
d32fc64
libbb: fix bb_ask() to flush input before prompt, not after. Closes 7190
by Denys Vlasenko
· 11 years ago
184b266
cpio: reinstate "options:" line in help text
by Denys Vlasenko
· 11 years ago
bf0f2c7
Rename INIT_LAST to INIT_FUNC to avoid confusion
by Bartosz Golaszewski
· 11 years ago
d3633b7
fatattr: new applet
by Pascal Bellard
· 11 years ago
a9dc7c2
lzop: add overflow check
by Denys Vlasenko
· 11 years ago
1b487ea
stat: fix printing selinux context and null-dereference
by Michael Gernoth
· 11 years ago
Next »