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
/
libbb
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libbb: add forgotten part of "script" applet change
Denis Vlasenko
2008-02-27
1
-0
/
+56
*
script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com>
Denis Vlasenko
2008-02-27
1
-0
/
+1
*
actually add libbb/safe_gethostname.c
Denis Vlasenko
2008-02-25
1
-0
/
+53
*
*: intrduce and use safe_gethostname. By Tito <farmatito AT tiscali.it>
Denis Vlasenko
2008-02-25
4
-21
/
+13
*
lpd: spool mode added by Vladimir
Denis Vlasenko
2008-02-25
4
-10
/
+25
*
lpd: new applet by Vladimir Dronnikov <dronnikov AT gmail.com>
Denis Vlasenko
2008-02-24
1
-2
/
+1
*
less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)
Denis Vlasenko
2008-02-24
1
-0
/
+14
*
small code readability and typo fixes
Denis Vlasenko
2008-02-22
1
-1
/
+1
*
lpr and lpq applets by Walter Harms.
Denis Vlasenko
2008-02-22
1
-1
/
+1
*
corrected English in comment
Denis Vlasenko
2008-02-20
1
-1
/
+1
*
libbb: introduce and use nonblock_safe_read(). Yay!
Denis Vlasenko
2008-02-20
2
-3
/
+57
*
lineedit: tiny shrink
Denis Vlasenko
2008-02-18
1
-1
/
+9
*
mount: recognize "dirsync" (closes bug 835)
Denis Vlasenko
2008-02-18
1
-2
/
+9
*
whitespace fixes
Denis Vlasenko
2008-02-17
1
-1
/
+1
*
libbb: introduce and use xrename and rename_or_warn.
Denis Vlasenko
2008-02-17
2
-11
/
+20
*
libbb: introduce bb_signals and bb_signals_recursive,
Denis Vlasenko
2008-02-16
3
-42
/
+81
*
we need to pass back the rtc device name that was actually used so that we ca...
Mike Frysinger
2008-02-15
1
-6
/
+8
*
split some rtc funcs out of hwclock and into an rtc header/lib so that the ne...
Mike Frysinger
2008-02-15
2
-0
/
+88
*
libbb: filename completion should match dangling symlinks too
Denis Vlasenko
2008-02-14
1
-1
/
+1
*
cp: add ENABLE_FEATURE_VERBOSE_CP_MESSAGE. Closes bug 1470
Denis Vlasenko
2008-02-13
2
-1
/
+26
*
- 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
-19
/
+42
*
msh: fix Ctrl-C handling with line editing
Denis Vlasenko
2008-02-02
1
-2
/
+2
*
- be C99 friendly. Anonymous unions are a GNU extension. This change is
Bernhard Reutner-Fischer
2008-01-29
1
-14
/
+14
*
*: move getopt reset code to better place(s)
Denis Vlasenko
2008-01-28
3
-25
/
+23
*
mkswap, readahead: stop using fdlength, it is reported to be unreliable
Denis Vlasenko
2008-01-27
1
-0
/
+2
*
tentatively fix getopt state corruption for NOFORK applets
Denis Vlasenko
2008-01-27
1
-2
/
+24
*
- fix conflicting decls of syslog related facilitynames and prioritynames tables
Bernhard Reutner-Fischer
2008-01-27
2
-2
/
+2
*
fdisk: fix a case where break was reached only for DOS labels
Denis Vlasenko
2008-01-24
1
-3
/
+1
*
eliminated CONFIG_FEATURE_EDITING_FANCY_KEYS. the size savings
Paul Fox
2008-01-18
2
-16
/
+0
*
enable use of ^V prefix to allow forced insertion of any character. in
Paul Fox
2008-01-11
1
-4
/
+3
*
allow 8-bit characters
Paul Fox
2008-01-11
1
-3
/
+0
*
ps: fix build breakage from vda's recent commit
Denis Vlasenko
2008-01-07
3
-7
/
+7
*
ps: fix overflow in USER and VSZ columns
Denis Vlasenko
2008-01-06
1
-8
/
+61
*
ps: add conditional support for -o [e]time
Denis Vlasenko
2008-01-05
1
-2
/
+5
*
libbb: introduce and use safe_waitpid (loops in EINTR)
Denis Vlasenko
2008-01-02
1
-16
/
+21
*
adding libbb/printable.c
Denis Vlasenko
2007-12-30
1
-0
/
+34
*
libbb: introduce fputc_printable (from ed)
Denis Vlasenko
2007-12-30
1
-0
/
+1
*
Fix xmalloc_fgets_str so that it really does NOT strip terminator.
Denis Vlasenko
2007-12-26
2
-13
/
+25
*
nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)
Denis Vlasenko
2007-12-24
1
-1
/
+1
*
defconfig: update
Denis Vlasenko
2007-12-24
1
-4
/
+6
*
perror_nomsg: don't print extra colon
Denis Vlasenko
2007-12-22
1
-2
/
+4
*
num conversions: allow for leading '+' (renice needs that)
Denis Vlasenko
2007-12-11
1
-5
/
+7
*
lineedit: don't violate API if we do simple fgets
Denis Vlasenko
2007-12-09
1
-2
/
+4
*
signal names hack was wrong, it broke "get signal name" function.
Denis Vlasenko
2007-12-04
1
-43
/
+40
*
Make signal table a bit smaller
Denis Vlasenko
2007-12-04
1
-3
/
+6
*
guard against SIGxxx >= 32 (no code changes on i386)
Denis Vlasenko
2007-12-04
1
-34
/
+39
*
lineedit: reduce stack usage
Denis Vlasenko
2007-12-03
1
-50
/
+43
*
explain why we use mmap instead of malloc
Denis Vlasenko
2007-12-02
1
-0
/
+2
*
Introduce FEATURE_COPYBUF_KB.
Denis Vlasenko
2007-12-02
2
-8
/
+34
[next]