summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/procfs/procfs_regs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* make sure uio_offset is a safe value, with suggestions from millert@tedu2004-05-051-3/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Since all archs implement PT_GETREGS and PT_SETREGS, make then unoptional.art2002-03-111-9/+1
* Add emulation of Linux features to procfs; mostly from NetBSD. ok deraadt@tholo2001-04-091-2/+3
* From NetBSD (thorpej):millert1997-08-291-3/+3
* 1) pfs_mode should be mode_t, not u_shortmillert1997-08-161-1/+4
* use <sys/queue.h> for pfsnode list.mickey1996-06-211-0/+1
* initial import of NetBSD treederaadt1995-10-181-0/+107