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