summaryrefslogtreecommitdiff
path: root/sys/miscfs/procfs
AgeCommit message (Expand)Author
1999-08-13Better fix for fdesc/procfs panic.Constantine Sapuntzakis
1999-08-13in *_readdir(), constrain uio_offset to make sure it is right; cstone@pobox.comTheo de Raadt
1999-05-31New struct statfs with mount options. NOTE: this replaces statfs(2),Todd C. Miller
1999-02-26vmtotal -> uvm_total for uvmArtur Grabowski
1999-02-26memory reads from other vmspace are different under uvmArtur Grabowski
1998-08-30OK, this is another fix for the infamous i386 "PTDI panic". This fix is thePer Fogelstrom
1998-08-06Rename vop_revoke, vn_bwrite, vop_noislocked, vop_nolock, vop_nounlockConstantine Sapuntzakis
1998-06-27securelevels do NOT protect running binaries; only filesystem activityTheo de Raadt
1998-06-09do not permit ptrace attach to immutable executableTheo de Raadt
1998-02-08Updates to match type changes in syscall tablesThorsten Lockert
1997-12-30fix a nasty code typo; rotel@indigo.ieTheo de Raadt
1997-11-06Updates for VFS Lite 2 + soft update.Constantine Sapuntzakis
1997-10-06back out vfs lite2 till after 2.2Theo de Raadt
1997-10-06VFS Lite2 ChangesConstantine Sapuntzakis
1997-09-11Fix {KERNFS,NULLFS,UMAPFS,UNION}_DIAGNOSTIC kernel compilation errors.Todd C. Miller
1997-08-29From NetBSD (thorpej):Todd C. Miller
1997-08-161) pfs_mode should be mode_t, not u_shortTodd C. Miller
1997-08-01From NetBSD (mycroft):Todd C. Miller
1997-06-21block all write ops to init in securelevel modes; nash@mcs.comTheo de Raadt
1997-04-06Fix improper cast (compiler warning).Todd C. Miller
1997-02-24OpenBSD tagNiklas Hallqvist
1997-01-22Don't fault a page in twice (first prefault, then vm_fault); the first wasThorsten Lockert
1997-01-07Fix for final ptdi panic on i386Thorsten Lockert
1996-10-14mimic ptrace behaviour; worked out with bitbltTheo de Raadt
1996-09-27Boy do I feel like a fool. I added a bugfix to Theos' changes, and thenbitblt
1996-09-26It should be possible to trace init if securelevel is at 0, single-user mode,bitblt
1996-07-02-Wall & -Wstrict-prototype fixesNiklas Hallqvist
1996-06-21use <sys/queue.h> for pfsnode list.Michael Shalayeff
1996-06-20show Virtual Memory total/used to df.Michael Shalayeff
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-02-27From NetBSD: update to 960217 sourcesNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt