Commit graph

  • 40f1041a0a don't enable interrupts until done with sstatus, scause, &c Robert Morris 2019-07-02 05:20:11 -0400
  • 535ac52efa oops, don't hold mycpu() result across intr_off() Robert Morris 2019-07-01 14:15:18 -0400
  • abfe9999f4 have fork() fail, not panic, if not enough phys mem Robert Morris 2019-07-01 17:46:06 -0400
  • 18e76a6c47 sbrk() returns a pointer, so it should be 64 bits Robert Morris 2019-07-01 17:01:50 -0400
  • 9b99f00743 oops, don't hold mycpu() result across intr_off() Robert Morris 2019-07-01 14:15:18 -0400
  • 0498bfd159 timer interrupt in the kernel -> yield Robert Morris 2019-07-01 13:46:11 -0400
  • c34bd3d167 Checkpoint some progress compiling xv6.pdf Frans Kaashoek 2019-07-01 13:02:24 -0400
  • 2c0338fe42 x Frans Kaashoek 2019-07-01 08:28:14 -0400
  • af6c35e14b Introduce alloc3_desc and UsedArea to make code easier to read Frans Kaashoek 2019-07-01 08:20:35 -0400
  • a8305b7318 FD_DEVICE Robert Morris 2019-06-13 10:29:27 -0400
  • 46744c4a13 for spinlocks, use gcc intrinsics, but say what they compile to Robert Morris 2019-06-13 10:00:50 -0400
  • ca39672a30 clean up virtio code Robert Morris 2019-06-13 09:40:17 -0400
  • 4adf016925 eliminate ramdisk Robert Morris 2019-06-13 06:57:38 -0400
  • de9d72c908 virtio disk driver Robert Morris 2019-06-13 06:49:02 -0400
  • 5753553213 separate source into kernel/ user/ mkfs/ Robert Morris 2019-06-11 09:57:14 -0400
  • 91ba81110a gdb backtraces: -ggdb, -fno-omit-frame-pointer, BSIZE=1024 Robert Morris 2019-06-06 13:54:03 -0400
  • 8607051b5f fix a create()/unlink() deadlock Robert Morris 2019-06-06 10:38:11 -0400
  • 31ef85f552 add plic.c Robert Morris 2019-06-06 05:19:59 -0400
  • b05bcce939 add kernelvec Robert Morris 2019-06-06 05:19:35 -0400
  • dff7ab3f8f make -O work with asm volatile(...) Robert Morris 2019-06-05 15:05:56 -0400
  • 5684556c19 clean up -Wall Robert Morris 2019-06-05 14:31:13 -0400
  • 5eb1cb4972 push_off() and pop_off() in myproc() Robert Morris 2019-06-05 14:14:57 -0400
  • 3113643768 spinlocks using gcc intrinsics push_off() / pop_off() set up per-hart plic stuff so all harts get device interrupts Robert Morris 2019-06-05 14:05:46 -0400
  • f1a727b971 start at support for multiple CPUs Robert Morris 2019-06-05 11:42:03 -0400
  • ec3d3a1fce yield if timer interrupt all user tests passed Robert Morris 2019-06-04 14:25:48 -0400
  • a82772594e timer interrupts -> supervisor software interrupt Robert Morris 2019-06-04 14:20:37 -0400
  • cff3ce6e04 more sbrk fixes Robert Morris 2019-06-04 11:31:50 -0400
  • 0e131b2263 fix a problem with end. make uartputc() wait until h/w is ready. Robert Morris 2019-06-04 10:43:45 -0400
  • b78894f34e check that arguments aren't more than a page in exec() Robert Morris 2019-06-04 06:51:01 -0400
  • 0f684b9150 fix exec argc Robert Morris 2019-06-04 06:45:09 -0400
  • 8baac76050 support read() and write() bigger than one page Robert Morris 2019-06-04 05:57:47 -0400
  • cefe223bf5 console input and sbrk Robert Morris 2019-06-03 17:59:17 -0400
  • efecbee7c0 xx Robert Morris 2019-06-03 17:49:27 -0400
  • 6eae1be755 push/pop all registers when handling interrupt from kernel Robert Morris 2019-06-03 15:23:12 -0400
  • e630e0743b xx Robert Morris 2019-06-03 14:16:51 -0400
  • a9c1a6f742 takes one uart input interrupt, then panics Robert Morris 2019-06-03 14:13:07 -0400
  • 50cbc75102 first shell prints $ prompt, though no console input yet Robert Morris 2019-06-01 05:33:38 -0400
  • 7fd1f1eb0a exec compiles but argstr() doesn't work yet Robert Morris 2019-05-31 12:43:20 -0400
  • 5d34fa2a48 -initrd fs.img, ramdisk.c, file system Robert Morris 2019-05-31 11:45:42 -0400
  • 2ec1959fd1 fork/wait/exit work Robert Morris 2019-05-31 09:45:59 -0400
  • 0f90388c89 No T_SYSCALL Frans Kaashoek 2018-10-10 21:50:58 -0400
  • a7ca32e3a3 Change mycpu() to use %gs. Frans Kaashoek 2018-10-09 20:22:48 -0400
  • 821ee3fc99 not much Frans Kaashoek 2018-10-09 19:33:06 -0400
  • 54e6f829e4 Separate system call path from trap path. Passes usertests on 1 and 2 cpus. Frans Kaashoek 2018-10-09 14:28:54 -0400
  • f241e67d91 x Frans Kaashoek 2018-10-07 18:14:53 -0400
  • 704775b63d Make names line up with text Frans Kaashoek 2018-10-04 09:21:36 -0400
  • 2fa3a8fd05 Oops, didn't commit these changes with last commit Frans Kaashoek 2018-10-04 09:21:10 -0400
  • a7ef9a40c4 x Frans Kaashoek 2018-10-03 21:00:32 -0400
  • 7ccc5f5f4f Names of text are better. Frans Kaashoek 2018-10-03 20:14:36 -0400
  • eb72653bd7 use x86-64 names Frans Kaashoek 2018-10-03 18:13:51 -0400
  • 23a58370a4 Switch back bpmain back to main Frans Kaashoek 2018-10-03 17:58:21 -0400
  • 020fc6a1c6 don't care about bootloader Frans Kaashoek 2018-10-03 07:53:37 -0400
  • 343080f7ae Remove unused typedefs Frans Kaashoek 2018-10-02 09:06:41 -0400
  • ec110149ed simplify layout pic Frans Kaashoek 2018-10-02 08:50:05 -0400
  • a0389f707f Remove now unused PDX Frans Kaashoek 2018-10-02 08:43:25 -0400
  • d448fd5e6c Simplify by freeing user part of addres pace in one page increments. This undoes commit ffe444 and 052e18, which skipped page directories, but was tailored to two-level page table. Undoing doesn't seem to affect boottime for xv6 visibly. Frans Kaashoek 2018-10-02 08:36:02 -0400
  • a42b7d5dbb Simplify freeing page table Frans Kaashoek 2018-10-02 08:12:01 -0400
  • 155c13b7f8 Avoid repition in walkpgdir Frans Kaashoek 2018-10-02 07:37:49 -0400
  • 572e106e6f x Frans Kaashoek 2018-09-29 09:05:25 -0400
  • 3bfcaeaf01 Make sysexit and trapret paths the same, so that forkret can return through either path. This helped tracking down a bug: use 144 instead of 32 to find cs in trapframe so that gs is correctly saved and restored. Frans Kaashoek 2018-09-29 08:30:50 -0400
  • 322990649b x Frans Kaashoek 2018-09-29 08:29:34 -0400
  • ab0db651af Checkpoint port of xv6 to x86-64. Passed usertests on 2 processors a few times. Frans Kaashoek 2018-09-23 08:24:42 -0400
  • b818915f79 Update name Use generic 6.828 url (without year) Frans Kaashoek 2018-09-02 08:33:55 -0400
  • 308a3b88c9 thanks tyfkda Frans Kaashoek 2018-08-31 09:21:19 -0400
  • 343255189e thanks Wolfgang Keller Frans Kaashoek 2018-08-31 08:41:23 -0400
  • 80f70c46df x Frans Kaashoek 2018-08-30 16:20:16 -0400
  • 1d19081efb Allow holding to be called with interrupts enabled (for Mark Morrissey). Frans Kaashoek 2018-08-30 16:14:34 -0400
  • 2c73068e82 Delete a patch Adjust typesetting of code Frans Kaashoek 2018-08-30 15:45:16 -0400
  • e559fd2c5a x Frans Kaashoek 2018-08-30 14:47:07 -0400
  • f30488793b x Frans Kaashoek 2018-08-30 14:16:29 -0400
  • 76d4005f9e thanks mtasm Frans Kaashoek 2018-08-30 14:09:03 -0400
  • 6710e5589d thanks wxdao Frans Kaashoek 2018-08-30 13:48:47 -0400
  • 96e4e2f4d1 thanks eyalz800 Frans Kaashoek 2018-08-30 13:46:48 -0400
  • 8f63beaacb vectors.pl is executable and asks shell for perl Frans Kaashoek 2018-08-30 13:36:07 -0400
  • 171c2cc6b8 thanks mataness Frans Kaashoek 2018-08-30 13:30:50 -0400
  • 26108a3b99 thanks tyfkda Frans Kaashoek 2018-08-30 13:27:57 -0400
  • 7f3528bcb3 x Frans Kaashoek 2018-08-30 13:25:54 -0400
  • 210a0f0b30 Remove unused flags (thanks Wolfgang Keller) Frans Kaashoek 2018-08-30 13:14:01 -0400
  • b2ca8e3e23 x Frans Kaashoek 2018-08-30 13:09:03 -0400
  • 960a94fb87 x Frans Kaashoek 2018-08-30 12:12:16 -0400
  • 0b86d03767 Because sleeplocks replaced B_BUSY the holding test can be more specific (thanks Mark Morrissey) Frans Kaashoek 2018-08-30 11:57:46 -0400
  • 0b6f4c08b9 x Frans Kaashoek 2018-08-30 11:42:10 -0400
  • 0754d21c86 stricter log consumption by write() Robert Morris 2017-10-24 08:49:31 -0400
  • 1ab23170a1 improve swtch comment Robert Morris 2017-10-08 07:12:31 -0400
  • 4638cabf8c fix runoff complaints about pagination and long lines Robert Morris 2017-08-29 14:11:59 -0400
  • 164f4bae54 thx Frans Kaashoek 2017-08-10 07:09:53 -0400
  • 3e392c7288 Update comment to reflect xv6 doesn't have per-cpu segments anymore Frans Kaashoek 2017-08-09 08:07:55 -0400
  • 6389d9d410 nothing much Robert Morris 2017-08-09 14:16:55 -0400
  • 4f14d8d1e5 Commit to running on an SMP (perhaps with only 1 core). Remove most code from picirq.c and remove timer.c completely. Update runoff.list. Frans Kaashoek 2017-08-09 07:43:06 -0400
  • 70705966ad comment fixes Robert Morris 2017-08-09 06:54:45 -0400
  • da3b931ddb Thanks Anton Burtsev <aburtsev@uci.edu> Frans Kaashoek 2017-08-08 19:42:51 -0400
  • a4ee6f7de3 fix iput() to more obviously avoid deadlock Robert Morris 2017-08-08 14:19:54 -0400
  • 1c7aa96005 a little more lock documentation Robert Morris 2017-08-08 14:12:25 -0400
  • 70d912b332 protect ip->valid and ip->nlink with sleep lock in iput() Robert Morris 2017-08-08 13:48:48 -0400
  • 3375df5061 change ip->flags&I_VALID to ip->valid Robert Morris 2017-08-08 13:34:13 -0400
  • 14270288b7 Merge branch 'master' of g.csail.mit.edu:xv6-dev Robert Morris 2017-08-08 13:27:06 -0400
  • aba8423c4a frans' fixes to iput() Robert Morris 2017-08-08 13:26:57 -0400
  • 9cec455b17 fs comment nits Robert Morris 2017-08-08 13:24:38 -0400
  • 825ce074b1 Remove some debugging statements Frans Kaashoek 2017-08-07 15:15:18 -0400
  • 61cb32aa9b Merge branch 'nogs' Frans Kaashoek 2017-08-07 14:35:05 -0400