pintos-anon
2004-09-01 Ben PfaffBreak GDT, TSS out of init.c, mmu.h.
2004-09-01 Ben PfaffRemove lots of unused #define's from mmu.h.
2004-09-01 Ben PfaffClean up interrupts.[ch].
2004-09-01 Ben PfaffAdd comments.
2004-09-01 Ben PfaffMake interrupt.h names more regular.
2004-09-01 Ben PfaffIntegrate struct addrspace into struct thread.
2004-09-01 Ben PfaffClean up threads.
2004-09-01 Ben Pfaffs/disk_sector_no/disk_sector_t/g
2004-09-01 Ben PfaffFix PRDSNu.
2004-09-01 Ben PfaffTweak.
2004-09-01 Ben PfaffDump interrupt frame info on user fault.
2004-09-01 Ben PfaffImprove comments.
2004-08-31 Ben PfaffClean up disk layer.
2004-08-31 Ben PfaffUpdate .cvsignore.
2004-08-31 Ben PfaffInitial version.
2004-08-31 Ben PfaffAdd fsutil.c.
2004-08-31 Ben PfaffClean up threads.
2004-08-31 Ben PfaffUse __attribute__ directly.
2004-08-31 Ben PfaffAdd LOADER_CMD_LINE_LEN.
2004-08-31 Ben PfaffImplement command line arguments.
2004-08-31 Ben PfaffAllow user to provide random seed to random_init().
2004-08-31 Ben PfaffAdd atoi().
2004-08-31 Ben PfaffDebug. Add bitmap_dump().
2004-08-31 Ben PfaffAdd filesys_list(), filesys_dump().
2004-08-31 Ben PfaffAdd dir_list(), dir_dump().
2004-08-31 Ben PfaffAdd DEBUG() macro for debugging that can be turned...
2004-08-31 Ben PfaffClean up threads.c.
2004-08-31 Ben PfaffClean up threads.c.
2004-08-31 Ben PfaffClean up a little.
2004-08-31 Ben PfaffUpdate comment.
2004-08-31 Ben PfaffMark thread_start() NO_RETURN.
2004-08-31 Ben PfaffSmall loader cleanups.
2004-08-31 Ben PfaffCheck all return values.
2004-08-31 Ben PfaffUse Linux kernel trick of giving an .lds file a .S...
2004-08-31 Ben PfaffDon't include malloc.h.
2004-08-31 Ben PfaffAdd some missing dependencies.
2004-08-31 Ben PfaffUpdate comments, put LOADER_PHYS_BASE back at 3 GB.
2004-08-31 Ben PfaffDon't use <string.h>.
2004-08-31 Ben PfaffGet rid of backdoor.
2004-08-31 Ben PfaffNo FILESYS_STUB anymore.
2004-08-31 Ben PfaffUse lib.h instead of <string.h>.
2004-08-31 Ben PfaffBase on loader.
2004-08-31 Ben PfaffMake loader use constants.
2004-08-31 Ben PfaffNow kernel.lds.in is preprocessed to get kernel.lds.
2004-08-31 Ben PfaffDeclare argc, argv.
2004-08-31 Ben PfaffSplit RAM initialization into function.
2004-08-31 Ben PfaffAdd strtok_r().
2004-08-31 Ben PfaffProduce kernel.lds from kernel.lds.in.
2004-08-31 Ben PfaffAdd vm subdirectory.
2004-08-30 Ben PfaffFilesys stubs no longer wanted.
2004-08-30 Ben PfaffAdd new filesys files.
2004-08-30 Ben PfaffAdapt to new file interface.
2004-08-30 Ben PfaffMove filesys_init into main_thread.
2004-08-30 Ben PfaffAdd strcmp(), asserts.
2004-08-30 Ben PfaffAdd bitmap_read(), bitmap_write().
2004-08-30 Ben PfaffWorking filesystem.
2004-08-30 Ben PfaffFix disk_write(): interrupt fires *after* write complet...
2004-08-30 Ben PfaffFix bitmap usage.
2004-08-30 Ben PfaffIgnore generated files.
2004-08-30 Ben PfaffInitial version.
2004-08-30 Ben Pfaff*** empty log message ***
2004-08-30 Ben PfaffTest disk code slightly more thoroughly.
2004-08-30 Ben PfaffStart work on filesystem code.
2004-08-30 Ben PfaffMake user responsible for allocating `struct bitmap's.
2004-08-30 Ben PfaffImprove error message.
2004-08-29 Ben PfaffFix grouping (sigh).
2004-08-29 Ben PfaffBetter ID message. Add per-channel mutual exclusion.
2004-08-29 Ben PfaffAdd idle thread.
2004-08-29 Ben PfaffBasic disk test code.
2004-08-29 Ben PfaffFix pic_eoi() for slave PIC interrupts.
2004-08-29 Ben PfaffPrototype hex_dump().
2004-08-29 Ben PfaffFix snprintf() return value.
2004-08-29 Ben PfaffImplement read/write support.
2004-08-29 Ben PfaffMove "include" command to end, so that the first target...
2004-08-29 Ben PfaffBasic disk detection stuff.
2004-08-29 Ben PfaffMake thread_root() enable interrupts, otherwise kernel...
2004-08-29 Ben PfaffFormatting.
2004-08-29 Ben PfaffMake yield_on_return only usable in an external interru...
2004-08-29 Ben PfaffAdd snprintf(), vsnprintf().
2004-08-29 Ben PfaffAdd timer_msleep, timer_usleep, timer_nsleep().
2004-08-29 Ben PfaffInitial un-working code.
2004-08-29 Ben Pfaffthread_schedule() now static.
2004-08-29 Ben PfaffAdjust rules for the interrupt level during scheduling.
2004-08-29 Ben PfaffAdjust indentation for .globl directives.
2004-08-29 Ben PfaffAdd .data, .text to output.
2004-08-29 Ben PfaffMake intr_stubs const.
2004-08-29 Ben PfaffFix wild bit in interrupt gate addresses. Make some...
2004-08-29 Ben Pfaff(printf_integer) Fix handling of precision. Improve...
2004-08-29 Ben PfaffImprove comments.
2004-08-28 Ben PfaffWork on loader to prepare for passing in a command...
2004-08-27 Ben PfaffMake userspace actually work.
2004-08-27 Ben Pfaffprintk() disables interrupts.
2004-08-27 Ben Pfaff(printf_integer) Fix handling of # flag. This time...
2004-08-27 Ben PfaffFix TSS descriptor.
2004-08-27 Ben PfaffSet RPL=3 for user selectors.
2004-08-27 Ben PfaffUserspace almost (?) working.
2004-08-27 Ben PfaffClean up interrupt handling.
2004-08-27 Ben PfaffFix formatting.
2004-08-26 Ben PfaffMore clean up stack frame handling.
2004-08-26 Ben Pfaffintr_args => intr_frame.
next