-
- Downloads
Merge branch 'master' of github.com:cloudius-systems/osv
* 'master' of github.com:cloudius-systems/osv: (30 commits) elf: relocate R_X86_64_64 correctly sched: make thread stack be controlled by the thread creator main: don't destroy DriverFactory for now bootfs: disable read01.so temporarily mmu: don't map NULL libc: fix confstr(NULL, ...) elf: fix segfault on unmatched symbol mmu: move physical memory map to ffff800000000000 implement positional I/O (pread/pwrite/preadv/pwritev) implement vectored I/O (readv/writev) uio-ify the read/write path clean up the vnode operation defintion a bit import basic uio support code from FreeBSD add a real strerror() implementation from musl add misc routines from musl more stat variants add getuid/getgid stubs implement lxstat implement a real console layer simplify the console abstractions ...
No related branches found
No related tags found
Showing
- align.hh 34 additions, 0 deletionsalign.hh
- arch/x64/arch-setup.cc 87 additions, 24 deletionsarch/x64/arch-setup.cc
- arch/x64/arch-switch.hh 2 additions, 2 deletionsarch/x64/arch-switch.hh
- arch/x64/loader.ld 1 addition, 0 deletionsarch/x64/loader.ld
- bootfs.manifest 1 addition, 0 deletionsbootfs.manifest
- build.mak 3 additions, 2 deletionsbuild.mak
- debug.cc 3 additions, 7 deletionsdebug.cc
- debug.hh 3 additions, 6 deletionsdebug.hh
- drivers/console.cc 47 additions, 10 deletionsdrivers/console.cc
- drivers/console.hh 7 additions, 6 deletionsdrivers/console.hh
- drivers/driver.cc 91 additions, 4 deletionsdrivers/driver.cc
- drivers/driver.hh 37 additions, 1 deletiondrivers/driver.hh
- drivers/isa-serial.cc 3 additions, 3 deletionsdrivers/isa-serial.cc
- drivers/isa-serial.hh 1 addition, 1 deletiondrivers/isa-serial.hh
- drivers/pci.cc 26 additions, 0 deletionsdrivers/pci.cc
- drivers/pci.hh 78 additions, 1 deletiondrivers/pci.hh
- elf.cc 11 additions, 24 deletionself.cc
- fs/devfs/devfs_vnops.c 59 additions, 83 deletionsfs/devfs/devfs_vnops.c
- fs/devfs/device.c 8 additions, 18 deletionsfs/devfs/device.c
- fs/devfs/device.h 16 additions, 18 deletionsfs/devfs/device.h
Loading
Please register or sign in to comment