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

Builder libpcap-solaris10-amd64 Build #3309

Results:

Build successful

SourceStamp:

Projectlibpcap
Repositoryhttps://git.tcpdump.org/libpcap
Branchmaster
Revision59a42dbab9fd5d48dca5599fcdd0515eefad7a87
Got Revision59a42dbab9fd5d48dca5599fcdd0515eefad7a87
Changes1 change

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 14 secs )
    1. stdio
  2. shell Set developer mode ( 0 secs )
    1. stdio
  3. shell_1 './autogen.sh' ( 6 secs )
    1. stdio
  4. shell_2 './configure' ( 56 secs )
    1. stdio
    2. config.log
  5. shell_3 'gmake' ( 24 secs )
    1. stdio
  6. shell_4 'gmake check' ( 14 mins, 40 secs )
    1. stdio
  7. shell_5 'rm -rf ...' ( 1 mins, 14 secs )
    1. stdio
  8. shell_6 'gmake install ...' ( 42 secs )
    1. stdio
  9. trigger triggered trigger-tcpdump-solaris10-amd64 ( 7 mins, 21 secs )
    1. - no logs -
    2. tcpdump-solaris10-amd64 #6236

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Guy Harris

Timing:

StartTue Sep 8 19:06:19 2026
EndTue Sep 8 19:32:03 2026
Elapsed25 mins, 43 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