summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* apps/system/zoneinfo: All logic to build timezone info. Does not do much el...Gregory Nutt2015-04-148-2/+277
* A little localtime clean-upGregory Nutt2015-04-143-51/+70
* Forgot to add a file in a previous commitGregory Nutt2015-04-141-0/+126
* libc/time/lib_localtime.c: Move tzset(); it belongs in the Public Functions ...Gregory Nutt2015-04-141-55/+55
* Update ChangeLogGregory Nutt2015-04-141-1/+4
* atexit: Fix reference to undefined variable in certain configurations. From ...Gregory Nutt2015-04-141-5/+4
* drivers/input/max11802.c: Fix possible unmatched IRQ restore. Noted by Juha...Gregory Nutt2015-04-141-49/+72
* Update ChangeLogGregory Nutt2015-04-141-0/+5
* apps/netutils: Separated out apps/examples/pppd; split up pppd utils. From ...Gregory Nutt2015-04-1410-90/+33
* Add apps/examples/pppd test case. From Brennan Ashton.Gregory Nutt2015-04-147-1/+261
* apps/netutils/ppp: Make pppd PAP authentication optional. From Brennan AshtonGregory Nutt2015-04-146-14/+73
* Forgot to add a file in the last commitGregory Nutt2015-04-131-0/+38
* Remove all traces of the Galileo board. That port is not going to happen -- ...Gregory Nutt2015-04-135-4/+17
* Update ChangeLogGregory Nutt2015-04-131-2/+7
* Remove more NTP client references from pppd. From Brennan Ashton.Gregory Nutt2015-04-132-17/+0
* Remove ntpclient file in pppd dir. From Brennan Ashton.Gregory Nutt2015-04-131-207/+0
* Use common macro(s) for calculating link layer header length. From Brennan A...Gregory Nutt2015-04-136-33/+50
* Update some commentsGregory Nutt2015-04-132-13/+20
* Update ChangeLogGregory Nutt2015-04-121-0/+2
* FAT: Fix misthink when CONFIG_ENDIAN_BIG=y. From Lwazi DubeGregory Nutt2015-04-121-61/+82
* Refresh configurationsGregory Nutt2015-04-123-209/+22
* Update comments in a Kconfig fileGregory Nutt2015-04-121-5/+8
* Update ChangeLogGregory Nutt2015-04-121-0/+8
* ix an error in time initialization when there is not RTC and the time is init...Gregory Nutt2015-04-122-47/+23
* Local time support is now EXPERIMENTALGregory Nutt2015-04-121-1/+10
* Add option to enable stackcheck per architectureGregory Nutt2015-04-122-1/+8
* Revert commit b80e8be652dfa52e97daa65aa3e550cf31cb2409Gregory Nutt2015-04-127-0/+170
* localtime: Default zoneinfo directory is /etc/zoneinfo instead of /usr/local...Gregory Nutt2015-04-111-1/+1
* Update ChangeLogGregory Nutt2015-04-111-0/+2
* Localtime: Configuration name inconsiste: CONFIG_LIBC_TZ_DIR vs CONFIG_LIBC_...Gregory Nutt2015-04-111-2/+2
* Update ChangeLogGregory Nutt2015-04-111-0/+3
* Allow NSH date command with no RTC. This command is useful without an RTC to...Gregory Nutt2015-04-1111-24/+30
* Remove all traces of CONFIG_ARMV7M_STACKCHECKGregory Nutt2015-04-117-170/+0
* Update ChangeLogGregory Nutt2015-04-111-1/+4
* Add master support to modbus. From Darcy GongGregory Nutt2015-04-1114-65/+621
* Add Modbus RTU master logic. From Darcy GongGregory Nutt2015-04-113-0/+538
* Add Modbus master logic. From Darcy GongGregory Nutt2015-04-115-0/+1424
* STM32 changes from David SidraneGregory Nutt2015-04-118-2/+59
* Minor updates to README filesGregory Nutt2015-04-102-0/+10
* STM32 CAN: More places where FR instead FIR usedGregory Nutt2015-04-091-4/+4
* Fix several typos in commentsGregory Nutt2015-04-099-9/+9
* Update ChangeLogGregory Nutt2015-04-092-0/+3
* apps/examples/ostest: Add a test for the sigprocmask, sighold, and sigrelseGregory Nutt2015-04-097-2/+252
* Missing i found by David SidraneGregory Nutt2015-04-091-1/+1
* Refresh some configurationsGregory Nutt2015-04-093-248/+620
* Fix some issues introduced to Freedom-KL26Z build. Duplicate changes in Free...Gregory Nutt2015-04-096-255/+64
* Fixes for clean build of zp214xpa/nsh configurationGregory Nutt2015-04-095-96/+378
* exampels/nxlines: Needs to include sys/boardctl.cGregory Nutt2015-04-091-0/+1
* boardctl(): Typo in ADC logicGregory Nutt2015-04-091-1/+1
* SIG_HOLD is not yet implementedGregory Nutt2015-04-091-5/+10