index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
procps
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libbb: fix mishandling of "all argv are opts" in getopt32()
Denis Vlasenko
2008-08-20
1
-2
/
+1
*
nmeter: fix read past the end if a buffer. Closes 4594
Denis Vlasenko
2008-08-14
1
-2
/
+4
*
libbb: make xrealloc_vector zero out the realloc'ed tail
Denis Vlasenko
2008-08-04
1
-2
/
+2
*
hush: add #defines to switch off break/continue if loops are not supported
Denis Vlasenko
2008-07-29
1
-1
/
+1
*
fix several problems with config parser:
Denis Vlasenko
2008-07-26
1
-4
/
+1
*
fix all cases of strcpy on overlapping strings.
Denis Vlasenko
2008-07-22
1
-1
/
+1
*
- wrap overlong lines (Cristian Ionescu-Idbohrn)
Bernhard Reutner-Fischer
2008-07-22
1
-3
/
+3
*
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-21
3
-10
/
+11
*
- first pass to unify/cleanup uid handling (-236b)
Bernhard Reutner-Fischer
2008-07-21
1
-1
/
+1
*
libbb: fixes to config_read() by maintainer
Denis Vlasenko
2008-07-20
1
-42
/
+18
*
pidof/killall: allow find_pid_by_name to find running
Denis Vlasenko
2008-07-17
2
-4
/
+9
*
s/SELINIX/SELINUX/
Denis Vlasenko
2008-07-16
1
-3
/
+3
*
fuser: a bit of safety in scanf
Denis Vlasenko
2008-07-12
1
-1
/
+1
*
cpio: internalize archive_xread_all_eof. add a few paranoia checks
Denis Vlasenko
2008-07-12
1
-3
/
+4
*
libbb: introduce and use xrealloc_vector
Denis Vlasenko
2008-07-08
2
-5
/
+5
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
10
-20
/
+20
*
nmeter: tiny shrink
Denis Vlasenko
2008-06-30
1
-5
/
+4
*
nmeter: tiny shrink
Denis Vlasenko
2008-06-28
1
-1
/
+1
*
nmeter: cosmetics
Denis Vlasenko
2008-06-28
1
-1
/
+1
*
nmeter: code shrink
Denis Vlasenko
2008-06-28
1
-24
/
+22
*
whitespace fixes. no code changes
Denis Vlasenko
2008-06-25
1
-6
/
+5
*
*: use llist_pop for traverse-and-free list operation
Denis Vlasenko
2008-06-15
1
-2
/
+1
*
fuser: a now, the corrected fix (vda botched previous one)
Denis Vlasenko
2008-05-28
1
-0
/
+1
*
fiser: opendir "/proc", not "." (by Cristian Ionescu-Idbohrn)
Denis Vlasenko
2008-05-28
1
-2
/
+3
*
fix another -Wall warning
Denis Vlasenko
2008-05-20
1
-1
/
+1
*
- use STD*_FILENO some more. No object-code changes
Bernhard Reutner-Fischer
2008-05-19
2
-2
/
+2
*
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
Bernhard Reutner-Fischer
2008-05-19
1
-1
/
+1
*
more -Wall warning fixes. -Wall is enabled now.
Denis Vlasenko
2008-05-18
2
-6
/
+7
*
more of -Wall fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-15
5
-13
/
+12
*
top: fix build failure
Denis Vlasenko
2008-04-17
1
-1
/
+6
*
shells: do not frocibly enable test, echo and kill _applets_,
Denis Vlasenko
2008-04-01
1
-1
/
+0
*
fuser: fix vda's breakage: DOH! chdir'ing to /proc breaks relative paths
Denis Vlasenko
2008-03-29
1
-6
/
+4
*
patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)
Denis Vlasenko
2008-03-23
1
-2
/
+0
*
let top build without TERMIOS enabled
Paul Fox
2008-03-20
1
-0
/
+2
*
*: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier to remember)
Denis Vlasenko
2008-03-19
1
-19
/
+29
*
*: fix fallout from -Wunused-parameter
Denis Vlasenko
2008-03-17
1
-1
/
+1
*
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
10
-18
/
+18
*
fuser: bugfixes and shrink. It was assuming that xmalloc zeroes returned area!
Denis Vlasenko
2008-03-17
1
-221
/
+179
*
dos2unix: tiny shrink
Denis Vlasenko
2008-03-17
1
-1
/
+2
*
nmeter: fix bug where %[mf] behaves as %[mt]
Denis Vlasenko
2008-02-29
1
-1
/
+1
*
*: add optimization barrier to all "G trick" locations
Denis Vlasenko
2008-02-27
1
-5
/
+5
*
watch: shrink (by walter harms <WHarms AT bfs.de>)
Denis Vlasenko
2008-02-24
1
-29
/
+23
*
libbb: introduce bb_signals and bb_signals_recursive,
Denis Vlasenko
2008-02-16
1
-2
/
+4
*
- spelling fixes
Bernhard Reutner-Fischer
2008-02-11
1
-1
/
+1
*
getpot: add support for "a+" specifier for nonnegative int parameters.
Denis Vlasenko
2008-02-10
1
-6
/
+3
*
ps: fixlet to disabled compat code
Denis Vlasenko
2008-02-03
1
-2
/
+2
*
ps: add (disabled) compat code
Denis Vlasenko
2008-02-02
1
-0
/
+14
*
- be C99 friendly. Anonymous unions are a GNU extension. This change is
Bernhard Reutner-Fischer
2008-01-29
1
-12
/
+12
*
ps: fix yet another buglet from recent ulltoa conversion :(
Denis Vlasenko
2008-01-07
1
-4
/
+4
*
ps: fix COMMAND column adjustment
Denis Vlasenko
2008-01-07
1
-2
/
+2
[next]