pintos-anon
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.
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().
next