]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc
Add a missing unmap; if we're freeing this mbuf then we must
[FreeBSD/FreeBSD.git] / lib / libc /
2013-01-17 Neel NatuIFC @ r245509
2013-01-16 Xin LIMFV r245510:
2013-01-15 Andrey Zonov- Use standard RETURN VALUES section.
2013-01-11 Brooks DavisAdd contrib/libc-vis to the include path so we reliably...
2013-01-11 Brooks DavisIn r244401 I accidently moved strunvis and strunvisx...
2013-01-11 David ChisnallMerge new version of libcxxrt. This brings in three...
2013-01-10 Hajimu UMEMOTORe-enable ip6addrctl support but only for IPv6 address.
2013-01-09 Hajimu UMEMOTODisable destination address selection support of
2013-01-09 Neel NatuIFC @ r245178
2013-01-06 Andrew TurnerSilence a clang warning by telling it we are only inter...
2013-01-04 Neel NatuIFC @ r244983.
2013-01-03 Xin LIMFV: one-true-awk 20121220.
2013-01-02 Xin LIMFV r244973:
2012-12-29 Gregory Neil ShapiroMerge sendmail 8.14.6 to HEAD
2012-12-28 Xin LIAdd derived versions for common Simplified Chinese...
2012-12-28 Xin LIAdd zh_CN.UTF-8 catalog.
2012-12-25 Andrey Zonov- Update manual pages accordingly to r244384 and r244385.
2012-12-23 Dimitry AndricUpgrade our copy of llvm/clang to 3.2 release.
2012-12-22 Martin MatuskaMFV r244559:
2012-12-21 Xin LI - Reduce buffer size from LINE_MAX to PATH_MAX, there...
2012-12-21 Brooks DavisAdd NetBSD's mtree to the tree and install it as nmtree...
2012-12-18 Brooks DavisReplace our implementation of the vis(3) and unvis...
2012-12-17 Eitan AdlerFix warning from valgrind when a failed entry is tested.
2012-12-17 Jilles Tjoelkerlibc/iconv: Fix race condition with setting FD_CLOEXEC.
2012-12-15 Robert WatsonMerge OpenBSM 1.2-alpha3 from the vendor branch to...
2012-12-15 Martin MatuskaMFV r244245:
2012-12-12 Pawel Jakub DawidekEliminate redundant variable.
2012-12-11 Jilles Tjoelkerlibc: Make various internal file descriptors close...
2012-12-10 Jilles Tjoelkerlibc: Make various internal file descriptors close...
2012-12-10 Brooks DavisImprove style(9) compliance of function declarations.
2012-12-07 Erwin LansingUpdate to 9.8.4-P1.
2012-12-07 Kevin LoDocument that socket(2) may fail with EAFNOSUPPORT...
2012-12-04 Jilles Tjoelkerlibc: Use the new 'e' fopen() mode option to simplify...
2012-12-04 Kevin LoDocument that bind(2) can fail with EAFNOSUPPORT.
2012-12-04 Neel NatuIFC @r243836
2012-12-03 Dimitry AndricUpgrade our copy of llvm/clang to r168974, from upstrea...
2012-12-03 Xin LIMFV: less v456.
2012-12-01 Marcel MoolenaarProtect against DoS attacks, such as being described...
2012-12-01 Marcel MoolenaarIn globextend(), take advantage of the fact that reallo...
2012-12-01 Marcel MoolenaarIn globextend() when the pathv vector cannot be (re...
2012-12-01 Eitan AdlerThe getline function returns the number of characters...
2012-12-01 Robert WatsonMerge OpenBSM 1.2-alpha2 from vendor branch to FreeBSD...
2012-11-30 Jilles Tjoelkerlibc: Allow setting close-on-exec in fopen/freopen...
2012-11-29 David ChisnallMerge new libc++ into head.
2012-11-26 Martin MatuskaMFV r243395:
2012-11-25 Martin MatuskaMFV r243013 and r243267:
2012-11-25 Martin MatuskaMFV r243012:
2012-11-25 Martin MatuskaMFV r242735:
2012-11-23 Kevin LoDocument that getpeername(2) and getsockname(2) can...
2012-11-20 Jung-uk KimMerge ACPICA 20121114.
2012-11-19 Michael TuexenCleanup the code a bit, which improves the portability.
2012-11-19 Michael TuexenFix the handling of mapped IPv6 addresses in sctp_conne...
2012-11-17 Neel NatuIFC @ r243164
2012-11-16 Kevin Lo- the preferred way to write a NULL pointer constant...
2012-11-16 Joel Dahlmdoc: Use the Ev macro for environmental variables.
2012-11-16 Kevin LoDocument that rtprio(2) and rtprio_thread(2) can fail...
2012-11-16 Greg LeheyComplete man page.
2012-11-16 Simon J. GerratyMerge bmake-20121111
2012-11-14 Kevin LoDocument that sendfile(2) can fail with ENOBUFS.
2012-11-13 Edwin GroothuisMerge of vendor import of 242999, tzdata2012j
2012-11-13 Konstantin BelousovDocument wait6() and waitid().
2012-11-13 Konstantin BelousovImplement the waitid() SUSv4 function using wait6(...
2012-11-13 Neel NatuIFC @ r242940
2012-11-13 David ChisnallImport new version of libc++ into base.
2012-11-12 Edwin GroothuisMerge of vendor import of 242925, tzdata2012i
2012-11-11 Dimitry AndricAdd an explanatory comment to lib/libc/gen/isnan.c...
2012-11-11 Neel NatuIFC @ r242684
2012-11-10 Dimitry AndricOnly define isnan, isnanf, __isnan and __isnanf in...
2012-11-10 Xin LIMFV r242729 (mm):
2012-11-08 Greg LeheyClarify that the ' flag is an apostrophe.
2012-11-04 Xin LIMFV: less v453.
2012-11-03 Michael TuexenFix errno in a couple of error cases.
2012-11-01 Jilles Tjoelkerfopen(3): Mention that the "x" mode option is from...
2012-11-01 Jilles Tjoelkerfcntl(2): Fix typos in name of constant "F_DUP2FD_CLOEXEC".
2012-10-28 Edwin GroothuisMerge of vendor import of tzdata2012h
2012-10-25 Simon J. GerratyMerge bmake-20121010
2012-10-23 Jung-uk KimMerge ACPICA 20121018.
2012-10-22 Xin LIMFV: netcat from OpenBSD 5.2.
2012-10-22 Dimitry AndricImport libc++ trunk r165949. Among other improvements...
2012-10-22 Edwin GroothuisMFV of r241867
2012-10-22 Eitan AdlerUpdate the kill(2) and killpg(2) man pages to the moder...
2012-10-22 Eitan Adlerremove duplicate semicolons where possible.
2012-10-21 Nathan WhitehornUpdate dialog to 20120706: includes minor useability...
2012-10-20 Andre OppermannGrammar fixes to r241781.
2012-10-20 Andre OppermannHide the unfortunate named sysctl kern.ipc.somaxconn...
2012-10-19 Ulrich SpörleinMerge mandoc from vendor into contrib and provide the...
2012-10-19 Brooks DavisReplace our version of the pwcache(3) API with NetBSD...
2012-10-11 Stefan FarfelederFix my last commit. Only call strunvis after properly...
2012-10-11 Stefan FarfelederDecode the first two fstab fields with strunvis(3)...
2012-10-11 Stefan FarfelederApply some style. Checked with md5.
2012-10-10 Xin LIUpgrade to 9.8.3-P4:
2012-10-09 Eitan AdlerRemove undefined behavior from sranddev() and
2012-10-05 Xin LIMFV: tcpdump 4.3.0.
2012-10-05 Xin LIMFV: libpcap 1.3.0.
2012-10-04 Pedro F. Giffunirpc: convert all uid and gid variables to u_int.
2012-10-03 Pedro F. Giffunirpc: convert all uid and gid variables of the type...
2012-10-03 Andrey A. ChernovOptimize prev. commit for speed.
2012-10-03 Pedro F. Giffunirpc: convert all uid and gid variables of the type...
2012-10-03 Marcel MoolenaarMerge bmake-20120831 from vendor/NetBSD/bmake/dist.
2012-10-02 Pedro F. Giffunilibtirpc: be sure to free cl_netid and cl_tp
next