- May 23, 2015
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 45721
-
- Apr 09, 2015
-
-
John Crispin authored
this allow us to use syslog tcp with \0 trailer instead of \n trailer (logread -0 option) Signed-off-by:
Etienne CHAMPETIER <champetier.etienne@gmail.com> SVN-Revision: 45329
-
- Apr 03, 2015
-
-
Nicolas Thill authored
Signed-off-by:
Nicolas Thill <nico@openwrt.org> SVN-Revision: 45250
-
- Apr 02, 2015
-
-
John Crispin authored
improve logging when using tcp Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 45247
-
- Mar 30, 2015
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 45151
-
- Mar 29, 2015
-
-
John Crispin authored
the return code of a pipe() was not checked properly Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 45141
-
John Crispin authored
fixes log levels Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 45139
-
- Mar 16, 2015
-
-
Nicolas Thill authored
Signed-off-by:
Nicolas Thill <nico@openwrt.org> SVN-Revision: 44842
-
- Feb 26, 2015
-
-
Jo-Philipp Wich authored
Fix segfault in kmodloader insmod mode due to uninitialized module directory list. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44549
-
Jo-Philipp Wich authored
Update to git head in order to switch the kmodloader logging to the common ulog() api for putting early boot messages into dmesg. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44544
-
- Feb 25, 2015
-
-
Jo-Philipp Wich authored
This is required during early boot in the extroot setup phase to support loading kmods from the overlay that depend on kmods on the rom partition. The subsequent mount_root updates will use the LD_LIBRARY_PATH env variable to pass kmod directories to kmodloader. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44533
-
- Nov 03, 2014
-
-
John Crispin authored
turns out that r43155 adds duplicate info. Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 43167
-
John Crispin authored
Note, that licensing stuff is a nightmare: many packages does not clearly state their licenses, and often multiple source files are simply copied together - each with different licensing information in the file headers. I tried hard to ensure, that the license information extracted into the OpenWRT's makefiles fit the "spirit" of the packages, e.g. such small packages which come without a dedicated source archive "inherites" the OpenWRT's own license in my opinion. However, I can not garantee that I always picked the correct information and/or did not miss license information. Signed-off-by:
Michael Heimpold <mhei@heimpold.de> SVN-Revision: 43155
-
- Nov 02, 2014
-
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 43151
-
- Oct 06, 2014
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 42813
-
- Sep 16, 2014
-
-
John Crispin authored
make the remote logging feature RFC3164 compliant Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 42572
-
- Aug 25, 2014
-
-
John Crispin authored
somebody started to set a function returncode in the validation stuff and everybody copies it, e.g. myfunction() { fire_command return $? } a function automatically returns with the last returncode, so we can safely remove the command 'return $?'. reference: http://tldp.org/LDP/abs/html/exit-status.html "The last command executed in the function or script determines the exit status." Signed-off-by:
Bastian Bittorf <bittorf@bluebottle.com> SVN-Revision: 42278
-
- Jul 02, 2014
-
-
John Crispin authored
in r41439 a flag for enabling remote logging was added, but the actual check was done on a different variable. Signed-off-by:
Reiner Herrmann <reiner@reiner-h.de> SVN-Revision: 41467
-
- Jul 01, 2014
-
-
John Crispin authored
this makes webui foo a lot easier Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 41439
-
- Jun 30, 2014
-
-
John Crispin authored
this adds validation fixes Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 41413
-
Felix Fietkau authored
The idea is to gradually fix the packages Signed-off-by:
Etienne CHAMPETIER <etienne.champetier@free.fr> SVN-Revision: 41411
-
- Jun 29, 2014
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41389
-
- May 28, 2014
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40869
-
- May 25, 2014
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40857
-
- Mar 27, 2014
-
-
John Crispin authored
https://dev.openwrt.org/ticket/15357 Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 40295
-
- Mar 18, 2014
-
-
John Crispin authored
logread now shows the right time. Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 39951
-
- Mar 12, 2014
-
-
John Crispin authored
use the fd handover api of ubus to transfer log data the uci option log_buffer_size can be used to override the default size of 16k Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 39898
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 39895
-
- Feb 18, 2014
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 39616
-
- Jan 30, 2014
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 39425
-
- Jan 22, 2014
-
-
John Crispin authored
the fix horribly broke existing setups Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 39366
-
- Jan 21, 2014
-
-
John Crispin authored
make sure log buffer size is not bigger than the ubus message size Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 39365
-
- Jan 19, 2014
-
-
John Crispin authored
adds option to set internal buffer size Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 39333
-
- Jan 17, 2014
-
-
John Crispin authored
- fix duplicate device wildcard - fix elf 64bit elf parsing Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 39316
-
- Jan 12, 2014
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 39246
-
John Crispin authored
SVN-Revision: 39244
-
- Dec 09, 2013
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 39024
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 39022
-
- Nov 28, 2013
-
-
Jo-Philipp Wich authored
SVN-Revision: 38938
-
Jo-Philipp Wich authored
This reverts commit f7c2ac3ea9b5f2dc4ef4ce4ef195de8a4ac5546b. SVN-Revision: 38937
-