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
3ca55cc43979cc9d0135359f2410b1f8309c5db6
nuttx
/
sched
T
History
Nathan Hartman
366053e464
Fix typos, 1 in a #define, others in comments. This changes one definition: _MQ_TIMEDRECIEVE is changed to _MQ_TIMEDRECEIVE. It appears this symbol is not used anywhere.
2019-09-11 08:56:56 -06:00
..
clock
sched/clock/clock_timekeeping.c: fix cases in time conversion that must be >= NSEC_PER_SEC, not >NSEC_PER_SEC. Similar to fix of
f9e80c4a1e
.
2019-08-27 18:18:10 -06:00
environ
net/inet and net/tcp: Fix tcp close flow; free the connection after all tcp close process finished.
2019-08-30 06:44:43 -06:00
errno
…
group
sched/group/group_setuid.c and group_setguid.c: Verify that the UID/GID is within range.
2019-08-10 10:42:53 -06:00
init
Fix typos.
2019-08-04 14:50:28 -06:00
irq
…
module
…
mqueue
Various cosmetic changes.
2019-09-09 14:47:47 -06:00
paging
…
pthread
…
sched
Fix typos, 1 in a #define, others in comments. This changes one definition: _MQ_TIMEDRECIEVE is changed to _MQ_TIMEDRECEIVE. It appears this symbol is not used anywhere.
2019-09-11 08:56:56 -06:00
semaphore
Fix typos, 1 in a #define, others in comments. This changes one definition: _MQ_TIMEDRECIEVE is changed to _MQ_TIMEDRECEIVE. It appears this symbol is not used anywhere.
2019-09-11 08:56:56 -06:00
signal
sched/Kconfig, sched/signal/sig_notification.c: Add configuration option to decide select either the high-priority or low-priority work queue for SIG_EVTHREAD notifications.
2019-08-26 10:54:49 -06:00
task
syscall/ and related: Fix an error found in build testing. Inconsistent conditional compilation led to link errors in certain configurations.
2019-08-27 16:41:07 -06:00
timer
Cosmetic updates.
2019-08-28 15:14:27 -06:00
wdog
Cosmetic updates.
2019-08-28 15:14:27 -06:00
wqueue
boards/: Move more drivers directories at were placed too high in the hieararchy.
2019-08-24 14:42:14 -06:00
.gitignore
…
Kconfig
sched/Kconfig, sched/signal/sig_notification.c: Add configuration option to decide select either the high-priority or low-priority work queue for SIG_EVTHREAD notifications.
2019-08-26 10:54:49 -06:00
Makefile
…