]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
MFV r244559:
[FreeBSD/FreeBSD.git] / lib /
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-21 Brooks DavisAdd libnetbsd, a thin compatibility layer intended...
2012-12-21 Kevin LoFix socket calls on error post-r243965.
2012-12-21 Rui PauloMove the 64-bit _setjmp to lib/libstand.
2012-12-18 Brooks DavisReplace our implementation of the vis(3) and unvis...
2012-12-18 Andrew TurnerGet libcompiler-rt and libgcc building on ARM with...
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 Mikolaj GolubNew devstat metrics for devstat_compute_statistics():
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-11 Dimitry AndricCleanup a few duplicate llvm libs that snuck in with...
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 LansingRe-disable GSSAPI, which does not build on several...
2012-12-07 Erwin LansingUpdate to 9.8.4-P1.
2012-12-07 Kevin LoDocument that socket(2) may fail with EAFNOSUPPORT...
2012-12-07 Xin LIFix build: reflect the increased field number.
2012-12-06 Sergey Matveychuk- Rewrite radius servers traversal algorithm.
2012-12-05 Baptiste Daroussinremove redundant yyparse declarations
2012-12-05 Erwin LansingVendor import of Bind 9.8.4
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-03 Dimitry AndricUpgrade our copy of llvm/clang to r168974, from upstrea...
2012-12-03 Xin LIMFV: less v456.
2012-12-02 Dimitry AndricVendor import of clang release_32 branch r168974 (effec...
2012-12-02 Dimitry AndricVendor import of llvm release_32 branch r168974 (effect...
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-20 Baptiste Daroussinonly rename(2) after chmod(2) has succeed
2012-11-20 Baptiste Daroussinchange mode the group file to 0644 after a successfull...
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-16 Kevin Lo- the preferred way to write a NULL pointer constant...
2012-11-16 Dag-Erling SmørgravFix weird indentation.
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 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-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-08 Martin MatuskaUpdate vendor/illumos/dist and vendor/illumos-sys/dist
2012-11-08 Martin MatuskaUpdate vendor/illumos/dist and vendor-sys/illumos/dist
2012-11-07 Justin HibbitsImplement DTrace for PowerPC. This includes both 32...
2012-11-07 Simon J. GerratySimple unit-tests for libcrypt, to show how easy it is.
2012-11-07 Kevin LoFix typo; s/ouput/output
2012-11-07 Marcel MoolenaarRemove -L<path> from LDADD, it doesn't belong there.
2012-11-05 Dimitry AndricFix a few warnings from newer clang 3.2 in libpmc,...
2012-11-04 Xin LIMFV: less v453.
2012-11-03 Michael TuexenFix errno in a couple of error cases.
2012-11-03 Baptiste DaroussinFix typo
2012-11-02 Dimitry AndricFix broken macro checking in the libc++ Makefile, intro...
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-31 Dag-Erling SmørgravCorrect attribution.
2012-10-30 Joel DahlMinor mdoc and language fixes.
2012-10-30 Baptiste DaroussinRemoved unnecessary bits in the header that shows where...
2012-10-30 Baptiste DaroussinDocument the pw_util(3) functions
2012-10-29 Baptiste Daroussinbackout r242319, racy and not done in the right place
2012-10-29 Baptiste Daroussinmake pw_init and gr_init fail if the specified master...
2012-10-28 Edwin GroothuisMerge of vendor import of tzdata2012h
2012-10-26 Matthew D FlemingConst-ify the zone name argument to uma_zcreate(9).
2012-10-26 Jaakko HeinonenImprove libgeom XML parsing error handling.
2012-10-25 Simon J. GerratyMerge bmake-20121010
2012-10-24 Sean BrunoCleanup and rename some variables in libpmc and hwpmc.
2012-10-23 Jung-uk KimMerge ACPICA 20121018.
2012-10-22 Dimitry AndricAllow building libc++ with any custom -std=xxx flag...
2012-10-22 Xin LIMFV: netcat from OpenBSD 5.2.
2012-10-22 Dimitry AndricImport libc++ trunk r165949. Among other improvements...
2012-10-22 Warner LoshRevert r241756
2012-10-22 Warner LoshRevert r241755
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-22 Eitan AdlerImplement HTTP 305 redirect handling.
2012-10-22 Eitan AdlerDon't deny non-temporary redirects if the -A option...
2012-10-22 Eitan AdlerBe a bit more lenient in the maximum number of redirect...
next