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 08:36:24 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
ebc6f5164195a84ebce0eab6344483e27ffafb19
nuttx
/
fs
T
History
Juha Niskanen
ebc6f51641
Fix some typos
2019-09-17 10:46:23 -06:00
..
aio
…
binfs
This commit moves shared builtin information out of binfmt/libbuiltin and into libs/libc/builtin where it can be shared. This should permit builtin application in the PROTECTED build where binfmt/libbuiltin is not available in user space.
2019-08-23 09:07:40 -06:00
cromfs
This commit moves shared builtin information out of binfmt/libbuiltin and into libs/libc/builtin where it can be shared. This should permit builtin application in the PROTECTED build where binfmt/libbuiltin is not available in user space.
2019-08-23 09:07:40 -06:00
dirent
fs/dirent/fs_opendir.c: Fix typo and style. opendir() did set errno to a negative value in one error case. Fixed some coding style issues found by nxstyle.
2019-07-31 07:18:07 -06:00
driver
…
fat
…
hostfs
…
inode
…
littlefs
fs/littlefs/lfs.c: Fix lfs_format bug. In superblock disk root-block assignment, the second must be root[1].
2019-04-04 06:35:24 -06:00
mmap
A little more progress toward the implementation of per-window framebuffers. Still missing:
2019-03-14 11:20:14 -06:00
mount
configs/makerlisp/nsh/defconfig: Enable Procfs, RTC, and SPI-based SD support. Various fixes under arch/z80/src/ez80 for a clean compile.
2019-06-16 14:45:38 -06:00
mqueue
sched/mqueue/mq_desclose.c: Add a test to verify that message queue is closed by the same task group that opened it. If not, then list corruption would result. This test is only performed if CONFIG_DEBUG_FEATURES is enabled since it should not normally be an issue: It would be a strange programming practice to open a message queue in open task group, then close it in another.
2019-08-05 18:30:07 -06:00
nfs
…
nxffs
Fix some typos
2019-09-17 10:46:23 -06:00
partition
Fix some new warnings found in build testing.
2019-09-10 08:20:53 -06:00
procfs
net/tcp/tcp_send.c: Commit
a52ceac13e
broke IPv4 sending. In cp_send.c:tcp_ipv4_sendcomplete(), ‘ipv4->vhl’ now needs to be configured before call to tcp_ipv4_chksum(). Noted by Jussi Kivilinna in comit comments.
2019-09-06 09:48:42 -06:00
romfs
…
semaphore
…
shm
…
smartfs
Fix some typos
2019-09-17 10:46:23 -06:00
spiffs
…
tmpfs
…
unionfs
This commit moves shared builtin information out of binfmt/libbuiltin and into libs/libc/builtin where it can be shared. This should permit builtin application in the PROTECTED build where binfmt/libbuiltin is not available in user space.
2019-08-23 09:07:40 -06:00
userfs
…
vfs
drivers/serial/serial.c: Limit the number of times that the poll semaphore is incrmented.
2019-06-13 16:23:04 -06:00
.gitignore
…
fs_initialize.c
…
Kconfig
…
Makefile
…