anchao edited a comment on pull request #1291:
URL: https://github.com/apache/incubator-nuttx/pull/1291#issuecomment-650964575
> ok. sync with IPPROTO_ makes sense.
> actually, shouldn't we just remove all SOL_ constants except SOL_SOCKET,
and use IPPROTO_ constants instead?
Done,
anchao commented on pull request #1291:
URL: https://github.com/apache/incubator-nuttx/pull/1291#issuecomment-650964575
> ok. sync with IPPROTO_ makes sense.
> actually, shouldn't we just remove all SOL_ constants except SOL_SOCKET,
and use IPPROTO_ constants instead?
Done, please
anchao opened a new pull request #1320:
URL: https://github.com/apache/incubator-nuttx/pull/1320
## Summary
net/sockopt: change the socket option style from Linux to BSD
```
Linux Programmer's Manual
...
IP(7)
...
NOTES
...
Using the SOL_IP socket opti
anchao opened a new pull request #311:
URL: https://github.com/apache/incubator-nuttx-apps/pull/311
## Summary
net/sockopt: change the socket option style from Linux to BSD
```
Linux Programmer's Manual
...
IP(7)
...
NOTES
...
Using the SOL_IP socket op
xiaoxiang781216 edited a comment on pull request #1280:
URL: https://github.com/apache/incubator-nuttx/pull/1280#issuecomment-650952843
Yes, off_t define to int is strange, the better type is long at least.
This is an automat
xiaoxiang781216 commented on pull request #1280:
URL: https://github.com/apache/incubator-nuttx/pull/1280#issuecomment-650952843
Yes, off_t define to int is strange, the better type is long.
This is an automated message from
xiaoxiang781216 opened a new pull request #1319:
URL: https://github.com/apache/incubator-nuttx/pull/1319
## Summary
Since up_release_stack auto detect whether the memory come from builtin heap
```
if (ttype == TCB_FLAG_TTYPE_KERNEL)
{
if (kmm_heapmember(dtcb->stack_allo
xiaoxiang781216 opened a new pull request #1318:
URL: https://github.com/apache/incubator-nuttx/pull/1318
otherwise the memory can't be reused util the process exit
Signed-off-by: Xiang Xiao
## Summary
## Impact
## Testing
--
This is an automated email from the ASF dual-hosted git repository.
yamamoto pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 095e492 libc: Replace nuttx/lib/math.h with math.h
add 676a2b7 stdio.h: Implement fseeko and ftello
yamt merged pull request #1280:
URL: https://github.com/apache/incubator-nuttx/pull/1280
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to g
yamt commented on pull request #1291:
URL: https://github.com/apache/incubator-nuttx/pull/1291#issuecomment-650911121
ok. sync with IPPROTO_ makes sense.
actually, shouldn't we just remove all SOL_ constants except SOL_SOCKET, and
use IPPROTO_ constants instead?
---
This is an automated email from the ASF dual-hosted git repository.
jerpelea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 095e492 libc: Replace nuttx/lib/math
jerpelea merged pull request #1312:
URL: https://github.com/apache/incubator-nuttx/pull/1312
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above
anchao opened a new pull request #1317:
URL: https://github.com/apache/incubator-nuttx/pull/1317
## Summary
sched/task: unify task initialization
sched/task_init: change the stack pointer type to (void *)
## Impact
nxthread_create()
nxtask_init()
## Testing
./t
xiaoxiang781216 opened a new pull request #310:
URL: https://github.com/apache/incubator-nuttx-apps/pull/310
…_EXCEPTION
## Summary
because user may use libcxx which just define CONFIG_LIBCXX_EXCEPTION
## Impact
No functionality change.
## Testing
---
This is an automated email from the ASF dual-hosted git repository.
aguettouche pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new b2f3a4b tools/nxstyle: Support th
Ouss4 merged pull request #1309:
URL: https://github.com/apache/incubator-nuttx/pull/1309
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to
Ouss4 closed issue #1235:
URL: https://github.com/apache/incubator-nuttx/issues/1235
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to
btashton commented on pull request #1316:
URL: https://github.com/apache/incubator-nuttx/pull/1316#issuecomment-650809996
@patacongo could you take a look at this and make sure I did not miss
something. It looks correct to me but it is a critical component.
--
btashton opened a new pull request #1316:
URL: https://github.com/apache/incubator-nuttx/pull/1316
## Summary
When realloc up from a mem area to a larger one where a new node
is needed. The the larger memory region is copied from the source
this can both leak data as well as cause m
patacongo commented on issue #1263:
URL:
https://github.com/apache/incubator-nuttx/issues/1263#issuecomment-650806116
Related: pthread-specific data destructors are not currently implemented.
They need to be and when they are, these destructors must also run in
user-mode, in the context
acassis merged pull request #1310:
URL: https://github.com/apache/incubator-nuttx/pull/1310
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above t
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 861f80e stm32l4 RCC: configure flash
acassis commented on pull request #1310:
URL: https://github.com/apache/incubator-nuttx/pull/1310#issuecomment-650789079
Ok, I think you explained it better here than in the code. BTW, let's to
merge it now.
This is an autom
v01d commented on pull request #1310:
URL: https://github.com/apache/incubator-nuttx/pull/1310#issuecomment-650775072
I think the explanation I left in the code in the form of a comment serves
to remind the importance of why that code should not be moved.
-
acassis commented on pull request #1310:
URL: https://github.com/apache/incubator-nuttx/pull/1310#issuecomment-650760491
Good finding Matias! I think it should be a good idea to include the above
Summary into the commit itself because people looking the repository will not
see it unless he
xiaoxiang781216 opened a new pull request #1315:
URL: https://github.com/apache/incubator-nuttx/pull/1315
## Summary
since it's ARM specific and the code to libs/libc/machine/arm/
## Impact
No functionality change
## Testing
-
GUIDINGLI opened a new pull request #1314:
URL: https://github.com/apache/incubator-nuttx/pull/1314
## Summary
## Impact
## Testing
This is an automated message from the Apache Git Service.
To respond to
xiaoxiang781216 opened a new pull request #1313:
URL: https://github.com/apache/incubator-nuttx/pull/1313
since these two functions is always implemented now
## Summary
## Impact
No functionality change
## Testing
29 matches
Mail list logo