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
/
include
/
libbb.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
- first pass to unify/cleanup uid handling (-236b)
Bernhard Reutner-Fischer
2008-07-21
1
-0
/
+2
*
libbb: config_read() update
Denis Vlasenko
2008-07-19
1
-5
/
+9
*
libbb: updated config_parse() from Vladimir
Denis Vlasenko
2008-07-19
1
-4
/
+10
*
pidof/killall: allow find_pid_by_name to find running
Denis Vlasenko
2008-07-17
1
-1
/
+2
*
- fix segfault in nameif with mactab file
Bernhard Reutner-Fischer
2008-07-17
1
-1
/
+1
*
update of config file parser from Vladimir
Denis Vlasenko
2008-07-16
1
-15
/
+5
*
libbb: document plans to speed up line-based input
Denis Vlasenko
2008-07-15
1
-1
/
+2
*
libbb: unified config parser (By Vladimir Dronnikov)
Denis Vlasenko
2008-07-15
1
-0
/
+22
*
libbb: experimental faster string reading routines.
Denis Vlasenko
2008-07-15
1
-1
/
+5
*
open_transformer: do not return fd, it does not change
Denis Vlasenko
2008-07-10
1
-3
/
+6
*
libbb: use improved xmalloc_read() from modprobe-small
Denis Vlasenko
2008-07-09
1
-0
/
+1
*
libbb: introduce and use xrealloc_vector
Denis Vlasenko
2008-07-08
1
-4
/
+8
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-9
/
+9
*
revert last two commits. vfork cannot be used in subroutine,
Denis Vlasenko
2008-07-01
1
-5
/
+0
*
*: introduce and use xfork()
Denis Vlasenko
2008-07-01
1
-0
/
+3
*
*: introduce and use xvfork()
Denis Vlasenko
2008-07-01
1
-0
/
+2
*
sendmail: from Vladimir:
Denis Vlasenko
2008-06-30
1
-0
/
+1
*
libbb: shrink monotonic_XXX functions, introduce monotonic_ns
Denis Vlasenko
2008-06-29
1
-0
/
+1
*
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-06-27
1
-318
/
+316
*
Specially for Bernhard Fischer introduce USE_BB_CRYPT
Denis Vlasenko
2008-06-15
1
-0
/
+3
*
make pw_encrypt() return malloc'ed string.
Denis Vlasenko
2008-06-12
1
-1
/
+1
*
uclibc insists on having 70k static buffer for crypt.
Denis Vlasenko
2008-06-12
1
-12
/
+10
*
libbb: introduce and use print_flags().
Denis Vlasenko
2008-06-07
1
-0
/
+8
*
- fix compilation on standard-conforming compilers
Bernhard Reutner-Fischer
2008-06-06
1
-1
/
+1
*
which: -a support (needed for bfin uclibc build script)
Denis Vlasenko
2008-06-05
1
-1
/
+1
*
networking/interface.c: fix indentation
Denis Vlasenko
2008-06-04
1
-0
/
+2
*
ash: optional printf builtin. +25 bytes if off, +35 if on.
Denis Vlasenko
2008-06-01
1
-3
/
+6
*
- 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
[prev]
[next]