| Commit message (Expand) | Author | Age | Files | Lines |
* | Actually remove the procfs files |  guenther | 2014-09-08 | 1 | -284/+0 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -2/+2 |
* | Remove the ability to ptrace via procfs, as no one is using it, so fixing |  guenther | 2011-12-24 | 1 | -9/+2 |
* | Bring back the "End the VOP experiment." diff, naddy's issues where |  thib | 2010-12-21 | 1 | -2/+2 |
* | Backout the VOP diff until the issues naddy was seeing on alpha (gcc3) |  thib | 2010-09-10 | 1 | -2/+2 |
* | End the VOP experiment. Instead of the ridicolusly complicated operation |  thib | 2010-09-06 | 1 | -2/+2 |
* | lockmgr -> rwlock |  oga | 2009-08-10 | 1 | -8/+6 |
* | this rwlock conversion breaks procfs (in linux compat), as found out |  deraadt | 2009-04-22 | 1 | -5/+7 |
* | Convert lockmgr to rwlock. Been in snaps for a while. |  oga | 2009-04-02 | 1 | -7/+5 |
* | MALLOC/FREE -> malloc/free |  hshoexer | 2007-12-09 | 1 | -3/+3 |
* | declare "pid" as pid_t instead of long, and remove unneeded cast to pid_t |  jasper | 2007-06-22 | 1 | -3/+3 |
* | ansify/de-register. |  jasper | 2007-06-18 | 1 | -22/+7 |
* | Use more queue macros rather than doing it by hand; ok otto@ krw@ |  miod | 2006-03-05 | 1 | -2/+2 |
* | Replace procfs_domem() with a similar interface, process_domem(), which lives |  miod | 2005-12-11 | 1 | -2/+3 |
* | Remove unnecessary lockmgr() archaism that was costing too much in terms |  pedro | 2005-11-19 | 1 | -3/+3 |
* | Remove regs and fpregs pseudo-files from procfs. |  kettenis | 2005-04-16 | 1 | -9/+1 |
* | make sure uio_offset is a safe value, with suggestions from millert@ |  tedu | 2004-05-05 | 1 | -1/+3 |
* | constify constant names |  mickey | 2003-08-11 | 1 | -5/+4 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | call lockmgr a bit earlier to avoid a race. |  tedu | 2003-04-28 | 1 | -7/+8 |
* | Turn the ptrace(2) syscall into a kernel compile option, option PTRACE in |  miod | 2002-03-14 | 1 | -1/+3 |
* | Add proc0 to the PIDHASH table. art@ ok |  nordin | 2002-01-30 | 1 | -2/+2 |
* | uvm_vnp_setsize |  art | 2001-11-15 | 1 | -2/+2 |
* | lockmgr instead of rolling our own. |  art | 2001-11-15 | 1 | -16/+6 |
* | Add emulation of Linux features to procfs; mostly from NetBSD. ok deraadt@ |  tholo | 2001-04-09 | 1 | -2/+11 |
* | Add procfs/cmdline; to help with linux emulation. |  jasoni | 2000-08-12 | 1 | -1/+5 |
* | Updates for VFS Lite 2 + soft update. |  csapuntz | 1997-11-06 | 1 | -4/+9 |
* | back out vfs lite2 till after 2.2 |  deraadt | 1997-10-06 | 1 | -9/+4 |
* | VFS Lite2 Changes |  csapuntz | 1997-10-06 | 1 | -4/+9 |
* | 1) pfs_mode should be mode_t, not u_short |  millert | 1997-08-16 | 1 | -2/+2 |
* | From NetBSD (mycroft): |  millert | 1997-08-01 | 1 | -24/+18 |
* | block all write ops to init in securelevel modes; nash@mcs.com |  deraadt | 1997-06-21 | 1 | -1/+4 |
* | Fix improper cast (compiler warning). |  millert | 1997-04-06 | 1 | -2/+3 |
* | -Wall & -Wstrict-prototype fixes |  niklas | 1996-07-02 | 1 | -3/+1 |
* | use <sys/queue.h> for pfsnode list. |  mickey | 1996-06-21 | 1 | -14/+11 |
* | From NetBSD: update to 960217 sources |  niklas | 1996-02-27 | 1 | -5/+7 |
* | initial import of NetBSD tree |  deraadt | 1995-10-18 | 1 | -0/+312 |