summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add an unlink method to block driver interface. Same motivataion as for the ...Gregory Nutt2015-01-313-18/+23
* Remove reference to used variableGregory Nutt2015-01-311-9/+0
* Backout use of named initializers. Not C99Gregory Nutt2015-01-311-7/+8
* Update TODO listGregory Nutt2015-01-311-12/+14
* Update ChangeLogGregory Nutt2015-01-311-0/+4
* Pipes/FIFOs: Implement the unlink method. If the pipe/FIFO is unlinked, it ...Gregory Nutt2015-01-314-43/+116
* Update ChangeLogGregory Nutt2015-01-311-1/+6
* VFS: Add an unlink method to the character driver interface. This is import...Gregory Nutt2015-01-312-3/+24
* Unix domain: Add options to build in stream or datagram support separatelyGregory Nutt2015-01-3124-98/+193
* Update ChangeLogGregory Nutt2015-01-311-2/+5
* Networking: Add fcntl support for Unix domain sockets and UDP sockets with re...Gregory Nutt2015-01-301-16/+55
* Update TODO listGregory Nutt2015-01-301-31/+32
* Fix some errors in debug assertionsGregory Nutt2015-01-302-2/+2
* If a Unix domain socket is non-blocking, then the underlying FIFO should also...Gregory Nutt2015-01-309-45/+69
* Fix mimatched #if/#endifGregory Nutt2015-01-301-1/+0
* Fix a missing quotation mark in configuration descriptionGregory Nutt2015-01-301-1/+1
* Update ChangeLogGregory Nutt2015-01-301-0/+12
* Unix domain/FIFOs: Fix a race condition between FIFO buffer operations and t...Gregory Nutt2015-01-309-82/+188
* Networking: Any linger UDP read-ahead buffers must be freed when UDP socket i...Gregory Nutt2015-01-301-0/+7
* Unix domain: Add logic to release references to the half duplex FIFO after se...Gregory Nutt2015-01-306-27/+47
* apps/ustream and udgram: Change default FIFO path to /dev/fifoGregory Nutt2015-01-305-8/+8
* Should fix another warning reported by TravisGregory Nutt2015-01-301-2/+2
* Networking: Should fix a few compile errors/warnings reported by TravisGregory Nutt2015-01-302-3/+5
* Fix error just introduces into recvfrom. From Macs N.Gregory Nutt2015-01-301-2/+2
* Update ChangeLogGregory Nutt2015-01-301-0/+2
* 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
* Cosmetic updates to commentsGregory Nutt2015-01-291-2/+2
* 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-297-26/+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
* | Reorder statements: printf clobbers errno valueGregory Nutt2015-01-291-1/+2