ToMe25
b8a0475a42
Fix deleted empty line
2021-04-18 23:49:58 +02:00
ToMe25
76c2e7178a
Fix remaining compile errors
...
Finalize(hopefully) procmap.c fix
copy stub procio.c to fix compile errors
undo rb workaround
2021-04-18 23:36:43 +02:00
ToMe25
7c14ffaf54
Another attempt at getting procmap.c to work
...
I think this is the closest i've gotten to a version that both compiles and links.
However it doesn't compile, so im not sure.
I might undo all of this, not sure yet.
2021-04-18 21:37:18 +02:00
ToMe25
cfabe09ad8
Fix some more procmap.c issues
...
Commit acinclude getmntinfo workaround
2021-04-18 17:49:33 +02:00
ToMe25
72124ab005
Undo some procmap.c changes
2021-04-18 04:28:08 +02:00
ToMe25
5714b6089c
Fix openbsd procmap.c compile errors
2021-04-18 01:04:59 +02:00
Jasper Lievisse Adriaanse
fcfacf3213
PROT_EXECUTE -> PROT_EXEC
2015-12-11 14:59:11 +01:00
Benoît Dejean
b74d6abf19
server->machine is now a pointer, so propagate the change from . to ->.
2015-08-08 14:36:47 +02:00
Jasper Lievisse Adriaanse
057dcf77d6
Sync with OpenBSD's uvm_extern.h changes
2014-11-18 19:33:38 +01:00
Robert Roth
7a3414d002
Update old FSF address.
...
https://bugzilla.gnome.org/show_bug.cgi?id=721514
2014-08-20 04:44:27 +03:00
Jasper Lievisse Adriaanse
9a887feed2
Unbreak build on OpenBSD after recent header changes.
2014-07-10 13:15:50 +02:00
Antoine Jacoutot
596c42d7f1
openbsd: drop unecessary check
2014-02-08 11:53:26 +01:00
Antoine Jacoutot
4cd3e4fed6
openbsd: merge patches from ports tree
...
Bring OpenBSD closer to FreeBSD to help checking what is missing/different.
Also we make sure to use and build mountlist and fsusage from the
sysdeps/openbsd directory instead of the common one.
https://bugzilla.gnome.org/show_bug.cgi?id=723521
2014-02-03 10:59:05 +01:00
Jasper Lievisse Adriaanse
73d4679ad8
Remove OpenBSD RCS ID which bears no meaning here.
2014-01-23 11:24:33 +01:00
Jasper Lievisse Adriaanse
b0f4bee85e
sync with openbsd to use the new vmmap memory allocator
2012-04-04 19:23:07 +02:00
Antoine Jacoutot
b11aa1517e
OpenBSD: kinfo_proc2 -> kinfo_proc
...
The kinfo_proc2 interface has been removed from OpenBSD (it was
deprecated anyway), so use the correct replacement: kinfo_proc.
https://bugzilla.gnome.org/show_bug.cgi?id=667591
2012-01-22 12:47:49 +01:00
Jasper Lievisse Adriaanse
7bd52fc397
Extend comment a bit regarding processes dying before we get to kvm_getproc2().
2011-09-18 13:41:20 +02:00
Jasper Lievisse Adriaanse
15ffb2d039
Revert vmmap-based procmap.c for OpenBSD.
...
vmmap was reverted in OpenBSD, so stick to the old algorithm for now.
2011-06-16 13:03:24 +02:00
Jasper Lievisse Adriaanse
46706961ac
Split off OpenBSD code into a separate implementation
...
Move OpenBSD code into its own sysdeps directory. The changes from
bsd/ were becoming to hard to maintain as a #ifdef tree. This is
what's currently being distributed as part of OpenBSD ports.
2011-06-16 12:27:00 +02:00