]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Add some new debugging options for the ath(4) and ath_hal(4) drivers.
[FreeBSD/FreeBSD.git] / lib /
2013-01-15 zont- Use standard RETURN VALUES section.
2013-01-13 mjglibutil: fix typo in comment for gr_fini.
2013-01-13 mjglibutil: utilize strsep instead of strcat in a loop...
2013-01-13 mjglibutil: move group_line_format into the scop of its...
2013-01-13 mjglibutil: eliminate 'found' variable in gr_equal
2013-01-12 joelAdd FILES section.
2013-01-12 joeleditrc only read from $HOME.
2013-01-11 brooksAdd contrib/libc-vis to the include path so we reliably...
2013-01-11 brooksIn r244401 I accidently moved strunvis and strunvisx...
2013-01-11 theravenMerge new version of libcxxrt. This brings in three...
2013-01-10 umeRe-enable ip6addrctl support but only for IPv6 address.
2013-01-09 aeFix the bindto parameter declaration.
2013-01-09 umeDisable destination address selection support of
2013-01-07 kibOnly assign the environ in the startup code when enviro...
2013-01-06 andrewSilence a clang warning by telling it we are only inter...
2013-01-01 pfglibedit: bind the correct command when using "bind...
2013-01-01 antoineAdd missing DPADD
2012-12-30 nwhitehornWith the old sade removed, libdisk is no longer used...
2012-12-28 baptSimplify pointing dst after the end of all the gr_mem...
2012-12-28 bapterrno = ENOMEM was supposed to be removed not return...
2012-12-28 baptmalloc() sets errno to ENOMEM already.
2012-12-28 baptDo not leave parts of the new group uninitialized in...
2012-12-28 delphijAdd derived versions for common Simplified Chinese...
2012-12-28 delphijAdd zh_CN.UTF-8 catalog.
2012-12-27 baptavoid arithmetic on uintptr_t
2012-12-27 baptcast to uintptr_t to properly calculate offset
2012-12-27 baptAdd O_CLOEXEC to flopen
2012-12-27 baptgr_dup: simplify duplication of group
2012-12-27 bapt- Clean up previous gr_add use malloc instead of calloc
2012-12-27 baptNew gr_add function to provide a clean and safe method...
2012-12-27 baptUse flopen(3) instead of open(2) + flock(2)
2012-12-26 pluknetFix libproc test case to work with clang premature...
2012-12-25 zont- Update manual pages accordingly to r244384 and r244385.
2012-12-23 dimUpgrade our copy of llvm/clang to 3.2 release.
2012-12-21 delphij - Reduce buffer size from LINE_MAX to PATH_MAX, there...
2012-12-21 brooksAdd NetBSD's mtree to the tree and install it as nmtree...
2012-12-21 brooksAdd libnetbsd, a thin compatibility layer intended...
2012-12-21 kevloFix socket calls on error post-r243965.
2012-12-21 rpauloMove the 64-bit _setjmp to lib/libstand.
2012-12-18 brooksReplace our implementation of the vis(3) and unvis...
2012-12-18 andrewGet libcompiler-rt and libgcc building on ARM with...
2012-12-17 eadlerFix warning from valgrind when a failed entry is tested.
2012-12-17 jilleslibc/iconv: Fix race condition with setting FD_CLOEXEC.
2012-12-15 trocinyNew devstat metrics for devstat_compute_statistics():
2012-12-12 pjdEliminate redundant variable.
2012-12-11 jilleslibc: Make various internal file descriptors close...
2012-12-11 dimCleanup a few duplicate llvm libs that snuck in with...
2012-12-10 jilleslibc: Make various internal file descriptors close...
2012-12-10 brooksImprove style(9) compliance of function declarations.
2012-12-07 erwinRe-disable GSSAPI, which does not build on several...
2012-12-07 erwinUpdate to 9.8.4-P1.
2012-12-07 kevloDocument that socket(2) may fail with EAFNOSUPPORT...
2012-12-07 delphijFix build: reflect the increased field number.
2012-12-06 sem- Rewrite radius servers traversal algorithm.
2012-12-05 baptremove redundant yyparse declarations
2012-12-05 erwinVendor import of Bind 9.8.4
2012-12-04 jilleslibc: Use the new 'e' fopen() mode option to simplify...
2012-12-04 kevloDocument that bind(2) can fail with EAFNOSUPPORT.
2012-12-03 dimUpgrade our copy of llvm/clang to r168974, from upstrea...
2012-12-02 dimVendor import of clang release_32 branch r168974 (effec...
2012-12-02 dimVendor import of llvm release_32 branch r168974 (effect...
2012-12-01 marcelProtect against DoS attacks, such as being described...
2012-12-01 marcelIn globextend(), take advantage of the fact that reallo...
2012-12-01 marcelIn globextend() when the pathv vector cannot be (re...
2012-12-01 eadlerThe getline function returns the number of characters...
2012-12-01 rwatsonMerge OpenBSM 1.2-alpha2 from vendor branch to FreeBSD...
2012-11-30 jilleslibc: Allow setting close-on-exec in fopen/freopen...
2012-11-23 kevloDocument that getpeername(2) and getsockname(2) can...
2012-11-20 jkimMerge ACPICA 20121114.
2012-11-20 baptonly rename(2) after chmod(2) has succeed
2012-11-20 baptchange mode the group file to 0644 after a successfull...
2012-11-19 tuexenCleanup the code a bit, which improves the portability.
2012-11-19 tuexenFix the handling of mapped IPv6 addresses in sctp_conne...
2012-11-16 kevlo- the preferred way to write a NULL pointer constant...
2012-11-16 desFix weird indentation.
2012-11-16 joelmdoc: Use the Ev macro for environmental variables.
2012-11-16 kevloDocument that rtprio(2) and rtprio_thread(2) can fail...
2012-11-16 grogComplete man page.
2012-11-16 sjgMerge bmake-20121111
2012-11-14 kevloDocument that sendfile(2) can fail with ENOBUFS.
2012-11-13 kibDocument wait6() and waitid().
2012-11-13 kibImplement the waitid() SUSv4 function using wait6(...
2012-11-11 dimAdd an explanatory comment to lib/libc/gen/isnan.c...
2012-11-10 dimOnly define isnan, isnanf, __isnan and __isnanf in...
2012-11-08 grogClarify that the ' flag is an apostrophe.
2012-11-07 jhibbitsImplement DTrace for PowerPC. This includes both 32...
2012-11-07 sjgSimple unit-tests for libcrypt, to show how easy it is.
2012-11-07 kevloFix typo; s/ouput/output
2012-11-07 marcelRemove -L<path> from LDADD, it doesn't belong there.
2012-11-05 dimFix a few warnings from newer clang 3.2 in libpmc,...
2012-11-03 tuexenFix errno in a couple of error cases.
2012-11-03 baptFix typo
2012-11-02 dimFix broken macro checking in the libc++ Makefile, intro...
2012-11-01 jillesfopen(3): Mention that the "x" mode option is from...
2012-11-01 jillesfcntl(2): Fix typos in name of constant "F_DUP2FD_CLOEXEC".
2012-10-31 desCorrect attribution.
2012-10-30 joelMinor mdoc and language fixes.
2012-10-30 baptRemoved unnecessary bits in the header that shows where...
2012-10-30 baptDocument the pw_util(3) functions
2012-10-29 baptbackout r242319, racy and not done in the right place
next