Commit graph

  • 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
  • 5cbccef811 Merge branch 'patch-1' of https://github.com/aliceinwire/xv6-public Frans Kaashoek 2017-08-07 13:44:03 -0400
  • 0249311675 Merge branch 'patch-1' of https://github.com/Saarett/xv6-public Frans Kaashoek 2017-08-07 13:29:11 -0400
  • 61f26e3c97 Fix typo in dirlookup Grant Wu 2017-04-26 19:56:51 -0700
  • 1fb2ea8890 Update LICENSE Alice Ferrazzi 2017-02-27 13:12:59 +0900
  • 03b3086327 Free pgdir in setupkvm in case of mappages failure Saarett 2017-02-05 12:44:56 +0200
  • c9fa90f7e5 A tiny bit of clean up (e.g., move code searching cpu array from lapic.c into mycpu() in proc.c. Frans Kaashoek 2017-02-01 20:36:41 -0500
  • 2e2d14c235 use panic Frans Kaashoek 2017-02-01 19:21:43 -0500
  • 7c00ce8110 shorten comment Frans Kaashoek 2017-02-01 19:18:47 -0500
  • ed396c068b Eliminate code for gs trick to track per-cpu state. We rely on lapiccpunum() to find a per-cpu id with which we locate a cpu's cpu struct. Frans Kaashoek 2017-02-01 18:04:13 -0500
  • fbb4c09444 Read curproc from cpu structure, but be careful because after a schedule event myproc() points to a different thread. Frans Kaashoek 2017-01-31 20:21:14 -0500
  • abf847a083 Start of an experiment to remove the use of gs for cpu local variables. Frans Kaashoek 2017-01-31 17:47:16 -0500
  • 59cdd6c63b wolfgang keller Frans Kaashoek 2017-01-30 20:24:13 -0500
  • b4f2235e43 Fix spelling Gaoron. Frans Kaashoek 2017-01-30 20:11:23 -0500
  • d57d37eb87 Thanks to Wolfgang Keller <nubok@users.noreply.github.com> Frans Kaashoek 2017-01-30 20:09:54 -0500
  • c383612a7d Thanks to Wolfgang Keller <nubok@users.noreply.github.com> Frans Kaashoek 2017-01-30 20:07:42 -0500
  • 1772853d39 Add support for qemu-system-x86_64 in 64bit hosts Antonio Gutierrez 2016-12-02 20:17:54 +0100
  • 906610efc9 Thanks to Jeehoon Kang <jeehoon.kang@sf.snu.ac.kr> Frans Kaashoek 2017-01-30 20:01:33 -0500
  • 8d1f99637a Fix long-standing switchuvm() inconsistency. Peter Froehlich 2016-12-22 20:26:37 -0500
  • e916d668f7 Fix unsigned conversion bug. Peter H. Froehlich 2016-09-27 16:58:29 -0400
  • 462930727f Cody Frans Kaashoek 2017-01-30 09:38:19 -0500
  • ffe444926e fix possible memory leak in deallocuvm Cody Cutler 2016-09-26 12:21:01 -0400
  • 91fd3470b0 Fixed broken build on newer gold linker with NaCl support Icenowy Zheng 2016-04-09 09:38:40 +0800
  • 907f23a5bb Add mikecat's argp test Frans Kaashoek 2016-09-26 07:54:02 -0400
  • 2a675089b1 fix memory region validation in argptr() MikeCAT 2015-12-19 22:52:11 +0900
  • 0df5f11bae Typo (Thanks to Austin Liew) Frans Kaashoek 2016-09-25 08:27:26 -0400
  • 7ddba7a636 Merge branch 'master' of g.csail.mit.edu:xv6-dev Frans Kaashoek 2016-09-19 07:02:08 -0400
  • 89826f41bd Check result of write (thans to Alexander Kapshuk <alexander.kapshuk@gmail) Frans Kaashoek 2016-09-19 07:01:30 -0400
  • fc1a5da295
    Fix a small README typo Tej Chajed 2016-09-16 09:11:23 -0400
  • 912575ad12 Remove left-over print statements Frans Kaashoek 2016-09-15 19:16:30 -0400
  • d6dc5bcb2d Merge branch 'master' of g.csail.mit.edu:xv6-dev Robert Morris 2016-09-15 12:56:17 -0400
  • aeaa308943 change allocproc() back to acquiring the ptable.lock. fix bugs where caller incorrectly released lock on error return path. Robert Morris 2016-09-15 12:12:05 -0400
  • 469aa8b9b3 xx Robert Morris 2016-09-15 12:01:52 -0400
  • 33188666da Delete two left-over print statements Frans Kaashoek 2016-09-14 21:13:09 -0400
  • 6cec0211d8 Update comment a bit. Frans Kaashoek 2016-09-14 13:01:53 -0400
  • da91a3a408 Add sleeplock.[ch] to listing Frans Kaashoek 2016-09-14 08:43:57 -0400
  • e85cb90cbf one more BUSY Frans Kaashoek 2016-09-13 14:51:44 -0400
  • 564a1cf0cb sleeplock files Frans Kaashoek 2016-09-11 21:01:24 -0400
  • dec637bc59 Replace I_BUSY with sleep locks Frans Kaashoek 2016-09-11 20:59:57 -0400
  • 2adb7c21dc Move retry loop/sleep/wakeup in bio.c into sleeping locks Frans Kaashoek 2016-09-11 20:17:22 -0400
  • 6670d3b5e0 Straight replacement of B_BUSY with a sleeping lock. Frans Kaashoek 2016-09-11 17:24:04 -0400
  • 551c2f3576 Merge branch 'master' of g.csail.mit.edu:xv6-dev Frans Kaashoek 2016-09-08 21:20:26 -0400
  • 1b8ccf9482 x Frans Kaashoek 2016-09-08 21:20:17 -0400
  • 34c2efc1d0 use asm() for lock release, not a C assignment Robert Morris 2016-09-08 14:45:20 -0400
  • d63ac118e8 this might fix the reported deadlock, though I can't reproduce it. Robert Morris 2016-09-08 14:22:38 -0400
  • 761ea5471f Be a bit more explicit what kind of suggestions are are interested. Frans Kaashoek 2016-09-08 13:09:09 -0400
  • 5bf3fbee00 Make runoff happy Frans Kaashoek 2016-09-02 15:27:28 -0400
  • b7fed77b7b Fix a few lines that runoff is complaining about that they are too long Frans Kaashoek 2016-09-02 14:59:00 -0400
  • 5f03799f84 ack xi Frans Kaashoek 2016-09-02 08:43:33 -0400
  • b8fd4cba13 Merge branch 'master' of g.csail.mit.edu:xv6-dev Frans Kaashoek 2016-09-02 08:36:14 -0400
  • ae15515d80 APIC IDs may not be consecutive and start from zero, so we cannot really use it as a direct index into cpus. Record apicid in struct cpu and have cpunum() look for it. Replace cpu->id with cpunum() everywhere, and replace cpu->id with cpu->apicid. Thanks to Xi Wang. Frans Kaashoek 2016-09-02 08:31:13 -0400
  • bc8221a59c comment about sched() saving/restoring cpu->intena Robert Morris 2016-09-02 05:40:54 -0400
  • 4b2152cc2d curproc -> proc in a comment Robert Morris 2016-09-01 17:21:37 -0400
  • 37939f24c2 better comment Frans Kaashoek 2016-08-26 08:46:13 -0400
  • 27ff70dc08 ack Frans Kaashoek 2016-08-26 08:22:24 -0400
  • aff0c8d5c7 set iomb to forbid i/o instructions from user space add to test that they indeed trap in user space thanks to pablogventura@gmail.com and nwolovick@gmail.com Frans Kaashoek 2016-08-26 08:20:11 -0400
  • 745a4d31a6 x Frans Kaashoek 2016-08-25 09:14:52 -0400
  • 7894fcd217 Remove trailing white space with: for f in *.{h,c}; do sed -i .sed 's/[[:blank:]]*$//' $f; done (Thanks to Nicolás Wolovick) Frans Kaashoek 2016-08-25 09:13:00 -0400
  • 6de6a3c952 ack mikecat Frans Kaashoek 2016-08-25 07:12:33 -0400
  • 5625ae4973 add check for wrapping of address + size in exec() MikeCAT 2015-12-20 00:04:52 +0900
  • 67a7f9597e add alignment check of virtual address to exec() MikeCAT 2015-12-19 23:43:56 +0900