mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 11:14:47 +08:00
Update to FreeBSD head 2016-12-10
Git mirror commit 80c55f08a05ab3b26a73b226ccb56adc3122a55c.
This commit is contained in:
@@ -361,6 +361,9 @@ mbpr(void *kvmd, u_long mbaddr)
|
||||
xo_emit("{:sendfile-pages-valid/%ju} "
|
||||
"{N:pages were valid at time of a sendfile request}\n",
|
||||
(uintmax_t)sfstat.sf_pages_valid);
|
||||
xo_emit("{:sendfile-pages-bogus/%ju} "
|
||||
"{N:pages were valid and substituted to bogus page}\n",
|
||||
(uintmax_t)sfstat.sf_pages_bogus);
|
||||
xo_emit("{:sendfile-requested-readahead/%ju} "
|
||||
"{N:pages were requested for read ahead by applications}\n",
|
||||
(uintmax_t)sfstat.sf_rhpages_requested);
|
||||
|
@@ -125,7 +125,9 @@ static int ifmap_size;
|
||||
static struct timespec uptime;
|
||||
|
||||
static const char *netname4(in_addr_t, in_addr_t);
|
||||
#ifdef INET6
|
||||
static const char *netname6(struct sockaddr_in6 *, struct sockaddr_in6 *);
|
||||
#endif
|
||||
static void p_rtable_sysctl(int, int);
|
||||
static void p_rtentry_sysctl(const char *name, struct rt_msghdr *);
|
||||
static int p_sockaddr(const char *name, struct sockaddr *, struct sockaddr *,
|
||||
|
Reference in New Issue
Block a user