Page MenuHomeFreeBSD
Feed Advanced Search

May 19 2016

truckman committed rS300240: Change net.inet.tcp.ecn.enable sysctl mib from a binary off/on.
Change net.inet.tcp.ecn.enable sysctl mib from a binary off/on
May 19 2016, 10:20 PM

May 17 2016

truckman updated the diff for D6388: CoDel, FQ-CoDel, PIE and FQ-PIE for ipfw/dummynet.

Update patch to version 0.2.1:

May 17 2016, 7:30 AM
truckman committed rS300005: swprintf() and apparently wcsftime() want the their output buffer size.
swprintf() and apparently wcsftime() want the their output buffer size
May 17 2016, 5:05 AM
truckman committed rS300002: When clearing rtmsg, pass &rtmsg to bzero() instead of the address of.
When clearing rtmsg, pass &rtmsg to bzero() instead of the address of
May 17 2016, 4:03 AM

May 16 2016

truckman committed rS299991: Don't walk off the end of the array when proto isn't explicitly.
Don't walk off the end of the array when proto isn't explicitly
May 16 2016, 11:47 PM
truckman committed rS299988: Set ai2 to NULL in in find_host() before the loop and after calling.
Set ai2 to NULL in in find_host() before the loop and after calling
May 16 2016, 11:29 PM
truckman closed D6398: Fix verious Coverity CIDS in rpc.lockd find_host() by committing rS299988: Set ai2 to NULL in in find_host() before the loop and after calling.
May 16 2016, 11:29 PM
truckman added a comment to D6398: Fix verious Coverity CIDS in rpc.lockd find_host().

I placed ai2=NULL where I did to minimize the scope where ai2 had some value that was not a valid addrinfo list.

May 16 2016, 11:12 PM
truckman committed rS299986: Actually use the loop interation limit so carefully computed on the.
Actually use the loop interation limit so carefully computed on the
May 16 2016, 11:01 PM
truckman updated the diff for D6398: Fix verious Coverity CIDS in rpc.lockd find_host().

Partial revert to set ai* to NULL on getaddrinfo() failure.

May 16 2016, 9:39 PM
truckman added inline comments to D6398: Fix verious Coverity CIDS in rpc.lockd find_host().
May 16 2016, 9:33 PM
truckman committed rS299971: Fix off by one error that overflowed the rep_len array when doing.
Fix off by one error that overflowed the rep_len array when doing
May 16 2016, 7:48 PM
truckman retitled D6398: Fix verious Coverity CIDS in rpc.lockd find_host() from to Fix verious Coverity CIDS in rpc.lockd find_host().
May 16 2016, 7:19 PM
truckman committed rS299953: Fix an off by one error to avoid overflowing rp[]..
Fix an off by one error to avoid overflowing rp[].
May 16 2016, 4:17 PM
truckman committed rS299952: Increase size of argv[] array to avoid running off the end..
Increase size of argv[] array to avoid running off the end.
May 16 2016, 4:02 PM
truckman committed rS299950: Fix off by one error in index limit calculation.
Fix off by one error in index limit calculation
May 16 2016, 3:43 PM
truckman committed rS299948: Set retval in the empty password case to avoid a path through the.
Set retval in the empty password case to avoid a path through the
May 16 2016, 3:32 PM
truckman committed rS299926: Hoist the getpwnam() call outside the first if/else block in.
Hoist the getpwnam() call outside the first if/else block in
May 16 2016, 8:34 AM
truckman committed rS299922: Don't call free_addrselectpolicy(&policyhead) before policyhead has been.
Don't call free_addrselectpolicy(&policyhead) before policyhead has been
May 16 2016, 8:13 AM
truckman committed rS299921: Add an assertion to catch a potential underflow in an array index.
Add an assertion to catch a potential underflow in an array index
May 16 2016, 8:07 AM
truckman retitled D6388: CoDel, FQ-CoDel, PIE and FQ-PIE for ipfw/dummynet from to CoDel, FQ-CoDel, PIE and FQ-PIE for ipfw/dummynet.
May 16 2016, 7:29 AM
truckman retitled D6386: Allow ECN to be accepted for incoming TCP connections without requesting it for outgoing connections and make this the default from to Allow ECN to be accepted for incoming TCP connections without requesting it for outgoing connections and make this the default.
May 16 2016, 6:58 AM
truckman committed rS299897: NULL releasedfl after calling deallocate_file_lock() which frees it.
NULL releasedfl after calling deallocate_file_lock() which frees it
May 16 2016, 5:18 AM
truckman committed rS299894: pdu_delete(request) frees request, so move the call after.
pdu_delete(request) frees request, so move the call after
May 16 2016, 4:43 AM
truckman committed rS299893: Don't free fnamebuf before we calling cfgfile_add(). This changes a.
Don't free fnamebuf before we calling cfgfile_add(). This changes a
May 16 2016, 4:39 AM
truckman committed rS299880: Since rdata is only used as an argument to the immediately following.
Since rdata is only used as an argument to the immediately following
May 16 2016, 1:38 AM
truckman committed rS299879: Likely a false positive ... but make sure that -1 can't be used as an.
Likely a false positive ... but make sure that -1 can't be used as an
May 16 2016, 1:30 AM
truckman committed rS299873: Use strlcpy() instead of strncpy() when copying ifname to ensure.
Use strlcpy() instead of strncpy() when copying ifname to ensure
May 16 2016, 12:25 AM

