summaryrefslogtreecommitdiff
path: root/sys/miscfs/procfs
AgeCommit message (Expand)Author
1995-06-18don't assume the f_fsnamelen is nul-truncated or longer than MFSNAMELENcgd
1995-06-01Moved egid credential from cr_groups[0] to new field cr_gid. POSIX.1jtc
1995-04-15fix timeval vs. timespec warningscgd
1995-03-29KERNEL -> _KERNELbriggs
1995-03-09copy*str() should use size_t.mycroft
1995-02-03Return EROFS rather than ENOENT in many cases. Also some cosmetic cleanup.mycroft
1995-01-18Clean up the code to frob mnt_stat a (tiny) bit.mycroft
1995-01-05initialize variable as pointed out by David Jones <dej@qpoint.torfree.net>chopps
1994-12-27Format police.mycroft
1994-12-24Implement and use a common access checking routinews
1994-12-15Call foo_statfs() from a common place when mounting.mycroft
1994-12-14Remove a_fp.mycroft
1994-11-14fixed struct commentchristos
1994-10-30be more careful with types, also pull in headers where necessary.cgd
1994-10-29light clean; make sure headers are properly included, types are OK, etc.cgd
1994-10-20update for new syscall args description mechanismcgd
1994-09-15Fix typo.mycroft
1994-09-15stat the file system at mount time, for `df -n', et al.mycroft
1994-08-30Convert process, file, and namei lists and hash tables to use queue.h.mycroft
1994-06-29New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'cgd
1994-06-16Remove an unneeded test.mycroft
1994-06-15Minor update from JSP after merging my changes.mycroft
1994-06-15Fix a bug pointed out by JSP.mycroft
1994-06-08Update to 4.4-Lite fs code, with local changes.mycroft
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-15Undo last change; executables is `file', not `a.out'.mycroft
1994-02-14Rename file -> a.outws
1994-02-14Don't try to show a file for a process if there is nonews
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-20Make procfs really work for debugging.ws
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-08reorganization of ptrace/procfs codecgd
1994-01-05return size of 'reg' from getattr()cgd