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
/
include
/
libbb.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
- add strrchr
Bernhard Reutner-Fischer
2008-05-28
1
-0
/
+1
*
move setgroups definition to libbb.h so that it no longer inadvertently
Denis Vlasenko
2008-05-25
1
-1
/
+3
*
- Rename getpty() to xgetpty() and adjust callers.
Bernhard Reutner-Fischer
2008-05-19
1
-1
/
+3
*
more -Wall warning fixes. -Wall is enabled now.
Denis Vlasenko
2008-05-18
1
-1
/
+1
*
- fix bug where we incorrectly rejected ifconfig eth0 hw ether $whatever
Bernhard Reutner-Fischer
2008-05-16
1
-0
/
+3
*
more of -Wall fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-15
1
-1
/
+1
*
Use intra-DSO calls when we build libbusybox. No-op for normal build.
Denis Vlasenko
2008-05-09
1
-9
/
+33
*
httpd: fix several bugs triggering by realtive path in -h DIR.
Denis Vlasenko
2008-05-07
1
-0
/
+4
*
cp: fix "cp -RL" to create regular files even if src is a symlink
Denis Vlasenko
2008-04-27
1
-3
/
+4
*
tentative fix for ppc64 problems with ioctl.
Denis Vlasenko
2008-04-21
1
-6
/
+7
*
libbb: introduce xmalloc_xopen_read_close and use where appropriate
Denis Vlasenko
2008-04-19
1
-2
/
+5
*
brctl: optional support for "show" cmd (by L. Gabriel Somlo <somlo AT cmu.edu>)
Denis Vlasenko
2008-04-06
1
-3
/
+3
*
shells: do not frocibly enable test, echo and kill _applets_,
Denis Vlasenko
2008-04-01
1
-10
/
+7
*
libbb: preventive fix for SIGxxx >= 32
Denis Vlasenko
2008-03-30
1
-14
/
+18
*
copy_file: handle "cp /dev/foo file" (almost) compatibly to coreutils.
Denis Vlasenko
2008-03-28
1
-15
/
+19
*
*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
Denis Vlasenko
2008-03-26
1
-7
/
+8
*
lpd: fix OOM vulnerability (was eating arbitrarily large commands)
Denis Vlasenko
2008-03-24
1
-1
/
+1
*
small NOMMU fixes
Denis Vlasenko
2008-03-20
1
-1
/
+1
*
adduser/addgroup: check username for invalid chars
Denis Vlasenko
2008-03-19
1
-1
/
+5
*
*: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier to remember)
Denis Vlasenko
2008-03-19
1
-2
/
+2
*
*: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.
Denis Vlasenko
2008-03-17
1
-2
/
+2
*
*: shrink by using [f]open_or_warn_stdin where appropriate
Denis Vlasenko
2008-03-17
1
-0
/
+3
*
*: fix fallout from -Wunused-parameter
Denis Vlasenko
2008-03-17
1
-1
/
+2
*
dnsd: properly set _src_ IP:port on outgoing UDP packets
Denis Vlasenko
2008-03-17
1
-2
/
+4
*
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
1
-1
/
+1
*
dos2unix: tiny shrink
Denis Vlasenko
2008-03-17
1
-3
/
+3
*
libbb: introduce and use sigprocmask_allsigs and sigaction_set.
Denis Vlasenko
2008-03-17
1
-6
/
+7
*
libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set
Denis Vlasenko
2008-03-12
1
-0
/
+7
*
inetd: make it NOMMU-capable and IPv6-friendly. Lots of renames
Denis Vlasenko
2008-03-12
1
-6
/
+11
*
crond: make it NOMMU-capable
Denis Vlasenko
2008-03-12
1
-1
/
+0
*
libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector()
Denis Vlasenko
2008-03-02
1
-0
/
+3
*
*: add optimization barrier to all "G trick" locations
Denis Vlasenko
2008-02-27
1
-3
/
+7
*
script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com>
Denis Vlasenko
2008-02-27
1
-0
/
+1
*
*: intrduce and use safe_gethostname. By Tito <farmatito AT tiscali.it>
Denis Vlasenko
2008-02-25
1
-0
/
+2
*
lpd: spool mode added by Vladimir
Denis Vlasenko
2008-02-25
1
-0
/
+5
*
less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)
Denis Vlasenko
2008-02-24
1
-0
/
+1
*
less: update line input so that it doesn't interfere with
Denis Vlasenko
2008-02-23
1
-3
/
+26
*
libbb: introduce and use nonblock_safe_read(). Yay!
Denis Vlasenko
2008-02-20
1
-0
/
+2
*
mount: recognize "dirsync" (closes bug 835)
Denis Vlasenko
2008-02-18
1
-2
/
+2
*
libbb: introduce and use xrename and rename_or_warn.
Denis Vlasenko
2008-02-17
1
-0
/
+2
*
libbb: introduce bb_signals and bb_signals_recursive,
Denis Vlasenko
2008-02-16
1
-8
/
+12
*
*: more readable handling of pipe fds. No code changes.
Denis Vlasenko
2008-02-16
1
-1
/
+6
*
random s/short/int/
Denis Vlasenko
2008-02-16
1
-2
/
+2
*
hush: reinstate `cmd` handling for NOMMU (with fat big warning).
Denis Vlasenko
2008-02-10
1
-0
/
+3
*
some more fixes for cross-compiling on an OS X host: apple provides core type...
Mike Frysinger
2008-02-07
1
-1
/
+10
*
only include mntent.h according to HAVE_MNTENT_H and dont define this on OS X
Mike Frysinger
2008-02-07
1
-1
/
+4
*
msh: fix Ctrl-C handling with line editing
Denis Vlasenko
2008-02-02
1
-3
/
+2
*
- be C99 friendly. Anonymous unions are a GNU extension. This change is
Bernhard Reutner-Fischer
2008-01-29
1
-1
/
+1
*
*: tidy up usage of char **environ
Denis Vlasenko
2008-01-28
1
-0
/
+3
*
- fix commentary typo
Bernhard Reutner-Fischer
2008-01-13
1
-1
/
+1
[prev]
[next]