summaryrefslogtreecommitdiff
path: root/defs.h
AgeCommit message (Expand)Author
2007-08-21remove namelen parameterrsc
2007-08-21Various cleanup:rsc
2007-08-20checkpoint - simpler namei interfacersc
2007-08-20shuffle fs.c in bottom-up orderrsc
2007-08-08help gccrsc
2007-08-08unusedrsc
2007-08-08convert syscall dispatch to tablersc
2007-08-08iincref returns new refrsc
2007-08-08add safestrcpyrsc
2006-09-08unnecessary struct jmpbufrsc
2006-09-08fix file namesrsc
2006-09-07missing defrsc
2006-09-07debugging printsrsc
2006-09-07fix ide, pit interfacesrsc
2006-09-07refactor syscall codersc
2006-09-07run without lapic and ioapic, if they are not presentkaashoek
2006-09-06fd.c -> file.crsc
2006-09-06fd_* => file_*rsc
2006-09-06struct fd -> struct filersc
2006-09-06split syscall.c into sysfile.c and sysproc.crsc
2006-09-06standardize various * conventionsrsc
2006-09-06standardize on unnamed args in prototypesrsc
2006-08-30complain if no disk 1rtm
2006-08-29i broke sbrk, fix itrtm
2006-08-29clean up stale error checks and panicsrtm
2006-08-25inode addrs[NDIRECT] -> NADDRSrtm
2006-08-24user-level malloc (untested)kaashoek
2006-08-23i/o redirection in shkaashoek
2006-08-20compiling, but untested dupkaashoek
2006-08-20removed block system callkaashoek
2006-08-15commented out code for cwdkaashoek
2006-08-13namei returns locked parent dir inode for create / unlinkrtm
2006-08-13link()rtm
2006-08-12zero out all of dirent.name when creatingrtm
2006-08-12fix getblk to actually lock the blockrtm
2006-08-12fstatkaashoek
2006-08-12unlink,mknod,create with multi-component pathnames should work nowkaashoek
2006-08-11fix deadlock---iput(dp) asapkaashoek
2006-08-11init creates console, opens 0/1/2, runs shrtm
2006-08-10interrupts could be recursive since lapic_eoi() called before rtirtm
2006-08-10low-level keyboard input (not hooked up to /dev yet)rtm
2006-08-10printfkaashoek
2006-08-09devswkaashoek
2006-08-08mknod,ialloc,iupdatekaashoek
2006-08-07bwritekaashoek
2006-08-06generalize async read to support write tookaashoek
2006-08-04nitkaashoek
2006-08-04better interrupt plan---this one appears to workkaashoek
2006-07-29open()rtm
2006-07-27primitive execrtm