summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Networking: Hook in send and revcfrom Unix domain socket logic; still needs ↵Gregory Nutt2015-01-263-27/+95
| | | | | | | | hooks for sendto logic
* | Merge remote-tracking branch 'origin/master' into afunixGregory Nutt2015-01-2615-8/+745
|\|
| * Update ChangeLogGregory Nutt2015-01-261-0/+7
| |
| * Add error function to math library. From Brennan Ashton.Gregory Nutt2015-01-265-3/+228
| |
| * Add math library definition for isfinite. From Brennan Ashton.Gregory Nutt2015-01-261-5/+6
| |
| * Add support for inverse hyperbolic functions. From Brennan AshtonGregory Nutt2015-01-2611-3/+507
| |
* | Add stub files for sending and receiving on FIFOsGregory Nutt2015-01-266-7/+267
| |
* | Merge remote-tracking branch 'origin/master' into afunixGregory Nutt2015-01-266-76/+530
|\|
| * Prep for NuttX-7.7 releasenuttx-7.7Gregory Nutt2015-01-264-40/+494
| |
| * Get USART 2 & 3 working on lpc4357-evb. These changes are required to get ↵Gregory Nutt2015-01-262-36/+36
| | | | | | | | USART 2 and 3 working on the Embest development board. From Toby Duckworth
* | Networking: Add FIFO management logic needed to support Unix domain socketsGregory Nutt2015-01-267-49/+642
| |
* | Replace an un-necessary gotoGregory Nutt2015-01-251-57/+55
| |
* | Networking: Add local Unix domain socket accept logicGregory Nutt2015-01-256-24/+237
| |
* | Networking: Move TCP specific logic out of net/socket/accept.c to ↵Gregory Nutt2015-01-254-269/+106
| | | | | | | | net/tcp/tcp_accept.c; add hooks for local, Unix doamin sockets
* | Networking: Move TCP specific logic out of net/socket/accept.c to ↵Gregory Nutt2015-01-251-0/+359
| | | | | | | | net/tcp/tcp_accept.c; add hooks for local, Unix doamin sockets
* | Networking: Add local Unix domain socket listen logicGregory Nutt2015-01-259-398/+779
| |
* | Networking: Add local Unix domain socket connection logicGregory Nutt2015-01-254-21/+462
| |
* | Networking: Add logic for binding Unix domain socketsGregory Nutt2015-01-253-12/+162
| |
* | Networking: A litle more Unix domain socket logicGregory Nutt2015-01-257-129/+317
| |
* | Hook local socket functions into socket creation and close logicGregory Nutt2015-01-244-68/+486
| |
* | Add basic build structure for Unix domain socketsGregory Nutt2015-01-245-1/+70
|/
* Add ioctls for Unix domain socketsGregory Nutt2015-01-242-0/+16
|
* Add sys/un.h header fileGregory Nutt2015-01-241-0/+81
|
* NSH: A few minor improvements/corrections to the network status presentationGregory Nutt2015-01-241-4/+4
|
* Fix another error in conditional compilation; plus some additional cosmetic ↵Gregory Nutt2015-01-243-8/+10
| | | | changes
* Correct a typo in conditional compilationGregory Nutt2015-01-241-1/+1
|
* Update ChangeLogsGregory Nutt2015-01-242-1/+2
|
* Networking: Clean up network status collection and presentation for IPv6Gregory Nutt2015-01-2414-84/+194
|
* Some minor clean-up of IPv4/6 flagsGregory Nutt2015-01-247-18/+56
|
* Oops missed one reference to DEBUG_STACKGregory Nutt2015-01-241-6/+6
|
* Update ChangeLogGregory Nutt2015-01-241-1/+2
|
* Remove CONFIG_DEBUG_STACK. Adding CONFIG_STACK_COLORATION makes this ↵Gregory Nutt2015-01-2457-253/+59
| | | | configuration option pointless
* Update ChangeLogGregory Nutt2015-01-241-0/+4
|
* Add CONFIG_STACK_COLORATION that does the same thing as CONFIG_DEBUG_STACK ↵Gregory Nutt2015-01-2448-59/+148
| | | | but without enabling debug. From David Sidrane
* Update ChangeLogGregory Nutt2015-01-231-0/+4
|
* Math library: Adds support for the expm1 functions: ↵Gregory Nutt2015-01-231-1/+4
| | | | http://pubs.opengroup.org/onlinepubs/009695399/functions/expm1.html. From Brennan Ashton
* Update READMEGregory Nutt2015-01-231-0/+41
|
* Networking: IPv4 and IPv6 work together. This fixes a bug necessary to ↵Gregory Nutt2015-01-233-8/+21
| | | | accomplish that as well as cleaning up a couple of other issues
* Update README fileGregory Nutt2015-01-231-1/+10
|
* Update ChangeLogGregory Nutt2015-01-231-2/+5
|
* Add support for the EFM32 reset management unit (RMU). From Pierre-noel ↵Gregory Nutt2015-01-234-0/+201
| | | | Bouteville
* Networking: Final fixes. IPv6 pings now work in both directionsGregory Nutt2015-01-232-11/+9
|
* Networking: Various bugfixes related to IPv6 pingGregory Nutt2015-01-234-12/+13
|
* Update ChangeLogGregory Nutt2015-01-231-0/+2
|
* Networking: First cut at ICMPv6 ping logicGregory Nutt2015-01-235-118/+233
|
* Update ChangeLogGregory Nutt2015-01-231-0/+2
|
* apps/nshlib: Add the ping6 command to support checking IPv6 networks. NSH ↵Gregory Nutt2015-01-235-90/+282
| | | | logic is complete but still missing some network level support
* Update ChangeLogsGregory Nutt2015-01-231-2/+3
|
* configs/dk-tm4c129x/ipv6: Add an IPv6-enabled NSH configruationGregory Nutt2015-01-234-0/+1348
|
* IPv6 is not longer EXPERIMENTALGregory Nutt2015-01-231-1/+0
|