CVS commit: src/common/lib/libprop

2020-06-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jun 20 00:16:51 UTC 2020 Modified Files: src/common/lib/libprop: prop_string.c Log Message: Fix lint To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/common/lib/libprop/prop_string.c Please note that

CVS commit: src/common/lib/libprop

2020-06-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 15 00:46:00 UTC 2020 Modified Files: src/common/lib/libprop: prop_dictionary_util.c Log Message: remove error(1) comments To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/common/lib/libprop

2020-06-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 14 21:31:01 UTC 2020 Modified Files: src/common/lib/libprop: prop_array_util.c prop_dictionary_util.c Log Message: add/fix linted comments To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/common/lib/libprop

2020-06-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 14 21:28:58 UTC 2020 Modified Files: src/common/lib/libprop: prop_array_util.c Log Message: Fix incorrect type (found by lint), and add linted comments for the long long -> long (uintmax_t on LP64) To generate a diff

CVS commit: src/common/lib/libprop

2020-06-11 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Jun 12 00:02:26 UTC 2020 Modified Files: src/common/lib/libprop: prop_object_impl.h Log Message: Change previous to only apply when building with clang. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36

CVS commit: src/common/lib/libprop

2020-06-11 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jun 11 22:25:44 UTC 2020 Modified Files: src/common/lib/libprop: prop_object_impl.h Log Message: Unbreak clang builds by removing questionable linker warning sections trggered all over the place. To generate a diff of this

CVS commit: src/common/lib/libprop

2020-06-08 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Jun 8 21:31:56 UTC 2020 Modified Files: src/common/lib/libprop: prop_data.c Log Message: Fix a paste-o that caused prop_data_create_copy() to be intolerant of creating empty data objects. Fixes

CVS commit: src/common/lib/libprop

2020-06-06 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Jun 6 22:23:31 UTC 2020 Modified Files: src/common/lib/libprop: prop_number.c Log Message: Correct a deprecation warning. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/common/lib/libprop/prop_number.c

CVS commit: src/common/lib/libprop

2019-05-07 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed May 8 04:34:33 UTC 2019 Modified Files: src/common/lib/libprop: prop_object.c Log Message: Use posix_madvise() rather than the legacy madvise() call, and wrapp the calls in #ifdef for the advice we're giving. Should

CVS commit: src/common/lib/libprop

2017-03-07 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Tue Mar 7 19:10:07 UTC 2017 Modified Files: src/common/lib/libprop: prop_copyin_ioctl.9 Log Message: Fix commas in NAME section. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/common/lib/libprop

2017-02-12 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Feb 12 16:18:48 UTC 2017 Modified Files: src/common/lib/libprop: prop_ingest.3 Log Message: Add entry for prop_ingest in the NAME section. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/common/lib/libprop

2017-02-12 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Feb 12 16:00:53 UTC 2017 Modified Files: src/common/lib/libprop: prop_array.3 prop_array_util.3 prop_bool.3 prop_data.3 prop_dictionary.3 prop_dictionary_util.3 prop_ingest.3 prop_number.3

CVS commit: src/common/lib/libprop

2017-02-04 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Feb 5 00:47:33 UTC 2017 Modified Files: src/common/lib/libprop: prop_copyin_ioctl.9 Log Message: Add the *_size() variants to the .Nm list so it will be found by apropos(1). While here, reorder the function lists to

CVS commit: src/common/lib/libprop

2017-02-04 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Feb 4 23:32:44 UTC 2017 Modified Files: src/common/lib/libprop: prop_copyin_ioctl.9 Log Message: Use just the right amount of commas. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/common/lib/libprop

2017-01-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 29 02:29:06 UTC 2017 Modified Files: src/common/lib/libprop: prop_kern.c Log Message: call the proper size functions To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/common/lib/libprop/prop_kern.c

CVS commit: src/common/lib/libprop

2017-01-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 29 02:07:57 UTC 2017 Modified Files: src/common/lib/libprop: prop_kern.c Log Message: missing brace To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/common/lib/libprop/prop_kern.c Please note that

CVS commit: src/common/lib/libprop

2017-01-28 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Jan 29 01:38:02 UTC 2017 Modified Files: src/common/lib/libprop: prop_copyin_ioctl.9 Log Message: Update for the new *_size() functions recently added. Mention the implicit size limit (128KB) for the functions which do not

CVS commit: src/common/lib/libprop

2017-01-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 29 00:16:42 UTC 2017 Modified Files: src/common/lib/libprop: prop_kern.c Log Message: add sized versions of the copyin ioctls To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/common/lib/libprop

2017-01-15 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Jan 15 22:14:22 UTC 2017 Modified Files: src/common/lib/libprop: prop_copyin_ioctl.9 Log Message: Sort errors. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/common/lib/libprop/prop_copyin_ioctl.9 Please

