| Age | Commit message (Expand) | Author |
| 2007-11-02 | use the ffs32 from bitops.h which is faster | christos |
| 2007-10-11 | Fix a typo that has been there forever. prop_dictionary_set: | xtraeme |
| 2007-09-19 | Improve consistency between <sys/bswap.h> and what's actually | he |
| 2007-08-30 | tyop: guaranty -> guarantee. | xtraeme |
| 2007-08-30 | Avoid using unbound amount of stack frames in prop_object_equal | joerg |
| 2007-08-17 | struct plistref does not reference other proplib data types, so split it | pavel |
| 2007-08-16 | libprop is currently using a recursive parser. While this is fine for | joerg |
| 2007-08-16 | boolean_t -> bool | thorpej |
| 2007-07-29 | lockmgr > rwlock | ad |
| 2007-07-18 | cast to void* to avoid a fatal warning | drochner |
| 2007-07-18 | Fix SIGBUS issues on strict alignment issues. Use le32dec in RMD160 | joerg |
| 2007-07-17 | Consider '\r' to be white space. Discussed with and also kept as local | joerg |
| 2007-07-16 | prop_array_internalize and prop_dictionary_internalize are basically the | joerg |
| 2007-07-07 | Fix the prototyp of prop_dictionary_set_keysym in the DESCRIPTION part | degroote |
| 2007-06-21 | Apply the patch, with some minor tweaks, supplied in PR/36513. | scw |
| 2007-06-21 | Xref prop_dictionary_util(3) and prop_send_ioctl(3). | xtraeme |
| 2007-06-20 | Apply the patch supplied in PR/36512 to fix the buffer overlap check. | scw |
| 2007-06-04 | handle fortify, ansify. | christos |
| 2007-06-03 | Make these work with _FORTIFY_SOURCE, by overriding the fortified definitions | christos |
| 2007-05-10 | Typo: prop_dictionary_receive_ioctl -> prop_dictionary_recv_ioctl. | xtraeme |
| 2007-04-28 | It's "Copy a dictionary" not "Copy an dictionary". preempt wiz and | xtraeme |
| 2007-04-22 | correct a section number. | yamt |
| 2007-04-22 | correct function names. | yamt |
| 2007-04-08 | Remove support for NetBSD/{,evb}sh5. | scw |
| 2007-03-31 | Add these so kernels built -O0 will link. | matt |
| 2007-03-12 | Pass an ipl argument to pool_init/POOL_INIT to be used when initializing | ad |
| 2007-03-04 | Fix white space skipping before closing tag when padding characters | dillo |
| 2007-02-22 | Add prop_data_size() to SYNOPSIS. | freza |
| 2007-02-19 | don't do the weak symbol thing in kernel context. | chs |
| 2007-02-18 | Make SHA512_Last static since it is not part of the API. Suggested by | christos |
| 2007-02-17 | make SHA512_Last weak. | christos |
| 2007-02-02 | Fix typo. | mjf |
| 2006-12-18 | remove bogus (void)&var; from Anon Ymous | christos |
| 2006-11-28 | Add a comment to explain how the value for uaddr is chosen. Maybe uvm_mmap | cube |
| 2006-11-28 | In _prop_object_copyout_ioctl, uaddr was not initialised, although it is | cube |
| 2006-11-13 | Add strsep(3) to libkern. | dyoung |
| 2006-11-01 | Add include of <sys/param.h>, to allow vax kernels to build again. | he |
| 2006-10-27 | Simplify the __attribute__ ifdef mess now that __used does the right | uwe |
| 2006-10-27 | restruct the include files to look like the other hash functions. | christos |
| 2006-10-27 | this is shared with the kernel now. | christos |
| 2006-10-26 | Do the used/unused dance under #ifdef KERNEL too. Prevents mcount | uwe |
| 2006-10-26 | Add prop_array_t support to prop_kern. | thorpej |
| 2006-10-26 | - Add prop_dictionary_all_keys(). Takes a snapshot of a dictionary's | thorpej |
| 2006-10-19 | sysconf() returns long, which isn't neccessarily assignment-compatible | he |
| 2006-10-18 | Backout size_t casts - lint has been fixed. | martin |
| 2006-10-18 | Sprinkle a few size_t casts to avoid conversion warnings. | martin |
| 2006-10-18 | Add casts to apease lint. | martin |
| 2006-10-16 | Add a _PROP_ARG_UNUSED that expands to __unused on NetBSD and to nothing | thorpej |
| 2006-10-15 | delete junk I accidentally committed. | christos |
| 2006-10-15 | de-lint. | christos |