pushed upstream

This commit is contained in:
jasper 2014-01-23 09:41:25 +00:00
parent b6f3862143
commit 4d9ce49da6
5 changed files with 34 additions and 11 deletions

View File

@ -1,7 +1,10 @@
$OpenBSD: patch-sysdeps_openbsd_netload_c,v 1.3 2013/11/26 21:56:52 jca Exp $
$OpenBSD: patch-sysdeps_openbsd_netload_c,v 1.4 2014/01/23 09:41:25 jasper Exp $
1. - we need if_var.h but ./configure fails to define HAVE_NET_IF_VAR_H
- some declarations in netiner/in_var.h are now kernel-private
1.
From 07d2816d5b39325bd7381024a88c61b7c56f7b62 Mon Sep 17 00:00:00 2001
From: Jasper Lievisse Adriaanse <jasper@humppa.nl>
Date: Thu, 23 Jan 2014 09:30:53 +0000
Subject: Adjust header inclusion on OpenBSD
2.
From 250666219659d721377613a916d8f166c2df93ee Mon Sep 17 00:00:00 2001

View File

@ -1,4 +1,10 @@
$OpenBSD: patch-sysdeps_openbsd_open_c,v 1.1 2013/12/09 14:26:56 robert Exp $
$OpenBSD: patch-sysdeps_openbsd_open_c,v 1.2 2014/01/23 09:41:25 jasper Exp $
From df1db430320c8646f809ef0224c2a620f7cadd1b Mon Sep 17 00:00:00 2001
From: Robert Nagy <robert@openbsd.org>
Date: Thu, 23 Jan 2014 09:39:39 +0000
Subject: Fix several issues related to process information on OpenBSD and drop lsof usage.
--- sysdeps/openbsd/open.c.orig Mon Dec 9 15:04:02 2013
+++ sysdeps/openbsd/open.c Mon Dec 9 15:04:36 2013
@@ -55,6 +55,7 @@ glibtop_open_p (glibtop *server, const char *program_n

View File

@ -1,4 +1,10 @@
$OpenBSD: patch-sysdeps_openbsd_prockernel_c,v 1.9 2013/12/09 14:26:56 robert Exp $
$OpenBSD: patch-sysdeps_openbsd_prockernel_c,v 1.10 2014/01/23 09:41:25 jasper Exp $
From df1db430320c8646f809ef0224c2a620f7cadd1b Mon Sep 17 00:00:00 2001
From: Robert Nagy <robert@openbsd.org>
Date: Thu, 23 Jan 2014 09:39:39 +0000
Subject: Fix several issues related to process information on OpenBSD and drop lsof usage.
--- sysdeps/openbsd/prockernel.c.orig Sat Jul 27 14:40:23 2013
+++ sysdeps/openbsd/prockernel.c Mon Dec 9 14:54:24 2013
@@ -78,9 +78,9 @@ glibtop_get_proc_kernel_p (glibtop *server,

View File

@ -1,9 +1,15 @@
$OpenBSD: patch-sysdeps_openbsd_procopenfiles_c,v 1.1 2013/12/09 14:26:56 robert Exp $
$OpenBSD: patch-sysdeps_openbsd_procopenfiles_c,v 1.2 2014/01/23 09:41:25 jasper Exp $
From df1db430320c8646f809ef0224c2a620f7cadd1b Mon Sep 17 00:00:00 2001
From: Robert Nagy <robert@openbsd.org>
Date: Thu, 23 Jan 2014 09:39:39 +0000
Subject: Fix several issues related to process information on OpenBSD and drop lsof usage.
--- sysdeps/openbsd/procopenfiles.c.orig Sun Dec 8 19:51:02 2013
+++ sysdeps/openbsd/procopenfiles.c Sun Dec 8 20:15:59 2013
@@ -1,8 +1,9 @@
-/* $OpenBSD: patch-sysdeps_openbsd_procopenfiles_c,v 1.1 2013/12/09 14:26:56 robert Exp $ */
+/* $OpenBSD: patch-sysdeps_openbsd_procopenfiles_c,v 1.1 2013/12/09 14:26:56 robert Exp $ */
-/* $OpenBSD: patch-sysdeps_openbsd_procopenfiles_c,v 1.2 2014/01/23 09:41:25 jasper Exp $ */
+/* $OpenBSD: patch-sysdeps_openbsd_procopenfiles_c,v 1.2 2014/01/23 09:41:25 jasper Exp $ */
/* Copyright (C) 1998-99 Martin Baulig
Copyright (C) 2004 Nicol\ufffds Lichtmaier

View File

@ -1,7 +1,9 @@
$OpenBSD: patch-sysdeps_openbsd_proctime_c,v 1.6 2013/08/26 08:43:16 ajacoutot Exp $
$OpenBSD: patch-sysdeps_openbsd_proctime_c,v 1.7 2014/01/23 09:41:25 jasper Exp $
XXX push upstream:
Some fields have moved in struct proc from timeval to timespec.
From ff07ba102fb6a1bcb058a5e5429181981ce6fa2b Mon Sep 17 00:00:00 2001
From: Jasper Lievisse Adriaanse <jasper@humppa.nl>
Date: Thu, 23 Jan 2014 09:34:52 +0000
Subject: Some fields have moved in struct proc from timeval to timespec.
--- sysdeps/openbsd/proctime.c.orig Sun Jul 24 21:13:56 2011
+++ sysdeps/openbsd/proctime.c Sat Jun 8 15:00:41 2013