]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
I forgot to bump the manpage date.
[FreeBSD/FreeBSD.git] / lib /
2012-05-11 Jamie GrittonThe linker isn't consistent in the ordering of dynamic...
2012-05-11 Glen BarberGeneral mdoc(7) and typo fixes.
2012-05-11 Konstantin BelousovAccording to SUSv4, realpath(3) must fail if
2012-05-10 Dimitry AndricFix copy/paste error in lib/libc/locale/toupper.c.
2012-05-10 David XuCreate a common function lookup() to search a chan...
2012-05-09 Eitan AdlerRemove reference to non-existent FreeBSD Security Archi...
2012-05-08 Konstantin BelousovPlug a leak.
2012-05-08 Glen BarberGeneral mdoc(7) and typo fixes.
2012-05-07 Hans Petter SelaskyAdd missing LibUSB 1.0 API function: libusb_get_string_...
2012-05-05 David XuFix mis-merged line, move SC_LOOKUP() call to
2012-05-05 Dimitry AndricMake sure a few new internal clang headers get installe...
2012-05-04 Xin LIMerge from OpenBSD 5.1.
2012-05-04 Michael TuexenRemove debug output.
2012-05-03 Dimitry AndricUpgrade our copy of llvm/clang to r155985, from upstrea...
2012-05-03 David ChisnallImport new version of libc++. Among other improvements...
2012-05-03 Dimitry AndricVendor import of clang release_31 branch r155985:
2012-05-03 Dimitry AndricVendor import of llvm release_31 branch r155985:
2012-05-03 David XuMFp4:
2012-04-30 Dag-Erling SmørgravDon't reuse credentials if redirected to a different...
2012-04-30 Dag-Erling SmørgravSince the socket is non-blocking, it is necessary to...
2012-04-30 Jean-Sébastien PédronRemove incorrect __restrict qualifier on several pointers
2012-04-30 Robert Watsonfix a further typo in the pdfork(2) man page.
2012-04-30 Robert WatsonThe returned file descriptor from pdfork(2) is via...
2012-04-30 David SchultzFix a bug in *wscanf's handling of non-wide %s, %c...
2012-04-29 Eitan Adlerpread(2) might fail with EBUSY, so document it
2012-04-29 Eitan AdlerAllow users of gprof to get per run output files (using...
2012-04-29 David SchultzPreviously, vfscanf()'s wide character processing funct...
2012-04-28 Jeremie Le HenFix small documentation mistakes.
2012-04-28 Jeremie Le HenImport stdbuf(1) and the shared library it relies on.
2012-04-28 Konstantin BelousovFix several memory and lock leaks on the out of memory...
2012-04-28 David E. O'BrienRemove the RFC 1319 MD2 Message-Digest Algorithm routin...
2012-04-26 Michael TuexenMove sctp_sendv and sctp_recvv to FBSD_1.3 as suggested by
2012-04-26 Michael TuexenExport symbols for sctp_sendv() and sctp_recvv().
2012-04-26 Eitan AdlerUse the .Bx macro instead of BSD
2012-04-26 Jamie GrittonA new jail(8) with a configuration file, ultimately...
2012-04-26 Eitan AdlerDocument the standardization status of err* and warn*
2012-04-26 David E. O'BrienCorrect r228114 and use the same implementation for...
2012-04-25 Hans Petter SelaskyFix typo.
2012-04-25 Hans Petter SelaskyBump the libusb major version due to the last commit...
2012-04-25 Dag-Erling SmørgravI stopped using my middle name years ago.
2012-04-25 Hans Petter SelaskyFix binary compatibility to the official LibUSB 1.0.
2012-04-24 Konstantin BelousovTake the spinlock around clearing of the fp->_flags...
2012-04-23 Jung-uk KimMerge ACPICA 20120420.
2012-04-23 Dimitry AndricRevert r234356 for now, as it leads to run-time problem...
2012-04-22 David SchultzBugfix: Include whitespace characters in the count...
2012-04-22 David SchultzBugfix: Correctly count the number of characters read...
2012-04-22 David SchultzBugfix: %n doesn't count as a conversion, so
2012-04-22 David SchultzRefactor scanf to improve modularity. Conversions...
2012-04-22 David ChisnallFix some incorrect symbol versions.
2012-04-22 Jason EvansImport jemalloc a8f8d7540d66ddee7337db80c92890916e1063c...
2012-04-22 Xin LI - Use quote when tab is used;
2012-04-21 David SchultzAs noted by Peter Jeremy, r234528 only partially fixed...
2012-04-21 David SchultzIf the size passed to {,v}s{w,n}printf is larger than...
2012-04-21 David Schultz- Fix the claim that the output is always null-terminat...
2012-04-21 David SchultzEnsure that the {,v}swprintf functions always null...
2012-04-21 David SchultzFix a bug introduced in r187302 that was causing fputws...
2012-04-20 Dimitry AndricAfter r217375, some startup objects under lib/csu are...
2012-04-20 Hans Petter SelaskyFix some compile warnings.
2012-04-19 Ed SchoutenProperly use SHA1_Final() instead of SHA_Final().
2012-04-19 David E. O'BrienUpdate file(1) to version 5.11.
2012-04-18 George V. Neville... Set SIGCANCEL to SIGTHR as part of some cleanup of...
2012-04-18 Sergey KandaurovFix typo in ".PATH"
2012-04-17 Jason EvansImport jemalloc 9ef7f5dc34ff02f50d401e41c8d9a4a928e7c2a...
2012-04-16 Dimitry AndricWork around an issue on 32-bit PowerPC, where clang...
2012-04-16 Dimitry AndricUpgrade our copy of llvm/clang to trunk r154661, in...
2012-04-16 Andrew TurnerReplace the C implementation of __aeabi_read_tp with...
2012-04-15 Eitan AdlerWhen searching for uninitialized memory usage add ensur...
2012-04-14 Dimitry AndricVendor import of clang trunk r154661:
2012-04-14 Dimitry AndricVendor import of llvm trunk r154661:
2012-04-13 Jaakko HeinonenAdditional manual page updates for r234103.
2012-04-12 Hans Petter SelaskyAdd missing LibUSB 1.0 API function.
2012-04-12 Jean-Sébastien PédronFix error messages containing the executed command...
2012-04-12 Doug BartonThe BIND 9.8.2 tarball was re-rolled to remove 9.8...
2012-04-11 Ed MasteSupport percent-encoded user and password
2012-04-11 Eitan AdlerMake the item numbers match the crypt magic number
2012-04-11 Eitan AdlerReturn EBADF instead of EMFILE from dup2 when the secon...
2012-04-11 Nathan WhitehornDo not restore the register holding the TLS pointer...
2012-04-10 Juli MallettBack out r233646. Although it fixed most libgeom consu...
2012-04-10 Jaakko Heinonen- Return EPERM from ufs_setattr() when an user without...
2012-04-09 Jilles Tjoelkersem_open: Make sure to fail an O_CREAT|O_EXCL open...
2012-04-08 Stanislav Sedov- Update FreeBSD's Heimdal distribution to 1.5.2. ...
2012-04-08 Stanislav Sedov- Update vendor tree of heimdal to 1.5.2.
2012-04-08 Andrew TurnerUnlike other functions __aeabi_read_tp function must...
2012-04-08 Stanislav Sedov- Use __NO_TLS preprocessor value to make assumptions...
2012-04-07 Stanislav Sedov- Revert part of r234005, which I did not intend to...
2012-04-07 Stanislav Sedov- Add kernel config file for QEMU-emulated gumstix...
2012-04-07 Nathan WhitehornProperly resolve the _ctx_start function descriptor...
2012-04-07 Joel Dahlmdoc: fix function type.
2012-04-07 Joel Dahlmdoc: fix column names, indentation, column separation...
2012-04-07 David SchultzFix a bug in remquo{,f,l}, in which the quotient didn...
2012-04-06 Stanislav Sedov- Do not use deprecated krb5 error message reporting...
2012-04-05 Doug BartonUpdate to version 9.8.2, the latest from ISC, which...
2012-04-05 David XuIn sem_post, the field _has_waiters is no longer used...
2012-04-05 David Xuumtx operation UMTX_OP_MUTEX_WAKE has a side-effect...
2012-04-04 Doug BartonVendor import of BIND 9.8.2
2012-04-02 Xin LIEliminate two cases of unwanted strncpy(). The name...
2012-04-01 John BaldwinExport some more useful info about shared memory object...
2012-03-30 Doug AmbriskoMFhead_mfi r233621
2012-03-30 Doug AmbriskoMFhead_mfi r227068
2012-03-30 Joel Dahlmdoc: terminate quoted strings.
next