Go to file
Luiz Augusto von Dentz c643b426ac console: shell: Fix use of strncmp
Contrary to strcmp strncmp does not match the entire string only the
initial bytes passed as len thus causing a prefix match not a exact
match logic.

Change-Id: I85f96beb2249223f44c81c4efd6bd01bf2033a2e
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2016-05-20 16:05:17 +03:00
arch x86 exceptions: Fix _ExcEntSetupDone 2016-05-20 00:09:16 +00:00
boards spi: consalidate and simplify 2016-05-12 10:57:26 +00:00
doc doc: Change Freescale to NXP to correct branding. 2016-05-20 02:09:35 +00:00
drivers console: shell: Fix use of strncmp 2016-05-20 16:05:17 +03:00
include net: 6lowpan: Fix 6lowpan fragmentation 2016-05-19 14:18:38 +00:00
kernel kernel: catch overflowing kserver stack with asserts 2016-05-18 22:06:39 +00:00
lib build: move library related code to lib/ 2016-05-16 19:43:50 +00:00
misc misc: clean up __ASSERT warnings during build 2016-05-18 22:06:54 +00:00
net net: tcp: Fix the TCP client not sending multiple SYN 2016-05-20 12:59:08 +03:00
samples Bluetooth: Make ES Trigger Setting Descriptor non-writable 2016-05-20 11:06:26 +00:00
scripts toolchain/xtools: enhance include search path to sysroot 2016-05-17 20:09:50 +00:00
tests Bluetooth: tester: Fix handling execute write error responses 2016-05-20 11:31:33 +00:00
.checkpatch.conf checkpatch: change default kconfig help length warns 2016-05-11 20:23:51 +00:00
.gitattributes First commit 2015-04-10 16:44:37 -07:00
.gitignore build: rename non-generated linker scripts to .ld extension 2016-05-09 18:09:26 +00:00
.gitreview Add a .gitreview file 2016-02-20 14:25:01 +00:00
.mailmap mailmap: Fix a couple of incorrect git author names 2016-05-10 18:45:22 +00:00
Kbuild remove already resolved GENOFFSET_H dependency 2016-02-05 20:25:16 -05:00
Kconfig kconfig: Do not put architecture in the title 2016-03-14 16:50:51 -04:00
Kconfig.zephyr tinycrypt: move from lib to regular objects 2016-05-16 19:43:50 +00:00
LICENSE add top level Apache 2.0 license file 2016-02-05 20:24:37 -05:00
Makefile misc: clean up __ASSERT warnings during build 2016-05-18 22:06:54 +00:00
Makefile.inc build: Do not depend on python while creating the relative path 2016-05-16 22:21:01 +00:00
zephyr-env.sh zephyr-env.sh: Add a note to indicate the required version of zsh 2016-03-18 22:01:19 +00:00