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
*
dos2unix: tiny shrink
Denis Vlasenko
2008-03-17
1
-4
/
+4
*
libbb: introduce and use sigprocmask_allsigs and sigaction_set.
Denis Vlasenko
2008-03-17
1
-10
/
+8
*
libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set
Denis Vlasenko
2008-03-12
2
-3
/
+29
*
nc: remove a bit of bloat
Denis Vlasenko
2008-03-12
1
-6
/
+1
*
inetd: make it NOMMU-capable and IPv6-friendly. Lots of renames
Denis Vlasenko
2008-03-12
3
-19
/
+28
*
crond: make it NOMMU-capable
Denis Vlasenko
2008-03-12
1
-12
/
+2
*
define DEBUG as 0, for when ENABLE_FEATURE_DEVPTS is not on.
Paul Fox
2008-03-05
1
-0
/
+2
*
actually add bb_qsort.c
Denis Vlasenko
2008-03-02
8
-7
/
+27
*
libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector()
Denis Vlasenko
2008-03-02
2
-6
/
+2
*
*: add optimization barrier to all "G trick" locations
Denis Vlasenko
2008-02-27
5
-4
/
+14
*
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
[next]