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
Commit message (
Expand
)
Author
Age
Files
Lines
*
usage: trim a bit
Denis Vlasenko
2007-09-05
1
-34
/
+32
*
watchdog: allow millisecond spec (-t 250ms)
Denis Vlasenko
2007-09-05
2
-14
/
+22
*
tar + gzip/bzip2/etc: support NOMMU machines (by Alex Landau <landau_alex@yah...
Denis Vlasenko
2007-09-05
9
-42
/
+92
*
busybox --install -s: prevent puzzling "/bin/busybox: Invalid argument" message
Denis Vlasenko
2007-09-05
3
-14
/
+24
*
tar: conditionally don't wait for vforked child to exec, as it always
Denis Vlasenko
2007-09-04
3
-37
/
+54
*
mount: ignore NFS bg option on NOMMU machines
Denis Vlasenko
2007-09-04
1
-2
/
+13
*
du: remove statics (by Bernhard Fischer <rep.dot.nop@gmail.com>)
Denis Vlasenko
2007-09-03
1
-64
/
+64
*
login: do reject wrong passwords with PAM auth
Denis Vlasenko
2007-09-03
1
-12
/
+21
*
trylink: reinstate accidentally deleted --verbose
Denis Vlasenko
2007-09-03
1
-34
/
+17
*
- IFUPDOWN_IFSTATE_PATH depends on IFUPDOWN
Bernhard Reutner-Fischer
2007-09-02
1
-0
/
+1
*
- Generally strip off -l that does not pull in a lib.
Bernhard Reutner-Fischer
2007-09-02
1
-15
/
+11
*
- fix bug where we linked again -lm even though it is not needed.
Bernhard Reutner-Fischer
2007-09-02
1
-2
/
+11
*
isrv: use monotonic_sec
Denis Vlasenko
2007-08-31
2
-24
/
+30
*
top: another readability fix
Denis Vlasenko
2007-08-29
1
-3
/
+2
*
vsz and rss are unsigned longs (ulong ~= width of void* =>
Denis Vlasenko
2007-08-29
2
-5
/
+5
*
top: don't wait before final bailout (try top -b -n1).
Denis Vlasenko
2007-08-29
1
-37
/
+22
*
mount: allow (and ignore) -i
Denis Vlasenko
2007-08-29
1
-1
/
+2
*
smart_ulltoa5: emit small letters k,m,g... - makes top
Denis Vlasenko
2007-08-28
1
-1
/
+2
*
top: use poll instead of select for waiting on one descriptor
Denis Vlasenko
2007-08-28
3
-38
/
+48
*
mount: don't close fd twice in NFS code
Denis Vlasenko
2007-08-28
1
-5
/
+8
*
cp: fix recursion check to not waste bytes remembering names of dirs
Denis Vlasenko
2007-08-27
1
-6
/
+5
*
cp: detect and prevent infinite recursion
Denis Vlasenko
2007-08-27
1
-17
/
+35
*
ps: fix RSS parsing (rss field in /proc/PID/stat is in pages, not bytes)
Denis Vlasenko
2007-08-26
2
-7
/
+18
*
add links to vda's pet projects
Denis Vlasenko
2007-08-26
1
-1
/
+4
*
install: shrink a bit, fix two buglets
Denis Vlasenko
2007-08-26
1
-29
/
+38
*
Start a small document "why ifupdown is bad"
Denis Vlasenko
2007-08-25
1
-0
/
+44
*
make copy_file() a bit easier to understand, and smaller
Denis Vlasenko
2007-08-25
4
-71
/
+68
*
support "#!/bin/busybox"-style wrappers. Needed for SELinux.
Denis Vlasenko
2007-08-25
5
-37
/
+94
*
- add Yann's email-addr
Bernhard Reutner-Fischer
2007-08-25
1
-1
/
+1
*
cp,mv: simpler arg[cv] handling -> smallish code savings
Denis Vlasenko
2007-08-24
4
-39
/
+45
*
- cosmetic html cleanup
Bernhard Reutner-Fischer
2007-08-24
1
-2
/
+2
*
- obfuscate addrs a little bit
Bernhard Reutner-Fischer
2007-08-24
1
-48
/
+48
*
cp: make POSIX-me-harder mode complain with a bit less insane message
Denis Vlasenko
2007-08-24
1
-7
/
+8
*
spelling fixes to website
Denis Vlasenko
2007-08-24
1
-1
/
+1
*
Cosmetic fixes to webpage
Denis Vlasenko
2007-08-24
1
-2
/
+2
*
add missed attribution to httpd sendfile support
Denis Vlasenko
2007-08-24
1
-1
/
+1
*
Start 1.8.x cycle
Denis Vlasenko
2007-08-24
1
-1
/
+1
*
news.html: add 1.7.0 announcement
Denis Vlasenko
2007-08-24
1
-0
/
+148
*
Update defconfig; fix comments
Denis Vlasenko
2007-08-24
3
-10
/
+21
*
build system: stop moaning about unset integer CONFIGs.
Denis Vlasenko
2007-08-23
1
-1
/
+2
*
*: compile fixes for 64-bit build
Denis Vlasenko
2007-08-23
6
-39
/
+41
*
httpd: code shrink of dir indexer example
Denis Vlasenko
2007-08-23
1
-185
/
+196
*
login: fixes for PAM build
Denis Vlasenko
2007-08-22
1
-2
/
+6
*
httpd: style fix in indexer example
Denis Vlasenko
2007-08-22
1
-4
/
+4
*
httpd: replace shell-based dir indexer cgi example with C-based one.
Denis Vlasenko
2007-08-22
2
-50
/
+331
*
httpd: fix buglet in hex conversion. Remove alloca NULL checks
Denis Vlasenko
2007-08-21
2
-30
/
+30
*
login: optional support for PAM
Denis Vlasenko
2007-08-21
3
-10
/
+71
*
s/communal/common/ part 2
Denis Vlasenko
2007-08-21
1
-0
/
+0
*
s/communal/common/
Denis Vlasenko
2007-08-21
1
-2
/
+2
*
httpd: add optional support for error pages
Denis Vlasenko
2007-08-21
2
-85
/
+166
[next]