Commit Graph

3066 Commits (b4fceaca8946508a995ace0b3e37ed0f65049d46)
 

Author SHA1 Message Date
Thomas Eichinger b4fceaca89 Merge pull request #1313 from thomaseichinger/cortexm_crash
cpu:cortex_common: add core_panic function
9 years ago
Thomas Eichinger 3639ae9b25 cpu:cortex_common: add core_panic function 9 years ago
Oleg Hahm bef04d9f75 Merge pull request #1312 from mehlis/pnet-unused-param
pnet: silence unused argument warnings
9 years ago
Hauke Petersen 186bf386a8 Merge pull request #1295 from haukepetersen/mv_cpu_cortexm-common
cpu: renamed cortexm_common->cortex-m3_common and cleanup
9 years ago
Christian Mehlis 2350809536 pnet: silence unused argument warnings 9 years ago
Hauke Petersen ebb496cc26 cpu: renamed cortexm_common->cortex-m3_common and cleanup 9 years ago
René Kijewski 3c5f8b0f9e Merge pull request #1308 from N8Fear/fix-typo-and-whitespaces
core/include/arch/irq_arch.h: fix typo and trailing whitespaces
9 years ago
Hinnerk van Bruinehsen 6da0c31265 core/include/arch/irq_arch.h: fix typo and trailing whitespaces 9 years ago
René Kijewski ce428a8937 Merge pull request #1292 from Kijewski/issue-1288
core/cortex-m: add missing NORETURNs to thread_arch
9 years ago
Oleg Hahm f6cd96b023 Merge pull request #1300 from cgundogan/fix_wrong_byte_order_ipv6_length
destiny: change byte order of ipv6_header->length
9 years ago
Oleg Hahm 9652c24b71 Merge pull request #1275 from cgundogan/fix_tcp_flags_for_wireshark
destiny: wireshark compliant tcp flags
9 years ago
Cenk Gündoğan 97da23051a destiny: change byte order of ipv6_header->length
When accessing the length field of an ipv6_header a byte order switch (host -> network) is necessary.
Otherwise, it breaks calculations or the checksum and other tcp related computations.
Furthermore, when writing to ipv6_header->length it is important to switch this
from host byte order to network byte order.
9 years ago
Ludwig Ortmann 4cdd9a246b Merge pull request #1192 from LudwigOrtmann/native_override_pid
native: add id option
9 years ago
Ludwig Ortmann dbc36fc2c5 native: add id option 9 years ago
Ludwig Ortmann 33f1e11d41 Merge pull request #1274 from sgso/wireshark_dissector
wireshark: fix dissector plugin and expand documentation
9 years ago
René Kijewski b6dc5c9b76 core/cortex-m: add missing NORETURNs to thread_arch 9 years ago
Cenk Gündoğan 43b7a393b1 destiny: wireshark compliant tcp flags
This enum is also used to set the tcp flags within a tcp header.
With the current values in this enum, wireshark is not able to
recognize the tcp segments as their actual tcp type,
and thus odd messages in wireshark appear.

destiny: reusing tcp flags for combinations
9 years ago
Sebastian Sontberg 06433426cf wireshark: fix dissector plugin and expand documentation
The wireshark dissector plugin currently fails with a "Lua Error" when
trying to parse nativenet packets. This patch restores working behaviour
by commenting the offending line introduced in 1258675, which intention
was to account for padding in small packets. It further adds a comment
on how to edit the plugin for the case padding information is required.

The README.md now contains a usage note for configuration on fedora
which might also be helpful for users of other distributions.
9 years ago
Thomas Eichinger 87f0977c21 Merge pull request #1272 from OlegHahm/sched_pidlist_fix
core: fix variable name for sched_pidlist
9 years ago
Oleg Hahm c679a051d9 core: fix variable name for sched_pidlist 9 years ago
Oleg Hahm 47e5c9055c Merge pull request #1269 from cgundogan/fix_get_waiting_connection_socket_null_check
destiny: segfault due to dereferencing nullpointer
9 years ago
Cenk Gündoğan f41fe7bb04 destiny: segfault due to dereferencing nullpointer
get_socket(i) returns NULL, when no specific socket is found.
Without an appropriate check for NULL, the current state
of the code leads to a segfault.

