]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Various timing-related fixes:
[FreeBSD/FreeBSD.git] / lib /
2013-02-16 pjdPut one file per line so it is easier to read diffs...
2013-02-16 dimSince clang 3.2 now has an option to suppress warnings...
2013-02-16 davidxuSimplify code by using flag O_EXLOCK.
2013-02-15 desUpgrade to 1.6.16
2013-02-15 jkimMerge ACPICA 20130214.
2013-02-15 desImport LDNS and build it as an internal library.
2013-02-15 jillessetbuf(3): Remove bugs section about ancient versions...
2013-02-14 zeisingChange examples to be consistent with what style(9...
2013-02-14 hselaskyAdd USB API to read power draw on USB devices.
2013-02-13 jkimMerge OpenSSL 1.0.1e.
2013-02-13 zeisingAdd strchrnul(), a GNU function similar to strchr(...
2013-02-13 ianMake the F_READAHEAD option to fcntl(2) work as documen...
2013-02-12 andrewWhen clang builds libc it may insert calls to __aeabi_...
2013-02-12 andrewAllow us to build clang for ARM EABI. Clang and llvm...
2013-02-11 neelImplement guest vcpu pinning using 'pthread_setaffinity...
2013-02-10 jillesfts: Use O_DIRECTORY when opening name that might be...
2013-02-10 tuexenImprove code style. No functional change.
2013-02-10 jillessigqueue(2): Fix typo (EEPERM -> EPERM).
2013-02-09 eadlerFix logic inversion.
2013-02-09 joelmdoc: Remove EOL whitespace.
2013-02-09 delphijMFV r245512:
2013-02-07 kibDocument the detail of interaction between vfork and...
2013-02-07 kibDocument the ERESTART translation to EINTR for devfs...
2013-02-06 andrewAdd the __aeabi_mem* functions to compiler-rt as clang...
2013-02-05 andrew* Add the integer div & mod functions and ARM EABI...
2013-02-04 desSort by MK_* knob like the comment says
2013-02-03 dimAdd several missing symbols to libcxxrt's symbol versio...
2013-02-02 dimPull in r170135 from upstream clang trunk:
2013-02-01 sjgMerge bmake-20130123
2013-02-01 gahr- Fix more style(9)-related issues (copyright header...
2013-01-31 sbrunoUpdate hwpmc to support the Xeon class of Ivybridge...
2013-01-31 gahr- Remove underscores from the internal structure name...
2013-01-30 gahrAdd fmemopen(3), an interface to get a FILE * from...
2013-01-30 kibRework the __vdso_* symbols attributes to only make...
2013-01-29 glebiusRemove unused file.
2013-01-28 jhb- Compute the correct size to reallocate when doubling...
2013-01-28 theravenFix some symbol version mismatches between libstdc...
2013-01-24 brooksOnly install manpages and html documentation in the...
2013-01-23 brooksRemove several MLINKS that were listed twice.
2013-01-23 glebiusposix_fadvise(2) first appeared in FreeBSD 9.1
2013-01-21 pjdNote that SIGCHLD is special and if ignored, won't...
2013-01-19 andrewAdd the required __aeabi_* functions to libc.
2013-01-19 neelMerge projects/bhyve to head.
2013-01-19 andrewUse the compiler-rt version __{u,}divsi3 and __{u,...
2013-01-19 andrewUpdate the syscall calling convention for ARM EABI...
2013-01-19 andrewThere should have been a tab after SRCS+=
2013-01-19 andrewFor ARM EABI we only need a subset of the quad function...
2013-01-19 andrewAdd the __aeabi_*divmod functions to the compiler-rt...
2013-01-18 jilleslibthr: Always use the threaded rtld lock implementation.
2013-01-17 jkimMerge ACPICA 20130117.
2013-01-17 neelIFC @ r245542
2013-01-17 neelIFC @ r245509
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-09 neelIFC @ r245178
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-04 neelIFC @ r244983.
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...
next