CVS commit: src/common/lib/libprop

2017-01-15 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Jan 15 21:42:09 UTC 2017 Modified Files: src/common/lib/libprop: prop_copyin_ioctl.9 Log Message: Document E2BIG error when copying a large object. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/common/lib/libprop

2017-01-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 15 18:15:45 UTC 2017 Modified Files: src/common/lib/libprop: prop_kern.c Log Message: bump to 128K (because of npf large rules) and return E2BIG. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

CVS commit: src/common/lib/libprop

2016-06-28 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Jun 28 06:47:35 UTC 2016 Modified Files: src/common/lib/libprop: prop_number.c Log Message: Fix the previous fix - there's only one _node suffix here! To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

CVS commit: src/common/lib/libprop

2016-06-27 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Jun 28 05:21:15 UTC 2016 Modified Files: src/common/lib/libprop: prop_dictionary.c prop_number.c Log Message: Missed a couple of function-call renames in previous To generate a diff of this commit: cvs rdiff -u -r1.40

CVS commit: src/common/lib/libprop

2016-06-27 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Jun 28 05:18:11 UTC 2016 Modified Files: src/common/lib/libprop: Makefile.inc prop_dictionary.c prop_number.c Removed Files: src/common/lib/libprop: prop_rb.c prop_rb_impl.h Log Message: The local copy of rb_tree

CVS commit: src/common/lib/libprop

2016-05-31 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue May 31 09:31:13 UTC 2016 Modified Files: src/common/lib/libprop: prop_array_util.3 Log Message: Punctuation nits. (adding space makes sure they are not marked up) To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/common/lib/libprop

2015-08-20 Thread Frank Wille
Module Name:src Committed By: phx Date: Thu Aug 20 15:55:09 UTC 2015 Modified Files: src/common/lib/libprop: prop_send_ioctl.3 Log Message: Fixed typo: propertly - property. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/common/lib/libprop

2015-05-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 12 14:59:35 UTC 2015 Modified Files: src/common/lib/libprop: prop_object.c Log Message: Now that _PROP_ISSPACE does not include the EOF check, put the check for EOF inside the loop. Also fix another unbounded loop that

CVS commit: src/common/lib/libprop

2015-05-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 11 16:50:35 UTC 2015 Modified Files: src/common/lib/libprop: prop_object_impl.h Log Message: Don't treat NUL (EOF) as SPACE. All the code that uses _PROP_ISSPACE() checks explicitly for _PROP_EOF() anyway, and this can

CVS commit: src/common/lib/libprop

2015-05-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 11 16:48:34 UTC 2015 Modified Files: src/common/lib/libprop: prop_kern.c Log Message: Limit size of xml buffer for userland requests (From Mateusz Kocielski) XXX: pullup-7 To generate a diff of this commit: cvs rdiff

CVS commit: src/common/lib/libprop

2014-09-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Sep 5 05:19:24 UTC 2014 Modified Files: src/common/lib/libprop: prop_ingest.c prop_number.c Log Message: Eliminate use of C++ keywords and don't nest struct definitions. To generate a diff of this commit: cvs rdiff -u -r1.4

CVS commit: src/common/lib/libprop

2014-03-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 26 18:12:46 UTC 2014 Modified Files: src/common/lib/libprop: prop_number.c prop_string.c Log Message: kill sprintf To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/common/lib/libprop/prop_number.c cvs

CVS commit: src/common/lib/libprop

2013-10-18 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Oct 18 18:26:20 UTC 2013 Modified Files: src/common/lib/libprop: prop_dictionary.c prop_number.c prop_object.c Log Message: Make this compilable with gcc 4.8.1 without options DIAGNOSTIC. To generate a diff of this commit:

CVS commit: src/common/lib/libprop

2011-10-17 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Oct 17 09:24:54 UTC 2011 Modified Files: src/common/lib/libprop: prop_array_util.3 prop_dictionary_util.3 Log Message: Add missing Nd. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/common/lib/libprop

2011-09-27 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Tue Sep 27 11:12:49 UTC 2011 Modified Files: src/common/lib/libprop: prop_send_ioctl.3 Log Message: Indicate type of return variable for prop_dictionary_sendrecv_ioctl. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/common/lib/libprop

2011-08-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Aug 7 11:33:03 UTC 2011 Modified Files: src/common/lib/libprop: prop_dictionary_util.3 Log Message: prop_dictionary_get_dict: last argument is prop_dictionary_t *, not bool * To generate a diff of this commit: cvs rdiff

CVS commit: src/common/lib/libprop

2011-04-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Apr 20 20:00:07 UTC 2011 Modified Files: src/common/lib/libprop: prop_object.c Log Message: Update also the non-void pointers to the current test objects. Finaly fixes PR lib/43964. To generate a diff of this commit: cvs

