| Age | Commit message (Expand) | Author |
| 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 |
| 2006-10-15 | Make it compile with -Wextra on big endian machines (at lest the #if in the | martin |
| 2006-10-14 | Put macro argument right after macro, not in next line. | wiz |
| 2006-10-12 | Appease our stupid lint. | thorpej |
| 2006-10-12 | Make prop_number_t handle both signed and unsigned numbers. The *integer* | thorpej |
| 2006-10-12 | Make this compile with -Wunused and handle the case where __predict_false() | thorpej |
| 2006-10-12 | _prop_object_fini(): Consume all of the arguments. | thorpej |
| 2006-10-12 | _prop_bool_free(): Consume all of the arguments. | thorpej |
| 2006-10-08 | - Move strtoll.c and strtoull.c from libc/stdlib to common/libc/stdlib. | thorpej |
| 2006-10-04 | fix build issue for !_KERNEL | dbj |
| 2006-10-03 | - Add a reader-writer lock to array and dictionary objects that ensures that | thorpej |
| 2006-09-27 | typos: prop_stringy_* -> prop_string_* | xtraeme |
| 2006-09-22 | unbreak kernel builds from the last fix | dogcow |
| 2006-09-22 | protect include of sys/mman.h when building _KERNEL or _STANDALONE | dbj |
| 2006-09-22 | Alter the protocol impemented by prop_kern to allow for bi-directional | thorpej |