pintos-anon
2004-09-11 Ben PfaffAdd a little demo/test code for the `threads' project.
2004-09-11 Ben PfaffIncrease queue size to 64.
2004-09-11 Ben PfaffRewrite loader, improving comments greatly.
2004-09-11 Ben PfaffUse ln -f for linking Makefile into build dir.
2004-09-10 Ben PfaffAdd timer_sleep() that takes an argument in timer ticks.
2004-09-09 Ben PfaffAdd comment.
2004-09-09 Ben PfaffAdd some prototypes.
2004-09-09 Ben PfaffRename run_queue to ready_list.
2004-09-09 Ben PfaffAdd new syscall stubs.
2004-09-09 Ben PfaffAdd syscalls.
2004-09-09 Ben PfaffAdd comment.
2004-09-09 Ben PfaffAdd some former CS140 TAs.
2004-09-09 Ben PfaffInitial projects.
2004-09-09 Ben PfaffAdd `projects' files authors.
2004-09-09 Ben PfaffAllow students to easily disable VM.
2004-09-09 Ben Pfaff#error if TIMER_FREQ too high.
2004-09-08 Ben PfaffAdd TAGS, tags targets.
2004-09-08 Ben PfaffSpecifications.
2004-09-08 Ben PfaffUpdate name to Pintos.
2004-09-08 Ben PfaffFix license: we don't want export clause.
2004-09-08 Ben PfaffSome bochs/qemu tools.
2004-09-08 Ben PfaffInitial list.
2004-09-07 Ben PfaffImplement keyboard device.
2004-09-07 Ben PfaffMove serial interrupt queue into new file intq.c.
2004-09-07 Ben PfaffAdd tolower(), toupper().
2004-09-07 Ben PfaffPrepare to remove serial receive path.
2004-09-07 Ben PfaffFirst stab at interrupt-driven serial.
2004-09-07 Ben PfaffDefault to INTR_OFF for unregistered interrupts.
2004-09-07 Ben PfaffAdd comment.
2004-09-07 Ben PfaffAdd isblank().
2004-09-06 Ben PfaffComment.
2004-09-06 Ben PfaffFix up header guards.
2004-09-06 Ben PfaffDon't want -DKERNEL_LOAD_PAGES on every kernel.bin...
2004-09-06 Ben PfaffFix up header guards.
2004-09-06 Ben PfaffRemove unwanted files.
2004-09-06 Ben PfaffREmove unwanted files.
2004-09-06 Ben PfaffRename printk() to printf().
2004-09-06 Ben Pfaffcvsignore
2004-09-05 Ben PfaffRemove NDEBUG.
2004-09-05 Ben PfaffAdd .cvsignore.
2004-09-05 Ben PfaffRedo makefiles.
2004-09-05 Ben PfaffNicer way to generate kernel.lds.s.
2004-09-05 Ben Pfaff%#X uses 0X not 0x.
2004-09-05 Ben PfaffLicense info.
2004-09-05 Ben PfaffAdd license info.
2004-09-05 Ben PfaffSystem call interface.
2004-09-05 Ben PfaffHandle bit_cnt of 0 properly.
2004-09-05 Ben PfaffDon't try to allocate file that's too big in filehdr_al...
2004-09-05 Ben Pfafffile_write_at() mustn't free bounce buffer.
2004-09-05 Ben Pfafffree() on a null pointer is a no-op.
2004-09-05 Ben PfaffFix some new printf bugs.
2004-09-05 Ben PfaffAdd comments.
2004-09-05 Ben PfaffReorganize.
2004-09-05 Ben PfaffAdd comments.
2004-09-05 Ben PfaffAdd copyright notice to synch.h.
2004-09-04 Ben PfaffDocument strtok_r().
2004-09-03 Ben PfaffAdd comments.
2004-09-03 Ben PfaffAdd hash.c to lib sources (!).
2004-09-03 Ben PfaffAdd comments.
2004-09-03 Ben PfaffComments.
2004-09-03 Ben PfaffReorganize, add comments.
2004-09-03 Ben PfaffAdd list_head(), list_tail().
2004-09-03 Ben PfaffAdd comments.
2004-09-03 Ben PfaffImprove comment.
2004-09-02 Ben PfaffReorganize.
2004-09-02 Ben PfaffAdd comments.
2004-09-02 Ben PfaffDestroy PT pages in addrspace_destroy().
2004-09-02 Ben PfaffReorganization, comments.
2004-09-02 Ben PfaffUpdate.
2004-09-02 Ben PfaffSource file origins.
2004-09-02 Ben PfaffFix leak. Add comments. Restructure slightly.
2004-09-02 Ben PfaffChange --gstabs+ to --gstabs in ASFLAGS to support...
2004-09-02 Ben PfaffAdd comments.
2004-09-02 Ben PfaffMake linking of start.S less brittle.
2004-09-02 Ben PfaffAdd comments.
2004-09-02 Ben PfaffDon't destroy current thread's pagedir before activatin...
2004-09-02 Ben PfaffComments.
2004-09-02 Ben PfaffActivate the base page directory if pagedir_activate...
2004-09-02 Ben PfaffRedo and improve thread scheduling startup.
2004-09-02 Ben PfaffRewrite to suck slightly less.
2004-09-02 Ben PfaffAdd comments.
2004-09-02 Ben PfaffActually initialize IDT in intr_init (!).
2004-09-02 Ben PfaffEnable interrupts after reading CR2 in page fault handler.
2004-09-02 Ben PfaffAdd comments.
2004-09-02 Ben PfaffRemove unneeded stuff.
2004-09-02 Ben PfaffAdd page fault skeleton.
2004-09-02 Ben PfaffMove user exception support into userprog.
2004-09-01 Ben PfaffOnly call addrspace_destroy() if USERPROG.
2004-09-01 Ben PfaffImprove code.
2004-09-01 Ben PfaffSet CR0_WP in CR0.
2004-09-01 Ben PfaffMisc cleanups in init, thread.
2004-09-01 Ben PfaffAdd assert.
2004-09-01 Ben PfaffBreak TSS out of GDT.
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.
next