summaryrefslogtreecommitdiff
path: root/external/gpl2/gmake/dist/remake.c
diff options
context:
space:
mode:
Diffstat (limited to 'external/gpl2/gmake/dist/remake.c')
0 files changed, 0 insertions, 0 deletions
116f17f7f043'>RR/54971: scole_mail: sockstat command output incorrect for normalchristos user As the PR hints, it is not enough to have kern.expose_address=1 to see kernel addresses, we also need to have the PK_KMEM bit set which we achieve by installing sockstat setgid kmem and opening and closing /dev/mem. (/usr/src/sys/kern/kern_proc.c:311). It is unfortunate that we need to give the program more privilege, to prove to the kernel that we have the privilege to see the data. 2019-08-18sockstat: Add indirection of symbols to remove clash with sanitizerskamil Add indirection and symbol renaming under MKSANITIZER for the linked in version of sysctlgetmibinfo and sysctlnametomib. 2019-02-03- add or adjust /* FALLTHROUGH */ where appropriatemrg - add __unreachable() after functions that can return but won't in this case, and thus can't be marked __dead easily 2017-01-14don't do _KERNEL; hides bswap stuff.christos 2017-01-12fix compilationchristos 2014-03-18Merge riastradh-drm2 to HEAD.riastradh 2013-07-20Use Mt for email addresses.wiz 2011-05-29Document that localsocket may be of type SOCK_SEQPACKETmanu 2011-05-29Display SOCK_SEQPACKET local sockets in sockstat and netstatmanu 2011-01-28support rump.sockstatpooka 2009-04-13Fix WARNS=4 issues (-Wshadow -Wsign-compare)lukem 2008-05-04Move TNF licenses to 2 clause formmartin 2008-04-29Convert to new 2 clause licensemartin 2008-03-01It's wrong for user-land programs to define _KERNEL before includinghe <sys/types.h>. The reason is that this will break the build for about half of our ports, because the wrong variant of e.g. bswap16() is being defined and referenced (either __bswap16() or bswap16()). Removing the _KERNEL define restores buildability for this program. 2008-02-27+#define _KERNELad +#include <sys/types.h> +#undef _KERNEL 2007-12-26Merge more changes from vmlocking2, mainly:ad - Locking improvements. - Use pool_cache for more items. 2006-07-14Document the option -n and bump date.peter 2005-09-11Argument is address_family, not "address family". From YOMURA Masanori in ↵wiz private mail. 2005-08-24If the specificed MIB doesn't exist, then it's probably a kernel withoutrpaulo that socket type (AF_INET, AF_INET6, etc.). That's a normal condition, so don't bail out. Reviewed by Andrew Brown. 2005-08-24Don't break each name in the AUTHORS section.rpaulo 2005-08-10Query the v6 sockets only if USE_INET6 != "no". Patch provided by Jukka Salmirpaulo on PR#30963. ok atatat@ 2005-08-10Fix a typo in the islistening() routine. Patch provided by Jukka Salmirpaulo on PR#30963. 2005-06-02appease gcc -Wuninitializedlukem 2005-04-09Don't allow the command length to mess up the formattingatatat 2005-03-22Fix a typo.peter 2005-03-10Fix printing of AF_LOCAL names.atatat 2005-03-09Field width and precision specifier arguments to printf must be ints.kleink 2005-03-09Make Dd date match import date more closely.wiz 2005-03-09Grammar improvements.wiz 2005-03-09almost forgot about this.atatat Optimize getting process information by not getting it again if you're looking for the same pid. 2005-03-09Add a sockstat(1) command that can list open sockets and the processesatatat that own them. The implementation concept and man page came largely from FreeBSD, but the program is fresh.