1172 Commits (41dab25f9cbf36e3dc689e5d84659c733808a2d7)
 

Author SHA1 Message Date
WangRunji d9bb072cbd update riscv crate
6 years ago
Jiajie Chen edbf07f914 Add #[deny(warnings)] to syscall dispatch. See 17e644e54e for discussion
6 years ago
Jiajie Chen 92d40fae61 Fix missing change in last commit
6 years ago
Jiajie Chen 0d2bc0a7d4 Implement irq allocation and use irq number to identify irq source
6 years ago
Jiajie Chen c423f10483 Name ixgbe interfaces after systemd's and show link status change event
6 years ago
WangRunji d0202c945e test and fix something on HiFiveU
6 years ago
Jiajie Chen f2362d26df Disable pci interrupt temporary before we are able to read pci routing table
6 years ago
Jiajie Chen b7f47235f8 Add support for PCI legacy interrupts
6 years ago
equation314 28ce8ba81c update URL to new organization
6 years ago
Jiajie Chen 62d60d16e5 Fix sys_getcwd: return pointer to cwd
6 years ago
Jiajie Chen 2ada090430 Use buddy_system_allocator for a drop inreplacement for linked_list_allocator
6 years ago
WangRunji 6e7e9149ee update URL to new organization
6 years ago
WangRunji 17e644e54e unimportant changes
6 years ago
equation314 480bf0d14c fix struct stat layout on non-x86 archs
6 years ago
equation314 eca05a1685 add non-x86 syscall ids
6 years ago
equation314 18626a2a19 Merge branch 'bootloader' into biscuit
6 years ago
WangRunji 5a619825bc fix VGA and support keyboard escape char for rust/sh
6 years ago
Jiajie Chen 23b4c39ec7 Enlarge tcp send/recv buf for sys_accept() sockets
6 years ago
Jiajie Chen 755f820c41 Enable interrupt throttling, use spin before wait in sys_read and fix sys_bind, sys_poll for udp
6 years ago
WangRunji c6c76147d6 impl custom syscall: sys_get_paddr
6 years ago
equation314 eb1e72d6ec aarch64: reverse program headers to avoid overlapping in memory copying
6 years ago
WangRunji 1c5effae04 move hard link user asm to Rust
6 years ago
Jiajie Chen 236c403f36 Enable ixgbe ip receive checksum
6 years ago
WangRunji a3edd38046 fix VGA color on x86_64
6 years ago
WangRunji e70cac58c8 refactor x86_64 VGA using console-traits crate
6 years ago
WangRunji 0f339fcbf8 fix compile on riscv
6 years ago
WangRunji b304764fb5 fix VGA on x86_64
6 years ago
Jiajie Chen 0977814d34 Fix ixgbe and e1000 drivers by adding IFCS bit
6 years ago
Jiajie Chen e7657356a2 Implement sys_map_pci_device call for mapping BAR into user space
6 years ago
Jiajie Chen 8860f1e4a3 Implement mapping from riscv to x86_64 syscall numbering
6 years ago
Jiajie Chen cd23967f97 Fix riscv32 hartid saving
6 years ago
WangRunji b8460e20d8 fix riscv syscall ABI. fix store user tp and kernel hartid
6 years ago
Jiajie Chen a4c1d1231b Use rust user shell instead of kernel shell and fix sys_exec
6 years ago
Jiajie Chen 543fb971ed Fix input blocked when keyboard input is fast
6 years ago
Jiajie Chen 9dd576d6a1 Fix ixgbe transmitting
6 years ago
Jiajie Chen e1bcbe7eb2 Initial ixgbe driver with transitting
6 years ago
Jiajie Chen 71808b49f5 Initial ixgbe driver capable of receiving frames
6 years ago
Jiajie Chen a6bb042bd9 Support zero timeout in sys_select. Improve e1000 driver speed
6 years ago
Jiajie Chen 02a40b359b Only remap device memory region lazily
6 years ago
Jiajie Chen af63d937d6 Add udp remote endpoint state
6 years ago
Jiajie Chen 33ce72703b Enlarge tcp send/recv buf, implement getsockopt for send/recv buf and add spin_and_wait
6 years ago
WangRunji 40ac510ecd fix compile on riscv & aarch64
6 years ago
jiegec 09588d7a1f Fix Sockaddr, implement sys_rusage and fix readv
6 years ago
equation314 681c0be801 aarch64: fix the potential memory overlapping bug of bootloader
6 years ago
Jiajie Chen 91ae86ad3f Improve test stability
6 years ago
Jiajie Chen b7aee438db Fix sys_kill and add killtest
6 years ago
Jiajie Chen 17c08ce26c Fix sys_exit/sys_exit_group deadlock
6 years ago
Jiajie Chen 14a1046c57 Use C-a x to quit qemu in tests. Add usertests
6 years ago
Jiajie Chen 8dc7c7bd3c Implement sys_reboot with isa-debug-exit and add test script using expect
6 years ago
WangRunji 9269a9856d support fast syscall
6 years ago