aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Temporary hack to unbreak user/group lookups;Tim Kientzle2009-04-041-2/+2
* Allow the NULL, RTLD_SELF and RTLD_NEXT handles to work with dlfunc(3).Konstantin Belousov2009-04-033-31/+9
* Properly handle malloc() failures.Xin LI2009-04-021-5/+7
* Remove a warning which is supposed to have been removed on 20030301.Xin LI2009-04-021-12/+0
* Bail out when memory allocation is failed, rather than referencingXin LI2009-04-021-2/+6
* Properly update the shm_open/shm_unlink symbol versioning metadata afterJohn Baldwin2009-04-022-2/+6
* Unconditionally build wrappers for i386_get_ioperm(), i386_set_ioperm(),Konstantin Belousov2009-04-011-4/+3
* Document RTLD_NODELETE, -z nodelete and -z origin support.Konstantin Belousov2009-04-011-2/+9
* Fix an off-by-one buffer overflow in ngets().John Baldwin2009-03-311-1/+1
* Turn on nodelete linker flag because libthr can not be unloaded safely,David Xu2009-03-311-0/+1
* Query DNS only once per an address family.Hajimu UMEMOTO2009-03-291-86/+170
* Add some casts to silence compiler warning about signedness.Xin LI2009-03-282-3/+3
* Minor changes from Berkeley DB 1.86 and further improvements from OpenBSD.Xin LI2009-03-2810-115/+214
* Allow O_SYNC and O_NOFOLLOW flags in dbopen().Xin LI2009-03-281-2/+2
* Plug memory leaks and a potential NULL dereference.Xin LI2009-03-281-4/+12
* Simplify the logic when determining whether to zero out a db file to afterXin LI2009-03-281-15/+5
* - If (keysize+datasize)%(bsize=14)==0, insertion of a `big key' would causeXin LI2009-03-281-6/+18
* Avoid NULL deference which causes DEBUG1 to crash, not to print usefulXin LI2009-03-281-1/+1
* - Avoid overwriting the cursor page when the cursor page becomes theXin LI2009-03-281-1/+21
* Fix a crash when iterating over a hash and removing its elements.Xin LI2009-03-282-11/+21
* Only squeeze a short key/value pair onto a page with other complete key/valueXin LI2009-03-281-3/+9
* Diff reduce against OpenBSD, no functional change.Xin LI2009-03-282-12/+6
* Return meaningful errno in overflow case; print error message to stderrXin LI2009-03-281-1/+7
* Use pread(2) and pwrite(2) instead of lseek(2) + read(2) / write(2).Xin LI2009-03-282-6/+3
* db/btree/bt_open.c: check return value of snprintf() and return valueXin LI2009-03-282-6/+21
* Several signed/unsigned warning fixes.Xin LI2009-03-288-16/+18
* When allocating memory, zero out them if we don't intend to overwrite themXin LI2009-03-285-28/+11
* Document missing requests.Diomidis Spinellis2009-03-271-2/+18
* Add support for SCTP to getaddrinfo(3).Hajimu UMEMOTO2009-03-251-7/+20
* Improve the German translation.Alexander Leidinger2009-03-251-6/+6
* - Add Belarusian catalogGabor Kovesdan2009-03-242-0/+250
* Allow compile from c++ for libpmcFabien Thomas2009-03-242-0/+6
* getaddrinfo(3) should accept numeric when ai_socktype is notHajimu UMEMOTO2009-03-241-1/+11
* Save errno before calling _close(), which may clear it.Xin LI2009-03-231-2/+4
* use more proper format string.Xin LI2009-03-232-11/+11
* 7.2 will be the first release where strndup() appears.Konstantin Belousov2009-03-221-1/+1
* Fix typo in comment.Rui Paulo2009-03-221-1/+1
* Install the new headers.Rui Paulo2009-03-221-0/+7
* Support files for new libpcap 1.0.0.Rui Paulo2009-03-212-50/+133
* o Spell.Maxim Konovalov2009-03-211-4/+4
* - Add Ukranian catalogGabor Kovesdan2009-03-202-0/+250
* Forcibly unlock the malloc() locks in the child process after fork(),Konstantin Belousov2009-03-191-1/+4
* - Fix typoGabor Kovesdan2009-03-181-1/+1
* Add prototypes for libusb20_be_[gs]et_template.Xin LI2009-03-171-0/+2
* - Add Brazilian Portuguese catalog [1]Gabor Kovesdan2009-03-163-41/+273
* - Create the buildworld object directories with mtree instead of variousGabor Kovesdan2009-03-151-6/+0
* Namespace: scalb() is withdrawn from POSIX.David Schultz2009-03-141-1/+4
* Eliminate __real__ and __imag__ gccisms.David Schultz2009-03-144-15/+42
* - Fix object directory creation when running threaded buildworldGabor Kovesdan2009-03-131-1/+1
* - Reenable Native Language Support in libc. This feature was disabled dueGabor Kovesdan2009-03-1315-0/+3270