]> hydra-www.ietfng.org Git - xv6-public/shortlog
xv6-public
2015-11-11 Nathaniel Wesley... Remove console input.lock
2015-11-11 Nathaniel Wesley... Add prepanic() function to prepare for panic
2015-11-11 Nathaniel Wesley... umalloc: poison frees
2015-11-05 Peter H. FroehlichConvert 12-hour clock to 24-hour time.
2015-11-05 Peter H. FroehlichCoding style.
2015-11-05 Peter H. FroehlichDisentangled CMOS from LAPIC.
2015-11-03 Nathaniel Wesley... A few small cosmetic changes
2015-11-03 Nathaniel Wesley... Make getcallerpcs size parametric
2015-11-03 Nathaniel Wesley... .SECONDARY make targets for kernel dependencies
2015-10-21 Peter H. FroehlichThe rdtsc(p) instruction.
2015-10-21 Peter H. FroehlichReplace pushcli/popcli because seginit runs too late.
2015-10-20 Peter H. FroehlichInternal locking now disables interrupts.
2015-10-20 Peter H. FroehlichA second serial port for debugging output.
2015-10-19 Peter H. FroehlichProper masking, check against maxintr.
2015-10-18 Peter H. FroehlichComment about APIC id versus CPU id confusion.
2015-10-18 Peter H. FroehlichDetect first IOAPIC instead of hardcoding it.
2015-10-18 Peter H. FroehlichModernized array initializer syntax.
2015-10-18 Peter H. FroehlichTwo sanity checks that were missing.
2015-10-18 Peter H. FroehlichMore sanity checks, slightly improved header.
2015-10-16 Peter H. FroehlichSmall changes related to memlayout.h primarily.
2015-10-11 Peter H. FroehlichCheck more kalloc()/mappages() failures, nits.
2015-10-03 Peter H. FroehlichToo many CPUs no longer crash.
2015-10-03 Peter H. FroehlichRemoved useless variable.
2015-10-03 Peter H. FroehlichMake runoff happier about line lengths, nits.
2015-10-03 Peter H. FroehlichAgain, QEMU command line to avoid image warning.
2015-10-03 Peter H. FroehlichNew uart.h header and adjusted uart.c driver.
2015-09-28 Peter H. FroehlichAdd parens to clarify.
2015-09-28 Peter H. FroehlichUsing the #defines consistently, nits.
2015-09-27 Peter H. FroehlichNew IDE header, adjusted IDE driver code, nits.
2015-09-27 Peter H. FroehlichRemove unused variable, nits.
2015-09-27 Peter H. FroehlichAdd parens to clarify.
2015-09-27 Peter H. FroehlichReplaced bzero with memset, nits.
2015-09-26 Peter H. FroehlichRemoved useless function and prototypes.
2015-09-26 Peter H. FroehlichFixed QEMU command line avoids raw image warning.
2015-08-13 Ayan ShafqatFixed broken build on Arch Linux
2015-06-30 Frans Kaashoekcoding style (per Jeremías Feltan <jeremias.feltan...
2015-06-27 Frans KaashoekUpdate memide to reflect recent changes to fs and buf
2015-06-27 Frans KaashoekPick up where i left off in april:
2015-04-11 Frans KaashoekOne ide command for nsector_per_block generates nsector...
2015-04-10 Frans Kaashoekcheck blockno passed to idestart
2015-04-03 Frans KaashoekDisentangle block size from the disk's sector size...
2015-03-25 Austin ClementsFix missing NUL-terminator in grep
2015-02-19 Cody Cutlerfix buf where concurrent fs syscalls race on log entries
2014-10-03 Austin ClementsIncrease VM memory when running qemu-memfs
2014-10-03 Austin ClementsMake kernelmemfs depend on kernel.ld
2014-10-03 Austin ClementsFix kernelmemfs linking
2014-09-23 Frans Kaashoekggdb -> gdwarf-2 for gcc4.8
2014-09-12 Cody Cutlerwhoops. forgot date.h
2014-09-12 Cody Cutlercmosgetdate() for system-call homework
2014-09-08 Frans KaashoekOops (thanks David Lawrence)
2014-08-29 Frans Kaashoekno need to generate postscript version
2014-08-29 Frans KaashoekNice layout for a printout of the code
2014-08-29 Frans KaashoekAck all bug reports and patches. Is this all of them?
2014-08-28 Frans Kaashoekupdate for 2014
2014-08-28 Robert Morrisxx
2014-08-28 Robert MorrisMerge branch 'master' of git+ssh://amsterdam.csail...
2014-08-28 Robert Morriswrite log blocks from cache only at end of transaction
2014-08-28 Robert Morrisnits
2014-08-28 Robert Morrisi think this is a working concurrent logging scheme
2014-08-27 Robert Morrisa start at concurrent FS system calls
2014-08-27 Robert Morriscomments
2014-08-04 Robert Morrisevery iput() and namei() must be inside a transaction
2014-08-04 Robert Morrisuse acquire/release to force order for pid=np->pid...
2014-07-31 Frans Kaashoeknewer versions of qemu have different binary names...
2013-03-04 Stephen TuCorrect a security bug in copyuvm()
2012-10-24 Cam TennyPrevent extra rebuild of fs.img by keeping intermediate...
2012-09-11 Frans KaashoekUse static assert instead of _LP64 (thanks Eddie!)
2012-09-07 Frans KaashoekRemove -m32 flag from native gcc compiler
2012-08-28 Robert Morrismake the book happy
2012-08-28 Robert Morrisnits
2012-08-28 Robert MorrisMerge branch 'master' of git+ssh://amsterdam.csail...
2012-08-28 Robert Morrisjunk
2012-08-24 Austin ClementsVarious fixes and improvements to printpcs
2012-08-23 Frans KaashoekFor the convenience of students
2012-08-23 Frans KaashoekUse addr2line (or i386-jos-elf-addr2line, if you cross...
2012-08-23 Frans KaashoekRunoff still complaints these lines are too long, but...
2012-08-23 Frans Kaashoekchmod +x
2012-08-23 Frans KaashoekDecode getcallerpcs() (thanks to Peter Froehlich)
2012-08-23 Frans KaashoekRemove left-over from some logging plan making complete...
2012-08-23 Frans KaashoekMerge branch 'master' of git+ssh://amsterdam.csail...
2012-08-23 Frans KaashoekRemove unused argument to setupkvm (thanks to Peter...
2012-08-23 Frans KaashoekRemove unused argument from lapicinit (thanks to Peter...
2012-08-23 Frans KaashoekFix from Peter Froehlich
2012-02-18 Austin ClementsMake fetchint and fetchstr use proc instead of taking...
2011-10-14 Robert Morrisdon't let dirty blocks be evicted from cache!
2011-10-11 Robert Morrismore FS comment clarification
2011-10-11 Robert Morrisclarify some FS comments
2011-09-30 Austin ClementsFix compile error on newer gcc's
2011-09-27 Frans KaashoekMerge branch 'master' of git+ssh://amsterdam.csail...
2011-09-27 Frans KaashoekUpdate stressfs to trigger race now the logging code...
2011-09-14 Austin ClementsUse | instead of + for entrypgdir. Linker doesn't...
2011-09-13 Robert Morriseliminate enter_alloc -- use kalloc for everything
2011-09-13 Robert Morrismore regular kmap[] and description
2011-09-12 Robert Morriscomment nits
2011-09-07 Austin ClementsRemove unused 'state' variable that broke the build...
2011-09-07 Austin ClementsRev 6
2011-09-07 Austin ClementsRemove nice font from master
2011-09-07 Austin ClementsFetch nice font from font branch, if possible
2011-09-07 Austin ClementsMove xv6 release tars/pdfs in to 6.828 repo
2011-09-07 Austin ClementsRemove web directory; all cruft or moved to 6.828 repo
next