| Age | Commit message (Expand) | Author |
| 1994-05-17 | Really fix the file size problem. | mycroft |
| 1994-05-17 | actually set va_size! | cgd |
| 1994-05-07 | setrun rename | cgd |
| 1994-05-05 | lots of changes: prototype migration, move lots of variables, definitions, | cgd |
| 1994-05-04 | kill obvious bug; glad to know this was tested! | cgd |
| 1994-05-04 | Rename a lot of process flags. | cgd |
| 1994-04-25 | some prototype cleanup, eliminate/replace bogus types (e.g. quad and | cgd |
| 1994-04-23 | make fs types consistent over new kernels. also, some proto foo. | cgd |
| 1994-04-21 | Convert mount, vnode, and buf structs to use <sys/queue.h>. Also, | cgd |
| 1994-04-15 | forgot these... | cgd |
| 1994-04-14 | fs types are names now. | cgd |
| 1994-04-12 | be a bit smarter about determining if files shouldn't be seen by the user. | cgd |
| 1994-03-17 | PG_COW -> PG_COPYONWRITE to match earlier changes in vm_page.h. | briggs |
| 1994-02-25 | I now understand why name caching was redone for 4.4BSD; Net/2's | cgd |
| 1994-02-25 | getting closer; stilly iffy though. 4.4's VFS would make this easier | cgd |
| 1994-02-15 | Undo last change; executables is `file', not `a.out'. | mycroft |
| 1994-02-14 | Add .. entry to /kern | ws |
| 1994-02-14 | Rename file -> a.out | ws |
| 1994-02-14 | Don't try to show a file for a process if there is none | ws |
| 1994-02-14 | fix typo and allow creations to work right. this is in a questionably | cgd |
| 1994-02-11 | don't give bogus return code from read() | cgd |
| 1994-02-09 | don't panic if user does 'cat /kern', though result is dubious. | cgd |
| 1994-02-06 | If you add files, be sure to have enough bits to encode an inode number! | ws |
| 1994-01-28 | make a fpregs file. | cgd |
| 1994-01-27 | oops; fix that last... | cgd |
| 1994-01-27 | hack from Mike Karels to deal with the last close on a controlling | cgd |
| 1994-01-20 | Make procfs really work for debugging. | ws |
| 1994-01-13 | Make a printf #ifdef PORTAL_DIAGNOSTIC. | mycroft |
| 1994-01-12 | fix botch in last | cgd |
| 1994-01-12 | update to portal credentials handling, from jsp | cgd |
| 1994-01-11 | Fix ugliness left over from my last mod | ws |
| 1994-01-10 | Fix sign extension bug | ws |
| 1994-01-10 | Add a missing break so my machine doesn't panic. | mycroft |
| 1994-01-09 | fix some of my more recent botches, and clean up slightly. | cgd |
| 1994-01-09 | oops. fix that last | cgd |
| 1994-01-09 | minor cleanup; kill a few assignments | cgd |
| 1994-01-09 | Bug fixes and enhancements: | ws |
| 1994-01-09 | Note that NFS mounting of fdesc doesn't make sense | ws |
| 1994-01-08 | reorganization of ptrace/procfs code | cgd |
| 1994-01-05 | return size of 'reg' from getattr() | cgd |
| 1994-01-05 | don't call VFS_SYNC() on underlying fs | cgd |
| 1994-01-05 | don't try to reclaim 'known' root vnode | cgd |
| 1994-01-05 | add new portal file system from jsp@sequent.com | cgd |
| 1994-01-05 | add new lofs (loopback file system) from jsp@sequent.com | cgd |
| 1994-01-05 | fix return type for fifo_print | cgd |
| 1994-01-05 | fix UFS vs 'real' fs type mixups | cgd |
| 1994-01-05 | Clean up deleted files. | mycroft |
| 1994-01-05 | update with latest kernfs file system from jsp@sequent.com | cgd |
| 1994-01-05 | update with latest fdesc file system from jsp@sequent.com | cgd |
| 1994-01-05 | make it compile (cleanly) for us | cgd |