redox/arch/x86_64/src
Jeremy Soller 224c43f761 Orbital (#16)
* Port previous ethernet scheme

* Add ipd

* Fix initfs rebuilds, use QEMU user networking addresses in ipd

* Add tcp/udp, netutils, dns, and network config

* Add fsync to network driver

* Add dns, router, subnet by default

* Fix e1000 driver. Make ethernet and IP non-blocking to avoid deadlocks

* Add orbital server, WIP

* Add futex

* Add orbutils and orbital

* Update libstd, orbutils, and orbital
Move ANSI key encoding to vesad

* Add orbital assets

* Update orbital

* Update to add login manager

* Add blocking primitives, block for most things except waitpid, update orbital

* Wait in waitpid and IRQ, improvements for other waits

* Fevent in root scheme

* WIP: Switch to using fevent

* Reorganize

* Event based e1000d driver

* Superuser-only access to some network schemes, display, and disk

* Superuser root and irq schemes

* Fix orbital
2016-10-13 17:21:42 -06:00
..
acpi Allocate AP stack linearly 2016-09-28 08:59:14 -06:00
device Time (#11) 2016-10-06 20:50:14 -06:00
interrupt Orbital (#16) 2016-10-13 17:21:42 -06:00
memory Fix allocate_frames 2016-09-26 17:13:35 -06:00
paging Add wnohang, make PS/2 driver write input to display scheme, which then passes it to the shell 2016-09-22 10:10:27 -06:00
console.rs WIP: VESA driver. Make initfs generated by code 2016-09-20 21:52:45 -06:00
context.rs Add FX 2016-09-22 16:13:05 -06:00
externs.rs Complete execve - add argument support using safe ABI 2016-09-17 21:44:50 -06:00
gdt.rs Remove user TLS 2016-09-12 15:52:04 -06:00
idt.rs Load a very simple ELF and launch it in usermode 2016-09-07 21:16:30 -06:00
lib.rs Time (#11) 2016-10-06 20:50:14 -06:00
linker.ld Higher-half kernel mapping. Unmap where possible, freeing up lower memory 2016-09-14 20:47:55 -06:00
panic.rs Keep track of AP count, allocate bigger AP stack, stack trace function 2016-08-17 19:34:33 -06:00
start.rs Orbital (#16) 2016-10-13 17:21:42 -06:00
time.rs Time (#11) 2016-10-06 20:50:14 -06:00