summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/comm/msgb.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-12firmware: add missing includesSteve Markgraf1-0/+1
2011-08-31fw/comm/msgb: fix length parameter in memset-callSteve Markgraf1-2/+2
2011-06-25fw/comm/msgb: Protect allocation routine with proper lockingSylvain Munaut1-0/+6
2011-06-25fw/comm/msgb: Really panic (i.e. lockup) if we run out of msgbSylvain Munaut1-11/+12
2011-06-25fw/comm: Remove useless include from msgb.cSylvain Munaut1-2/+0
2011-05-05comm: msgb: don't set backlight on errorWolfram Sang1-1/+0
2011-04-26src: use new libosmogsm and include/osmocom/[gsm|core] path to headersPablo Neira Ayuso1-1/+1
2010-03-08Fix some compiler warnings...Holger Hans Peter Freyther1-0/+1
2010-03-07start to use libosmocore within the firmwareHarald Welte1-58/+3
2010-03-07actually link against libosmocore for the targetHarald Welte1-1/+1
2010-02-28ensure we always have 256bytes net data size, excluding 4 bytes headroomHarald Welte1-1/+1
2010-02-23comm/msgb.c: Style cleanup in initializationSylvain Munaut1-12/+6
2010-02-21sercomm: busy-wait in case we cannot allocate a msgb right nowHarald Welte1-10/+10
2010-02-18Initial import of OsmocomBB into git repositoryHarald Welte1-0/+134