Gregory Nutt
|
cbf0608513
|
Various fixes to get Unix domain sockets to build on the simulator without Ethernet
|
2015-01-27 14:11:46 -06:00 |
|
Gregory Nutt
|
095abf04c1
|
Update ChangeLogs
|
2015-01-27 13:43:20 -06:00 |
|
Gregory Nutt
|
8c3358e721
|
Merge remote-tracking branch 'origin/master' into afunix
|
2015-01-27 11:51:57 -06:00 |
|
Gregory Nutt
|
8f29039f42
|
Unix sockets: Fleshes out the recvfrom() logic
|
2015-01-27 11:51:24 -06:00 |
|
Gregory Nutt
|
a8f6e24554
|
Update ChangeLogs
|
2015-01-27 09:24:30 -06:00 |
|
Gregory Nutt
|
4146fdbe8f
|
Recent changes to stm32_rtcc.c do not compile with STM32L15XX configurations. From Jussi Kivilinna.
|
2015-01-27 09:20:42 -06:00 |
|
Gregory Nutt
|
c74aaafc72
|
Disabling any of EXTI 5-9 interrupts was disabling interrupts for all EXTI 5-9. Same issue with EXTI 10-15. From Jussi Kivilinna.
|
2015-01-27 09:15:43 -06:00 |
|
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
|
6114cf769f
|
Update ChangeLog
|
2015-01-27 06:32:01 -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 |
|