summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* clock_systimespec(): Fixes for compilation errors in certain configurations....Gregory Nutt2015-01-301-1/+2
* Update ChangeLogGregory Nutt2015-01-301-0/+2
* Networking: SLIP interface improvements. From Macs N.Gregory Nutt2015-01-301-57/+92
* Update ChangeLogGregory Nutt2015-01-301-0/+4
* EFM32: Logic to unconditionally enable LE clocking. Even you don't use core c...Gregory Nutt2015-01-302-56/+88
* Update ChangeLogGregory Nutt2015-01-301-0/+8
* Forgot to add a file in the last commitGregory Nutt2015-01-301-0/+360
* Networking: Separate TCP poll logic out of net/sockets/net_poll.c and move i...Gregory Nutt2015-01-304-322/+52
* Networking: Separate out UDP poll logic from socket/net_poll.c into a new ud...Gregory Nutt2015-01-309-273/+569
* Eliminate a warningGregory Nutt2015-01-301-2/+5
* Networking: Add UDP read-ahead support and support for poll/select on UDP so...Gregory Nutt2015-01-306-33/+689
* Update a commentGregory Nutt2015-01-301-2/+2
* Update ChangeLogGregory Nutt2015-01-291-0/+8
* Networking: Fix a major TCP bug introduced with commit e71c09ce9777ff732cb60...Gregory Nutt2015-01-291-3/+5
* Update configurationGregory Nutt2015-01-291-10/+48
* Fix two compilation errors that occur when Unix domain occurs an IPv6 are ena...Gregory Nutt2015-01-292-2/+2
* Resolve merge conflictGregory Nutt2015-01-293-1/+33
|\
| * Update ChangeLogGregory Nutt2015-01-291-0/+3
| * ARM assembly language memcpy.S was not returning a value in R0 it is required...Gregory Nutt2015-01-292-0/+30
* | Update ChangeLogGregory Nutt2015-01-292-0/+4
* | Unix domain: Various fixes to get apps/examplex/udgram workingGregory Nutt2015-01-296-20/+31
* | Unix domain: Add sendto logic for SOCK_DRAM protocoalGregory Nutt2015-01-293-17/+86
* | Fix typo in conditional compilationGregory Nutt2015-01-291-1/+1
* | Elminate some warnings with TCP and UDP are disabledGregory Nutt2015-01-291-0/+4
* | update configurationGregory Nutt2015-01-291-0/+6
* | Unix domain: Add initial cut at redvfrom() for Unix domain datagram socketsGregory Nutt2015-01-293-73/+383
* | Fix a typo in commentsGregory Nutt2015-01-281-4/+4
* | Minor fixes after initial tests with apps/examples/udgramGregory Nutt2015-01-285-2/+1072
* | Merge remote-tracking branch 'origin/master' into afunixGregory Nutt2015-01-284-25/+107
|\|
| * net/socket/accept.c: Ooops.. deleted one too many header filesGregory Nutt2015-01-282-23/+105
| * Unix domain socket support is no longer EXPERIMENTALGregory Nutt2015-01-282-2/+2
* | Networking: Move UDP-specifc parts of sendto() out of socket/sendto.c and in...Gregory Nutt2015-01-286-416/+557
|/
* Refresh configurationsGregory Nutt2015-01-282-4/+5
* Merge remote-tracking branch 'origin/master' into afunixGregory Nutt2015-01-281-0/+1
|\
| * Networking: Missed header file inclusionGregory Nutt2015-01-281-0/+1
* | Merge remote-tracking branch 'origin/master' into afunixGregory Nutt2015-01-285-48/+63
|\|
| * Update ChangeLogGregory Nutt2015-01-281-0/+6
| * Networking: Fix another deadlock condition. tcp_write_buffer_alloc() calls ...Gregory Nutt2015-01-284-48/+57
* | Unix domain: Fix a typo and some missing conditional compilationGregory Nutt2015-01-282-1/+3
* | sim/ustream: Add a configuration for testing Unix domain sockets with the sim...Gregory Nutt2015-01-284-0/+1068
* | Documentation: Add Unix domain sockets to the feature listGregory Nutt2015-01-281-2/+10
* | Unix domain: More fixes. With these changes, apps/examples/ustream worksGregory Nutt2015-01-287-17/+34
* | Merge remote-tracking branch 'origin/master' into afunixGregory Nutt2015-01-278-155/+304
|\|
| * Update ChangeLogGregory Nutt2015-01-271-0/+12
| * Networking: The are issues with the TCP write-ahead buffering if CONFIG_NET_...Gregory Nutt2015-01-277-154/+292
* | Merge branch 'afunix' of ssh://git.code.sf.net/p/nuttx/git into afunixGregory Nutt2015-01-271-10/+12
|\ \
| * | Merge remote-tracking branch 'origin/master' into afunixGregory Nutt2015-01-271-10/+12
| |\|
| | * Tiva Ethernet: Move place where interrupts are disabled. It is probably not...Gregory Nutt2015-01-271-10/+12
* | | Unix domain: A few more bugfixesGregory Nutt2015-01-272-3/+4
|/ /
* | Unix domain: A few fixes from early integrationGregory Nutt2015-01-2710-39/+102