| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow the NULL, RTLD_SELF and RTLD_NEXT handles to work with dlfunc(3). | kib | 2009-04-03 | 3 | -31/+9 |
* | Properly handle malloc() failures. | delphij | 2009-04-02 | 1 | -5/+7 |
* | Remove a warning which is supposed to have been removed on 20030301. | delphij | 2009-04-02 | 1 | -12/+0 |
* | Bail out when memory allocation is failed, rather than referencing | delphij | 2009-04-02 | 1 | -2/+6 |
* | Properly update the shm_open/shm_unlink symbol versioning metadata after | jhb | 2009-04-02 | 2 | -2/+6 |
* | Unconditionally build wrappers for i386_get_ioperm(), i386_set_ioperm(), | kib | 2009-04-01 | 1 | -4/+3 |
* | Document RTLD_NODELETE, -z nodelete and -z origin support. | kib | 2009-04-01 | 1 | -2/+9 |
* | Fix an off-by-one buffer overflow in ngets(). | jhb | 2009-03-31 | 1 | -1/+1 |
* | Turn on nodelete linker flag because libthr can not be unloaded safely, | davidxu | 2009-03-31 | 1 | -0/+1 |
* | Query DNS only once per an address family. | ume | 2009-03-29 | 1 | -86/+170 |
* | Add some casts to silence compiler warning about signedness. | delphij | 2009-03-28 | 2 | -3/+3 |
* | Minor changes from Berkeley DB 1.86 and further improvements from OpenBSD. | delphij | 2009-03-28 | 10 | -115/+214 |
* | Allow O_SYNC and O_NOFOLLOW flags in dbopen(). | delphij | 2009-03-28 | 1 | -2/+2 |
* | Plug memory leaks and a potential NULL dereference. | delphij | 2009-03-28 | 1 | -4/+12 |
* | Simplify the logic when determining whether to zero out a db file to after | delphij | 2009-03-28 | 1 | -15/+5 |
* | - If (keysize+datasize)%(bsize=14)==0, insertion of a `big key' would cause | delphij | 2009-03-28 | 1 | -6/+18 |
* | Avoid NULL deference which causes DEBUG1 to crash, not to print useful | delphij | 2009-03-28 | 1 | -1/+1 |
* | - Avoid overwriting the cursor page when the cursor page becomes the | delphij | 2009-03-28 | 1 | -1/+21 |
* | Fix a crash when iterating over a hash and removing its elements. | delphij | 2009-03-28 | 2 | -11/+21 |
* | Only squeeze a short key/value pair onto a page with other complete key/value | delphij | 2009-03-28 | 1 | -3/+9 |
* | Diff reduce against OpenBSD, no functional change. | delphij | 2009-03-28 | 2 | -12/+6 |
* | Return meaningful errno in overflow case; print error message to stderr | delphij | 2009-03-28 | 1 | -1/+7 |
* | Use pread(2) and pwrite(2) instead of lseek(2) + read(2) / write(2). | delphij | 2009-03-28 | 2 | -6/+3 |
* | db/btree/bt_open.c: check return value of snprintf() and return value | delphij | 2009-03-28 | 2 | -6/+21 |
* | Several signed/unsigned warning fixes. | delphij | 2009-03-28 | 8 | -16/+18 |
* | When allocating memory, zero out them if we don't intend to overwrite them | delphij | 2009-03-28 | 5 | -28/+11 |
* | Document missing requests. | dds | 2009-03-27 | 1 | -2/+18 |
* | Add support for SCTP to getaddrinfo(3). | ume | 2009-03-25 | 1 | -7/+20 |
* | Improve the German translation. | netchild | 2009-03-25 | 1 | -6/+6 |
* | - Add Belarusian catalog | gabor | 2009-03-24 | 2 | -0/+250 |
* | Allow compile from c++ for libpmc | fabient | 2009-03-24 | 2 | -0/+6 |
* | getaddrinfo(3) should accept numeric when ai_socktype is not | ume | 2009-03-24 | 1 | -1/+11 |
* | Save errno before calling _close(), which may clear it. | delphij | 2009-03-23 | 1 | -2/+4 |
* | use more proper format string. | delphij | 2009-03-23 | 2 | -11/+11 |
* | 7.2 will be the first release where strndup() appears. | kib | 2009-03-22 | 1 | -1/+1 |
* | Fix typo in comment. | rpaulo | 2009-03-22 | 1 | -1/+1 |
* | Install the new headers. | rpaulo | 2009-03-22 | 1 | -0/+7 |
* | Support files for new libpcap 1.0.0. | rpaulo | 2009-03-21 | 2 | -50/+133 |
* | o Spell. | maxim | 2009-03-21 | 1 | -4/+4 |
* | - Add Ukranian catalog | gabor | 2009-03-20 | 2 | -0/+250 |
* | Forcibly unlock the malloc() locks in the child process after fork(), | kib | 2009-03-19 | 1 | -1/+4 |
* | - Fix typo | gabor | 2009-03-18 | 1 | -1/+1 |
* | Add prototypes for libusb20_be_[gs]et_template. | delphij | 2009-03-17 | 1 | -0/+2 |
* | - Add Brazilian Portuguese catalog [1] | gabor | 2009-03-16 | 3 | -41/+273 |
* | - Create the buildworld object directories with mtree instead of various | gabor | 2009-03-15 | 1 | -6/+0 |
* | Namespace: scalb() is withdrawn from POSIX. | das | 2009-03-14 | 1 | -1/+4 |
* | Eliminate __real__ and __imag__ gccisms. | das | 2009-03-14 | 4 | -15/+42 |
* | - Fix object directory creation when running threaded buildworld | gabor | 2009-03-13 | 1 | -1/+1 |
* | - Reenable Native Language Support in libc. This feature was disabled due | gabor | 2009-03-13 | 15 | -0/+3270 |
* | Don't need to set symbol, default value is OK. | obrien | 2009-03-12 | 1 | -1/+1 |