| Age | Commit message (Expand) | Author |
| 2019-05-08 | Use posix_madvise() rather than the legacy madvise() call, and | thorpej |
| 2019-05-08 | Fix building libprop as a host tool library on platforms that don't have | thorpej |
| 2018-10-14 | remove M_CANFAIL flag for malloc(9) - it was completely ignored, so had | jdolecek |
| 2017-03-07 | Fix commas in NAME section. | njoly |
| 2017-02-12 | Add entry for prop_ingest in the NAME section. | abhinav |
| 2017-02-12 | Use .Fn to refer a function name instead of Nm. | abhinav |
| 2017-02-05 | Add the *_size() variants to the .Nm list so it will be found by | pgoyette |
| 2017-02-04 | Use just the right amount of commas. | wiz |
| 2017-01-29 | call the proper size functions | christos |
| 2017-01-29 | missing brace | christos |
| 2017-01-29 | Update for the new *_size() functions recently added. Mention the | pgoyette |
| 2017-01-29 | add sized versions of the copyin ioctls | christos |
| 2017-01-15 | Sort errors. | wiz |
| 2017-01-15 | Document E2BIG error when copying a large object. | pgoyette |
| 2017-01-15 | bump to 128K (because of npf large rules) and return E2BIG. | christos |
| 2016-06-28 | Fix the previous fix - there's only one _node suffix here! | pgoyette |
| 2016-06-28 | Missed a couple of function-call renames in previous | pgoyette |
| 2016-06-28 | The local copy of rb_tree code has been unused for quite some time. So | pgoyette |
| 2016-05-31 | Punctuation nits. | wiz |
| 2016-05-31 | Add prop_array_add_cstring{,_no_copy} utility functions as suggested in | pgoyette |
| 2015-08-20 | Fixed typo: propertly -> property. | phx |
| 2015-05-12 | Now that _PROP_ISSPACE does not include the EOF check, put the check for | christos |
| 2015-05-11 | Don't treat NUL (EOF) as SPACE. All the code that uses _PROP_ISSPACE() checks | christos |
| 2015-05-11 | Limit size of xml buffer for userland requests (From Mateusz Kocielski) | christos |
| 2014-12-14 | add a new "fo_mmap" fileops method to allow use of arbitrary uvm_objects for | chs |
| 2014-09-05 | Eliminate use of C++ keywords and don't nest struct definitions. | matt |
| 2014-03-26 | kill sprintf | christos |
| 2013-10-18 | Make this compilable with gcc 4.8.1 without options DIAGNOSTIC. | martin |
| 2012-07-27 | Bit-un-rot the proplib portability layer. | pooka |
| 2012-03-15 | Use Lk macro when dealing with URLs. While here update or remove some | njoly |
| 2011-10-17 | Add missing Nd. | wiz |
| 2011-09-30 | Fix an implementation inconsistency with the prop_*_send_syscall() and | jym |
| 2011-09-27 | Indicate type of return variable for prop_dictionary_sendrecv_ioctl. | jym |
| 2011-08-07 | prop_dictionary_get_dict: last argument is prop_dictionary_t *, not bool * | jmcneill |
| 2011-06-19 | Correct the example. | pgoyette |
| 2011-04-20 | Update also the non-void pointers to the current test objects. | martin |
| 2011-04-20 | Fix "address of a void*" vs. void* confusion. | martin |
| 2011-03-27 | Fix a typo and a punctuation nit. | wiz |
| 2011-03-24 | Add a new libquota library, which contains some blocks to build and/or | bouyer |
| 2011-02-26 | Remove duplicate "the". From Henning Petersen in PR 44640. | wiz |
| 2011-02-21 | Fix section for umask xrefs. | njoly |
| 2011-02-02 | prop_dictionary_internalize_from_file_returns_a_dictionary_not_an_array | plunky |
| 2011-01-20 | prop_*_copyout takes an object as second parameter, not a pointer to object. | bouyer |
| 2011-01-20 | Typos, wording. | wiz |
| 2011-01-20 | Add commas in enumerations. | wiz |
| 2011-01-20 | Sort sections. | wiz |
| 2011-01-20 | New sentence, new line. Use Dq. | wiz |
| 2011-01-20 | Remove trailing whitespace. | wiz |
| 2011-01-19 | - Implement prop_{array,dictionary}_copyout(), based on | bouyer |
| 2010-12-14 | Use a consistent approach for rump kernel calls made by libs. | pooka |