summaryrefslogtreecommitdiff
path: root/firmware/src/os/req_ctx.c
Commit message (Expand)AuthorAgeFilesLines
* convert from u_int*_t to uint*_tHarald Welte2015-09-281-3/+3
* change number + qty of small/large req_ctxMin Xu2014-11-111-9/+5
* req_ctx: Keep statistic about number of req_ctx in given stateMin Xu2014-11-111-2/+16
* req_ctx: Change number of small / large req_ctxMin Xu2014-11-111-1/+5
* req_ctx: avoid loop iterations by introducing per-state queuesMin Xu2014-11-111-23/+119
* add new RUN_FROM_RAM run-mode for direct DFU-to-RAM supportHarald Welte2011-07-301-1/+1
* req_ctx: Increase size of small req_ctx to 128 and have 16 instead of 8Harald Welte2010-11-181-2/+2
* Use smaller number of request contexts on a SAM64Harald Welte2010-11-131-0/+5
* - add svn:ignore property to make 'svn st' output more realisticlaforge2006-10-151-1/+1
* reduce number of large request contexts to four, should be sufficient for nowlaforge2006-10-041-1/+1
* initialize req_ctx state as free.laforge2006-10-011-0/+1
* - increase number of large (2k) contextx to 8laforge2006-09-271-3/+3
* - move large rctx definitions to req_ctx.hlaforge2006-09-221-3/+0
* - Add OpenPICC register definition (and USB command handling)laforge2006-09-201-2/+35
* add GPL disclaimer to all C files that I wrotelaforge2006-09-131-0/+19
* move to new directorylaforge2006-09-121-0/+50
personal git repositories of Harald Welte. Your mileage may vary