Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder libpcap-solaris11-amd64 Build #182

Results:

Build successful

SourceStamp:

Projectlibpcap
Repositoryhttps://git.tcpdump.org/libpcap
Branchmaster
Revisioncd765e7c69d533fc610dd56edf155b53c2eeb804
Got Revisioncd765e7c69d533fc610dd56edf155b53c2eeb804
Changes5 changes

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-libpcap-solaris11-amd64' triggered this build

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. shell './build_matrix.sh' ( 8 hrs, 8 mins, 35 secs )
    1. stdio
    2. config.log
  3. trigger triggered trigger-tcpdump-solaris10-amd64 ( 10 mins, 17 secs )
    1. - no logs -
    2. tcpdump-solaris10-amd64 #6239

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/libpcap-solaris11-amd64 slave
buildername libpcap-solaris11-amd64 Builder
buildnumber 182 Build
codebase Build
got_revision cd765e7c69d533fc610dd56edf155b53c2eeb804 Git
project libpcap Build
repository https://git.tcpdump.org/libpcap Build
revision cd765e7c69d533fc610dd56edf155b53c2eeb804 Build
scheduler schedule-libpcap-solaris11-amd64 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/libpcap-solaris11-amd64 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Denis Ovsienko
  2. Guy Harris

Timing:

StartTue Sep 8 20:56:23 2026
EndWed Sep 9 05:15:19 2026
Elapsed8 hrs, 18 mins, 56 secs

All Changes:

:

  1. Change #281162

    Category libpcap
    Changed by Guy Harris <gharrisohnoyoudont@sonic.net>
    Changed at Tue 08 Sep 2026 20:39:52
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 59a42dbab9fd5d48dca5599fcdd0515eefad7a87

    Comments

    Speak of null pointers, not NULL, in man pages.
    This is less ambiguous in the case of pcap_datalink_val_to_name(), which
    can return a null pointer for an unknown DLT_ value or a pointer to the
    string "NULL" for DLT_NULL.
    
    It could also be considered more general, as there are other ways to
    represent a null pointer in C source, and, in newer versions of C++, you
    can compare the return value against nulllptr. If there are other
    languages that can call C functions directly so that you don't need a
    language wrapper, they may also have different ways of representing null
    pointers at the source code level.
    
    Fix GitHub issue #1739.
    
    While we're at it, improve the wording in some man pages to be clearer
    or more complete.

    Changed files

    • CHANGES
    • pcap.3pcap.in
    • pcap_create.3pcap
    • pcap_datalink_val_to_name.3pcap
    • pcap_dump_open.3pcap.in
    • pcap_file.3pcap
    • pcap_findalldevs.3pcap
    • pcap_get_required_select_timeout.3pcap
    • pcap_get_selectable_fd.3pcap
    • pcap_lookupdev.3pcap
    • pcap_next_ex.3pcap
    • pcap_offline_filter.3pcap
    • pcap_open_live.3pcap
    • pcap_open_offline.3pcap.in
    • pcap_setnonblock.3pcap
    • pcap_statustostr.3pcap
    • pcap_tstamp_type_val_to_name.3pcap
  2. Change #281168

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Tue 08 Sep 2026 20:59:01
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision a8a2f657361bb79c7f01822086bf94e529aaae7e

    Comments

    CI: Fix identification of old TinyCC.
    Same as in tcpslice.

    Changed files

    • build_common.sh
  3. Change #281169

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Tue 08 Sep 2026 20:59:01
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision f7441a3c552d1a4bd10afed09c7e2d4f1b812dd4

    Comments

    CI: Add initial support for Dragonfly BSD.

    Changed files

    • build_common.sh
  4. Change #281170

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Tue 08 Sep 2026 20:59:01
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision e881a4194cc902acb1e8bc0764d246e00c7687d4

    Comments

    netmap: Document DragonFly BSD in a comment.

    Changed files

    • pcap-netmap.c
  5. Change #281171

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Tue 08 Sep 2026 20:59:01
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision cd765e7c69d533fc610dd56edf155b53c2eeb804

    Comments

    instrument functions: Constify strrchr() result. [skip ci]
    Same as in tcpslice.

    Changed files

    • instrument-functions.c