-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
Submodule libphoenix
updated
5 files
+2 −3 | include/sys/mman.h | |
+1 −1 | pthread/pthread.c | |
+4 −2 | stdio/file.c | |
+5 −3 | stdlib/malloc_dl.c | |
+3 −1 | stdlib/malloc_trivial3.c |
Submodule phoenix-rtos-corelibs
updated
6 files
+1 −1 | libgraph/cirrus.c | |
+2 −2 | libgraph/virtio-gpu.c | |
+1 −1 | libvga/vgahw-pc.c | |
+1 −1 | libvirtio/virtio.c | |
+1 −1 | libvirtio/virtiopci.c | |
+1 −1 | libvirtio/virtqueue.c |
Submodule phoenix-rtos-devices
updated
34 files
Submodule phoenix-rtos-doc
updated
2 files
+2 −2 | devices/hwaccess.md | |
+17 −6 | libc/functions/m/mmap.part-impl.md |
Submodule phoenix-rtos-filesystems
updated
23 files
+1 −1 | _targets/Makefile.armv7a9-zynq7000 | |
+0 −138 | dummyfs/dev.c | |
+0 −36 | dummyfs/dev.h | |
+157 −145 | dummyfs/dir.c | |
+13 −10 | dummyfs/dir.h | |
+761 −556 | dummyfs/dummyfs.c | |
+3 −3 | dummyfs/dummyfs.h | |
+38 −37 | dummyfs/dummyfs_internal.h | |
+0 −220 | dummyfs/file.c | |
+0 −27 | dummyfs/file.h | |
+136 −0 | dummyfs/memory.c | |
+47 −0 | dummyfs/memory.h | |
+45 −86 | dummyfs/object.c | |
+10 −16 | dummyfs/object.h | |
+0 −1 | dummyfs/srv.c | |
+26 −6 | ext2/block.c | |
+64 −57 | ext2/ext2.c | |
+13 −7 | ext2/ext2.h | |
+301 −107 | ext2/libext2.c | |
+9 −0 | ext2/libext2.h | |
+33 −5 | ext2/sb.c | |
+7 −7 | jffs2/phoenix-rtos.h | |
+1 −1 | jffs2/phoenix-rtos/mtd_em.c |
Submodule phoenix-rtos-kernel
updated
23 files
+2 −0 | hal/armv7a/arch/types.h | |
+2 −0 | hal/armv7m/arch/types.h | |
+2 −0 | hal/armv8m/arch/types.h | |
+2 −0 | hal/ia32/arch/types.h | |
+2 −0 | hal/riscv64/arch/types.h | |
+2 −0 | hal/sparcv8leon3/arch/types.h | |
+21 −11 | include/mman.h | |
+0 −2 | include/posix.h | |
+1 −1 | include/sysinfo.h | |
+4 −4 | log/log.c | |
+18 −0 | posix/posix.c | |
+3 −0 | posix/posix.h | |
+5 −2 | proc/msg.c | |
+4 −4 | proc/name.c | |
+3 −3 | proc/name.h | |
+12 −12 | proc/process.c | |
+25 −18 | syscalls.c | |
+1 −1 | vm/amap.c | |
+1 −1 | vm/amap.h | |
+43 −39 | vm/map.c | |
+4 −4 | vm/map.h | |
+7 −8 | vm/object.c | |
+5 −1 | vm/object.h |
Submodule phoenix-rtos-tests
updated
3 files
+1 −1 | disk/test_disk.c | |
+1 −1 | mem/test_mmap.c | |
+2 −2 | proc/test_msg.c |