summaryrefslogtreecommitdiff
path: root/sys/miscfs/procfs/procfs_vnops.c
AgeCommit message (Expand)Author
2006-03-05Use more queue macros rather than doing it by hand; ok otto@ krw@Miod Vallat
2005-12-11Replace procfs_domem() with a similar interface, process_domem(), which livesMiod Vallat
2005-04-21careful strlcpy and snprintf return handling; ok pedro beckTheo de Raadt
2005-04-16Remove regs and fpregs pseudo-files from procfs.Mark Kettenis
2005-04-01calling pfind() and checking that the process doesn't exist is notPedro Martelletto
2004-10-19use queue.h provided macro when traversing the process list, no changesPedro Martelletto
2004-06-24This moves access to wall and uptime variables in MI code,Thorsten Lockert
2004-05-20remove more caddr_tTed Unangst
2003-09-23Replace select backends with poll backends. selscan() and pollscan()Todd C. Miller
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-07sprintf elimination from rohee.Ted Unangst
2003-01-31File system locking fixups, mostly from NetBSD:Artur Grabowski
2002-04-06Do not hide Pfpregs from a switch() if PT_[GS]ETFPREGS are not defined,Miod Vallat
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-14Turn the ptrace(2) syscall into a kernel compile option, option PTRACE inMiod Vallat
2002-03-11Since all archs implement PT_GETREGS and PT_SETREGS, make then unoptional.Artur Grabowski
2002-01-30Add proc0 to the PIDHASH table. art@ okThomas Nordin
2001-12-04Readd VOP_MMAP, will be used soon. Right now it's just a question toArtur Grabowski
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-06-23Get rid of several unused vnode operationsConstantine Sapuntzakis
2001-05-24Garbage collect procfs_findtextvp().Aaron Campbell
2001-05-24Initialize p to NULL in lookup.Artur Grabowski
2001-04-09Add emulation of Linux features to procfs; mostly from NetBSD. ok deraadt@Thorsten Lockert
2000-08-12Add procfs/cmdline; to help with linux emulation.jasoni
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
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
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-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
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