non port: devel/gdb/Makefile |
Number of commits found: 176 (showing only 100 on this page) |
Tuesday, 24 Sep 2024
|
16:08 John Baldwin (jhb)
devel/gdb: Upgrade to 15.1
This includes an update to the bundled libc++ pretty printers with
fixes for recent changes in libc++ to std::string and std::unordered_map.
PR: 272922
Sponsored by: AFRL, DARPA
Differential Revision: https://reviews.freebsd.org/D46232
82beca9 |
Sunday, 3 Mar 2024
|
09:44 Tijl Coosemans (tijl) Author: Kenji Takefu
devel/gmake: Update to 4.4.1
Some ports required patches.
PR: 272216
Exp-run by: antoine
687edfa |
Tuesday, 13 Feb 2024
|
14:44 Dima Panov (fluffy)
devel/boost: bump consumers after library update
db61653 |
Saturday, 3 Feb 2024
|
06:31 Gleb Popov (arrowd)
devel/gdb: Point to LOCALBASE/lib/debug dir for the debugging symbols.
1550668 |
Thursday, 18 Jan 2024
|
22:18 John Baldwin (jhb)
devel/gdb: Upgrade to 14.1
- Notable upstream fixes for FreeBSD include better support for
multiprocessing as well as support for AVX and other extended
registers in core dumps on newer AMD CPUs.
- Use all-gdb as the build target to reduce build time.
- sim can no longer be excluded during the tarball as a couple of
source files in GDB now use headers from sim/ unconditionally.
Instead, use --disable-sim to skip building the simulators.
Reviewed by: pizzamig
Sponsored by: DARPA
Differential Revision: https://reviews.freebsd.org/D43053
af0d94a |
Wednesday, 10 Jan 2024
|
08:16 Baptiste Daroussin (bapt)
MAN?PREFIX: eleminate its usage and move man to share/man
1b819e4 |
Wednesday, 27 Sep 2023
|
14:36 Dima Panov (fluffy)
devel/boost*: bump all consumers after 1.83.0
21d8008 |
Friday, 15 Sep 2023
|
15:08 Luca Pizzamiglio (pizzamig)
devel/gdb: Fix variable description
PR: 273830
Reported by: Trond Endrestøl <Trond.Endrestol@ximalas.info>
6c66f7b |
11:12 Luca Pizzamiglio (pizzamig)
devel/gdb: Update to 13.2
Add DEBUGINFOD support as option
Improve system-zlib option
8c33408 |
Wednesday, 13 Sep 2023
|
15:34 Kyle Evans (kevans)
devel/gdb: kgdb: fix aarch64 trapframe handling
regcache_map_entry_size() doesn't do the magic to convert size == 0 to
register_size, so we must supply sizes for all registers if we're going
to use it.
This fixes handling of the trapframe so that we can actually unwind
properly, where-as before we would end up with, e.g.,
#6 0xffff0000004b4860 in kdb_trap (type=60, code=0, tf=<optimized out>)
at /usr/src/sys/kern/subr_kdb.c:790
#7 <signal handler called>
#8 <signal handler called>
#9 <signal handler called>
#10 <signal handler called>
#11 <signal handler called>
Reported by: Mark Millard
Approved by: jhb (implicit, kgdb maintainer)
MFH: 2023Q3
a22f1db |
Tuesday, 5 Sep 2023
|
18:23 Kyle Evans (kevans)
devel/gdb: kgdb: fixup aarch64 pcb/trapframe layout
base 1c1f31a5e5 and 2ecbbcc7cab altered the pcb and trapframe layouts in
osreldate 1400084. This version of the patch is effectively extracted
from work done by @jhb in CheriBSD's gdb fork, then ported forward to
work with the gdb 13.x program_space_data equivalent. With
this + D39951, I can again get a solid backtrace in recent main.
While we're here, remove some special handling for kthreads not yet run,
as the stack pointer is in-fact stored in pcb_sp in cpu_copy_thread and
cpu_fork. This silences the following exception:
Python Exception <class 'gdb.error'>: Register 2 is not available
but there's not really any effect on the end result, since the thread
hasn't been scheduled yet.
Reviewed by: jhb
Approved by: jhb (maintainer)
MFH: 2023Q3
Differential Revision: https://reviews.freebsd.org/D41684
5dd228e |
Sunday, 30 Jul 2023
|
22:59 Robert Clausecker (fuz) Author: Andrew "RhodiumToad" Gierth
*/*: adapt to new guile framework
- change all ports using guile to USES=guile
- flavorize guile-lib, guile-cairo, slib-guile
PR: 260960
Reported by: Martin Neubauer <m.ne@gmx.net>
Approved by: bofh
Differential Revision: https://reviews.freebsd.org/D40194
7edcfae |
Tuesday, 27 Jun 2023
|
19:34 Rene Ladan (rene)
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568>
3d9a815 |
Sunday, 7 May 2023
|
18:38 Dimitry Andric (dim)
devel/gdb: fix build with clang 16
Clang 16 has a new error about integer values being outside the valid
range for enum types, which shows up when building gdb:
In file included from
/wrkdirs/usr/ports/devel/gdb/work-py39/gdb-13.1/gdb/x86-fbsd-nat.c:20:
In file included from
/wrkdirs/usr/ports/devel/gdb/work-py39/gdb-13.1/gdb/defs.h:65:
/wrkdirs/usr/ports/devel/gdb/work-py39/gdb-13.1/gdb/../gdbsupport/enum-flags.h:95:52:
error: integer value -1 is outside the valid range of values [0, 15] for this
enumeration type [-Wenum-constexpr-conversion]
integer_for_size<sizeof (T), static_cast<bool>(T (-1) < T (0))>::type
^
In file included from
/wrkdirs/usr/ports/devel/gdb/work-py39/gdb-13.1/gdb/x86-bsd-nat.c:20:
In file included from
/wrkdirs/usr/ports/devel/gdb/work-py39/gdb-13.1/gdb/defs.h:65:
/wrkdirs/usr/ports/devel/gdb/work-py39/gdb-13.1/gdb/../gdbsupport/enum-flags.h:95:52:
error: integer value -1 is outside the valid range of values [0, 15] for this
enumeration type [-Wenum-constexpr-conversion]
integer_for_size<sizeof (T), static_cast<bool>(T (-1) < T (0))>::type
^
In file included from
/wrkdirs/usr/ports/devel/gdb/work-py39/gdb-13.1/gdb/x86-nat.c:20:
In file included from
/wrkdirs/usr/ports/devel/gdb/work-py39/gdb-13.1/gdb/defs.h:65:
/wrkdirs/usr/ports/devel/gdb/work-py39/gdb-13.1/gdb/../gdbsupport/enum-flags.h:95:52:
error: integer value -1 is outside the valid range of values [0, 15] for this
enumeration type [-Wenum-constexpr-conversion]
integer_for_size<sizeof (T), static_cast<bool>(T (-1) < T (0))>::type
^
In file included from
/wrkdirs/usr/ports/devel/gdb/work-py39/gdb-13.1/gdb/windows-tdep.c:18:
In file included from
/wrkdirs/usr/ports/devel/gdb/work-py39/gdb-13.1/gdb/defs.h:65:
/wrkdirs/usr/ports/devel/gdb/work-py39/gdb-13.1/gdb/../gdbsupport/enum-flags.h:95:52:
error: integer value -1 is outside the valid range of values [0, 15] for this
enumeration type [-Wenum-constexpr-conversion]
integer_for_size<sizeof (T), static_cast<bool>(T (-1) < T (0))>::type
^
Upstream already noticed this, and committed
https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=ae61525fcf4 as
a workaround, so add this as an additional patch, until gdb 13.2 is
released.
PR: 271045
Approved by: maintainer timeout (2 weeks)
MFH: 2023Q2
9e765fe |
Thursday, 27 Apr 2023
|
18:25 Dima Panov (fluffy)
*/*: bump all direct Boost cunsumers
3e45e8e |
Friday, 17 Mar 2023
|
23:48 John Baldwin (jhb)
devel/gdb: Remove the EXPAT option.
GDB on FreeBSD requires libxml for full funtionality (e.g. 'catch
syscall <syscall name>' parses the XML files installed in
LOCALBASE/share that were still installed even when this option was
disabled). Also, using GDB with a debug server that returns any
non-simple registers requires XML support for parsing the target
description returned by the server (e.g. examining SSE or later
registers or any system registers when attached to QEMU or
lldb-server).
Reviewed by: pizzamig (maintainer), danfe
Differential Revision: https://reviews.freebsd.org/D38760
c9df03d |
23:47 John Baldwin (jhb)
devel/gdb: Upgrade to 13.1.
Reviewed by: pizzamig (maintainer)
Differential Revision: https://reviews.freebsd.org/D38759
27ee37a |
Monday, 16 Jan 2023
|
19:32 Dima Panov (fluffy)
*/*: bump libboost*.so libraries consumert after Boost upgrade
e1287d0 |
Friday, 18 Nov 2022
|
16:08 Alexey Dokuchaev (danfe)
devel/gdb: make Expat and xxHash support optional (on by default)
While Expat dependency was hardcoded, xxHash was not and could
be silently picked up, resulting in the unregistered dependency.
Allow users to explicitly disable both if desired. Remove DEBUG
option (correct way to build debug packages is -DWITH_DEBUG) and
adjust a couple of option descriptions.
2948757 |
Monday, 14 Nov 2022
|
15:14 Alexey Dokuchaev (danfe)
devel/gdb: fix handling of SOURCE_HIGHLIGHT port option
- It is of --enable/disable type, not --with/without one
- Garbage-collect no longer useful NOT_FOR_ARCHS (we had
not been building sparc64 packages for many years now)
08bc1b7 |
Thursday, 20 Oct 2022
|
07:21 Luca Pizzamiglio (pizzamig)
devel/gdb: Fix support to readline 8.2
While here, half fix a warning in kgdb
60077ba |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Friday, 12 Aug 2022
|
14:46 Dima Panov (fluffy)
*/*: bump all consumers after recent boost upgrade
4cf39de |
Wednesday, 20 Jul 2022
|
14:21 Tobias C. Berner (tcberner)
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@geeksrus.net>
* Alan Somers <asomers@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alessandro Sagratini <ale_sagra@hotmail.com>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <alex@kapranoff.ru>
* Alex Kapranoff <ka@nadoby.ru>
* Alex Kapranoff <kappa@FreeBSD.org.ua>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Kapranoff <kapr@crosswinds.net>
* Alex Miller (<asm@asm.kiev.ua>)
* Alex Pesternikov <apesternikov@page2rss.com>
* Alex Semenyaka <alex@rinet.ru>
* Alex Varju <freebsd-ports@varju.ca>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Botero-Lowry <alexbl@FreeBSD.org>
* Alexander Churannov <churanov.port.maintainer@gmail.com>
* Alexander Churanov <churanov.port.maintainer@gmail.com>
* Alexander Leidinger <netchild@FreeBSD.org>
* Alexander Logvinov <avl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Nedotsukov <bland@mail.ru>
* Alexander Novitsky <alecn2002@yandex.ru>
* Alexander Nusov <alexander.nusov@nfvexpress.com>
* Alexandros Kosiaris <akosiaris+ports@gmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Alexey V. Antipovsky <kemm@in-line.ru>
* Alexey V. Degtyarev
* Alexey V. Degtyarev <alexey@renatasystems.org>
* Alfred Perlstein <alfred@FreeBSD.org>
* Alfred Perlstein <alfred@freebsd.org>
* Alistair King <alistair@caida.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Anatoliy Dmytriyev
* Anatoliy Dmytriyev <tolid@plab.ku.dk>
* Anatoliy Dmytriyev <tolid@tolid.eu.org>
* Andre Rikkert de Koe - ARK-ICT <andre@ark-ict.nl>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andreas Kohn
* Andreas Kohn <andreas@syndrom23.de>
* Andreas Kohout <shanee@augusta.de>
* Andreev Maxim <andreevmaxim@gmail.com>
* Andrej Ebert <andrej@ebert.su>
* Andrew Baznikin <dikiy@scn.ru>
* Andrew Elble <aweits@rit.edu>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrew Turner <andrew+ports@fubar.geek.nz>
* Andrew Wingorodov <mail@andr.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Chernov <ache@FreeBSD.org>
* Andrey Ignatov <rdna@rdna.ru>
* Andrey Kostenko <andrey@kostenko.name>
* Andrey V. Elsukov <bu7cher@yandex.ru>
* Andrey Zakhvatov
* Andrey Zonov <andrey@zonov.org>
* Andriy Gapon
* Andriy Pylypenko <bamby@sippysoft.com>
* Anes Muhametov <anes@anes.su>
* Anes Mukhametov <anes@anes.su>
* Anish Mistry (<amistry@am-productions.biz>)
* Anish Mistry <amistry@am-productions.biz>
* Antoine Brodin <antoine@FreeBSD.org>
* Anton Berezin
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org>
* Anton Tornqvist <antont@inbox.lv>
* Anton tornqvist <antont@inbox.lv>
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Antonio Carlos Venancio Junior (<antonio@php.net>)
* Archie Cobbs
* Armin Pirkovitsch <armin@frozen-zone.org>
* Arun Sharma <arun@sharma-home.net>
* Ashish SHUKLA <ashish@FreeBSD.org>
* Ashish SHUKLA <wahjava@gmail.com>
* Autrijus Tang <autrijus@autrijus.org>
* Axel Rau <axel.rau@chaos1.de>
* Babak Farrokhi <farrokhi@FreeBSD.org>
* Balwinder S "bsd" Dheeman <bsd@rubyforge.org>
* Balwinder S Dheeman <bdheeman@gmail.com>
* Baptiste Daroussin
* Bartek Rutkowski <ports@robakdesign.com>
* Bartek Rutkowski <robak@FreeBSD.org>
* Ben Haga <tuximus@tuximus.mine.nu>
* Ben Woods <woodsb02@FreeBSD.org>
* Bill Brinzer <bill.brinzer@gmail.com>
* Bill Fumerola <billf@chc-chimes.com>
* Björn König <bkoenig@alpha-tierchen.de>
* Boris B. Samorodov <bsam@ipt.ru>
* Boris Samorodov <bsam@FreeBSD.org>
* Brad Davis <brd@FreeBSD.org>
* Brad Hendrickse <bradh@uunet.co.za>
* Brad Jones <brad@kazrak.com>
* Brendan Molloy <brendan+freebsd@bbqsrc.net>
* Brian Dean <bsd@FreeBSD.org>
* Brian Minard <bminard@flatfoot.ca>
* Brian Skrab <brian@quynh-and-brian.org>
* Brooks Davis
* Bruce M Simpson
* Bruce M Simpson <bms@spc.org>
* Bruce M. Simpson
* Bruce M. Simpson <bms@FreeBSD.org>
* Bruce Simpson
* Bryan Drewery <bryan@shatow.net>
* Carlo Strub
* Carlo Strub <cs@FreeBSD.org>
* Carlos A M dos Santos <unixmania@gmail.com>
* Carlos J Puga Medina <cpm@fbsd.es>
* Carlos J. Puga Medina <cpm@FreeBSD.org>
* Cezary Morga <cm@therek.net>
* Charlie & <root@meatwad.mouf.net>
* Cheng-Lung Sung
* Cheng-Lung Sung <clsung@FreeBSD.org>
* Cheng-Lung Sung <clsung@dragon2.net>
* Choe, Cheng-Dae
* Chris D. Faulhaber <jedgar@fxp.org>
* Chris St Denis <chris@ctgameinfo.com>
* Chris St Denis <chris@smartt.com>
* Christer Edwards <christer.edwards@gmail.com>
* Christian Geier <geier@lostpackets.de>
* Christoph Kick
* Christoph Mallon <christoph.mallon@gmx.de>
* Christoph Moench-Tegeder <cmt@burggraben.net>
* Christopher Boumenot <boumenot@gmail.com>
* Christopher Elkins <chrise@scardini.com>
* Christopher Key <cjk32@cam.ac.uk>
* Christopher Nehren <apeiron+ports@coitusmentis.info>
* Christopher Nehren <apeiron@coitusmentis.info>
* Christopher Nehren <apeiron@comcast.net>
* Chuck Swiger <chuck@pkix.net>
* Conrad Meyer <cem@FreeBSD.org>
* Cory R. King <coryking@mozimedia.com>
* Cory R. King <coryking@mozimediacom>
* Craig Leres <leres@FreeBSD.org>
* Craig Leres <leres@freebsd.org>
* Craig Manley
* Cristiano Rolim Pereira <cristianorolim@hotmail.com>
* Cristiano Rolim Pereira <cristianorolim@outlook.com>
* Cyrille Lefevre <clefevre@citeweb.net>
* D'Arcy J.M. Cain <darcy@druid.net>
* Daichi GOTO <daichi@FreeBSD.org>
* Dan Langille
* Dan Langille <dvl@FreeBSD.org>
* Dan Rench <citric@cubicone.tmetic.com>
* Daniel Gerzo <danger@FreeBSD.org>
* Daniel Roethlisberger <daniel@roe.ch>
* Danilo Egea Gondolfo <danilo@FreeBSD.org>
* Danny Warren <danny@dannywarren.com>
* Dave Cottlehuber <dch@skunkwerks.at>
* Dave Grochowski
* Dave Grochowski <malus.x@gmail.com>
* David Chaplin-Loebell <direct@klatha.com>
* David Kalliecharan <dave@dal.ca>
* David Naylor <dbn@FreeBSD.org>
* David Naylor <dbn@dragon.local>
* David Naylor <naylor.b.david@gmail.com>
* David O'Brien (obrien@FreeBSD.org)
* David O'Brien (obrien@NUXI.com)
* David Romano <unobe@cpan.org>
* David Shane Holden <dpejesh@yahoo.com>
* David Sugar <dyfet@gnu.org>
* David Thiel <lx@freebsd.org>
* David Thiel <lx@redundancy.redundancy.org>
* David Xu
* David Yeske <dyeske@gmail.com>
* David Yeske <dyeske@yahoo.com>
* Davíð Steinn Geirsson <david@isnic.is>
* Denis Pokataev <catone@cpan.org>
* Denis Shaposhnikov <dsh@vlink.ru>
* Denise H. G. <darcsis@gmail.com>
* Dennis Herrmann <adox@mcx2.org>
* Derek Schrock <dereks@lifeofadishwasher.com>
* Devaux Fabien <fab@gcu.info>
* Dikshie <dikshie@sfc.wide.ad.jp>
* Dima Panov <fluffy@FreeBSD.org>
* Dima Sivachenko <dima@chg.ru>
* Dimitry Andric <dim@FreeBSD.org>
* Dirk Jagdmann <doj@cubic.org>
* Ditesh Shashikant Gathani <ditesh@gathani.org>
* Dmitry Karasik (<dk@catpipe.net>)
* Dmitry Karasik <dmitry@karasik.eu.org>
* Dmitry Sivachenko <demon@FreeBSD.org>
* Dmitry Sivachenko <dima@Chg.RU>
* Dominic Marks <d.marks@student.umist.ac.uk>
* Don Croyle <croyle@gelemna.org>
* Donald Burr <dburr@FreeBSD.org>
* Douglas Thrift
* Douglas Thrift <douglas@douglasthrift.net>
* Dryice Liu
* Dryice Liu <dryice@dryice.name>
* Dusan Vejnovic <freebsd@dussan.org>
* Ed Schouten <ed@FreeBSD.org>
* Ed Schouten <ed@fxq.nl>
* Edward Chuang <edwardchuang@gmail.com>
* Edward Tomasz Napierala <trasz@FreeBSD.org>
* Edwin Groothuis (edwin@mavetju.org)
* Edwin Groothuis <edwin2mavetju.org>
* Eivind Eklund <eivind@FreeBSD.org>
* Elvis Chiang <elvis@sslab.cs.ccu.edu.tw>
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Emanuel Haupt <ehaupt@critical.ch>
* Eric Anholt
* Eric Anholt <anholt@FreeBSD.org>
* Eric Freeman <freebsdports@chillibear.com>
* Eric Schnoebelen <eric@cirr.com>
* Erik Greenwald <erik@smluc.org>
* Ernst de Haan <znerd@FreeBSD.org>
* Erwin Lansing <erwin@FreeBSD.org>
* Espen Skoglund <esk@ira.uka.de>
* Espen Volden aka voldern <voldern@hoeggen.net>
* Euan Thoms <euan@potensol.com>
* Eugene Grosbein <ports@grosbein.net>
* Evan Sarmiento <bsdports@wayfair.com>
* Evgeniy Kosov <evgeniy@kosov.su>
* Evgueni V. Gavrilov <aquatique@rusunix.org>
* Eygene Ryabinkin <rea-fbsd@codelabs.ru>
* Fabian Keil <fk@fabiankeil.de>
* Felippe M. Motta <lippe@shire.freebsd.org>
* Felippe de Meirelles Motta <lippemail@gmail.com>
* Felix Hanley
* Felix Palmen <felix@palmen-it.de>
* Fernan Aguero <fernan@iib.unsam.edu.ar>
* Florian Limberger <flo@snakeoilproductions.net>
* Frank Laszlo <laszlof@vonostingroup.com>
* Frank Mayhar <frank@exit.com>
* Frank Steinborn <steinex@nognu.de>
* Frank Wall <freebsd@moov.de>
* Frank Wall <fw@moov.de>
* Franz Klammer <klammer@webonaut.com>
* Frederic Culot <culot@FreeBSD.org>
* Frederic Culot <frederic@culot.org>
* Frederic Praca <frederic.praca@freebsd-fr.org>
* FreeBSD GNOME Team <gnome@FreeBSD.org>
* FreeBSD GNOME Team <gnome@freebsd.org>
* Frerich Raabe <frerich.raabe@gmx.de>
* Fukang Chen <loader@FreeBSD.org>
* G. Adam Stanislav <adam@whizkidtech.net>
* Gabor Kovesdan <gabor@FreeBSD.org>
* Gabor Pali <pgj@FreeBSD.org>
* Gabriel M. Dutra <0xdutra@gmail.com>
* Garrett Rooney <rooneg@electricjellyfish.net>
* Garrett Wollman <wollman@lcs.mit.edu>
* Gasol Wu <gasol.wu@gmail.com>
* Gea-Suan Lin
* Gea-Suan Lin <gslin@gslin.org>
* Geistteufel <geistteufel@yahoo.fr>
* Geoffrey Mainland <mainland@apeiron.net>
* Geoffroy Desvernay <dgeo@centrale-marseille.fr>
* George Hartzell <hartzell@alerce.com>
* George Reid <greid@ukug.uk.freebsd.org>
* Gerald Pfeifer <gerald@FreeBSD.org>
* Geraud CONTINSOUZAS <geraud@gcu.info>
* Geraud Continsouzas <geraud@gcu.info>
* Gerrit Beine (<gerrit.beine@gmx.de>)
* Gerrit Beine (<gerrit@beine-computer.de>)
* Gerrit Beine (<tux@pinguru.net>)
* Gerrit Beine <mail+freebsd@gerritbeine.de>
* Giacomo Mariani <giacomomariani_at_yahoo_dot_it>
* Gilbert Morgan <gmm@tutanota.com>
* Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
* Glenn Johnson
* Green Dog <fiziologus@gmail.com>
* Greg Larkin <glarkin@FreeBSD.org>
* Gregory Shapiro <gshapiro@FreeBSD.org>
* Grzegorz Blach <gblach@FreeBSD.org>
* Guangyuan Yang <ygy@FreeBSD.org>
* Gustau Perez <gustau.perez@gmail.com>
* Gustau Perez i Querol <gustau.perez@gmail.com>
* Hajimu UMEMOTO <ume@FreeBSD.org>
* Hakisho Nukama <nukama@gmail.com>
* Hardy Schumacher <hardy.schumacher@gmx.de>
* Hardy Schumacher <lowmaster@web.de>
* Henk van Oers <hvo.pm@xs4all.nl>
* Henrik Motakef <henrik.motakef@web.de>
* Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
* Herve Quiroz <hq@FreeBSD.org>
* Hirohisa Yamaguchi <umq@ueo.co.jp>
* Hiroyuki Iwatsuki <don@na.rim.or.jp>
* Horance Chou <horance@freedom.ie.cycu.edu.tw>
* Hung-Yi Chen <gaod@hychen.org>
* Hye-Shik Chang
* Hye-Shik Chang <perky@FreeBSD.org>
* IWATSUKI Hiroyuki <don@na.rim.or.jp>
* Ian Vaudrey <i.vaudrey@bigfoot.com>
* Iblis Lin <iblis@hs.ntnu.edu.tw>
* Igor Vinokurov <igor@zynaps.ru>
* Ilia Chipitsine <ilia@cgu.chel.su>
* Ion-Mihai "IOnut" Tetcu <itetcu@FreeBSD.org>
* J Han <hjh@photino.com>
* J. Giovannangeli
* J.R. Oldroyd <fbsd@opal.com>
* Jaap Boender <jaapb@kerguelen.org>
* Jacob Atzen <jatzen@gmail.com>
* Jacques Marneweck <jacques@php.net>
* Jake Smith <jake@xz.cx>
* James Bailie <jimmy@mammothcheese.ca>
* James E Keenan <jkeenan@cpan.org>
* James FitzGibbon <jfitz@FreeBSD.org>
* Jan Siml <jsi@jules.de>
* Janni
* Janni <jannisan@t-online.de>
* Janos Mohacsi
* Jase Thew <freebsd@beardz.net>
* Jason Heiss <jheiss@aput.biz>
* Jason Helfman <jgh@FreeBSD.org>
* Jason Portwood <jason@iac.net>
* Jean Milanez Melo <jmelo@FreeBSD.org>
* Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
* Jean-Yves Lefort <jylefort@brutele.be>
* Jeffrey Hsu <hsu@FreeBSD.org>
* Jens Grassel <freebsd-ports@jan0sch.de>
* Jeremy Norris <ishmael27@home.com>
* Jeremy Norris <ishmael27x@yahoo.com>
* Jeremy Shaffner <jeremy@external.org>
* Jerry A! <jerry@thehutt.org>
* Jerry Hicks
* Jerry Hicks <wghicks@bellsouth.net>
* Jesper Dalberg <jesper@jdn.dk>
* Jesse Kempf (jessekempf@gmail.com)
* Jesse McConnell <jesse@gallup.com>
* Jim Pirzyk <pirzyk@uiuc.edu>
* Jim Riggs <ports@christianserving.org>
* Jimmy Olgeni <olgeni@FreeBSD.org>
* Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
* Jin-Sih, Lin <linpct@gmail.com>
* Joachim Strombergson
* Jochen Neumeister (<joneum@bsdproject.de>)
* Joe Horn <joehorn@gmail.com>
* Joe Kelsey
* Joe Marcus Clarke <marcus@FreeBSD.org>
* Joep Grooten <joep@di.nl>
* Joerg Wunsch <joerg@FreeBSD.org>
* Johan Kerckaert <kirk@bricsnet.com>
* Johan Str??m <johan@stromnet.se>
* Johann Visagie <johann@egenetics.com>
* Johann Visagie <wjv@FreeBSD.org>
* Johannes Dieterich <jmd@freebsd.org>
* Johannes Jost Meixner <xmj@FreeBSD.org>
* Johannes Lundberg <johalun0@gmail.com>
* Johannes M Dieterich <jmd@FreeBSD.org>
* Johannes Meixner <johannes@perceivon.net>
* Johannes Meixner <xmj@FreeBSD.org>
* John Alden + Eric Freeman <freebsdports@chillibear.com>
* John Chen <johnpupu@gmail.com>
* John Hein <jhein@symmetricom.com>
* John Hood <cgull@glup.org>
* John Marino <marino@FreeBSD.org>
* John Merryweather Cooper
* John Merryweather Cooper et al
* Johnny Sorocil <jsorocil@gmail.com>
* Jon M. Dugan <jdugan@x1024.net>
* Jon Nistor <nistor@snickers.org>
* Jona Joachim <walkingshadow@grummel.net>
* Jonas Palm <jonaspalm@posteo.de>
* Jonathan Anderson <jonathan@FreeBSD.org>
* Jonathan Weiss (<jw@innerewut.de>)
* Jordi Haarman
* Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
* Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
* Jose Jachuf <jjachuf@gmail.com>
* Joseph Benden <joe@thrallingpenguin.com>
* Joseph Scott <joseph@randomnetworks.com>
* Josh Tiefenbach <josh@zipperup.org>
* Jov <amutu@amutu.com>
* Ju Pengfei <jupengfei@gmail.com>
* Juergen Lock <nox@FreeBSD.org>
* Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
* Julien Laffaye <kimelto@gmail.com>
* Jun Kuriyama <kuriyama@FreeBSD.org>
* Jun Kuriyama <kuriyama@opt.phys.waseda.ac.jp>
* June-Yen Huang <jihuang@gate.sinica.edu.tw>
* Juraj Lutter <otis@sk.freebsd.org>
* Justin Stanford <jus@security.za.net>
* KIMURA Yasuhiro <yasu@utahime.org>
* Kan Sasaki <sasaki@fcc.ad.jp>
* Kapil Chowksey <kchowksey@hss.hns.com>
* Karsten Pedersen <kpedersen@opencde.org>
* Keith Gaughan <k@stereochro.me>
* Kelly Hays <kelly.hays@jkhfamily.org>
* Kevin Lo <kevlo@FreeBSD.org>
* Khairil Yusof <kaeru@inigo-tech.com>
* Kimo <kimor79@yahoo.com>
* Kimura Fuyuki <fuyuki@hadaly.org>
* Kimura Fuyuki <fuyuki@mj.0038.net>
* Kimura Fuyuki <fuyuki@nigredo.org>
* Kirill Ponomarev <krion@FreeBSD.org>
* Kirill Ponomarew <ponomarew@oberon.net>
* Kiyoshi Matsui <kmatsui@t3.rim.or.jp>
* Klaus Aehlig <aehlig@linta.de>
* Klaus Goger <klaus.goger@reflex.at>
* Klaus T. Aehlig <aehlig@linta.de>
* Koichiro IWAO <meta@FreeBSD.org>
* Konstantin Lepa <konstantin.lepa@gmail.com>
* Konstantinos Konstantinidis <kkonstan@daemon.gr>
* Koop Mast <kwm@FreeBSD.org>
* Kris Moore <kris@pcbsd.org>
* Kubilay Kocak <koobs@FreeBSD.org>
* Kurt Jaeger <fbsd-ports@opsec.eu>
* Kurt Kanzenbach <kurt@kmk-computers.de>
* Kurt Lidl <kurt.lidl@cello.com>
* Kyle Evans <kevans@FreeBSD.org>
* Kyle Martin <mkm@ieee.org>
* Landon Fuller <landonf@opendarwin.org>
* Lapo Luchini <lapo@lapo.it>
* Lars Balker Rasmussen <lbr@FreeBSD.org>
* Lars Eggert <lars.eggert@gmx.net>
* Lars Thegler <lars@thegler.dk>
* Lars Thegler <lth@FreeBSD.org>
* Leif Pedersen <pedersen@meridian-enviro.com>
* Leo Kim <leo@florida.sarang.net>
* Leo Vandewoestijne <freebsd@dns.company>
* Lev A. Serebryakov <lev@serebryakov.spb.ru>
* Lev Serebryakov <lev@serebryakov.spb.ru>
* Lev Walkin <vlm@lionet.info>
* Lewis Thompson <purple@lewiz.net>
* Li-Wen Hsu <lwhsu@FreeBSD.org>
* Li-Wen Hsu <lwhsu@lwhsu.org>
* Loic Pefferkorn <loic-freebsd@loicp.eu>
* Loïc BARTOLETTI <lbartoletti@FreeBSD.org>
* Luca Pizzamiglio <luca.pizzamiglio@trivago.com>
* Luke Jee <lukejee@gmail.com>
* Lung-Pin Chang <changlp@cs.nctu.edu.tw>
* Lutz Boehne <lboehne@damogran.de>
* MANTANI Nobutaka <nobutaka@FreeBSD.org>
* Mahdi Mokhtari <mokhi64@gmail.com>
* Manuel Giraud <manuel.giraud@gmail.com>
* Marc E.E. van Woerkom <marc.vanwoerkom@fernuni-hagen.de>
* Marcello Coutinho <marcellocoutinho@gmail.com>
* Marco Broeder <marco.broeder@posteo.eu>
* Marco Molteni <molterSPAM@gufiSPAM.org>
* Mario S F Ferreira <lioux@linf.unb.br> et al.
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Mark Felder <feld@FreeBSD.org>
* Markus Dolze <bsdfan@nurfuerspam.de>
* Martin Jackson (mhjacks@swbell.net)
* Martin Jackson <mhjacks@swbell.net>
* Martin Kammerhofer
* Martin Kammerhofer <mkamm@gmx.net>
* Martin Matuska <martin@matuska.org>
* Martin Matuska <mm@FreeBSD.org>
* Martin Preuss <martin@libchipcard.de>
* Martin Tournoij <carpetsmoker@gmail.com>
* Martin Waschbuesch <martin@waschbuesch.de>
* Martin Wilke (miwi@FreeBSD.org)
* Martin Wilke <miwi@FreeBSD.org
* Martin Wilke <miwi@FreeBSD.org>
* Marzhan Mykola <delgod@portaone.com>
* Masahiro Teramoto <markun@onohara.to>
* Mathieu Arnold
* Mathieu Arnold <m@absolight.net>
* Matt Harris <mattdharris@users.sourceforge.net>
* Matt Peterson <matt@peterson.org>
* Matthew Hunt <mph@pobox.com>
* Matthew Seaman <matthew@FreeBSD.org>
* Matthew Will <mwill@spingen.com>
* Matthias Andree <matthias.andree@gmx.de>
* Matthias Fechner <mfechner@FreeBSD.org>
* Matthias Sund <m.sund@arcor.de>
* Mauricio Herrera Cuadra <mauricio@arareko.net>
* Max Campos <mcampos@bpsw.biz>
* Max Khon <fjoe@FreeBSD.org>
* Maxim Maximov (mcsi@agava.com)
* Maxim Sobolev <sobomax@FreeBSD.org>
* Meikel Brandmeyer <ocaml-ounit-port@kotka.de>
* Michael Beer <beerml@sigma6audio.de>
* Michael Gmelin <grembo@FreeBSD.org>
* Michael Grunewald
* Michael Grünewald <michipili@gmail.com>
* Michael Johnson <ahze@FreeBSD.org>
* Michael Johnson <ahze@ahze.net>
* Michael L. Hostbaek (mich@freebsdcluster.org)
* Michael L. Hostbaek <mich@freebsdcluster.org>
* Michael Le Barbier Grünewald <michipili@gmail.com>
* Michael Lyngbøl <lyngbol@wheel.dk>
* Michael Moll <kvedulv at kvedulv.de>
* Michael Moll <kvedulv@kvedulv.de>
* Michael Schout <mschout@gkg.net>
* Michael Winking <mwfp@foldl.net>
* Michal Bielicki <m.bielicki@llizardfs.com>
* Michaël Grünewald
* Miguel Mendez <flynn@energyhq.homeip.net>
* Mike Buchanon <buchanon@msu.edu>
* Mike Fisher <Michael_Fisher@URMC.Rochester.edu>
* Mike McGaughey <mmcg@cs.monash.edu.au>
* Mikhail T. <m.tsatsenko@gmail.com>
* Mikhail T. <michael@fun-box.ru>
* Mikhail Teterin
* Mikhail Teterin <mi@aldan.algebra.com>
* Mikolaj Golub <to.my.trociny@gmail.com>
* Mirko Zinn <mail@derzinn.de>
* Mitsuru YOSHIDA
* Mons Anderson <mons@cpan.org>
* Motoyuki Kasahara <m-kasahr@sra.co.jp>
* Muhammad Moinur Rahman <5u623l20@gmail.com>
* Muhammad Moinur Rahman <bofh@FreeBSD.org>
* Muhammad Moinur Rahman<5u623l20@gmail.com>
* Muhammad Moinur Rahman<bofh@FreeBSD.org>
* Murilo Opsfelder <mopsfelder@gmail.com>
* Murray Stokely <murray@cdrom.com>
* Mykola Marzhan <delgod@portaone.com>
* NAKATA Maho <maho@FreeBSD.org>
* NECDET COKYAZICI <cokyazici@yahoo.co.uk>
* Neal Nelson <neal@nelson.name>
* Nemo Liu <nemoliu@FreeBSD.org>
* Nicholas Esborn <nick@netdot.net>
* Nick Hilliard <nick@foobar.org>
* Nicola Vitale <nivit@FreeBSD.org>
* Nicolas Embriz <nbari@tequila.io>
* Nicolas Jombart <Nicolas.Jombart@hsc-labs.com>
* Niels Kristensen <niels@kristensen.io>
* Nik Clayton <nik@FreeBSD.org>
* Nikolay Dachev <freebsd@dacehv.info>
* Nikos Ntarmos <ntarmos@ceid.upatras.gr>
* Nobutaka Mantani <nobutaka@FreeBSD.org>
* Oleg A. Mamontov <oleg@mamontov.net>
* Oleg Mamontov <oleg@mamontov.net>
* Oleg Ukraincev <oleg@ht-systems.ru>
* Oleh Hushchenkov <o.hushchenkov@gmail.com>
* Oleksii Tsai <oleksii.tsai@gmail.com>
* Oliver Braun
* Oliver Braun <obraun@FreeBSD.org>
* Oliver Fromme
* Oliver Lehmann
* Oliver Lehmann <lehmann@ans-netz.de>
* Oliver Lehmann <oliver@FreeBSD.org>
* Olivier Cochard-Labbe <olivier@FreeBSD.org>
* Olivier Duchateau
* Olivier Duchateau <duchateau.olivier@gmail.com>
* Otacilio de Araujo Ramos Neto <otacilio.neto@bsd.com.br>
* Palle Girgensohn <girgen@FreeBSD.org>
* Palle Girgensohn <girgen@pingpong.net>
* Parv <parv@pair.org>
* Patrice Clement <monsieurp@gentoo.org>
* Patrick Alken <alken@colorado.edu>
* Patrick Li <pat@databits.net>
* Patrick MARIE <mycroft@virgaria.org>
* Paul Mather <paul@gromit.dlib.vt.edu>
* Pav Lucistnik <pav@FreeBSD.org>
* Pawel Pekala <pawel@FreeBSD.org>
* Pedro F Giffuni
* Pedro F. Giffuni
* Pedro F. Giffuni <giffunip@asme.org>
* Pedro Giffuni
* Pedro Giffuni <pfg@FreeBSD.org>
* Pete Fritchman <petef@databits.net>
* Peter Bozarov (kingofgib@users.sourceforge.net)
* Peter Haight <peterh@sapros.com>
* Peter Jeremy <peterjeremy@acm.org>
* Peter Johnson <johnson.peter@gmail.com>
* Peter Pentchev <roam@FreeBSD.org>
* Peter Schuller <peter.schuller@infidyne.com>
* Peter Vereshagin <peter@vereshagin.org>
* Petr Holub <hopet@ics.muni.cz>
* Petri Totterman <petri.totterman@hmv.fi>
* Phil Maker <pjm@gnu.org>
* Phil Oleson <oz@nixil.net>
* Philip Drapeau <pdrapeau@advanis.ca>
* Philip M. Gollucci
* Philip Paeps <philip@FreeBSD.org>
* Philip Paeps <philip@paeps.cx>
* Philip Schulz <phs@deadc0.de>
* Philippe Audeoud <jadawin@tuxaco.net>
* Pietro Cerutti <gahr@FreeBSD.org>
* Piotr Florczyk <p.florczyk@adminworkshop.pl>
* Piotr Kubaj <emulation@FreeBSD.org$
* Piotr Kubaj <pkubaj@anongoth.pl>
* Po-Chien Lin <linpc@cs.nctu.edu.tw>
* Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Rainer Hurling <rhurlin@gwdg.de>
* Ralf Gebhart <gebhart@secnetix.de>
* Ralf S. Engelschall
* Ralf S. Engelschall <rse@gnu.org>
* Randall Hopper <aa8vb@nc.rr.com>
* Remington Lang <MrL0Lz@gmail.com>
* René Ladan <rene@freebsd.org>
* Richard Gallamore <ultima@freebsd.org>
* Robert Gogolok <gogo@cs.uni-sb.de>
* Robert Noland <rnoland@FreeBSD.org>
* Robert Schlotterbeck <robert@rs.tarrant.tx.us>
* Rod Person <rodperson@rodperson.com>
* Rod Taylor <ports@rbt.ca>
* Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
* Rodrigo OSORIO <rodrigo@FreeBSD.org>
* Roger Hardiman <roger@freebsd.org>
* Roland van Laar <roland@micite.net>
* Romain Tartiere <romain@FreeBSD.org>
* Romain Tartiere <romain@blogreen.org>
* Roman Bogorodskiy <novel@FreeBSD.org>
* Roman Shterenzon <romanbsd@yahoo.com>
* Ronald Klop <ronald@echteman.nl>
* Rong-En Fan <rafan@FreeBSD.org>
* Rong-En Fan <rafan@infor.org>
* Ross Timson <ross@rosstimson.com>
* Rouslan Iskhakov <rouslan@rshell.net>
* Rozhuk Ivan
* Ruben de Groot <rdg@bzerk.org>
* Ruben van Staveren
* Rui Lopes (<rgl ruilopes com>)
* Rui Lopes (rgl ruilopes com)
* Rui Lopes <rgl ruilopes com>
* Rui Lopes <rui@ruilopes.com>
* Rui Paulo <rpaulo@FreeBSD.org>
* Rusmir Dusko <nemysis@FreeBSD.org>
* Russell Francis <johntabularasa@users.sf.net>
* Ryan Steinmetz (<rpsfa@rit.edu>)
* Ryan Steinmetz <rpsfa@rit.edu>
* Ryan Steinmetz <zi@FreeBSD.org>
* SADA Kenji <sada@FreeBSD.org>
* Sahil Tandon <sahil@FreeBSD.org>
* Sahil Tandon <sahil@tandon.net>
* Sam Lawrance <boris@brooknet.com.au>
* Samuel Tardieu <sam@rfc1149.net>
* Samy Al Bahra <samy@kerneled.com>
* Samy Al Bahra <samy@kerneled.org>
* Sander Vesik <sander@haldjas.folklore.ee>
* Sandro Sigala
* Seamus Venasse <svenasse@polaris.ca>
* Sean Chittenden <sean@chittenden.org>
* Sean Chittenden <seanc@FreeBSD.org>
* Sean Farley <sean-freebsd@farley.org>
* Sean McLaughlin <sigma.zx@gmail.com>
* Serge Gagnon <serge.gagnon.1@ulaval.ca>
* Serge Gagnon <serge.gagnon@b2b2c.ca>
* Sergei Gnezdov <sergeiga@yahoo.com>
* Sergei Kolobov <sergei@kolobov.com>
* Sergei Vyshenski
* Sergei Vyshenski <svysh.fbsd@gmail.com>
* Sergei Vyshenski <svysh@pn.sinp.msu.ru>
* Sergey A. Osokin <osa@FreeBSD.org>
* Sergey Golyashov <svvord@soft-wizard.ru>
* Sergey Kozlov <kozlov.sergey.404@gmail.com>
* Sergey Matveychuk <sem@ciam.ru>
* Sergey Skvortsov <skv@FreeBSD.org>
* Sergey Skvortsov <skv@protey.ru>
* Sergey V. Dyatko <Sergey.Dyatko@gmail.com>
* Sergey V. Dyatko <sergey.dyatko@gmail.com>
* Serguei Okladnikov <oklaspec@gmail.com>
* Shane Ambler <FreeBSD@Shaneware.biz>
* Shaun Amott <shaun@FreeBSD.org>
* Sheldon Hearn <sheldonh@FreeBSD.org>
* Shell Hung <shell@shellhung.org>
* Shin-ya MURAKAMI <murashin@gfd-dennou.org>
* Shinsuke Matsui <smatsui@karashi.org>
* Simon Barner <barner@gmx.de>
* Simon Marlow <simonmar@microsoft.com>
* Simon Olofsson <simon@olofsson.de>
* Simun Mikecin <numisemis@yahoo.com>
* Sir l33tname <sirl33tname@gmail.com>
* Sofian Brabez <sbrabez@gmail.com>
* Sofian Brabez <sbz@FreeBSD.org>
* Stanislav Sedov <ssedov@mbsd.msk.ru>
* Stanislav Sedov <stas@FreeBSD.org>
* Stanislav Sedov <stas@fonon.realnet>
* Stefan Bethke <stb@lassitu.de>
* Stefan Ehmann <shoesoft@gmx.net>
* Stefan Pauly <stefan@fh-mainz.de>
* Stefan Wendler <stefan.wendler@tngtech.com>
* Stephen J. Roznowski <sjr@home.net>
* Stephon Chen <stephon@gmail.com>
* Steve Franks <stevefranks@ieee.org>
* Steve Wills <steve@mouf.net>
* Steve Wills <swills@FreeBSD.org>
* Steve Wills <swills@rubick>
* Steven Kreuzer <skreuzer@FreeBSD.org>
* Steven Kreuzer <skreuzer@exit2shell.com>
* Stéphane D'Alu <sdalu@sdalu.com>
* Sulev-Madis Silber <madis555@hot.ee>
* Sun Chang-Ming
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
* Sutra Zhou <zhoushuqun@gmail.com>
* Svyatoslav Lempert <svyatoslav.lempert@gmail.com>
* Sylvio Cesar <sylvio@FreeBSD.org>
* Sébastien Santoro <dereckson@gmail.com>
* TAKAHASHI Kaoru <kaoru@kaisei.org>
* TAKATSU Tomonari <tota@FreeBSD.org>
* TAKATSU Tomonari <tota@rtfm.jp>
* TERAMOTO Masahiro <markun@onohara.to>
* Takefu
* Takumi Takahashi <takumiiinn@gmail.com>
* Takuya Tsuchida <tsucchi@cpan.org>
* Tatsuya Ueda <ml+freebsd@tatsuya.info>
* Terry Sposato <terry@sucked-in.com>
* Thaddeus Covert <tcovert@grimmy.sahuagin.net>
* Thawatchai Piyawat <piyawat@usablelabs.com>
* Thierry Thomas (<thierry@FreeBSD.org>)
* Thierry Thomas (<thierry@pompo.net>)
* Thierry Thomas <thierry@pompo.net>
* Thinker K.F. Li <thinker@eeebox.branda.to>
* Thomas Abthorpe <thomas@goodking.ca>
* Thomas Gellekum <tg@FreeBSD.org>
* Thomas Gellekum <tg@freebsd.org>
* Thomas Zander <riggs@FreeBSD.org>
* Thomas-Martin Seck <tmseck@netcologne.de>
* Tillman Hodgson <tillman@seekingfire.com>
* Tim Bishop <tdb@FreeBSD.org>
* Tim Bishop <tim@bishnet.net>
* Tim Niemueller <tim@niemueller.de>
* Tim Vanderhoek <hoek@FreeBSD.org>
* Timothy Beyer <beyert@cs.ucr.edu>
* Timur I. Bakeyev <bat@cpan.org>
* Ting-Wei Lan <lantw44@gmail.com>
* Tobias Gion <freebsd@gionet.de>
* Tobias Roth <ports@fsck.ch>
* Tom Judge <tj@FreeBSD.org>
* Tom Judge <tom@tomjudge.com>
* Tom McLaughlin <tmclaugh@sdf.lonestar.org>
* Tomoyuki Sakurai <cherry@trombik.org>
* Toni Andjelkovic <toni@soth.at>
* Toni Viemerö <toni.viemero@iki.fi>
* Tony Maher <tonym@biolateral.com.au>
* Tony Narlock <tony@git-pull.com>
* Torsten Zuehlsdorff <ports@toco-domains.de>
* Torsten Zuehlsdorff <tz@FreeBSD.org>
* Torsten Zuhlsdorff <ports@toco-domains.de>
* Torsten Zühlsdorff <ports@toco-domains.de>
* Travis Campbell <hcoyote@ghostar.org>
* Trevor Caira <trevor@bitba.se>
* Tsung-Han Yeh <snowfly@yuntech.edu.tw>
* Uffe Jakobsen <uffe@uffe.org>
* Ulrich Spoerlein <uspoerlein@gmail.com>
* Vadim Vatlin
* Valery Komarov <komarov@valerka.net>
* Vanilla I. Shu <vanilla@FreeBSD.org>
* Vany Serezhkin <ivan@serezhkin.com>
* Vasil Dimov <vd@datamax.bg>
* Veniamin Gvozdikov <vg@FreeBSD.org>
* Viacheslav Mikerov <SlavaMikerov@gmail.com>
* Vitaly Magerya <vmagerya@gmail.com>
* Vivek Khera <vivek@khera.org>
* Vladimir Chukharev
* Vladimir Gorelov <virtual.lark@gmail.com>
* Vladimir Kondratiev <wulf@mail.mipt.ru>
* Vladimir Kondratyev <wulf@FreeBSD.org>
* Vladimir Perepelitsa <mons@cpan.org>
* Vladimir Timofeev <vovkasm@gmail.com>
* Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
* Volker Stolz <vs@FreeBSD.org>
* Volodymyr Kostyrko <c.kworr@gmail.com>
* Vsevolod Stakhov <vsevolod@highsecure.ru>
* Waitman Gobble <waitman@waitman.net>
* Warner Losh <imp@FreeBSD.org>
* Warren Block <wblock@wonkity.com>
* Wen Heping <ruby@FreeBSD.org>
* Wen Heping <wen@FreeBSD.org>
* Wen Heping <wenheping@gmail.com>
* Wen Heping<wen@FreeBSD.org>
* Wen Heping<wenheping@gmail.com>
* Wes Peters <@FreeBSD.org>
* Wes Peters <wes@FreeBSD.org>
* Will Andrews <andrews@technologist.com>
* Will Andrews <will@FreeBSD.org>
* William Grzybowski
* William Grzybowski <sunpoet@FreeBSD.org>
* William Grzybowski <wg@FreeBSD.org>
* William Grzybowski <william88@gmail.com>
* Xavier Beaudouin <kiwi@oav.net>
* Xin LI <delphij@FreeBSD.org>
* Xin Li <delphij@FreeBSD.org>
* Yarema <yds@CoolRat.org>
* Yasuhiro KIMURA <yasu@utahime.org>
* Yen-Ming Lee <leeym@FreeBSD.org>
* Yen-Ming Lee <leeym@leeym.com>
* Yevgen Drachenko <geka@sippysoft.com>
* Yi-Huan Chan <yhchan@csie.nctu.edu.tw>
* Yi-Jheng Lin <yzlin@FreeBSD.org>
* Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
* Ying-Chieh Chen
* Ying-Chieh Liao <ijliao@FreeBSD.org>
* Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
* Yinghong Liu <relaxbsd@gmail.com>
* Yoshihiko Sarumaru <mistral@imasy.or.jp>
* Yuan-Chen Cheng <ycheng@sinica.edu.tw>
* Yuan-Chung Hsiao & <ychsiao@ychsiao.org>
* Yuan-Chung Hsiao <ychsiao@ychsiao.idv.tw>
* Yuan-Chung Hsiao <ychsiao@ychsiao.org>
* Yuichiro NAITO <naito.yuichiro@gmail.com>
* Yukihiro Nakai <nakai@FreeBSD.org>
* Yuri Victorovich <yuri@rawbw.com>
* Zach Thompson <hideo@lastamericanempire.com>
* Zane C, Bowers <vvelox@vvelox.net>
* Zane C. Bowers-Hadley <vvelox@vvelox.net>
* Zeus Panchenko <zeus@gnu.org.ua>
* aaron@FreeBSD.org
* ache
* adamw
* ade@FreeBSD.org
* alan <Alan@Wave2.org>
* alepulver
* alexander smishlajev
* alfred
* alfred@FreeBSD.org
* andreas@syndrom23.de
* andrew morton
* andrew@scoop.co.nz
* andrey@kostenko.name
* antoine@FreeBSD.org
* arved
* asmith
* aturetta@commit.it
* autrijus@autrijus.org
* b.f. <bf@FreeBSD.org>
* bf <bf2006a@yahoo.com>
* bf <bf@FreeBSD.org>
* bland@FreeBSD.org
* blubee <hello@blubee.me>
* bms
* bms@FreeBSD.org
* bra@fsn.hu
* brix@FreeBSD.org
* buganini@gmail.com
* chinsan
* chinsan <chinsan.tw@gmail.com>
* christian
* chuckr@FreeBSD.org
* clsung
* clsung@dragon2.net
* darius@dons.net.au
* dcf@aracnet.com
* dchapes@zeus.leitch.com
* devin@spamcop.net
* dlowe
* dom
* dom@happygiraffe.net
* dpejesh@yahoo.com
* dwm
* ejc@bazzle.com
* elbarto
* erik@habatech.no
* estith
* frase@frase.id.au
* gahr
* gahr@FreeBSD.org
* gebhart@secnetix.de
* giffunip
* glarkin
* glarkin@
* glewis
* gno@yahoo-inc.com
* gordon@FreeBSD.org
* gugu
* iblis <iblis@hs.ntnu.edu.tw>
* ijliao
* ijliao@FreeBSD.org
* is grammatically incorrect in this context.
* jaapb@kerguelen.org
* jagapen@home.com
* jaharkes
* janos.mohacsi@bsd.hu
* jasone
* jeffhung
* jesse@cs.uni-magdeburg.de
* jessekempf@gmail.com
* jhanna@home.com
* jkh
* jkoshy
* jnlin@freebsd.cs.nctu.edu.tw
* joerg
* joerg@FreeBSD.org
* jraynard
* jupengfei <jupengfei@gmail.com>
* kargl@apl.washington.edu
* kevit
* kipz <somicide@gmail.com>
* knu@FreeBSD.org
* kris@FreeBSD.org
* kuriyama
* lars.eggert@gmx.net
* lbartoletti <lbartoletti@FreeBSD.org>
* lbr
* lbr@FreeBSD.org
* lightside <lightside@gmx.com>
* lippe
* lonewolf@flame.org
* lth@FreeBSD.org
* matthew.closson@gmail.com
* meka
* mfechner@FreeBSD.org
* mi@aldan.algebra.com
* michael johnson <ahze@ahze.net>
* mig
* mikeh@FreeBSD.org
* milki <milki@rescomp.berkeley.edu>
* milki@rescomp.berkeley.edu
* mk
* mm
* moeding
* mp39590@gmail.com
* mr
* mr@freebsd.org
* mukai
* mwest@uct.ac.za
* nbm
* ndewing@experts-exchange.com
* netchild@FreeBSD.org
* never@nevermind.kiev.ua
* nils@guru.ims.uni-stuttgart.de
* nork@FreeBSD.org
* nork@cityfujisawa.ne.jp
* novator24 <novator24@gmail.com>
* nox@FreeBSD.org
* obraun@FreeBSD.org
* olevole@olevole.ru
* olgeni@FreeBSD.org
* osa
* petef
* petef@FreeBSD.org
* philip@FreeBSD.org
* ports@c0decafe.net
* ports@c0decafe.net <ports@c0decafe.net>
* pst@FreeBSD.org
* pvh@egenetics.com
* rafan@FreeBSD.org
* redcrash@gmail.com
* renchap@cocoa-x.com
* roam@FreeBSD.org
* roberto
* rooneg@electricjellyfish.net
* rousskov
* rpsfa@rit.edu
* rv@FreeBSD.org
* rv@gnu.org
* simond@irrelevant.org
* skreuzer@FreeBSD.org
* skreuzer@exit2shell.com
* sobomax
* stas
* stas@FreeBSD.org
* sunghyuk
* tdb
* thierry@pompo.net
* thinker@branda.to
* tiger <tiger@whitetigersd.com>
* tiger@whitetigersd.com
* tobez
* tobez@FreeBSD.org
* torstenb@FreeBSD.org
* trasz <trasz@pin.if.uz.zgora.pl>
* trevor
* trociny
* vanilla
* vanilla@
* vazquez@iqm.unicamp.br
* vsevolod
* wahjava
* wenheping@gmail.com
* wghicks@bellsouth.net
* will
* ws Christoph Kick
* xenophon+fbsdports@irtnog.org
* # Created by Matthias Fechner <mfechner@FreeBSD.org>
* # Created by johalun0@gmail.com
* //www.tomek.cedro.info)
* org>
With hat: portmgr
aa6eefd |
Monday, 30 May 2022
|
23:24 John Baldwin (jhb)
devel/gdb: Fix build of GDB 12.1 on older aarch64 systems.
Backport a patch from GDB to fix the build on aarch64 systems that do
not support hardware breakpoints/watchpoints.
PR: 264095
Reviewed by: pizzamig (maintainer), mikael
Differential Revision: https://reviews.freebsd.org/D35332
c5722ab |
Tuesday, 10 May 2022
|
17:41 John Baldwin (jhb)
devel/gdb: Update to 12.1.
One notable feature included in 12.1 is async target support
permitting the use of commands like continue&.
In addition, this commit backports various post-12 commits to add
support for hardware breakpoints/watchpoints on aarch64, support for
resolving TLS variables from core dumps on amd64 and i386 via the
recently added NT_X86_SEGBASES core dump note, and support for
resolving TLS variables on arm and aarch64 via the recently added
NT_ARM_TLS register set.
Reviewed by: pizzamig
Differential Revision: https://reviews.freebsd.org/D35111
1c25ded |
Thursday, 14 Apr 2022
|
17:00 John Baldwin (jhb)
devel/gdb: Handle recent 14.0 systems with libc++ in /lib.
The auto-load python wrapper for libc++ pretty printers has to be
installed at the same path as libc++ to work correctly. Update the
port to install the top-level wrapper in lib/ under the auto-load data
directory instead of usr/lib on recent 14.0 systems.
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D34636
92d6b83 |
Monday, 17 Jan 2022
|
21:50 Luca Pizzamiglio (pizzamig)
devel/gdb: Update to 11.2
Changes: https://sourceware.org/gdb/download/ANNOUNCEMENT
0de6ea3 |
Monday, 6 Dec 2021
|
21:38 John Baldwin (jhb)
devel/gdb: Fix kernel backend registrations.
Per-architecture kernel backends are registered via GDB initialization
routines. The GDB build uses a regular expression to identify the
initialization routines invoked during startup. This regular
expression requires a single space between the function name and it's
empty argument list. However, the initializers for aarch64, arm,
mips, and riscv had two spaces before the empty argument list causing
those backends to not be registered and the corresponding architecture
kernels to not be recognized. Fix by removing the spurious spaces.
Reported by: kevans
Reviewed by: pizzamig (maintainer)
Differential Revision: https://reviews.freebsd.org/D33255
2762292 |
Thursday, 14 Oct 2021
|
22:21 John Baldwin (jhb)
devel/gdb: Avoid a divide by zero in kgdb.
Don't divide by zero if the message buffer size in a crashdump is
zero.
Reported by: glebius
Reviewed by: pizzamig (maintainer), emaste
Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D32486
8ca1b9d |
Monday, 20 Sep 2021
|
20:46 John Baldwin (jhb)
devel/gdb: Update to 11.1.
This also pulls in some updates to libcxx-gdbpy to add pretty printers
for std::deque<>, std::stack<>, and std::unordered_map<>
Reviewed by: pizzamig (maintainer)
Differential Revision: https://reviews.freebsd.org/D32000
242d369 |
Saturday, 3 Jul 2021
|
09:54 Luca Pizzamiglio (pizzamig)
devel/gdb: Add a hack to fix the kill storm bug
While here, fix the debug install avoid stripping gdb
Bump portrevision
PR: 256838
Reported by: arrowd@FreeBSD.org
Co-Author: arrowd@FreeBSD.org
65af5b9 |
Saturday, 15 May 2021
|
07:14 Tobias Kortkamp (tobik) Author: Yasuhiro Kimura
*: Remove unnecessary 'port' argument from USES=readline
PR: 248459
Exp-run by: antoine
9671981 |
Sunday, 9 May 2021
|
20:53 Luca Pizzamiglio (pizzamig)
devel/gdb: Update to 10.2
While here, fixed the guile patches
ef407fd |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Friday, 8 Jan 2021
|
20:14 jhb
Fix a couple of issues in kgdb.
- Properly unwind across in-kernel exceptions on arm.
- Enumerate processes via the pid hash table for kernels without the
zombproc list.
PR: 251463 (1)
Reviewed by: pizzamig (maintainer)
Differential Revision: https://reviews.freebsd.org/D27849
|
Tuesday, 29 Dec 2020
|
22:40 pizzamig
Update COMMENT
PR: 250655
Submitted by: Yasuhiro Kimura <yasu@utahime.org>
|
Monday, 28 Dec 2020
|
23:02 antoine
Drop python 2.7 support from a few ports
With hat: portmgr
|
Friday, 4 Dec 2020
|
23:19 pizzamig
devel/gdb: Update to 10.1
Reviewed by: jhb@
Differential Revision: https://reviews.freebsd.org/D27040
|
Sunday, 18 Oct 2020
|
21:43 pizzamig
devel/gdb: Fix python 3.9 support
Add an already upstreamed patch to fix python 3.9 support
Submitted by: kib (via email)
|
Monday, 8 Jun 2020
|
10:07 pizzamig
devel/gdb: remove gnu89 requirement
Bump portrevision
PR: 246689
Reported by: VVD <vvd@unislabs.com>
|
Friday, 5 Jun 2020
|
17:36 pizzamig
devel/gdb: Update to 9.2
It's a fix release.
While here, remove the obsolete gnu89 standard.
Changes: https://www.gnu.org/software/gdb/download/ANNOUNCEMENT
PR: 246689
Submitted by: VVD <vvd@unislabs.com>
MFH: 2020Q2
|
Friday, 13 Mar 2020
|
09:12 pizzamig
devel/gdb: fix build with BUILE option enabled
PR: 244760
Reported by: Ting-Wei Lan <lantw44@gmail.com>
|
Monday, 9 Mar 2020
|
20:58 jhb
Update to GDB 9.1.
GDB 9 rejects attempts to build in the source tree, so this uses
CONFIGURE_OUTSOURCE.
Some patch files were renamed to track moving of files in upstream.
Approved by: pizzamig (maintainer)
Differential Revision: https://reviews.freebsd.org/D23932
|
Thursday, 27 Feb 2020
|
01:01 jhb
Bring in various kgdb fixes for powerpc.
This merges in several fixes for kgdb on powerpc including fixing
backtraces and cross-debugging support.
Submitted by: luporl
Reviewed by: pizzamig (maintainer)
Differential Revision: https://reviews.freebsd.org/D23844
|
Tuesday, 1 Oct 2019
|
08:51 pizzamig
devel/gdb: update to 8.3.1
Changes: https://www.gnu.org/software/gdb/download/ANNOUNCEMENT
MFH: 2019Q4
|
Friday, 26 Jul 2019
|
20:46 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Thursday, 27 Jun 2019
|
09:02 danfe
Update Guile to version 2.2.5, modern stable version, and fix dependent
ports to build against it. Most changes are rather minor and mechanical
except for the devel/gdb (obtained via their bugtracker [1], courtesy of
Doug Evans). One port (science/meep) I had to mark BROKEN after fixing
it proved to be very tedious and actually unreliable. It is very old,
there are newer versions available so it should be fixed by updating.
One port (devel/libruin) had revealed a bug in the new Guile code (an
auxiliary script, really) that had to be worked-round; reference to the
problematic upstream commit is provided in the patch.
PR: 229613
Exp-run by: antoine
[1] https://sourceware.org/bugzilla/show_bug.cgi?id=21104#c8
|
Tuesday, 4 Jun 2019
|
04:17 glebius
Unreverse the thread list for 'info threads' internal command. Now it
will match the natural order of tailq, and thus output of 'ps' macro
from tools/debugscripts/gdbinit.kernel.
Reviewed by: pizzamig (maintainer), jhb
|
Saturday, 1 Jun 2019
|
00:44 jhb
Update port to GDB 8.3.
New features in GDB 8.3 include support for DWARF index caches and
styling (colors) in the CLI and TUI. Source code styling is also
available via the new SOURCE_HIGHLIGHT option (enabled by default).
GDB 8.3 also adds support for FreeBSD/riscv64.
In addition, kgdb has been updated for changes in 8.3 along with
support for FreeBSD/riscv64 kernels.
The libc++ helpers have been updated to a newer version which adds
support for std::list<> and std::forward_list<>. The helpers now
also support Python 3.
Finally, a few post-8.3 patches have been backported which add suport
for TLS (Thread Local Storage) variables on FreeBSD amd64, i386,
powerpc, and riscv architectures. Note that amd64 and i386 do not
support examining TLS variables in core dumps currently. This support
along with support for additional architectures require kernel changes
and will be added in the future once the kernel has been updated.
Reviewed by: pizzamig (maintainer)
Differential Revision: https://reviews.freebsd.org/D20403
|
Wednesday, 10 Apr 2019
|
06:18 antoine
Bump a few PORTREVISIONs after r498529
With hat: portmgr
|
Tuesday, 9 Apr 2019
|
14:04 sunpoet
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine
|
Monday, 18 Feb 2019
|
08:41 gahr
devel/gdb: fix package error w/o python introduced in r493008
|
Friday, 15 Feb 2019
|
18:44 jhb
Include pretty printers for libc++ when Python is enabled.
The pretty printers are pulled from github/bsdjhb/libcxx-gdbpy.git.
They are not complete and only support a subset of STL classes.
Bump PORTREVISION.
PR: 235539
Reviewed by: pizzamig (maintainer)
Differential Revision: https://reviews.freebsd.org/D19087
|
Thursday, 7 Feb 2019
|
16:26 pizzamig
devel/gdb: update to 8.2.1
Changes: https://www.gnu.org/software/gdb/news
|
Tuesday, 15 Jan 2019
|
01:42 jhb
Enable separate flavors for different python versions.
Since python is enabled by default, this keeps the version with the
default python version as 'gdb' and adds a package suffix for other
python versions.
Reviewed by: pizzamig (maintainer)
Differential Revision: https://reviews.freebsd.org/D18534
|
Wednesday, 12 Dec 2018
|
17:34 jhb
Fix packing list .pyc files when using Python 3.2+.
Reported by: np
Reviewed by: pizzamig (maintainer)
Differential Revision: https://reviews.freebsd.org/D18515
|
01:35 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Tuesday, 11 Dec 2018
|
10:10 antoine
Spell CHOSEN_COMPILER_TYPE correctly
PR: 199098
With hat: portmgr
|
Monday, 10 Dec 2018
|
17:23 jhb
Various fixes for GDB's data directory.
- Backport a fix from master to fix the setting of the default
auto-load paths.
- Switch to using the default data directory (PREFIX/share/gdb)
instead of a version specific directory. This allows gdb to use
auto-load scripts installed by other packages to
PREFIX/share/gdb/auto-load. A couple of existing packages already
do this such as libglib and libgobject.
- Add symlinks for gdb.1 and kgdb.1 manpages without version numbers.
This makes 'man gdb' and 'man kgdb' work on 12.0 which doesn't have
these manpages in the base system.
- Precompile the installed python scripts and add then to the packing
list. This avoids leaving .pyc files around after the package is
deleted if gdb (or kgdb) is run as root.
- Bump PORTREVISION.
Reviewed by: pizzamig (maintainer)
Differential Revision: https://reviews.freebsd.org/D18476
|
Thursday, 6 Dec 2018
|
17:56 jhb
Speed up devel/gdb startup on FreeBSD
On non-Linux systems that do not have fdwalk(), gdb currently iterates
over all possible file descriptors when checking for open files.
Merge an upstream patch that fixes this by adding a FreeBSD
implementation using kinfo_getfile().
Submitted by: Brandon Bergren <git@bdragon.rtk0.net> (initial patch)
Reviewed by: pizzamig (maintainer)
Differential Revision: https://reviews.freebsd.org/D17426
|
Wednesday, 28 Nov 2018
|
15:32 pizzamig
devel/gdb: Add NLS option
Add NLS option (default ON, so no portrevision bump is needed)
While I'm here, get rid of FreeBSD 10.x bits
|
Monday, 24 Sep 2018
|
17:23 jhb
Upgrade to 8.2.
- Remove patches for upstream commits in 8.2.
- Add an upstream patch to include NT_PROCSTAT_AUXV, NT_PROCSTAT_PS_STRINGS,
and NT_PROCSTAT_VMMAP notes in core dumps generated by 'gcore'.
- Update kgdb for changes in 8.2.
- Add 'USES=gettext-runtime'
Reviewed by: pizzamig (maintainer)
Differential Revision: https://reviews.freebsd.org/D17085
|
Saturday, 11 Aug 2018
|
13:17 pizzamig
devel/gdb: Update to 8.1.1
A bunch of bug fixes and support to Pythong 3.7 fixed
PR: 230494
Reported by: Yasuhiro KIMURA <yasu@utahime.org>
Sponsored by: Essen Hackathon
|
Saturday, 28 Jul 2018
|
10:18 pizzamig
devel/gdb: Fix iconv support
Fix iconv support.
Bump portrevision.
PR: 230036
Reported by: Gleb Popov <arrowd@FreeBSD.org>
|
Friday, 27 Jul 2018
|
14:05 pizzamig
devel/gdb: add support to UTF-8 charset
Introduced a new option, enabled on default, to use libiconv, that
provide wchar_t support and allow to use UTF-8 charset in gdb
PR: 230036
Reported by: Gleb Popov <arrowd@FreeBSD.org>
|
Wednesday, 25 Jul 2018
|
17:28 jhb
Fixes for kgdb including initial FreeBSD/arm support.
- Improve fallback handling for the read of pcb_size.
If for some reason kgdb has only the kernel's debug info, a read of
pcb_size will simply return 0, resulting in an exception when unwinding
the stack of a thread that was on a CPU at the time the dump was
created. In this case, fall back to using sizeof(struct pcb).
- Always supply a value for the PC register on x86.
A thread's PCB may have been swapped out, and a dummy value ensures that
we don't get an exception while enumerating threads in a dump.
- Mark all 64-bit address bits as valid for aarch64 kernels.
ARMv8 supports pointer tagging in which case the upper 8 bits of VAs are
ignored, but FreeBSD kernels are linked such that they depend on those
upper 8 bits being set to 1. GDB was stripping those bits by default
causing KVAs to be mapped to invalid addresses.
- Rework kgdb -w support to only open /dev/mem writable.
Don't depend on the gdb global 'write_files' option which tries to
rewrite the kernel binary on close which can crash. Instead, add an
optional '-w' flag to 'target vmcore' which opens the vmcore with
O_RDWR instead of O_RDONLY. Change the kgdb '-w' option to set this
flag in the nested 'target vmcore' command rather than passing the
global '-w' option to gdb.
- Garbage collect old code for reading dumptid.
- First cut at FreeBSD/arm kernel support.
Tested on live kernel on my RPi, but not against a crashdump, and only
trapframes from userland, not a nested trap.
Submitted by: markj (1, 2)
Approved by: kan
Differential Revision: https://reviews.freebsd.org/D16013
|
Wednesday, 2 May 2018
|
13:04 pizzamig
devel/gdb: Add mpfr as dependency
Add mpfr as dependency to emulate target floating-point arithmetic during
expression evaluation when the target uses different floating-point
formats than the host
PR: 227798
Reported by: philippe.michel7@sfr.fr
|
Saturday, 17 Mar 2018
|
12:29 pizzamig
devel/gdb: fix a typo in the Makefile
|
Friday, 16 Mar 2018
|
14:29 pizzamig
devel/gdb: fix build on current
Clang 6 doesn't allow negative numbers to be implicitely converted to
unsigned types.
This patch explicits all casts.
While I'm here, add an option to silent tons of warning messages
PR: 226644
Reported by: rakuco@
|
Wednesday, 14 Mar 2018
|
14:33 pizzamig
devel/gdb: Update to version 8.1
The official annoucement is available here:
https://www.gnu.org/software/gdb/download/ANNOUNCEMENT
Moreover:
* support for 'info proc' is added (jhb@)
* update kgdb to use gdb 8.1
Reviewed by: jhb@
Differential Revision: https://reviews.freebsd.org/D14148
|
Friday, 26 Jan 2018
|
19:57 jhb
KGDB fixes for amd64 and aarch64.
- Update the amd64 kernel support to recognize mchk_calltrap as a
trapframe generator.
- Remove some unneeded headers from fbsd-kld.c.
- Various fixes to get stack traces working for aarch64 kernels:
- Map the LR register from the PCB to PC instead of LR.
- Skip the PC register from the PCB as it isn't initialized to anything.
- Correct the register cache map for the PCB. The old one had the
offsets of pcb_sp and pcb_pc reversed.
- Don't map all of the saved general purpose registers in a
trapframe to X1 rather than X0 .. X29.
- Use correct name for el0 trapframe entry points.
Reviewed by: pizzamig (maintainer)
MFH: 2018Q1
Differential Revision: https://reviews.freebsd.org/D13977
|
Friday, 13 Oct 2017
|
16:31 jhb
Merge in updates for mipsn32 and 32-bit arm.
- Brings in upstream commits to fix debugging on mipsn32 (properly parsing
registers and signal information in core dumps as well as unwinding across
signal frames)
- Brings in upstream commits for reworked ARM support. Compared to the
existing patch-armfbsd, this version includes generic FreeBSD target
support (auxv, thread names from cores, $_siginfo, syscall names, etc.)
as well as VFP support and an unwinder for signal frames.
Reviewed by: pizzamig (maintainer)
MFH: 2017Q4
Differential Revision: https://reviews.freebsd.org/D12630
|
Tuesday, 10 Oct 2017
|
21:31 linimon
For ports that are explicitly enabled on armv6, also enable them
on armv7. This has not been tested with an -exp run but should
"do no harm".
PR: 221894 (partial)
|
Friday, 29 Sep 2017
|
14:49 pizzamig
devel/gdb: Update to gdb 8.0.1
Resolve tons of warnings.
Fix the type of literal string as char const *
Fix Makefile's variables order and adding the license file
Rework patches to make portlint happy
Reviewed by: jhb
Approved by: lme (mentor)
Differential Revision: https://reviews.freebsd.org/D12525
|
Wednesday, 13 Sep 2017
|
14:27 pizzamig
devel/gdb: Fix build on MIPS and powerpc
Fixing build on big-endian 64bit platforms, like MIPS and powerpc
Submitted by: jhb
Reviewed by: andreast
Approved by: olivier (mentor)
Differential Revision: https://reviews.freebsd.org/D12182
|
Sunday, 10 Sep 2017
|
20:55 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
|
Tuesday, 29 Aug 2017
|
13:05 pizzamig
Change MAINTAINER email to my new FreeBSD email
Approved by: lme (mentor)
Approved by: olivier (mentor)
Differential Revision: https://reviews.freebsd.org/D12150
|
Wednesday, 23 Aug 2017
|
16:07 jhb
Add aarch64 support to GDB.
This includes support for cross-debugging aarch64 process cores and
kernels as well as native support for aarch64 processes. Hardware
single stepping is supported, but hardware watchpoints are not yet
supported.
Reviewed by: luca.pizzamiglio@gmail.com (maintainer)
Approved by: az (implicit)
Differential Revision: https://reviews.freebsd.org/D12074
|
Friday, 4 Aug 2017
|
20:16 jhb
Backport support for fs_base/gs_base and $_siginfo from GDB master.
Bring in two patchsets committed to GDB master along with a few other commits
those patchsets depend on.
- Add support for examining $_siginfo. When a thread has valid signal
information, report the current information in a $_siginfo variable.
For live processes the values are extracted via the PT_LWPINFO ptrace
request. The values are also extracted from process core dumps that
include NT_LWPINFO notes (currently only present in FreeBSD 12-current).
- Add support for the $fs_base and $gs_base registers on amd64. This only
works for live processes via the PT_{GET,SET}{FS,GS}BASE ptrace requests.
FreeBSD currently does not store these values in core dumps, so they are
not available from core dumps.
Reviewed by: luca.pizzamiglio@gmail.com (maintainer)
Approved by: az, imp
Differential Revision: https://reviews.freebsd.org/D11813
|
Friday, 28 Jul 2017
|
21:20 jhb
Upgrade to GDB 8.0.
- Commit b5430a3ced fixes parsing of 32-bit MIPS process cores.
- kgdb has been ported to 8.0 including renaming the new OSABI constant,
using gdb_bfd_openr, new return type of ldirname, and solib_add
changed.
- GDB 8.0 requires C++11, however the port is marked as requiring C++14
as a workaround for bugs in clang 10.3.
- patch-armfbsd is updated for the new OSABI constant names (a.out was
removed in 8.0) and new filename convention (arm-fbsd-*)
- patch-gdb-amd64-bsd-nat.c (renamed from patch-gdbamd64-bsd-nat.c) is
simplified to just store the r_flags value before collecting registers
from the register cache rather than a full copy of the entire register
set.
- patch-gdb-corelow.c has been removed. It isn't really correct and if
arm cores still cause core dumps the error is in arm-fbsd-tdep.c.
- patch-gdb-i386-fbsd-nat.c renamed to account for rename of patched
file.
- patch-gdb-x86bsd-nat.c has been removed. The file was renamed, but the
stock file also compiled fine for me on i386.
PR: 221025 (exp-run for 10.3)
Submitted by: luca.pizzamiglio@gmail.com (original version)
Reviewed by: luca.pizzamiglio@gmail.com (maintainer)
Approved by: brooks
Differential Revision: https://reviews.freebsd.org/D11465
|
Monday, 10 Jul 2017
|
16:58 jhb
Permit building GDB with python 3.
The python support in GDB works with either python 2 or python 3. There
is no reason to restrict it to python 2 only.
PR: 219844
Submitted by: mi
Approved by: luca.pizzamiglio@gmail.com (maintainer)
MFH: 2017Q3
|
Tuesday, 27 Jun 2017
|
13:46 sunpoet
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine
|
Monday, 26 Jun 2017
|
23:44 linimon
Sort ARCHS. Pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Sunday, 25 Jun 2017
|
00:29 linimon
Begin deorbit burn of ia64. We have not attempted to build packages for
it for many years.
While here, alphabetize ARCHs, pet portlint, and modernize usages.
Approved by: portmgr (tier-2 blanket)
|
Monday, 8 May 2017
|
19:02 jhb
Fix several issues with kgdb:
- The kld parsing code in kgdb was using basename() and dirname() which
ended up being broken by the recent changes to make dirname() modify its
input buffer. Modify fbsd-kld.c to use the lbasename() and ldirname()
wrappers in gdb.
- Add the kgdb.1 manpage from base and install it as 'kgdbNNN.1' which is
helpful since stock HEAD no longer ships a kgdb manpage.
- Link libkvm into mips binaries so that the vmcore target links.
- Bump PORTREVISION.
PR: 219028
Reviewed by: luca.pizzamiglio@gmail.com (maintainer)
Approved by: rene
|
Tuesday, 14 Feb 2017
|
10:29 olivier
Update to 7.12.1
Updating gdb to the last stable version and cleaning it up.
PR: 217090
Submitted by: luca.pizzamiglio@gmail.com (maintainer)
PR: 216027
- Recognizing the compiler to adopt options properly
Reported by: julian@FreeBSD.org
PR: 216132
- Fixing the segmentation fault, but arm core dump not yet usable
Reported by: Mark Millard
|
Monday, 16 Jan 2017
|
16:47 mat
Extract do-patch into a separate script.
PR: 215761
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D9029
|
Thursday, 12 Jan 2017
|
21:40 olivier
Add MIPS support and other fixes
PR: 215938
- Main PR that merge all
Submitted by: luca.pizzamiglio@gmail.com (maintainer)
PR: 215783
- Add MIPS support
Submitted by: jhb
Sponsored by: DARPA / AFRL
PR: 215868
- Fix build on powerpc architecture
Reported by: Mark Millard
PR: 212607
- Add a workaround to mitigate gdb hangs under some circumstances
with multi-threaded applications
(thanks to misc-freebsd-bugzilla@talk2dom.com)
Reported by: tijl
PR: 215578
- Fix build by removing option to use system readline
Reported by: rozhuk.im@gmail.com
|
Monday, 9 Jan 2017
|
13:16 amdmi3
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket
|
Monday, 19 Dec 2016
|
12:08 tijl
Fix build with BUNDLED_READLINE option.
Reported by: gahr
|
Sunday, 18 Dec 2016
|
16:08 tijl
Update to 7.12.
PR: 214927
Submitted by: luca.pizzamiglio@gmail.com (maintainer)
|
Saturday, 23 Jul 2016
|
13:23 jhb
A few more recent patches that were merged to upstream GDB:
- Handle version 1a of NT_PRPSINFO notes which include the pr_pid field.
- Replace patch-sigev with upstream version. Note that upstream GDB
doesn't define SIGLIBRT on older OS versions, so do that in the port
Makefile instead.
- Use PT_GET_EVENT_MASK/PT_SET_EVENT_MASK (new in 12).
- Fix a bug where fork and LWP events weren't enabled in new child
processes when following child processes after a fork.
- Handle "real" vfork done events via PTRACE_VFORK (new in 12).
PR: 211254
Approved by: luca.pizzamiglio@gmail.com (maintainer)
|
Friday, 15 Jul 2016
|
01:10 jhb
Import several patches recently merged upstream.
- Fix fork following to honor 'detach-on-fork'
- Fix vfork following to post a fake vfork_done event to fix breakpoints
in vfork parents (a real vfork_done event is pending but requires kernel
changes currently in review).
- Fix x86 debug registers to work with multiple threads (PR 157755)
- Add support for 'info auxv' on both live processes and cores.
- Add support for 'catch syscall'. Note that catching system calls by
names requires parsing an XML file mapping system call names to
numbers. The port now installs the XML syscall files to the data
directory. In addition, the EXPAT option is now enabled by default as
expat is used to parse the XML files.
- Bump PORTREVISION.
PR: 157755, 210874
Approved by: luca.pizzamiglio@gmail.com (maintainer), bdrewery
|
Friday, 24 Jun 2016
|
18:51 pawel
Enable PYTHON option by default
PR: 210497
Submitted by: maintainer
|
Sunday, 5 Jun 2016
|
12:04 riggs
Update to upstream release 7.11.1
Includes several runtime fixes, e.g. crashes on reverse-stepi
and use-after-free errors, see https://www.gnu.org/software/gdb/news/
PR: 209935
Submitted by: luca.pizzamiglio@gmail.com (maintainer)
MFH: 2016Q2
|
Saturday, 14 May 2016
|
07:50 riggs
Fix build with libreadline from base system (via BASE_READLINE OPTION)
PR: 209431
Submitted by: luca.pizzamiglio@gmail.com (maintainer)
MFH: 2016Q2 (ports secteam build fix blanket)
|
Wednesday, 27 Apr 2016
|
16:11 jhb
Fix an issue with gdb triggering assertions in kgdb on i386.
The kgdb targets use runtime assertions on native targets to verify
that the helper arrays documenting the layout of things like the PCB
and trapframe structures match. Ideally these asserts would be
compile time assertions, but they cannot be checked at compile time.
Instead, they are checked at runtime during gdb startup.
However, the layout of the i386 PCB changed when the AVX changes were
merged to i386. The constants in the i386 target assume the post-AVX
layout, but gdb packages on stable branches might be built against
pre-AVX worlds. In that case, those gdb binaries will trigger these
assertions on every invocation.
As a workaround, disable the PCB-related assertions on pre-AVX worlds.
If kgdb is run against a pre-AVX kernel it will not be able to parse
the PCB correctly, but userland debugging should work fine. kgdb
built against a pre-AVX world but run against an AVX kernel should
work fine.
PR: 209061
Reported by: trasz
Approved by: luca.pizzamiglio@gmail.com (maintainer), swills
|
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Monday, 14 Mar 2016
|
16:19 tijl
Update devel/gdb to 7.11 which includes new thread support implemented
by jhb. Special thanks to jhb for the amazing work on gdb!
PR: 207972
Submitted by: luca.pizzamiglio@gmail.com (maintainer)
|
Number of commits found: 176 (showing only 100 on this page) |