CVS commit: src/usr.bin/pmap

2020-11-03 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Wed Nov 4 01:37:55 UTC 2020 Modified Files: src/usr.bin/pmap: main.c pmap.c pmap.h Log Message: Restrict to root any command option that prints kernel addresses. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/us

CVS commit: src/usr.bin/pmap

2020-03-22 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Mar 22 14:41:32 UTC 2020 Modified Files: src/usr.bin/pmap: main.c pmap.c pmap.h Log Message: - Don't copy the entire namecache only to look up a few names. Walk the data structures like cache_revlookup(). - nchash and mb_map a

CVS commit: src/usr.bin/pmap

2018-05-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 9 01:04:01 UTC 2018 Modified Files: src/usr.bin/pmap: pmap.c Log Message: handle field rename. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/usr.bin/pmap/pmap.c Please note that diffs are not publ

CVS commit: src/usr.bin/pmap

2017-10-04 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed Oct 4 11:33:01 UTC 2017 Modified Files: src/usr.bin/pmap: pmap.c Log Message: pmap: Refresh debugging facilities Print vm_aslr_delta_mmap from 'struct vmspace'. Print the WANTVA bit of 'flags' from 'struct vm_map'. Replace %x

CVS commit: src/usr.bin/pmap

2016-12-22 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Dec 22 22:41:02 UTC 2016 Modified Files: src/usr.bin/pmap: pmap.h Log Message: add the member name to an error string so we know what object failed while being requested. To generate a diff of this commit: cvs rdiff -u -r1.8 -r

CVS commit: src/usr.bin/pmap

2015-12-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 14 03:15:10 UTC 2015 Modified Files: src/usr.bin/pmap: Makefile main.c pmap.c Log Message: use ecalloc To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/usr.bin/pmap/Makefile cvs rdiff -u -r1.25 -r1.26 sr

CVS commit: src/usr.bin/pmap

2015-12-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 13 18:09:00 UTC 2015 Modified Files: src/usr.bin/pmap: main.c Log Message: PR/50546: David Binderman: Fix bad sizeof To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/usr.bin/pmap/main.c Please note th

CVS commit: src/usr.bin/pmap

2012-10-29 Thread Lars Heidieker
Module Name:src Committed By: para Date: Mon Oct 29 16:25:27 UTC 2012 Modified Files: src/usr.bin/pmap: pmap.c Log Message: fix format string To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/usr.bin/pmap/pmap.c Please note that diffs are not public doma

CVS commit: src/usr.bin/pmap

2012-02-18 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Sun Feb 19 02:47:53 UTC 2012 Modified Files: src/usr.bin/pmap: pmap.c Log Message: G/C VM_MAP_INTRSAFE flag To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/usr.bin/pmap/pmap.c Please note that diffs are not pub

CVS commit: src/usr.bin/pmap

2011-10-25 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Tue Oct 25 23:45:19 UTC 2011 Modified Files: src/usr.bin/pmap: main.c Log Message: Move getuid() out of the loop, uid should not change behind our back. KNF. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/usr.bin

CVS commit: src/usr.bin/pmap

2011-10-25 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Tue Oct 25 22:13:22 UTC 2011 Modified Files: src/usr.bin/pmap: main.c Log Message: kill(2) might not be a good test after all, users can send signals to setuid binaries (like SIGINT for ping(8)). So apply the exact same rights as pro

CVS commit: src/usr.bin/pmap

2011-10-18 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Tue Oct 18 20:54:57 UTC 2011 Modified Files: src/usr.bin/pmap: main.c Log Message: Disallow printing of kernel mappings if we are not root. pid 0 is a special case for kill(pid, 0), and unlikely to be the correct test there. This fo

CVS commit: src/usr.bin/pmap

2011-10-11 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue Oct 11 12:25:56 UTC 2011 Modified Files: src/usr.bin/pmap: pmap.c Log Message: Consistently use "%#"PRIxVADDR to print VA, not "0x%#"PRIxVADDR or "0x%"PRIxVADDR etc. Noticed by Y.Sugahara. To generate a diff of this commit

CVS commit: src/usr.bin/pmap

2011-06-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jun 23 22:50:54 UTC 2011 Modified Files: src/usr.bin/pmap: main.c Log Message: Don't give out information about processes we can't control. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/usr.bin/pmap/mai

CVS commit: src/usr.bin/pmap

2011-06-11 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jun 12 06:35:00 UTC 2011 Modified Files: src/usr.bin/pmap: pmap.c Log Message: an_ref is now a uintptr_t. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/usr.bin/pmap/pmap.c Please note that diffs are not pub

CVS commit: src/usr.bin/pmap

2010-05-14 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri May 14 17:31:27 UTC 2010 Modified Files: src/usr.bin/pmap: pmap.1 Log Message: Explicitly close quote. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/usr.bin/pmap/pmap.1 Please note that diffs are not publ

CVS commit: src/usr.bin/pmap

2010-03-22 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Mar 22 18:34:14 UTC 2010 Modified Files: src/usr.bin/pmap: pmap.1 Log Message: Use .In instead of .Aq Pa for header files. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/usr.bin/pmap/pmap.1 Please note tha