May 15 2016

truckman committed rS299869: Use strlcpy() instead of strncpy() when copying ifname to ensure.
Use strlcpy() instead of strncpy() when copying ifname to ensure
May 15 2016, 10:31 PM
truckman committed rS299868: Use strlcpy() instead of strncpy() when copying ifname to ensure.
Use strlcpy() instead of strncpy() when copying ifname to ensure
May 15 2016, 10:17 PM
truckman committed rS299867: Use strlcpy() instead of strncpy() when copying ifname to ensure.
Use strlcpy() instead of strncpy() when copying ifname to ensure
May 15 2016, 10:06 PM
truckman committed rS299866: Use strlcpy() instead of strncpy() when copying ifname to ensure.
Use strlcpy() instead of strncpy() when copying ifname to ensure
May 15 2016, 9:45 PM
truckman committed rS299865: When handling SIOCSIFNAME ensure that the new interface name is NUL.
When handling SIOCSIFNAME ensure that the new interface name is NUL
May 15 2016, 9:38 PM

May 14 2016

truckman retitled D6368: Fix acpidb CIDs 1011279 (Buffer not null terminated) and 978405 and 1199380 (Resource leak) from to Fix acpidb CIDs 1011279 (Buffer not null terminated) and 978405 and 1199380 (Resource leak).
May 14 2016, 6:27 AM

May 13 2016

truckman added a reviewer for D6360: Fix acpidump CID 1011278 (Buffer not null terminated) and other issues: jkim.
May 13 2016, 11:36 PM
truckman retitled D6360: Fix acpidump CID 1011278 (Buffer not null terminated) and other issues from to Fix acpidump CID 1011278 (Buffer not null terminated) and other issues.
May 13 2016, 11:22 PM
truckman committed rS299687: Another attempt at resolving CID 1305629. The test of cmd == -1.
Another attempt at resolving CID 1305629. The test of cmd == -1
May 13 2016, 5:48 PM
truckman committed rS299593: Properly compute the size argument to pass to malloc()..
Properly compute the size argument to pass to malloc().
May 13 2016, 6:45 AM
truckman committed rS299592: Move a call to cam_freeccb() to avoid a use after free error and.
Move a call to cam_freeccb() to avoid a use after free error and
May 13 2016, 6:27 AM
truckman committed rS299591: Always return either a dynamically allocated string or NULL from.
Always return either a dynamically allocated string or NULL from
May 13 2016, 6:15 AM
truckman committed rS299589: Instead of ignoring the EEXIST from link(), unconditionally unlink.
Instead of ignoring the EEXIST from link(), unconditionally unlink
May 13 2016, 5:49 AM
truckman committed rS299588: Revert r299584:.
Revert r299584:
May 13 2016, 5:39 AM
truckman committed rS299585: Declare line[] in the outermost scope of retrieve() instead of.
Declare line[] in the outermost scope of retrieve() instead of
May 13 2016, 1:52 AM
truckman committed rS299584: Mark usage() as __dead2 so that Coverity doesn't think that execution.
Mark usage() as __dead2 so that Coverity doesn't think that execution
May 13 2016, 1:14 AM
truckman committed rS299583: Avoid indexing an array with a negative value..
Avoid indexing an array with a negative value.
May 13 2016, 12:58 AM
truckman committed rS299582: Simplify some overly complex code so that both humans and Coverity.
Simplify some overly complex code so that both humans and Coverity
May 13 2016, 12:51 AM
truckman committed rS299581: Use strlcpy() instead of strncpy() to ensure that qf->fsname is NUL.
Use strlcpy() instead of strncpy() to ensure that qf->fsname is NUL
May 13 2016, 12:26 AM
truckman committed rS299580: Use strlcpy() instead of strncpy() to ensure that ret->name is.
Use strlcpy() instead of strncpy() to ensure that ret->name is
May 13 2016, 12:18 AM
truckman committed rS299579: Use strlcpy() instead of strncpy() to ensure that qup->fsname is NUL.
Use strlcpy() instead of strncpy() to ensure that qup->fsname is NUL
May 13 2016, 12:02 AM

