index
:
openwrt/em-br6478acv2/master-187ad058
master
openwrt master 187ad058
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
package
/
busybox
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
another fix for the awk command line parsing - should finally work properly now
Felix Fietkau
2007-01-26
1
-8
/
+14
*
upgrade busybox to 1.4.0
Felix Fietkau
2007-01-25
22
-1384
/
+576
*
rename patch to avoid duplicate patch number
Felix Fietkau
2007-01-25
1
-0
/
+0
*
fix syslogd output to /dev/console (patch from #1170)
Felix Fietkau
2007-01-19
1
-0
/
+14
*
enable pretty lsmod output for linux 2.6
Felix Fietkau
2007-01-10
1
-1
/
+1
*
add some more checks to the telnet init script
Felix Fietkau
2007-01-08
1
-1
/
+6
*
more use of the INSTALL_DIR variable
Nicolas Thill
2007-01-08
1
-1
/
+1
*
busybox: remove the bogus SIZEOF_LONG check (#1127)
Felix Fietkau
2007-01-07
1
-0
/
+12
*
drop -Werror from busybox - prevents compile errors like #1130
Felix Fietkau
2007-01-06
1
-0
/
+12
*
Add an OSX specific patch to compile busybox with Darwin, possible fix for BS...
Florian Fainelli
2007-01-05
1
-0
/
+45
*
replace our no_shadow fix with a better patch from upstream (#1118)
Felix Fietkau
2007-01-01
1
-7
/
+225
*
make telnetd standalone
Felix Fietkau
2007-01-01
1
-1
/
+1
*
revert to previous awk getopt behavior - the new one seems crappier and break...
Felix Fietkau
2007-01-01
1
-0
/
+81
*
fix busybox linking when /bin/sh is not bash (closes: #1115)
Nicolas Thill
2007-01-01
1
-0
/
+9
*
update busybox menuconfig for the latest version
Felix Fietkau
2007-01-01
16
-112
/
+349
*
Fix the lock warning (#1111), also add another download source
Florian Fainelli
2006-12-31
2
-2
/
+4
*
update busybox to v1.3.1, i was too lazy to update patch 320, feel free to do so
Nicolas Thill
2006-12-30
22
-1196
/
+593
*
move busybox init scripts from base-files into the busybox package and make t...
Felix Fietkau
2006-11-22
4
-0
/
+44
*
add "export -n" to ash
Mike Baker
2006-11-22
1
-0
/
+35
*
fix oversized packets in udhcpc (closes: #962), bump busybox release number i...
Nicolas Thill
2006-11-19
1
-0
/
+85
*
implement target profiles in menuconfig
Felix Fietkau
2006-11-12
1
-1
/
+0
*
add support for -t 0 (infinite retry) in busybox udhcpc and use it in the net...
Felix Fietkau
2006-11-09
1
-0
/
+21
*
reduce the possibility of race conditions when using the lock utility
Felix Fietkau
2006-10-26
1
-4
/
+6
*
enable busybox taint checking to support gplonly kernel exports
Felix Fietkau
2006-10-12
1
-1
/
+1
*
add support for Package/<pkgname>/description - old format still supported, b...
Felix Fietkau
2006-10-10
1
-3
/
+5
*
add support for a common shell include file, which is evaluated for every mak...
Felix Fietkau
2006-10-10
1
-4
/
+6
*
fix unknown arch in ipkg: use our ARCH instead of busybox's TARGET_ARCH (clos...
Nicolas Thill
2006-10-08
2
-11
/
+17
*
really fix webif password access patch for busybox
Felix Fietkau
2006-10-06
1
-2
/
+4
*
fix for the password check (checked the wrong variable)
Felix Fietkau
2006-10-02
1
-2
/
+2
*
port last commit to -ng
Felix Fietkau
2006-10-02
1
-1
/
+3
*
fix grep's -C option
Mike Baker
2006-09-25
1
-0
/
+12
*
new (last?) attempt at standardizing Makefiles
Nicolas Thill
2006-09-24
1
-14
/
+22
*
change more to less
Mike Baker
2006-09-07
2
-2
/
+2
*
enable mknod by default (#490) - some drivers don't register with devfs properly
Felix Fietkau
2006-08-22
1
-1
/
+1
*
revert [4599], the bug was fixed elsewhere
Felix Fietkau
2006-08-21
1
-2
/
+7
*
don't try to use gnu wget specific options in ipkg
Felix Fietkau
2006-08-18
1
-7
/
+2
*
fix wget long options bug (closes: #682)
Nicolas Thill
2006-08-18
1
-0
/
+22
*
update busybox to v1.2.1
Nicolas Thill
2006-08-08
28
-1306
/
+1605
*
set PATH in rules.mk
Mike Baker
2006-08-04
1
-2
/
+2
*
fix everything I broke with the previous patches
Mike Baker
2006-08-04
1
-3
/
+4
*
add quotes to TARGET_CC and TARGET_CROSS to help with distcc and ccache
Mike Baker
2006-08-04
1
-2
/
+2
*
add copyright headers to busybox patches
Felix Fietkau
2006-06-27
7
-2
/
+33
*
credit where credit is due
Mike Baker
2006-06-27
1
-0
/
+6
*
add INCLUDE_DIR variable for $(TOPDIR)/include
Felix Fietkau
2006-06-21
1
-1
/
+1
*
build system cleanup. move shared include files into $(TOPDIR)/include, move ...
Felix Fietkau
2006-06-21
1
-1
/
+1
*
don't compile libipkg in busybox if ipkg is disabled
Felix Fietkau
2006-06-04
1
-6
/
+6
*
fix busybox build
Felix Fietkau
2006-05-31
1
-1
/
+1
*
remove weird /lib64 directory
Felix Fietkau
2006-05-31
1
-0
/
+1
*
sync busybox with trunk (update to v1.1.3).
Nicolas Thill
2006-05-24
7
-398
/
+676
*
fix .pkginfo line to allow the use of $(SOURCE)
Mike Baker
2006-05-19
1
-4
/
+5
[prev]
[next]