summaryrefslogtreecommitdiffstats
path: root/src/host/osmocon/osmocon.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-11Use osmo_fd_*_{disable,enable}Harald Welte1-14/+14
2020-10-18Use osmo_fd_setup() whenever applicable.Harald Welte1-10/+5
2020-10-18Use OSMO_FD_* instead of deprecated BSC_FD_*Harald Welte1-18/+18
2019-07-21osmocon: Check write() return codeHarald Welte1-0/+2
2019-07-21osmocon: Add missing check for fstat() return valueHarald Welte1-0/+5
2019-07-21osmocon: Fix file descriptor + mem leak in error pathHarald Welte1-0/+3
2019-07-21osmocon: Fix fd leak in error path of read_file()Harald Welte1-0/+1
2019-07-21osmocon: Fix out-of-bounds for partial reads in un_tool_read()Harald Welte1-2/+2
2018-09-06osmocon: Use osmo_sock_unix_init_ofd() from libosmocoreHarald Welte1-41/+4
2018-08-24osmocon: fix read buffer overrun in romload_prepare_block()Stefan Sperling1-1/+1
2018-08-23osmocon: fix use of an initialized variableStefan Sperling1-1/+2
2018-06-13osmocon: Set compiler attr to unused variablesPau Espin Pedrol1-2/+2
2018-06-12osmocon: Fix printf formatPau Espin Pedrol1-1/+1
2018-06-12osmocon: Call osmo_init_ignore_signals at startupPau Espin Pedrol1-0/+3
2017-05-24osmocon.c: strip unused variableVadim Yanitskiy1-3/+2
2013-06-19osmocon: Improve performance by handling several serial bytes at a timeAndreas Eversberg1-8/+19
2013-05-23host/osmocon: fix some printf format specifier in handle_write_dnloadBhaskar1-1/+1
2013-04-07osmocon: embed chainloaderSteve Markgraf1-44/+65
2013-01-05osmocon: make romloader output much less verboseSteve Markgraf1-20/+5
2012-02-08host/osmocon: allow uploading of files > 64kb in romload-modeSteve Markgraf1-1/+1
2011-12-14host/osmocon: correct parsing of -mAlexander Huemer1-2/+3
2011-11-06osmocom: Address warning about aliasingHolger Hans Peter Freyther1-1/+2
2011-09-05host/osmocon: make auto-reload/reboot feature work in chainloading-modeSteve Markgraf1-2/+17
2011-09-02host/osmocon: Make use of the libosmcore serial helpersSylvain Munaut1-72/+10
2011-07-16osmocon: if we ignore a return value, we don't need to assign it to a variableHarald Welte1-3/+1
2011-07-16osmocon: get rid of some Smash warningsHarald Welte1-6/+6
2011-05-15src: use namespace prefix osmo_* for utilsPablo Neira Ayuso1-4/+4
2011-05-15src: use namespace prefix osmo_fd* and osmo_select*Pablo Neira Ayuso1-12/+12
2011-05-15src: use namespace prefix osmo_timer*Pablo Neira Ayuso1-9/+9
2011-04-26src: use new libosmogsm and include/osmocom/[gsm|core] path to headersPablo Neira Ayuso1-8/+8
2010-11-17osmocon: make beacon interval configurable via cmdlineAlex Badea1-10/+16
2010-10-03osmocom.c: rc is not assigned and contains garbage, return 0.Holger Hans Peter Freyther1-2/+2
2010-10-03osmocon.c: Use C99 inttypes instead of u_intX_t.Holger Hans Peter Freyther1-5/+5
2010-07-20[osmocon] add a chainloading mode for the compal ramloaderSteve Markgraf1-6/+27
2010-07-20osmocon: new debug option, allows selective dumping of rx and/or tx.Ingo Albrecht1-24/+49
2010-07-20osmoload: allow running without firmware imageIngo Albrecht1-12/+13
2010-07-15osmocon.c: enable hdlc console for mtk romloader targetsSteve Markgraf1-5/+5
2010-05-19osmocon: extend hexdump to show all printable charactersJan Luebbe1-3/+9
2010-05-19osmocon: change mtk load address for MT6223 romloaderSteve Markgraf1-1/+1
2010-05-17osmocon: Add experimental support for the MTK romloaderSteve Markgraf1-10/+291
2010-05-17osmocon: use a global load addressSteve Markgraf1-9/+11
2010-05-17osmocon: cosmetic cleanupSteve Markgraf1-19/+22
2010-05-17osmocon: use osmocore timers, minor fixesSteve Markgraf1-42/+15
2010-05-17osmocon.c: Fix serial_set_baudrate functionDaniel Willmann1-0/+5
2010-04-21osmocom: Fix serial init (CSIZE field)Sylvain Munaut1-1/+1
2010-04-07osmocon: fix c140xor, fix compiler warnings due to unhandled cases, cleanupSteve Markgraf1-15/+20
2010-04-06osmocon: use git-version-gen and PACKAGE_VERSION for 'osmocon -v'Harald Welte1-3/+1
2010-04-06osmocon: cosmetic cleanup (mostly 80character line length)osmocon_v0.0.0Harald Welte1-80/+128
2010-04-06osmocon: * introduce support for "non-secure" romloader inside Calypso/Calyps...Steve Markgraf1-31/+464
2010-03-30osmocon: use serial port initialization code from openbsc/src/rs232.cHarald Welte1-43/+38