| 2015-11-11 |
Nathaniel Wesley... | TAPish test macros main |
commit | commitdiff | tree | snapshot |
| 2015-11-11 |
Nathaniel Wesley... | Add version printout to kernel startup |
commit | commitdiff | tree | snapshot |
| 2015-11-11 |
Nathaniel Wesley... | Tweak default trap messages |
commit | commitdiff | tree | snapshot |
| 2015-11-11 |
Nathaniel Wesley... | Add sanity check panic for CRTC interactions |
commit | commitdiff | tree | snapshot |
| 2015-11-11 |
Nathaniel Wesley... | Remove console input.lock |
commit | commitdiff | tree | snapshot |
| 2015-11-11 |
Nathaniel Wesley... | Add prepanic() function to prepare for panic |
commit | commitdiff | tree | snapshot |
| 2015-11-11 |
Nathaniel Wesley... | umalloc: poison frees |
commit | commitdiff | tree | snapshot |
| 2015-11-05 |
Peter H. Froehlich | Convert 12-hour clock to 24-hour time. |
commit | commitdiff | tree | snapshot |
| 2015-11-05 |
Peter H. Froehlich | Coding style. |
commit | commitdiff | tree | snapshot |
| 2015-11-05 |
Peter H. Froehlich | Disentangled CMOS from LAPIC. |
commit | commitdiff | tree | snapshot |
| 2015-11-03 |
Nathaniel Wesley... | A few small cosmetic changes |
commit | commitdiff | tree | snapshot |
| 2015-11-03 |
Nathaniel Wesley... | Make getcallerpcs size parametric |
commit | commitdiff | tree | snapshot |
| 2015-11-03 |
Nathaniel Wesley... | .SECONDARY make targets for kernel dependencies |
commit | commitdiff | tree | snapshot |
| 2015-10-21 |
Peter H. Froehlich | The rdtsc(p) instruction. |
commit | commitdiff | tree | snapshot |
| 2015-10-21 |
Peter H. Froehlich | Replace pushcli/popcli because seginit runs too late. |
commit | commitdiff | tree | snapshot |
| 2015-10-20 |
Peter H. Froehlich | Internal locking now disables interrupts. |
commit | commitdiff | tree | snapshot |
| 2015-10-20 |
Peter H. Froehlich | A second serial port for debugging output. |
commit | commitdiff | tree | snapshot |
| 2015-10-19 |
Peter H. Froehlich | Proper masking, check against maxintr. |
commit | commitdiff | tree | snapshot |
| 2015-10-18 |
Peter H. Froehlich | Comment about APIC id versus CPU id confusion. |
commit | commitdiff | tree | snapshot |
| 2015-10-18 |
Peter H. Froehlich | Detect first IOAPIC instead of hardcoding it. |
commit | commitdiff | tree | snapshot |
| 2015-10-18 |
Peter H. Froehlich | Modernized array initializer syntax. |
commit | commitdiff | tree | snapshot |
| 2015-10-18 |
Peter H. Froehlich | Two sanity checks that were missing. |
commit | commitdiff | tree | snapshot |
| 2015-10-18 |
Peter H. Froehlich | More sanity checks, slightly improved header. |
commit | commitdiff | tree | snapshot |
| 2015-10-16 |
Peter H. Froehlich | Small changes related to memlayout.h primarily. |
commit | commitdiff | tree | snapshot |
| 2015-10-11 |
Peter H. Froehlich | Check more kalloc()/mappages() failures, nits. |
commit | commitdiff | tree | snapshot |
| 2015-10-03 |
Peter H. Froehlich | Too many CPUs no longer crash. |
commit | commitdiff | tree | snapshot |
| 2015-10-03 |
Peter H. Froehlich | Removed useless variable. |
commit | commitdiff | tree | snapshot |
| 2015-10-03 |
Peter H. Froehlich | Make runoff happier about line lengths, nits. |
commit | commitdiff | tree | snapshot |
| 2015-10-03 |
Peter H. Froehlich | Again, QEMU command line to avoid image warning. |
commit | commitdiff | tree | snapshot |
| 2015-10-03 |
Peter H. Froehlich | New uart.h header and adjusted uart.c driver. |
commit | commitdiff | tree | snapshot |
| 2015-09-28 |
Peter H. Froehlich | Add parens to clarify. |
commit | commitdiff | tree | snapshot |
| 2015-09-28 |
Peter H. Froehlich | Using the #defines consistently, nits. |
commit | commitdiff | tree | snapshot |
| 2015-09-27 |
Peter H. Froehlich | New IDE header, adjusted IDE driver code, nits. |
commit | commitdiff | tree | snapshot |
| 2015-09-27 |
Peter H. Froehlich | Remove unused variable, nits. |
commit | commitdiff | tree | snapshot |
| 2015-09-27 |
Peter H. Froehlich | Add parens to clarify. |
commit | commitdiff | tree | snapshot |
| 2015-09-27 |
Peter H. Froehlich | Replaced bzero with memset, nits. |
commit | commitdiff | tree | snapshot |
| 2015-09-26 |
Peter H. Froehlich | Removed useless function and prototypes. |
commit | commitdiff | tree | snapshot |
| 2015-09-26 |
Peter H. Froehlich | Fixed QEMU command line avoids raw image warning. |
commit | commitdiff | tree | snapshot |
| 2015-08-13 |
Ayan Shafqat | Fixed broken build on Arch Linux |
commit | commitdiff | tree | snapshot |
| 2015-06-30 |
Frans Kaashoek | coding style (per JeremÃas Feltan <jeremias.feltan... |
commit | commitdiff | tree | snapshot |
| 2015-06-27 |
Frans Kaashoek | Update memide to reflect recent changes to fs and buf |
commit | commitdiff | tree | snapshot |
| 2015-06-27 |
Frans Kaashoek | Pick up where i left off in april: |
commit | commitdiff | tree | snapshot |
| 2015-04-11 |
Frans Kaashoek | One ide command for nsector_per_block generates nsector... |
commit | commitdiff | tree | snapshot |
| 2015-04-10 |
Frans Kaashoek | check blockno passed to idestart |
commit | commitdiff | tree | snapshot |
| 2015-04-03 |
Frans Kaashoek | Disentangle block size from the disk's sector size... |
commit | commitdiff | tree | snapshot |
| 2015-03-25 |
Austin Clements | Fix missing NUL-terminator in grep |
commit | commitdiff | tree | snapshot |
| 2015-02-19 |
Cody Cutler | fix buf where concurrent fs syscalls race on log entries |
commit | commitdiff | tree | snapshot |
| 2014-10-03 |
Austin Clements | Increase VM memory when running qemu-memfs |
commit | commitdiff | tree | snapshot |
| 2014-10-03 |
Austin Clements | Make kernelmemfs depend on kernel.ld |
commit | commitdiff | tree | snapshot |
| 2014-10-03 |
Austin Clements | Fix kernelmemfs linking |
commit | commitdiff | tree | snapshot |
| 2014-09-23 |
Frans Kaashoek | ggdb -> gdwarf-2 for gcc4.8 |
commit | commitdiff | tree | snapshot |
| 2014-09-12 |
Cody Cutler | whoops. forgot date.h |
commit | commitdiff | tree | snapshot |
| 2014-09-12 |
Cody Cutler | cmosgetdate() for system-call homework |
commit | commitdiff | tree | snapshot |
| 2014-09-08 |
Frans Kaashoek | Oops (thanks David Lawrence) |
commit | commitdiff | tree | snapshot |
| 2014-08-29 |
Frans Kaashoek | no need to generate postscript version |
commit | commitdiff | tree | snapshot |
| 2014-08-29 |
Frans Kaashoek | Nice layout for a printout of the code |
commit | commitdiff | tree | snapshot |
| 2014-08-29 |
Frans Kaashoek | Ack all bug reports and patches. Is this all of them? |
commit | commitdiff | tree | snapshot |
| 2014-08-28 |
Frans Kaashoek | update for 2014 |
commit | commitdiff | tree | snapshot |
| 2014-08-28 |
Robert Morris | xx |
commit | commitdiff | tree | snapshot |
| 2014-08-28 |
Robert Morris | Merge branch 'master' of git+ssh://amsterdam.csail... |
commit | commitdiff | tree | snapshot |
| 2014-08-28 |
Robert Morris | write log blocks from cache only at end of transaction |
commit | commitdiff | tree | snapshot |
| 2014-08-28 |
Robert Morris | nits |
commit | commitdiff | tree | snapshot |
| 2014-08-28 |
Robert Morris | i think this is a working concurrent logging scheme |
commit | commitdiff | tree | snapshot |
| 2014-08-27 |
Robert Morris | a start at concurrent FS system calls |
commit | commitdiff | tree | snapshot |
| 2014-08-27 |
Robert Morris | comments |
commit | commitdiff | tree | snapshot |
| 2014-08-04 |
Robert Morris | every iput() and namei() must be inside a transaction |
commit | commitdiff | tree | snapshot |
| 2014-08-04 |
Robert Morris | use acquire/release to force order for pid=np->pid... |
commit | commitdiff | tree | snapshot |
| 2014-07-31 |
Frans Kaashoek | newer versions of qemu have different binary names... |
commit | commitdiff | tree | snapshot |
| 2013-03-04 |
Stephen Tu | Correct a security bug in copyuvm() |
commit | commitdiff | tree | snapshot |
| 2012-10-24 |
Cam Tenny | Prevent extra rebuild of fs.img by keeping intermediate... |
commit | commitdiff | tree | snapshot |
| 2012-09-11 |
Frans Kaashoek | Use static assert instead of _LP64 (thanks Eddie!) |
commit | commitdiff | tree | snapshot |
| 2012-09-07 |
Frans Kaashoek | Remove -m32 flag from native gcc compiler |
commit | commitdiff | tree | snapshot |
| 2012-08-28 |
Robert Morris | make the book happy |
commit | commitdiff | tree | snapshot |
| 2012-08-28 |
Robert Morris | nits |
commit | commitdiff | tree | snapshot |
| 2012-08-28 |
Robert Morris | Merge branch 'master' of git+ssh://amsterdam.csail... |
commit | commitdiff | tree | snapshot |
| 2012-08-28 |
Robert Morris | junk |
commit | commitdiff | tree | snapshot |
| 2012-08-24 |
Austin Clements | Various fixes and improvements to printpcs |
commit | commitdiff | tree | snapshot |
| 2012-08-23 |
Frans Kaashoek | For the convenience of students |
commit | commitdiff | tree | snapshot |
| 2012-08-23 |
Frans Kaashoek | Use addr2line (or i386-jos-elf-addr2line, if you cross... |
commit | commitdiff | tree | snapshot |
| 2012-08-23 |
Frans Kaashoek | Runoff still complaints these lines are too long, but... |
commit | commitdiff | tree | snapshot |
| 2012-08-23 |
Frans Kaashoek | chmod +x |
commit | commitdiff | tree | snapshot |
| 2012-08-23 |
Frans Kaashoek | Decode getcallerpcs() (thanks to Peter Froehlich) |
commit | commitdiff | tree | snapshot |
| 2012-08-23 |
Frans Kaashoek | Remove left-over from some logging plan making complete... |
commit | commitdiff | tree | snapshot |
| 2012-08-23 |
Frans Kaashoek | Merge branch 'master' of git+ssh://amsterdam.csail... |
commit | commitdiff | tree | snapshot |
| 2012-08-23 |
Frans Kaashoek | Remove unused argument to setupkvm (thanks to Peter... |
commit | commitdiff | tree | snapshot |
| 2012-08-23 |
Frans Kaashoek | Remove unused argument from lapicinit (thanks to Peter... |
commit | commitdiff | tree | snapshot |
| 2012-08-23 |
Frans Kaashoek | Fix from Peter Froehlich |
commit | commitdiff | tree | snapshot |
| 2012-02-18 |
Austin Clements | Make fetchint and fetchstr use proc instead of taking... |
commit | commitdiff | tree | snapshot |
| 2011-10-14 |
Robert Morris | don't let dirty blocks be evicted from cache! |
commit | commitdiff | tree | snapshot |
| 2011-10-11 |
Robert Morris | more FS comment clarification |
commit | commitdiff | tree | snapshot |
| 2011-10-11 |
Robert Morris | clarify some FS comments |
commit | commitdiff | tree | snapshot |
| 2011-09-30 |
Austin Clements | Fix compile error on newer gcc's |
commit | commitdiff | tree | snapshot |
| 2011-09-27 |
Frans Kaashoek | Merge branch 'master' of git+ssh://amsterdam.csail... |
commit | commitdiff | tree | snapshot |
| 2011-09-27 |
Frans Kaashoek | Update stressfs to trigger race now the logging code... |
commit | commitdiff | tree | snapshot |
| 2011-09-14 |
Austin Clements | Use | instead of + for entrypgdir. Linker doesn't... |
commit | commitdiff | tree | snapshot |
| 2011-09-13 |
Robert Morris | eliminate enter_alloc -- use kalloc for everything |
commit | commitdiff | tree | snapshot |
| 2011-09-13 |
Robert Morris | more regular kmap[] and description |
commit | commitdiff | tree | snapshot |
| 2011-09-12 |
Robert Morris | comment nits |
commit | commitdiff | tree | snapshot |
| 2011-09-07 |
Austin Clements | Remove unused 'state' variable that broke the build... |
commit | commitdiff | tree | snapshot |
| 2011-09-07 |
Austin Clements | Rev 6 |
commit | commitdiff | tree | snapshot |
| next |