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