summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
...
* | Unix domain: With these changes I can build a system with no link layer enab...Gregory Nutt2015-01-271-1/+1
* | Unix domain: More fixed to build without Ethernet or SlipGregory Nutt2015-01-275-16/+30
* | Merge remote-tracking branch 'origin/master' into afunixGregory Nutt2015-01-271-4/+5
|\|
| * recvfrom(): Missing else in conditional logic of recvfrom()Gregory Nutt2015-01-271-4/+5
* | Various fixes to get Unix domain sockets to build on the simulator without Et...Gregory Nutt2015-01-273-3/+12
* | Update ChangeLogsGregory Nutt2015-01-271-0/+4
* | Merge remote-tracking branch 'origin/master' into afunixGregory Nutt2015-01-274-7/+61
|\|
| * Update ChangeLogsGregory Nutt2015-01-271-0/+6
| * Recent changes to stm32_rtcc.c do not compile with STM32L15XX configurations....Gregory Nutt2015-01-272-0/+19
| * Disabling any of EXTI 5-9 interrupts was disabling interrupts for all EXTI 5-...Gregory Nutt2015-01-271-7/+31
| * Update ChangeLogGregory Nutt2015-01-271-0/+5
* | Unix sockets: Fleshes out the recvfrom() logicGregory Nutt2015-01-276-152/+524
* | Local sockets: Add basic packet send logicGregory Nutt2015-01-274-7/+296
* | Local sockets: Remove some ill-conceived logicGregory Nutt2015-01-274-71/+28
* | Merge remote-tracking branch 'origin/master' into afunixGregory Nutt2015-01-272-10/+26
|\|
| * Fix backward calculation in the work queue timing. From Liio Chen via the PX...Gregory Nutt2015-01-272-10/+26
* | Merge remote-tracking branch 'origin/master' into afunixGregory Nutt2015-01-269-3/+456
|\|
| * Update ChangeLogsGregory Nutt2015-01-261-0/+3
| * Add math library defines for nan functions. From Brennan Ashton.Gregory Nutt2015-01-261-0/+8
| * Add math library support for trunc functions. From Brennan Ashton.Gregory Nutt2015-01-265-0/+256
| * CosmeticGregory Nutt2015-01-263-0/+3
| * Add math library support for copysign. From Brennan AshtonGregory Nutt2015-01-265-3/+186
* | Networking: Hook in send and revcfrom Unix domain socket logic; still needs ...Gregory Nutt2015-01-263-27/+95
* | 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-265-73/+525
|\|
| * Prep for NuttX-7.7 releaseGregory Nutt2015-01-263-37/+489
| * Get USART 2 & 3 working on lpc4357-evb. These changes are required to get USA...Gregory Nutt2015-01-262-36/+36
* | 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 net/tcp/tc...Gregory Nutt2015-01-254-269/+106
* | Networking: Move TCP specific logic out of net/socket/accept.c to net/tcp/tc...Gregory Nutt2015-01-251-0/+359
* | 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
* Fix another error in conditional compilation; plus some additional cosmetic c...Gregory Nutt2015-01-242-7/+9
* Update ChangeLogsGregory Nutt2015-01-241-1/+1
* Networking: Clean up network status collection and presentation for IPv6Gregory Nutt2015-01-2413-51/+84
* Some minor clean-up of IPv4/6 flagsGregory Nutt2015-01-247-18/+56
* Update ChangeLogGregory Nutt2015-01-241-1/+2