May 12 2016

truckman committed rS299578: If fchdir() fails, call err() instead of warn()..
If fchdir() fails, call err() instead of warn().
May 12 2016, 11:38 PM
truckman committed rS299577: Avoid Coverity NUL termination warning about strncpy() by using.
Avoid Coverity NUL termination warning about strncpy() by using
May 12 2016, 11:14 PM
truckman committed rS299573: Use strlcpy() instead of strncpy() when copying to dom_domain to.
Use strlcpy() instead of strncpy() when copying to dom_domain to
May 12 2016, 9:35 PM
truckman committed rS299525: Use strlcpy() instead of strncpy() when copying date and subj.
Use strlcpy() instead of strncpy() when copying date and subj
May 12 2016, 8:56 AM
truckman committed rS299524: Use strlcpy() instead of strncpy() when copying the encoding value.
Use strlcpy() instead of strncpy() when copying the encoding value
May 12 2016, 8:41 AM
truckman committed rS299520: Use strlcpy() instead of strncpy() to copy the string returned by.
Use strlcpy() instead of strncpy() to copy the string returned by
May 12 2016, 6:39 AM
truckman committed rS299516: Check for socket creation success before calling bind()..
Check for socket creation success before calling bind().
May 12 2016, 5:44 AM

May 6 2016

truckman committed rP414732: Fix build with science/hdf5 version 1.10 by specifying that we want to.
Fix build with science/hdf5 version 1.10 by specifying that we want to
May 6 2016, 9:45 PM
truckman committed rP414720: Fix build with science/hdf5 version 1.10 by specifying that we want to.
Fix build with science/hdf5 version 1.10 by specifying that we want to
May 6 2016, 7:19 PM

May 1 2016

truckman committed rP414385: Update TARGET_ORDER_OVERRIDE to for the changes to Uses/gnome.mk.
Update TARGET_ORDER_OVERRIDE to for the changes to Uses/gnome.mk
May 1 2016, 5:26 AM
truckman committed rP414382: Pet portlint - use a tab (not space) after a variable name.
Pet portlint - use a tab (not space) after a variable name
May 1 2016, 4:44 AM

Apr 30 2016

truckman committed rP414357: Revert the part of the change in r408688 that allowed the PDF Import.
Revert the part of the change in r408688 that allowed the PDF Import
Apr 30 2016, 7:04 PM
truckman committed rP414331: Upgrade nmsg to version 0.11.2:.
Upgrade nmsg to version 0.11.2:
Apr 30 2016, 6:44 AM

Apr 20 2016

truckman committed rP413693: Upgrade dns/dnstable to version 0.9.1:.
Upgrade dns/dnstable to version 0.9.1:
Apr 20 2016, 5:14 PM
truckman committed rP413670: Upgrade dns/wdns to version 0.9.0:.
Upgrade dns/wdns to version 0.9.0:
Apr 20 2016, 5:04 AM

Mar 23 2016

truckman added a comment to D5717: Make all the targets in USES use the _USES_* helpers..

I can't say that I'm thrilled with scattering magic numbers in more places, but concentrating them in the framework is better than having them scattered all over the ports tree. Comments in the Mk/Uses files about why those particular numbers were chosen would be helpful (needs to be after ... and/or needs to be before ...).

Mar 23 2016, 9:48 PM
truckman added a comment to D5717: Make all the targets in USES use the _USES_* helpers..
In D5717#122084, @mat wrote:
In D5717#122079, @kwm wrote:

Can we shuffle/rename/rework either the gnome USES_install or the USES_stage around so python.mk generate the plists before the gnome USES_installs are run? This is so that pure python ports that use autoplist, can get macro's like INSTALLS_ICONS to work.

The bug that reported this issue is: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206019

And that bit, yes, I was planning to move gnome-post-icons later in the pipeline, I'm waiting for @truckman or someone from gnome to tell me when to put it ?

Mar 23 2016, 9:34 PM

Mar 21 2016

truckman committed rP411540: Upgrade to upstream svn revision r1735889. This contains the.
Upgrade to upstream svn revision r1735889. This contains the
Mar 21 2016, 5:53 AM

Mar 20 2016

truckman committed rP411522: Delay running gnome-post-install until the plist has been generated by.
Delay running gnome-post-install until the plist has been generated by
Mar 20 2016, 9:42 PM

Mar 14 2016

