Jiajie Chen
|
f09290442c
|
Add pkttop.sh, bump user and drivers version
|
6 years ago |
Jiajie Chen
|
6725ca10ab
|
Fix IXGBE driver with drop and update user with working userland networking
|
6 years ago |
WangRunji
|
b9a7888290
|
update fs. impl sys_sync, sys_rmdir. fix sys_unlink.
|
6 years ago |
Jiajie Chen
|
56f8f128ba
|
Fix ixgbe driver
|
6 years ago |
Jiajie Chen
|
e3b7efbc94
|
Move ixgbe to isomorphic_drivers, and format driver codes
|
6 years ago |
Jiajie Chen
|
c6be460228
|
Fix PCI driver detaching
|
6 years ago |
Jiajie Chen
|
a0d9a8b2de
|
Detach driver from the device in sys_map_pci_driver
|
6 years ago |
Jiajie Chen
|
960ef2e1f8
|
Implement PCI driver detach and merge NetDriver trait into Driver
|
6 years ago |
Jiajie Chen
|
cf3b183311
|
Use jumbo frame in ixgbe
|
6 years ago |
Jiajie Chen
|
fffc330f47
|
Fix u540 serial print and fix sys_accept
|
6 years ago |
Jiajie Chen
|
7fd9130024
|
Add missing changeset in last commit
|
6 years ago |
Jiajie Chen
|
5d601c3ea4
|
Move socket to global, move and merge functions to net/structs.rs
|
6 years ago |
WangRunji
|
f6352b2688
|
fix serial interrupt on HiFiveU
|
6 years ago |
Jiajie Chen
|
c4df7cd3af
|
Fix PCI MSI interrupt comment
|
6 years ago |
WangRunji
|
442e1f4d0f
|
merge bbl crate to kernel
|
6 years ago |
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 |