| Age | Commit message (Expand) | Author |
| 2006-08-27 | complete initialization. | christos |
| 2006-08-23 | Remove duplicate word. Markup fixes. | wiz |
| 2006-08-23 | Bump date for previous. | wiz |
| 2006-08-22 | Also guard object accessors against NULL (like we do foreign object types) | thorpej |
| 2006-08-21 | Add a workaround for GCC -Wuninitialized, similar to the prop_array.c | he |
| 2006-08-21 | Add a workaround for a GCC -Wuninitialized mis-warning (seen for mips). | he |
| 2006-08-21 | Several changes to proplib: | thorpej |
| 2006-08-15 | Fix bug involving addresses >= 4G on ppc64. | ross |
| 2006-07-12 | don't include stdint.h for _STANDALONE. | yamt |
| 2006-07-09 | Make HTML-safe. | wiz |
| 2006-07-09 | Sort SEE ALSO, make HTML-safe. | wiz |
| 2006-07-09 | Drop trailing whitespace. | wiz |
| 2006-07-07 | Change prop_number_t to store a uint64_t, rather than a uintmax_t. No | thorpej |
| 2006-07-07 | Use a red-black tree to unique'ify the dictionary key symbols, rather than | thorpej |
| 2006-07-07 | add reachover ffs and strlen for ppc64 | ross |
| 2006-07-07 | revert | ross |
| 2006-07-07 | And yet more .S files... | ross |
| 2006-07-05 | Add kernel and user space parts of a protocol for sending property lists | thorpej |
| 2006-07-05 | Reduce the memory footprint for prop_bool_t objects significantly, taking | thorpej |
| 2006-05-28 | remove unused variable that broke build | jnemeth |
| 2006-05-28 | Keep a table of unique dictionary keysyms. This way, if we have 200 devices | thorpej |
| 2006-05-28 | Fix the way that prop_array_ensure_capacity() and _prop_array_expand() | thorpej |
| 2006-05-18 | More cleanup. | thorpej |
| 2006-05-18 | Move all of the locking compatibility definitions into prop_object_impl.h. | thorpej |
| 2006-05-18 | Minor cleanup. | thorpej |
| 2006-05-18 | - Add prop_array_equals(), prop_dictionary_equals(), and | thorpej |
| 2006-05-13 | Coverity CID 3206: Add assertion for NULL deref. | christos |
| 2006-05-07 | Make the conditional for defining boolean_t complement the conditional | he |
| 2006-05-07 | In _prop_dictionary_alloc(), explicitly set pd->pd_flags to zero | simonb |
| 2006-04-27 | Initial commit of proplib, a library for manipulating property lists and | thorpej |
| 2006-04-23 | Now that bcopy.S doesn't contain the actual implemenation, move it | uwe |
| 2006-04-22 | Move the code into memcpy.S. Adjust the other files accordingly. | uwe |
| 2006-04-22 | libc gets gcc millicode from libgcc, so we don't need to keep it | uwe |
| 2006-04-22 | Move strtoumax.c from libc/stdlib to common/libc/stdlib and include it | thorpej |
| 2006-04-07 | prefix local labels with ".L". | yamt |
| 2006-03-30 | remove bogus _LIBC defines. broke lint. | christos |
| 2006-03-13 | Enforce argument domain by assigning to a char variable and searching | martin |
| 2006-02-18 | Don't bloat the standalone images with preset CRC tables and large routines. | dsl |
| 2006-02-08 | Don't rename bswap{16,32} if either _KERNEL or _STANDALONE are defined, | simonb |
| 2006-02-05 | Don't do DIAGASSERT against NULL if _KERNEL This puts us back to | ross |
| 2006-02-04 | Define htonl &co as alternative names to bswap only if little endian. | uwe |
| 2006-02-04 | libc wants __bswapNN, kernel wants bswapNN. That was not accounted | uwe |
| 2006-01-27 | Sprinkle __UNCONST and fix some casts to make this pass WARNS=4 | christos |
| 2006-01-25 | If __NetBSD__ && (_KERNEL || _STANDALONE) - don't try to pull in | uwe |
| 2006-01-16 | change DEBUG to ZLIB_DEBUG. | christos |
| 2006-01-16 | Avoid possible name shadowing with min and max (from libkern). | christos |
| 2006-01-14 | add NetBSD ifdefs | christos |
| 2006-01-14 | - include <sys/types.h> | christos |
| 2006-01-14 | use z_ptrdiff_t instead of ptrdiff_t directly. | christos |
| 2006-01-14 | rename write to wwrite to avoid variable shadowing. | christos |