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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
procps
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
win32: procps/kill mask
Nguyễn Thái Ngọc Duy
2010-04-20
1
-1
/
+1
*
Config.in: mark all applets POSIX only
Nguyễn Thái Ngọc Duy
2010-04-19
1
-0
/
+13
*
ps: fix non-DESKTOP option handling code
Denys Vlasenko
2010-04-07
1
-23
/
+26
*
sysctl: tiny code shrink
Denys Vlasenko
2010-03-27
1
-2
/
+1
*
*: merge some common strings
Denys Vlasenko
2010-03-23
1
-1
/
+1
*
top: make 's' display easier to understand
Denys Vlasenko
2010-03-04
1
-6
/
+6
*
free: silence warning about unused argv
Bernhard Reutner-Fischer
2010-02-26
1
-1
/
+1
*
free: code shrink
Denys Vlasenko
2010-02-21
1
-35
/
+48
*
Replace __uClinux__ define with !BB_MMU
Denys Vlasenko
2010-02-21
1
-3
/
+3
*
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Denys Vlasenko
2010-02-04
2
-4
/
+2
*
*: style fixes. no code changes (verified with objdump)
Denys Vlasenko
2010-01-28
1
-3
/
+4
*
watch: compat: use stderr to determine screen dimensions
Denys Vlasenko
2010-01-19
1
-3
/
+12
*
*: remove some uses of argc
Denys Vlasenko
2010-01-04
2
-4
/
+4
*
watch: more compatible screen format
Denys Vlasenko
2010-01-02
1
-1
/
+1
*
ps: add comment about -T
Denys Vlasenko
2009-11-24
1
-1
/
+5
*
*: use "can't" instead of "cannot"
Denys Vlasenko
2009-11-13
2
-3
/
+3
*
top: do not use #if inside printf, it can be a macro
Denys Vlasenko
2009-11-07
1
-18
/
+6
*
*: introduce and use ffulsh_all()
Denys Vlasenko
2009-11-02
2
-3
/
+3
*
randomconfig fixes
Denys Vlasenko
2009-10-19
1
-1
/
+1
*
ps: show longer COMMAND
Denys Vlasenko
2009-10-09
1
-3
/
+9
*
ps: conditionally enable -T on non-DESKTOP build too
Denys Vlasenko
2009-09-21
2
-28
/
+28
*
ps,top: add an option to show threads. +260 bytes of code
Denys Vlasenko
2009-09-19
3
-13
/
+47
*
top: remove GCCisms
Denys Vlasenko
2009-09-12
1
-5
/
+12
*
fix read_cmdline API and a small buglet where "[comm]" may be too narrow
Denys Vlasenko
2009-09-12
2
-2
/
+2
*
top: add -m ("memory") option
Denys Vlasenko
2009-09-11
1
-51
/
+57
*
pgrep: match argv[0] too, not only comm; fix a bug in argv sanitization
Denys Vlasenko
2009-08-14
1
-4
/
+4
*
pgrep/pkill: support -s and -P options
Denys Vlasenko
2009-07-06
1
-54
/
+64
*
ps: conditionally support additional -o FIELDs
Denys Vlasenko
2009-07-03
3
-12
/
+44
*
*: add FAST_FUNC to function ptrs where it makes sense
Denys Vlasenko
2009-06-05
1
-14
/
+14
*
sysctl: stop abusing parser->line
Denys Vlasenko
2009-05-10
1
-4
/
+4
*
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-04-21
3
-18
/
+18
*
move llist_find_str from modutils to libbb
Denis Vlasenko
2009-04-13
1
-5
/
+5
*
sysctl: move code around to get rid of forward references.
Denis Vlasenko
2009-03-29
1
-108
/
+101
*
sysctl: fix broken -p [file] - close bug 231
Denis Vlasenko
2009-03-29
1
-4
/
+9
*
*: move get_sock_lsa and xwrite_str to libbb, use where appropriate
Denis Vlasenko
2009-03-09
1
-6
/
+1
*
modprobe: emit "can't open 'modules.dep': (errno)" instead of "module not found"
Denis Vlasenko
2009-03-03
1
-1
/
+1
*
top: make it work again on 2.4 kernels (closes bug 125)
Denis Vlasenko
2009-03-03
1
-7
/
+6
*
function old new delta
Denis Vlasenko
2009-02-07
1
-9
/
+48
*
sysctl: fix another corner case with "dots and slashes"
Denis Vlasenko
2009-01-08
1
-2
/
+8
*
sysctl: fix gcc warning (false positive)
Denis Vlasenko
2008-12-29
1
-2
/
+3
*
*: tweak error messages
Denis Vlasenko
2008-12-24
1
-141
/
+131
*
Fix forgotten license comments
Denis Vlasenko
2008-12-07
2
-9
/
+5
*
remove a few superfluous includes
Denis Vlasenko
2008-11-25
1
-1
/
+0
*
ash,hush: add TODO for rare build failure
Denis Vlasenko
2008-11-25
1
-2
/
+0
*
*: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...
Denis Vlasenko
2008-11-05
1
-2
/
+2
*
kill[all[5]]: accept -s SIG too. kill_main: +29 bytes
Denis Vlasenko
2008-10-31
1
-3
/
+7
*
sysctl: sysctl -a was still misbehaving, fix it
Denis Vlasenko
2008-10-15
1
-2
/
+6
*
return accidentally deleted "/* vi: set sw=4 ts=4: */"
Denis Vlasenko
2008-10-15
1
-0
/
+1
*
sysctl: fix bug 3894 _for real_.
Denis Vlasenko
2008-10-15
1
-7
/
+18
*
sysctl: remove trivial comments. no code changes
Denis Vlasenko
2008-10-15
1
-27
/
+12
[next]