truckman committed rP411050: Import upstream commit bae401b1eb0594932c4e780d496cba852c23b75f to.
Import upstream commit bae401b1eb0594932c4e780d496cba852c23b75f to
Mar 14 2016, 7:38 AM

Mar 9 2016

truckman committed rS296568: MFC r283869 (by araujo).
MFC r283869 (by araujo)
Mar 9 2016, 5:40 PM

Feb 26 2016

truckman committed rP409638: Update to version 0.8.1:.
Update to version 0.8.1:
Feb 26 2016, 10:02 PM

Feb 13 2016

truckman committed rP408828: Upgrade nmsg to version 0.11.1:.
Upgrade nmsg to version 0.11.1:
Feb 13 2016, 9:12 PM

Feb 11 2016

truckman committed rP408688: Unbreak PDF Import extension when building with modern boost. Similar.
Unbreak PDF Import extension when building with modern boost. Similar
Feb 11 2016, 3:41 PM

Feb 10 2016

truckman committed rP408658: Sort USE_PYTHON.
Sort USE_PYTHON
Feb 10 2016, 9:52 PM
truckman committed rP408655: Sort USE_PYTHON.
Sort USE_PYTHON
Feb 10 2016, 8:34 PM
truckman committed rP408654: Sort USE_PYTHON.
Sort USE_PYTHON
Feb 10 2016, 8:27 PM
truckman committed rP408653: Sort USE_PYTHON.
Sort USE_PYTHON
Feb 10 2016, 8:23 PM
truckman committed rP408652: Sort USE_PYTHON.
Sort USE_PYTHON
Feb 10 2016, 8:19 PM
truckman committed rP408651: Sort USE_PYTHON.
Sort USE_PYTHON
Feb 10 2016, 8:14 PM
truckman committed rP408650: Sort USE_PYTHON.
Sort USE_PYTHON
Feb 10 2016, 8:10 PM
truckman committed rP408648: Sort USE_PYTHON.
Sort USE_PYTHON
Feb 10 2016, 8:04 PM
truckman committed rP408646: Nuke PORTREVISION, this is a new port..
Nuke PORTREVISION, this is a new port.
Feb 10 2016, 7:45 PM
truckman committed rP408644: New port devel/py-terminable_thread:.
New port devel/py-terminable_thread:
Feb 10 2016, 7:11 PM
truckman committed rP408611: Disable PDF import plugin to unbreak build with modern boost..
Disable PDF import plugin to unbreak build with modern boost.
Feb 10 2016, 12:47 AM

Feb 9 2016

truckman committed rP408603: New port devel/py-option_merge.
New port devel/py-option_merge
Feb 9 2016, 10:54 PM
truckman committed rP408600: New port devel/py-delfick_error:.
New port devel/py-delfick_error:
Feb 9 2016, 10:05 PM
truckman closed D5234: New port devel/py-delfick_error by committing rP408600: New port devel/py-delfick_error:.
Feb 9 2016, 10:05 PM
truckman updated the diff for D5234: New port devel/py-delfick_error.

Use preferred do-test construct

Feb 9 2016, 5:37 PM
truckman added a comment to D5234: New port devel/py-delfick_error.

been on front of this screen for most of the last 20 hours ... ZZZ ...

Feb 9 2016, 10:22 AM
truckman added a comment to D5234: New port devel/py-delfick_error.

It is too late for me to commit this tonight ...

Feb 9 2016, 10:08 AM
truckman committed rP408546: Fix missing py prefix..
Fix missing py prefix.
Feb 9 2016, 10:07 AM
truckman retitled D5234: New port devel/py-delfick_error from to New port devel/py-delfick_error.
Feb 9 2016, 10:04 AM
truckman committed rP408544: New port devel/py-total-ordering.
New port devel/py-total-ordering
Feb 9 2016, 9:50 AM
truckman committed rP408542: Create new port for devel/py-nose-of-yeti.
Create new port for devel/py-nose-of-yeti
Feb 9 2016, 9:12 AM
truckman closed D5232: New port devel/py-noseofyeti by committing rP408542: Create new port for devel/py-nose-of-yeti.
Feb 9 2016, 9:12 AM
truckman updated the diff for D5232: New port devel/py-noseofyeti.

Fix Python capitalization and simplify do-test.

Feb 9 2016, 8:59 AM
truckman added inline comments to D5232: New port devel/py-noseofyeti.
Feb 9 2016, 8:43 AM
truckman added inline comments to D5232: New port devel/py-noseofyeti.
Feb 9 2016, 8:36 AM
truckman added inline comments to D5232: New port devel/py-noseofyeti.
Feb 9 2016, 8:20 AM
truckman added inline comments to D5232: New port devel/py-noseofyeti.
Feb 9 2016, 8:11 AM