Gregory Nutt
|
120efa4717
|
Local sockets: Add basic packet send logic
|
2015-01-27 08:05:09 -06:00 |
|
Gregory Nutt
|
1f7b40ce15
|
Local sockets: Remove some ill-conceived logic
|
2015-01-27 07:03:20 -06:00 |
|
Gregory Nutt
|
5e39788489
|
Merge remote-tracking branch 'origin/master' into afunix
|
2015-01-27 06:17:59 -06:00 |
|
Gregory Nutt
|
6bc9a0c9c6
|
Fix backward calculation in the work queue timing. From Liio Chen via the PX4 repository
|
2015-01-27 06:17:02 -06:00 |
|
Gregory Nutt
|
5b043b09c3
|
Merge remote-tracking branch 'origin/master' into afunix
|
2015-01-26 19:11:01 -06:00 |
|
Gregory Nutt
|
ea5fdeea20
|
Update ChangeLogs
|
2015-01-26 19:08:07 -06:00 |
|
Gregory Nutt
|
6418f08459
|
Add math library defines for nan functions. From Brennan Ashton.
|
2015-01-26 19:03:38 -06:00 |
|
Gregory Nutt
|
b12cf6d2f5
|
Add math library support for trunc functions. From Brennan Ashton.
|
2015-01-26 19:00:35 -06:00 |
|
Gregory Nutt
|
0a11f9b669
|
Cosmetic
|
2015-01-26 18:55:17 -06:00 |
|
Gregory Nutt
|
06337a4f7a
|
Add math library support for copysign. From Brennan Ashton
|
2015-01-26 18:52:28 -06:00 |
|
Gregory Nutt
|
a88b824f96
|
Networking: Hook in send and revcfrom Unix domain socket logic; still needs hooks for sendto logic
|
2015-01-26 18:47:48 -06:00 |
|
Gregory Nutt
|
597b579943
|
Merge remote-tracking branch 'origin/master' into afunix
|
2015-01-26 17:29:12 -06:00 |
|
Gregory Nutt
|
2201c9b449
|
Add stub files for sending and receiving on FIFOs
|
2015-01-26 17:28:36 -06:00 |
|
Gregory Nutt
|
1a0fa35703
|
Update ChangeLog
|
2015-01-26 14:02:19 -06:00 |
|
Gregory Nutt
|
7e177e1c12
|
Add error function to math library. From Brennan Ashton.
|
2015-01-26 13:58:47 -06:00 |
|
Gregory Nutt
|
36d5c00ec6
|
Add math library definition for isfinite. From Brennan Ashton.
|
2015-01-26 13:55:49 -06:00 |
|
Gregory Nutt
|
e153959eea
|
Add support for inverse hyperbolic functions. From Brennan Ashton
|
2015-01-26 13:52:53 -06:00 |
|
Gregory Nutt
|
9b2d1c9828
|
Merge remote-tracking branch 'origin/master' into afunix
|
2015-01-26 13:31:52 -06:00 |
|
Gregory Nutt
|
1828badd1d
|
Networking: Add FIFO management logic needed to support Unix domain sockets
|
2015-01-26 13:30:27 -06:00 |
|
Gregory Nutt
|
d7f7cfc44c
|
Prep for NuttX-7.7 release
|
2015-01-26 09:35:27 -06:00 |
|
Gregory Nutt
|
c16abdcd47
|
Get USART 2 & 3 working on lpc4357-evb. These changes are required to get USART 2 and 3 working on the Embest development board. From Toby Duckworth
|
2015-01-26 07:33:22 -06:00 |
|
Gregory Nutt
|
a25f6cb7fd
|
Replace an un-necessary goto
|
2015-01-25 17:53:01 -06:00 |
|
Gregory Nutt
|
f756545eb0
|
Networking: Add local Unix domain socket accept logic
|
2015-01-25 16:27:25 -06:00 |
|
Gregory Nutt
|
90e59217c6
|
Networking: Move TCP specific logic out of net/socket/accept.c to net/tcp/tcp_accept.c; add hooks for local, Unix doamin sockets
|
2015-01-25 15:46:05 -06:00 |
|
Gregory Nutt
|
0def771c8d
|
Networking: Move TCP specific logic out of net/socket/accept.c to net/tcp/tcp_accept.c; add hooks for local, Unix doamin sockets
|
2015-01-25 15:45:51 -06:00 |
|
Gregory Nutt
|
59f9a1a286
|
Networking: Add local Unix domain socket listen logic
|
2015-01-25 14:16:44 -06:00 |
|
Gregory Nutt
|
c3f2023089
|
Networking: Add local Unix domain socket connection logic
|
2015-01-25 12:37:40 -06:00 |
|
Gregory Nutt
|
ffc02f30b0
|
Networking: Add logic for binding Unix domain sockets
|
2015-01-25 08:33:39 -06:00 |
|
Gregory Nutt
|
3b64518049
|
Networking: A litle more Unix domain socket logic
|
2015-01-25 07:36:16 -06:00 |
|
Gregory Nutt
|
666ee755da
|
Hook local socket functions into socket creation and close logic
|
2015-01-24 15:19:50 -06:00 |
|
Gregory Nutt
|
81a3daca6d
|
Add basic build structure for Unix domain sockets
|
2015-01-24 14:03:32 -06:00 |
|
Gregory Nutt
|
d7189558a6
|
Add ioctls for Unix domain sockets
|
2015-01-24 11:57:06 -06:00 |
|
Gregory Nutt
|
bf61008448
|
Add sys/un.h header file
|
2015-01-24 11:44:06 -06:00 |
|
Gregory Nutt
|
d84abfafc4
|
Fix another error in conditional compilation; plus some additional cosmetic changes
|
2015-01-24 09:04:28 -06:00 |
|
Gregory Nutt
|
5060c35094
|
Update ChangeLogs
|
2015-01-24 08:27:54 -06:00 |
|
Gregory Nutt
|
f4bb7f14e1
|
Networking: Clean up network status collection and presentation for IPv6
|
2015-01-24 08:26:12 -06:00 |
|
Gregory Nutt
|
96a53254dd
|
Some minor clean-up of IPv4/6 flags
|
2015-01-24 07:29:43 -06:00 |
|
Gregory Nutt
|
a19bec3be1
|
Update ChangeLog
|
2015-01-24 06:50:33 -06:00 |
|
Gregory Nutt
|
7e46e94546
|
Remove CONFIG_DEBUG_STACK. Adding CONFIG_STACK_COLORATION makes this configuration option pointless
|
2015-01-24 06:49:51 -06:00 |
|
Gregory Nutt
|
1b822bda8d
|
Update ChangeLog
|
2015-01-24 06:04:50 -06:00 |
|
Gregory Nutt
|
05c5c8c337
|
Add CONFIG_STACK_COLORATION that does the same thing as CONFIG_DEBUG_STACK but without enabling debug. From David Sidrane
|
2015-01-24 06:03:39 -06:00 |
|
Gregory Nutt
|
e6d861d30e
|
Update ChangeLog
|
2015-01-23 17:17:19 -06:00 |
|
Gregory Nutt
|
dc759d31d9
|
Math library: Adds support for the expm1 functions: http://pubs.opengroup.org/onlinepubs/009695399/functions/expm1.html. From Brennan Ashton
|
2015-01-23 17:15:42 -06:00 |
|
Gregory Nutt
|
cc4c5bc927
|
Update README
|
2015-01-23 16:55:39 -06:00 |
|
Gregory Nutt
|
e5d1ff373b
|
Networking: IPv4 and IPv6 work together. This fixes a bug necessary to accomplish that as well as cleaning up a couple of other issues
|
2015-01-23 16:40:18 -06:00 |
|
Gregory Nutt
|
ce4eed1fa5
|
Update ChangeLog
|
2015-01-23 15:26:29 -06:00 |
|
Gregory Nutt
|
2f3fb08869
|
Add support for the EFM32 reset management unit (RMU). From Pierre-noel Bouteville
|
2015-01-23 15:25:10 -06:00 |
|
Gregory Nutt
|
e02ced8c98
|
Networking: Final fixes. IPv6 pings now work in both directions
|
2015-01-23 15:10:47 -06:00 |
|
Gregory Nutt
|
8e844a3c27
|
Networking: Various bugfixes related to IPv6 ping
|
2015-01-23 14:40:09 -06:00 |
|
Gregory Nutt
|
469bb6075f
|
Update ChangeLog
|
2015-01-23 14:07:09 -06:00 |
|