]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Fix broken pointer overflow check ns_name_unpack()
[FreeBSD/FreeBSD.git] / lib /
2014-08-12 Hajimu UMEMOTOFix broken pointer overflow check ns_name_unpack()
2014-08-12 Hajimu UMEMOTOUpdate our stub resolver to final version of libbind.
2014-08-12 Hajimu UMEMOTOBring the md5 functions into libc for internal use...
2014-08-12 Michael TuexenAdd support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF...
2014-08-12 Peter WemmUpdate sqlite-3.7.17 -> 3.8.5
2014-08-11 Peter WemmUpdate serf-1.3.6 -> 1.3.7
2014-08-10 Hajimu UMEMOTOWe don't use these files.
2014-08-09 Steve KarglWhen r255294 was committed, it exposed the symbols...
2014-08-09 Dimitry AndricIn r268463, I misplaced a return in demangle(), causing...
2014-08-07 Pedro F. GiffuniConst-ify character string
2014-08-07 Jung-uk KimMerge OpenSSL 1.0.1i.
2014-08-07 Pedro F. GiffuniFix broken pointer overflow check ns_name_unpack()
2014-08-06 Baptiste DaroussinMake libohash a proper internallib instead of hidding...
2014-08-06 Baptiste DaroussinRework privatelib/internallib
2014-08-05 Pedro F. GiffuniBring final version of libbind:
2014-08-05 Enji CooperIntegrate lib/libnv into the build/kyua
2014-08-05 Xin LIMFV r269542:
2014-08-04 Enji CooperIntegrate lib/libmp into the build/kyua
2014-08-04 John-Mark Gurneyfix misordering...
2014-08-04 John-Mark Gurneyadd xrefs for the other functions...
2014-08-04 Michael TuexenAdd support for the SCTP_RECONFIG_SUPPORTED and the...
2014-08-03 Michael TuexenAdd support for the SCTP_PKTDROP_SUPPORTED socket optio...
2014-08-03 Michael TuexenAdd SCTP socket option SCTP_NRSACK_SUPPORTED to control the
2014-08-02 Michael TuexenAdd support for the SCTP_PR_SUPPORTED socket option...
2014-08-02 Michael TuexenCleanup the ECN configuration handling and provide...
2014-08-02 Xin LIMFV r269427:
2014-08-02 Xin LIMFV r269426:
2014-07-31 Marcel MoolenaarAdd pkgfs, a file system implementation for reading...
2014-07-31 Nick HibmaFix the example: free the memory that was allocated...
2014-07-30 Marcel MoolenaarProvide a means for loaders to control which file syste...
2014-07-29 Xin LIMFV r269224:
2014-07-29 Xin LIMFV r269223:
2014-07-29 John BaldwinIf telldir() is called immediately after a call to...
2014-07-28 George V. Neville... Update the list of cross references to include the...
2014-07-28 Pietro CeruttiUnbreak the ABI by reverting r268494 until the compat...
2014-07-26 Dimitry AndricIn r232153, libarchive 3.0.3 was imported, replacing...
2014-07-26 Pedro F. Giffunistrftime() xlocale cleanups.
2014-07-26 Xin LIMFV r269010:
2014-07-26 Andrey A. ChernovIn the "Too many open files" edge cases don't try to...
2014-07-26 Dag-Erling SmørgravRemove useless getpwnam() call.
2014-07-26 Simon J. GerratyReviewed by: imp
2014-07-24 John BaldwinPOSIX says that passing a location returned by telldir...
2014-07-24 Sean Brunolibstand's qdivrem.c assumes that sizeof(int) == sizeof...
2014-07-24 Neel NatuFix fault injection in bhyve.
2014-07-23 Pedro F. GiffuniFix mismatch.
2014-07-23 Pedro F. Giffunifparseln(3): Update from NetBSD sources.
2014-07-23 Xin LI4976 zfs should only avoid writing to a failing non...
2014-07-23 Neel NatuEmulate instructions emitted by OpenBSD/i386 version...
2014-07-22 Pedro F. GiffuniAvoid possible cast degradation.
2014-07-22 Andrey A. ChernovFor "a"-mode files and rewind/fseek + fwrite combinatio...
2014-07-22 Andrey A. ChernovBack the whole change out until I figure out how to...
2014-07-22 Andrey A. ChernovChecking for __SAPP alone is not enough because it...
2014-07-22 Pedro F. GiffuniRevert r268984:
2014-07-22 Pedro F. GiffuniMostly cosmetic cleanups.
2014-07-22 Pedro F. Giffuniftello: return 1 when seeking offset on an append stream.
2014-07-22 Pedro F. Giffunirewind: always clear error indicator.
2014-07-21 Peter WemmMerge serf-1.3.6
2014-07-21 Pedro F. GiffuniFix hdestroy() compliance issue.
2014-07-21 Pedro F. GiffuniUpdate license.
2014-07-21 Pedro F. GiffuniAdd re-entrant versions of the hash functions based...
2014-07-20 Pedro F. GiffuniAdjust errno on failed prepwrite.
2014-07-20 Pedro F. GiffuniConst-ify a character string.
2014-07-20 Pedro F. GiffuniUse a correct errno in freopen.
2014-07-20 Pedro F. GiffuniUpdate fflush(3) to return success on a read-only stream.
2014-07-19 Ian LeporeAdd dl_unwind_find_exidx() for ARM EABI, required for...
2014-07-19 Dag-Erling SmørgravAdd support for the "account" facility.
2014-07-19 Neel NatuHandle nested exceptions in bhyve.
2014-07-19 Dag-Erling SmørgravCheck if the specified group is the user's primary...
2014-07-19 Dag-Erling SmørgravClean up the libunbound build to avoid accidentally...
2014-07-19 Pedro F. GiffuniClean r268867.
2014-07-19 Baptiste DaroussinMerge libucl 20140718 (fixes a bug in the parser)
2014-07-19 Pedro F. GiffuniUse unsigned optlen in getsourcefilter()
2014-07-19 Xin LIReduce lock contention on the z_teardown_lock under...
2014-07-18 Xin LIMFV r268851:
2014-07-18 Xin LIMFV r268850:
2014-07-18 Jilles Tjoelkerttyname(3): Fix EBADF/ENOTTY error descriptions.
2014-07-18 Xin LIMFV r268848:
2014-07-18 Baptiste DaroussinExtend kqueue's EVFILT_TIMER by adding precision unit...
2014-07-18 Baptiste DaroussinUpdate libucl to the 2014-07-16 snapshot
2014-07-17 Baptiste DaroussinUpdate to byacc 20140715 (only concerns regression...
2014-07-17 Brooks DavisReplace all uses of libncurses and libtermcap with...
2014-07-15 Xin LIMFV r268714:
2014-07-15 Xin LIMFV r268702:
2014-07-15 Baptiste DaroussinAdd a comment to explain the EAGAIN is only there for...
2014-07-15 Pedro F. Giffunilibc/stdlib: Minor cleanups to code originating in...
2014-07-15 Kevin LoDocument that listen(2) can fail with EDESTADDRREQ.
2014-07-15 Pedro F. Giffunilibc/gen: small updates to code originating at OpenBSD
2014-07-14 Julio MerinoMake generation of nslexer.c more robust.
2014-07-13 Steve Kargl* Update the comments to agree with commit r226595.
2014-07-13 Steve Kargl* Makefile:
2014-07-13 Steve Kargl* Use 9 digits instead of 11 digits in efx and efx8.
2014-07-13 Steve Kargl* Update the comments that refer to erf[c](nan) and...
2014-07-13 Steve Kargl* Use the volatile qualifier for 'tiny' to prevent...
2014-07-13 Steve KarglWhitespace.
2014-07-12 Pedro F. Giffunistrfmon: reduce unnecessary snprintf.
2014-07-11 John BaldwinFix some edge cases with rewinddir():
2014-07-10 Pedro F. GiffuniSync some (mostly cosmetical) changes from NetBSD
2014-07-10 Pietro CeruttiImplement Short/Small String Optimization in SBUF(9...
2014-07-10 Baptiste DaroussinSupport EAGAIN in fetch_writev
2014-07-09 Xin LIMFV r268455:
next