Date: Mon, 17 Jun 1996 22:16:03 -0700 (PDT) From: John Dyson <dyson> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/sys sysent.h src/sys/kern imgact_elf.c init_sysvec.c src/sys/miscfs/procfs procfs.h procfs_map.c procfs_subr.c procfs_vnops.c src/sys/i386/ibcs2 ibcs2_sysvec.c src/sys/i386/linux linux_sysvec.c Message-ID: <199606180516.WAA28968@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dyson 96/06/17 22:16:02
Modified: sys/sys sysent.h
sys/kern imgact_elf.c init_sysvec.c
sys/i386/ibcs2 ibcs2_sysvec.c
sys/i386/linux linux_sysvec.c
sys/miscfs/procfs procfs.h procfs_map.c procfs_subr.c
procfs_vnops.c
Log:
Clean-up the new VM map procfs code, and also add support for executable
format file "etype". It contains a description of the binary type for
a process.
Revision Changes Path
1.10 +2 -1 src/sys/sys/sysent.h
1.7 +2 -1 src/sys/kern/imgact_elf.c
1.2 +2 -1 src/sys/kern/init_sysvec.c
1.4 +3 -2 src/sys/i386/ibcs2/ibcs2_sysvec.c
1.7 +3 -1 src/sys/i386/linux/linux_sysvec.c
1.11 +7 -2 src/sys/miscfs/procfs/procfs.h
1.2 +8 -1 src/sys/miscfs/procfs/procfs_map.c
1.8 +5 -1 src/sys/miscfs/procfs/procfs_subr.c
1.23 +4 -2 src/sys/miscfs/procfs/procfs_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199606180516.WAA28968>
