summaryrefslogtreecommitdiff
path: root/common/lib
AgeCommit message (Expand)Author
2007-11-02use the ffs32 from bitops.h which is fasterchristos
2007-10-11Fix a typo that has been there forever. prop_dictionary_set:xtraeme
2007-09-19Improve consistency between <sys/bswap.h> and what's actuallyhe
2007-08-30tyop: guaranty -> guarantee.xtraeme
2007-08-30Avoid using unbound amount of stack frames in prop_object_equaljoerg
2007-08-16libprop is currently using a recursive parser. While this is fine forjoerg
2007-08-16boolean_t -> boolthorpej
2007-07-29lockmgr > rwlockad
2007-07-18cast to void* to avoid a fatal warningdrochner
2007-07-18Fix SIGBUS issues on strict alignment issues. Use le32dec in RMD160joerg
2007-07-17Consider '\r' to be white space. Discussed with and also kept as localjoerg
2007-07-16prop_array_internalize and prop_dictionary_internalize are basically thejoerg
2007-07-07Fix the prototyp of prop_dictionary_set_keysym in the DESCRIPTION partdegroote
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