summaryrefslogtreecommitdiff
path: root/libs/os/src/os_mbuf.c
AgeCommit message (Expand)Author
2016-08-09os_mbuf_appendfrom - Detect source mbuf overrun.Christopher Collins
2016-07-22os - Rename os_mbuf_memcmp -> os_mbuf_cmpf.Christopher Collins
2016-07-22os - Add an mbuf function: os_mbuf_prepend_pullupChristopher Collins
2016-07-22os - Add mbuf fuction: os_mbuf_cmpm()Christopher Collins
2016-07-11mbuf: os_mbuf_appendfromChristopher Collins
2016-07-11mbuf: fix const correctness in os_mbuf_off().Christopher Collins
2016-05-20document mbufs and malloc.Sterling Hughes
2016-03-21Modify os_mbuf_copydata() such that if m==NULL and len==0 we return 0 instead...wes3
2016-03-03Merge remote-tracking branch 'origin/develop'Christopher Collins
2016-03-02MYNEWT-189: add bounds checking to os_mbuf_get() and os_mbuf_get_pkthdr(). Ad...wes3
2016-02-19Remove Apache license from some third-party files.Christopher Collins
2016-02-16Fix m_pullup bug- pkthdr not copied properly.Christopher Collins
2016-02-06replace license headers with ASF license. first pass.Sterling Hughes
2016-02-05Add os_msys_reset()Christopher Collins
2016-02-05Fix os_msys_get_pkthdr bug where the size of the os mbuf pkthdr was not taken...wes3
2016-01-30add support for task info display over newtmgr. refactor shell os task displ...Sterling Hughes
2016-01-08os_mbuf_trailingspace() was not taking into account data already inMarko Kiiskila
2015-12-14add support for newtmgr echo to the main blinky project.Sterling Hughes
2015-12-03change get_pkthdr() to get the full length of the packet including header. O...Sterling Hughes
2015-12-02Implement os_mbuf_pullup().Christopher Collins
2015-12-02add msys -- system mbufs. add base64 encoding to util. add base of newtmgr ...Sterling Hughes
2015-11-25Separate ATT server functionality from client.Christopher Collins
2015-11-25Include size of base pkthdr in om_pkthdr_len fieldChristopher Collins
2015-11-24refactor mbuf implementation to store mbuf pool pointer in mbuf structure. a...Sterling Hughes
2015-11-20Add copyinto and splice mbuf functions.Christopher Collins
2015-11-20Implement os_mbuf_prepend().Christopher Collins
2015-11-19att find type value command.Christopher Collins
2015-11-06Fix mbuf bug: zero out pkthdr when allocated.Christopher Collins
2015-11-05Fix os_mbuf_append() bug - data was overwritten.Christopher Collins
2015-11-05Send error response on rx of bad attr read req.Christopher Collins
2015-11-05Fix mbuf bugs: args incorrect after bcopy->memcpyChristopher Collins
2015-11-04Add os_mbuf_adj().Christopher Collins
2015-11-04Add return code to os_mbuf_copydata().Christopher Collins
2015-11-04Add os_mbuf_copydata().Christopher Collins
2015-10-13Add API to get packet header mbufWillam San Filippo
2015-09-21update header files to Runtime. rename to mynewtsterling
2015-09-21add m_append() equivalent. document mbuf code now that structure is decided....sterling
2015-09-17add mbuf test cases. make stack size conditional on architecturesterling