CVS commit: src/common/lib/libprop

2011-03-27 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Mar 27 22:44:47 UTC 2011 Modified Files: src/common/lib/libprop: prop_array_util.3 Log Message: Fix a typo and a punctuation nit. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/common/lib/libprop

2011-03-27 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Mar 27 22:45:31 UTC 2011 Modified Files: src/common/lib/libprop: prop_dictionary_util.3 Log Message: Fix a typo and a punctuation nit. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/common/lib/libprop

2011-02-21 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Mon Feb 21 13:42:57 UTC 2011 Modified Files: src/common/lib/libprop: prop_array.3 prop_dictionary.3 Log Message: Fix section for umask xrefs. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/common/lib/libprop

2011-02-02 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Wed Feb 2 16:37:27 UTC 2011 Modified Files: src/common/lib/libprop: prop_dictionary.3 Log Message: prop_dictionary_internalize_from_file_returns_a_dictionary_not_an_array To generate a diff of this commit: cvs rdiff -u -r1.15

CVS commit: src/common/lib/libprop

2011-01-20 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Jan 20 10:42:19 UTC 2011 Modified Files: src/common/lib/libprop: prop_array_util.3 prop_send_syscall.3 Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/common/lib/libprop

2011-01-20 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Jan 20 10:44:42 UTC 2011 Modified Files: src/common/lib/libprop: prop_number.3 prop_object.3 prop_send_ioctl.3 Log Message: New sentence, new line. Use Dq. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/common/lib/libprop

2011-01-20 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Jan 20 10:45:11 UTC 2011 Modified Files: src/common/lib/libprop: prop_send_ioctl.3 Log Message: Sort sections. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/common/lib/libprop/prop_send_ioctl.3 Please note

CVS commit: src/common/lib/libprop

2011-01-20 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Jan 20 10:47:34 UTC 2011 Modified Files: src/common/lib/libprop: prop_copyin_ioctl.9 Log Message: Add commas in enumerations. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/common/lib/libprop

2011-01-20 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Jan 20 10:48:37 UTC 2011 Modified Files: src/common/lib/libprop: prop_send_syscall.3 Log Message: Typos, wording. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/common/lib/libprop/prop_send_syscall.3 Please

CVS commit: src/common/lib/libprop

2009-12-13 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Dec 14 05:47:30 UTC 2009 Modified Files: src/common/lib/libprop: prop_copyin_ioctl.9 Log Message: Minor wording fix/clarification (sending - copying) from Silas Silva in PR 42415. To generate a diff of this commit: cvs

CVS commit: src/common/lib/libprop

2009-12-13 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Dec 14 06:03:23 UTC 2009 Modified Files: src/common/lib/libprop: prop_array.3 prop_data.3 Log Message: Fix some ordering inconsistencies, noted by Silas Silva in PR 42415. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/common/lib/libprop

2009-12-13 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Dec 14 06:06:22 UTC 2009 Modified Files: src/common/lib/libprop: prop_string.3 Log Message: Add two missing functions to the SYNOPSIS. From Silas Silva in PR 42415. To generate a diff of this commit: cvs rdiff -u -r1.6

CVS commit: src/common/lib/libprop

2009-12-05 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Dec 5 10:17:17 UTC 2009 Modified Files: src/common/lib/libprop: prop_dictionary.3 Log Message: Fix prop_dictionary_ensure_capacity signature, bump date. From Silas Silva in PR 42413. To generate a diff of this commit: cvs

CVS commit: src/common/lib/libprop

2009-10-11 Thread Christoph Badura
Module Name:src Committed By: bad Date: Sun Oct 11 12:13:45 UTC 2009 Modified Files: src/common/lib/libprop: prop_kern.c Log Message: Back out previous. Builds for me and on autobuild cluster. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/common/lib/libprop

2009-10-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 10 21:27:46 UTC 2009 Modified Files: src/common/lib/libprop: prop_kern.c Log Message: make this compile again. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/common/lib/libprop/prop_kern.c Please

CVS commit: src/common/lib/libprop

2009-10-10 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Oct 11 01:55:28 UTC 2009 Modified Files: src/common/lib/libprop: prop_copyin_ioctl.9 Log Message: Sort sections. New sentence, new line. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/common/lib/libprop

2009-05-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed May 13 22:31:59 UTC 2009 Modified Files: src/common/lib/libprop: proplib.3 Log Message: New sentence, new line. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/common/lib/libprop/proplib.3 Please note that

CVS commit: src/common/lib/libprop

2009-04-13 Thread Adam Hamsik
Module Name:src Committed By: haad Date: Tue Apr 14 02:53:41 UTC 2009 Modified Files: src/common/lib/libprop: prop_dictionary.c Log Message: Check if pd is not NULL before we try to lock rw lock associated with it. This fixes proplib crash when NULL is passed to