destiny: added parens

destiny: continuing the loop makes more sense than returning at first sight of NULL
9 years ago
René Kijewski aab2311205 Merge pull request #1248 from thomaseichinger/debug_h_doc_fix
core:debug: documentation for `DEBUG_PRINT` was confusing and wrong
9 years ago
René Kijewski d0d935f996 Merge pull request #1250 from Kijewski/x86-osx-fix-download
x86: fix download script for OSX
9 years ago
René Kijewski ee02a0f654 x86: fix download script for OSX
Mac OSX does not have `wget`, but `curl`.
It does not understand `tar xJ`, but `tar xj`.
9 years ago
Martine Lenders e84cdd67b7 Merge pull request #1238 from authmillenon/makefile-unittests
unittests: Force execution of $(UNITTEST_LIBS) build target
9 years ago
Ludwig Ortmann cf555c4ebd Merge pull request #1214 from LudwigOrtmann/issue-1045
native: unix socket path enhancement
9 years ago
Ludwig Ortmann 1e5e19bc23 native: set optional path with unix socket option
fixes #1045
9 years ago
Ludwig Ortmann e36590cda7 native: fix coding style 9 years ago
René Kijewski 05a4bf7f04 Merge pull request #1057 from Kijewski/sched_switch-current_prio
core: imply current_prio in `sched_switch()`
9 years ago
Martine Lenders eb75093cfc Merge pull request #1262 from cgundogan/fix_posix_accept
pnet: accept should return a new generated file descriptor
9 years ago
Cenk Gündoğan 56298378ee pnet: accept should return a new generated file descriptor
From man page:
On success, these system calls return a nonnegative integer that is a
descriptor for the accepted socket. On error, -1 is returned, and errno
is set appropriately.
9 years ago
René Kijewski fb6197af39 Merge pull request #1261 from Kijewski/test_struct_tm_utility-license
tests: add missing license to test_struct_tm_utility
9 years ago
René Kijewski fa76383700 tests: add missing license to test_struct_tm_utility 9 years ago
Oleg Hahm bd94bd22f6 Merge pull request #1209 from Kijewski/buildinfo
make: add comprehensive `buildinfo` list
9 years ago
Thomas Eichinger 9cde1e5fc3 Merge pull request #1146 from Kijewski/struct-tm-utils
sys: add utility functions for `struct tm`
9 years ago
Thomas Eichinger a2fb1159b3 Merge pull request #1247 from thomaseichinger/transceiver_doc
sys:transceiver: fix some doxygen comments
9 years ago
René Kijewski bd2fbd161b Add `struct tm` utility "test" 9 years ago
René Kijewski 1887bd45c6 sys: add utility functions for `struct tm` 9 years ago
Oleg Hahm 256a2074f0 Replaced old release notes with the current ones 9 years ago
Thomas Eichinger cf93dc6590 core:debug: documentation for `DEBUG_PRINT` was confusing and wrong 9 years ago
Thomas Eichinger f32c7af1a9 sys:transceiver: fix some doxygen comments 9 years ago
Thomas Eichinger cc83220f48 Merge pull request #1217 from thomaseichinger/YALF
boards: cpu: cleanup licenses to fix #392
9 years ago
Thomas Eichinger c70ae14ff0 cleanup licenses to fix #392 9 years ago
Kévin Roussel 7ab53506c6 Merge pull request #1239 from rousselk/radio-API-again
Add a missing constant in 'radio_tx_status_t' enum
9 years ago
Kévin Roussel 5eb83c7c18 Add a missing constant in 'radio_tx_status_t' enum 9 years ago
Martin Lenders f201ceed99 unittests: Force execution of $(UNITTEST_LIBS) build target 9 years ago
Martine Lenders fb4619ebc6 Merge pull request #1163 from authmillenon/fix-whitespaces
Fix trailing whitespaces
9 years ago
Martin Lenders 2362623490 Fix trailing whitespaces
Fixes #1138
9 years ago
Martine Lenders 62139bd0d2 Merge pull request #1207 from Kijewski/unittests-makefile.include
unittests: support Makefile.include in test suites
9 years ago