summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2007-06-21Apply the patch, with some minor tweaks, supplied in PR/36513.scw
2007-06-21Xref prop_dictionary_util(3) and prop_send_ioctl(3).xtraeme
2007-06-20Apply the patch supplied in PR/36512 to fix the buffer overlap check.scw
2007-06-04handle fortify, ansify.christos
2007-06-03Make these work with _FORTIFY_SOURCE, by overriding the fortified definitionschristos
2007-05-10Typo: prop_dictionary_receive_ioctl -> prop_dictionary_recv_ioctl.xtraeme
2007-04-28It's "Copy a dictionary" not "Copy an dictionary". preempt wiz andxtraeme
2007-04-22correct a section number.yamt
2007-04-22correct function names.yamt
2007-04-08Remove support for NetBSD/{,evb}sh5.scw
2007-03-31Add these so kernels built -O0 will link.matt
2007-03-12Pass an ipl argument to pool_init/POOL_INIT to be used when initializingad
2007-03-04Fix white space skipping before closing tag when padding charactersdillo
2007-02-22Add prop_data_size() to SYNOPSIS.freza
2007-02-19don't do the weak symbol thing in kernel context.chs
2007-02-18Make SHA512_Last static since it is not part of the API. Suggested bychristos
2007-02-17make SHA512_Last weak.christos
2007-02-02Fix typo.mjf
2006-12-18remove bogus (void)&var; from Anon Ymouschristos
2006-11-28Add a comment to explain how the value for uaddr is chosen. Maybe uvm_mmapcube
2006-11-28In _prop_object_copyout_ioctl, uaddr was not initialised, although it iscube
2006-11-13Add strsep(3) to libkern.dyoung
2006-11-01Add include of <sys/param.h>, to allow vax kernels to build again.he
2006-10-27Simplify the __attribute__ ifdef mess now that __used does the rightuwe
2006-10-27restruct the include files to look like the other hash functions.christos
2006-10-27this is shared with the kernel now.christos
2006-10-26Do the used/unused dance under #ifdef KERNEL too. Prevents mcountuwe
2006-10-26Add prop_array_t support to prop_kern.thorpej
2006-10-26- Add prop_dictionary_all_keys(). Takes a snapshot of a dictionary'sthorpej
2006-10-19sysconf() returns long, which isn't neccessarily assignment-compatiblehe
2006-10-18Backout size_t casts - lint has been fixed.martin
2006-10-18Sprinkle a few size_t casts to avoid conversion warnings.martin
2006-10-18Add casts to apease lint.martin
2006-10-16Add a _PROP_ARG_UNUSED that expands to __unused on NetBSD and to nothingthorpej
2006-10-15delete junk I accidentally committed.christos
2006-10-15de-lint.christos
2006-10-15Make it compile with -Wextra on big endian machines (at lest the #if in themartin
2006-10-14Put macro argument right after macro, not in next line.wiz
2006-10-12Appease our stupid lint.thorpej
2006-10-12Make prop_number_t handle both signed and unsigned numbers. The *integer*thorpej
2006-10-12Make 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-04fix build issue for !_KERNELdbj
2006-10-03- Add a reader-writer lock to array and dictionary objects that ensures thatthorpej
2006-09-27typos: prop_stringy_* -> prop_string_*xtraeme
2006-09-22unbreak kernel builds from the last fixdogcow
2006-09-22protect include of sys/mman.h when building _KERNEL or _STANDALONEdbj
2006-09-22Alter the protocol impemented by prop_kern to allow for bi-directionalthorpej