Commit History

Author SHA1 Message Date
  Gregory Nutt f6b00e1966 tools/nxstyle.c: Fix logic error that prevent detecion of '/' and '/=' as operators. net/: Minor updates resulting from testing tools/nxstyle. 5 years ago
  Gregory Nutt b54ffe858a Standardization of some function headers. 6 years ago
  Gregory Nutt 7cf88d7dbd Make sure that labeling is used consistently in all function headers. 6 years ago
  Gregory Nutt 21041af8a7 This commit modifies the Unix domain local socket design. Local sockets are built on top of pipes. The Local socket implementation maintained file descriptors to interrupt with the pipes. File descriptors have the bad property that they are valid only while running on the thread within the task that created the local socket. 7 years ago
  Gregory Nutt 6de41b6cf3 net/local: Missed at least one change from read() to nx_read(). 7 years ago
  Gregory Nutt a1469a3e95 Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 8 years ago
  Gregory Nutt fc3540cffe Replace all occurrences of vdbg with vinfo 8 years ago
  Gregory Nutt fca919f3d2 Networking: Fix some compilation issues noted with network is build with CONFIG_BUILD_KERNEL 9 years ago
  Gregory Nutt f421723fbd Fix some errors in debug assertions 9 years ago
  Gregory Nutt cba78c7349 Unix domain: More fixes. With these changes, apps/examples/ustream works 9 years ago
  Gregory Nutt 8f29039f42 Unix sockets: Fleshes out the recvfrom() logic 9 years ago