This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-06-06 16:50:55 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
672c6a540533af3ed1217cbabf8498f2a86d6bbd
nuttx
/
sched
T
History
Gregory Nutt
3973640fff
Update some comments. Remove references to non-existent CONFIG_MAX_TASK_ARG.
2018-08-08 17:06:46 -06:00
..
clock
syscall: clock_systimer() is no longer a system call. It has been replaced with the equivalent, standard interface clock() as the system call.
2018-06-16 12:50:28 -06:00
environ
…
errno
…
group
Merged in masayuki2009/nuttx.nuttx/fix_loadable_elf_with_smp (pull request
#706
)
2018-08-06 03:36:14 +00:00
init
…
irq
…
module
configs/olimex-stm32_p407: Add logic to support initialization of the kernel module symbol table installed in the pass2/ directory during the application phase of the build. The kmodule configuration appears to be fully functional.
2018-08-07 10:50:25 -06:00
mqueue
Merged in sliedl/nuttx (pull request
#700
)
2018-07-30 12:50:04 +00:00
paging
…
pthread
sched/pthread/pthread_initialize.c: Fix a warning found in build testing (that is actually and bug and would cause an incorrect value to be returned in many cases.
2018-08-05 16:23:07 -06:00
sched
binfmt/ and sched/group: Re-architect the way that loadable ELF or NXFLAT modules are unloaded. Memory resources must be recovered when the task loaded into memory exits. The originmal implementatino used the death-of-child SIGCHLD signal to perform the unload. There are several problems with this: It is overly complex, it requires that the parent task stay resident while the loaded task runs, and it has fatal logic flaws in the protected and kernel model builds because the user signal handler attempts to run in the kernel address space. This commit corrects with using a mindlessly simply BINFMT callback when the task exits.
2018-08-05 08:09:54 -06:00
semaphore
…
signal
Fix lots of typos in C comments and Kconfig help text
2018-07-08 18:24:45 -06:00
task
Update some comments. Remove references to non-existent CONFIG_MAX_TASK_ARG.
2018-08-08 17:06:46 -06:00
timer
…
wdog
…
wqueue
…
.gitignore
…
Kconfig
Kconfig files: Fix several errors noted by Alex Denisov in Bitbucket issue 115.
2018-08-05 10:48:02 -06:00
Makefile
…