Commit graph

3865 commits

Author SHA1 Message Date
Jeremy Soller 62d642b804 Fix buffers by using two 32-bit high and low parts 2016-10-20 14:28:58 -06:00
Jeremy Soller 2abd681c84 Add rtl8168d to makefile 2016-10-20 12:53:36 -06:00
Jeremy Soller a2ef986edd Add rtl8168 driver, make drivers use O_NONBLOCK 2016-10-20 12:52:58 -06:00
Jeremy Soller 3169f7ba45 Update orbital 2016-10-20 12:33:32 -06:00
Jeremy Soller 8fd25ee318 Add nonblocking root scheme 2016-10-20 12:31:39 -06:00
Jeremy Soller dd1c0ca01d Less output in pcid, fix e1000d crate name 2016-10-19 13:19:37 -06:00
Jeremy Soller 3749fa6c72 All debugging goes to display:4 2016-10-19 12:32:41 -06:00
Jeremy Soller 8e9af7c817 Fix for bootloader on new BIOS (don't know exactly why though) 2016-10-19 12:07:31 -06:00
Jeremy Soller f7672dbaf4 Bootloader fixes on systems with wrong CS 2016-10-19 10:06:37 -06:00
Jeremy Soller 1aace24eba Print error number on disk error 2016-10-19 08:47:34 -06:00
Jeremy Soller 70eef90e45 Add tmp directory 2016-10-18 21:25:36 -06:00
Jeremy Soller e89458ce48 Update pkgutils and tar 2016-10-18 21:24:55 -06:00
Jeremy Soller 9d07484b5f Update pkg and tar 2016-10-18 18:24:29 -06:00
Jeremy Soller 1ee388be2a Add tar and pkgutils. Disable arpd and orbital on start to improve start time 2016-10-18 17:13:26 -06:00
Jeremy Soller 64cfe68046 Allow x and y resolution to be saved 2016-10-18 17:04:06 -06:00
Thomas Levy 03db207100 Add makefile targets for generating other cargo docs (#17) 2016-10-18 07:52:33 -06:00
Jeremy Soller 57ab8167a0 Update acid 2016-10-17 21:23:34 -06:00
Jeremy Soller 502b7bf89b Merge branch 'master' of https://github.com/redox-os/kernel 2016-10-17 20:15:10 -06:00
Jeremy Soller 10208a5b06 Add acid tests 2016-10-17 20:14:53 -06:00
Jeremy Soller c81388d929 Allow init to change stdio 2016-10-17 11:00:55 -06:00
Jeremy Soller 2868b3098a Reenable fx 2016-10-16 16:25:24 -06:00
Jeremy Soller 9c2a45d0bf Mark kernel memory global 2016-10-16 16:18:01 -06:00
Jeremy Soller 2e575db3db Allow rustdoc 2016-10-16 14:06:01 -06:00
Jeremy Soller 25fb1427ab Fix for new goblin, fix of accidental swap of fusermount -u and sudo umount 2016-10-16 13:58:45 -06:00
Jeremy Soller a37103fe47 Correct umount on OS X 2016-10-15 21:25:56 -06:00
Jeremy Soller 6f189bd758 Update libc 2016-10-15 21:12:40 -06:00
Jeremy Soller 77c6978a55 Update openlibm 2016-10-15 21:08:57 -06:00
Jeremy Soller d16692665e Remove question mark where not required 2016-10-15 20:56:32 -06:00
Jeremy Soller e42e5bac66 Update openlibm 2016-10-15 20:56:19 -06:00
Jeremy Soller 90d3a79fd9 Fix building on OS X 2016-10-15 20:56:03 -06:00
Jeremy Soller 884e18f370 Use own openlibm 2016-10-15 20:55:42 -06:00
Jeremy Soller d6b6ac1615 Update orbital 2016-10-14 22:15:27 -06:00
Jeremy Soller b50b03f8a0 Send multiple events if there are multiple packets 2016-10-14 22:06:43 -06:00
Jeremy Soller 61bd62376b Correct size of data 2016-10-14 22:06:20 -06:00
Jeremy Soller 9ed3c0c185 Make sure file is used if cd fails 2016-10-14 21:12:35 -06:00
Jeremy Soller 3eede6e7e7 Divide init into two files 2016-10-14 21:11:29 -06:00
Jeremy Soller 77810d6713 Significant improvements for events - switch to event queue in orbital 2016-10-14 20:12:21 -06:00
Jeremy Soller 6d19f59c08 Allow O_NONBLOCK to be passed to pipe 2016-10-14 19:34:00 -06:00
Jeremy Soller ad448956d6 Add specification to vesad
Fix piping
Fix bug where resources are not closed
Add arpd
Remove question_mark features
2016-10-14 18:22:57 -06:00
Jeremy Soller 05a5c52f68 Use a single thread for ps/2 driver 2016-10-14 12:54:37 -06:00
Jeremy Soller ddb222389b Move IRQ ack higher in mouse driver 2016-10-14 12:42:02 -06:00
Jeremy Soller 3947bd3e48 Coreutils padding 2016-10-14 12:12:49 -06:00
Jeremy Soller 64402cfe6c Fixes for updating submodules 2016-10-14 12:00:25 -06:00
Jeremy Soller cb87d8a2a1 Update extrautils 2016-10-14 11:48:13 -06:00
Jeremy Soller a3c850504e Update submodules 2016-10-14 11:37:50 -06:00
Jeremy Soller 4985e1b720 Disable orbital by default 2016-10-13 21:19:02 -06:00
Jeremy Soller c907222657 Allow schemes to be listed 2016-10-13 21:13:37 -06:00
Jeremy Soller d18bf07f3e Add sys scheme to allow inspection of processes. WIP: Signals. 2016-10-13 21:00:51 -06:00
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
Jeremy Soller 372d44f88c Add dd 2016-10-08 21:36:21 -06:00