]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Fix UART PPS capture mode printing
[FreeBSD/FreeBSD.git] / lib /
2016-08-28 kibFollow ABI when calling __error from the ptrace(2)...
2016-08-27 kibDo not obliterate errno value in the main thread during...
2016-08-27 acheThe formal behavior of qsort is unstable with regard...
2016-08-27 oshogboFix style issue in the cnv API.
2016-08-27 oshogboAdd cnv API.
2016-08-27 mmTemporarily disable two libarchive tests that have...
2016-08-26 edImprove compatibility of calls to dirname() on constant...
2016-08-26 tsoomeUnused variables and cstyle fix for loader dosfs
2016-08-25 acheOriginal fgetln() from 44lite return sucess for line...
2016-08-25 kpAdd libifc, a library implementing core functionality...
2016-08-25 acheRemove "Fast path", it bypass __wcrtomb() and all its...
2016-08-25 acheDon't check for __SERR which may stick from one of...
2016-08-24 emasteDon't build libdevdctl if MK_CXX is no
2016-08-24 acheUse current locale (f.e. set by thread). It was global...
2016-08-24 cyMFV r304732.
2016-08-24 brooksAvoid a redecleartion of __getosreldate().
2016-08-22 bdreweryRename ORDERED to BOOTSTRAP since no order is respected...
2016-08-22 ache1) Back out r304607 case 2). fgetwln() as its pair...
2016-08-22 robertoRemove support for SSH1 as it is already disabled in...
2016-08-22 robertoAdd support for Ed25519 keys.
2016-08-22 acheFix error processing.
2016-08-20 dimPull in r265122 from upstream llvm trunk (by James...
2016-08-19 jhbFix various nits in the aio operation manpages.
2016-08-18 gnnRemove unusedd and obsolete openbsd_poll system call...
2016-08-18 kevloRemove <sys/types.h> from the SYNOPSIS.
2016-08-17 dimPull in r262772 from upstream clang trunk (by Simon...
2016-08-17 bdreweryGarbage collect _umtx_lock(2)/_umtx_unlock(2) reference...
2016-08-17 kibAdd fdatasync(2) man page, combined with fsync(2).
2016-08-17 kibImplement userspace gettimeofday(2) with HPET timecounter.
2016-08-17 kevlo- Add the 'restrict' type qualifier to match function...
2016-08-16 brooksDon't conflate enum nss_status return values values...
2016-08-16 kibThe fdatasync(2) call must be cancellation point.
2016-08-16 markjMFV r304057:
2016-08-16 markjMFV r296989:
2016-08-15 kibAdd an implementation of fdatasync(2).
2016-08-14 delphijAdd timingsafe_bcmp and timingsafe_memcmp.
2016-08-14 adrian[mips] convert over =v to =r for the inline assembly.
2016-08-14 mmMFV r304060:
2016-08-13 markj7085 add support for "if" and "else" statements in...
2016-08-13 markj5396 fix longjmp clobbering errors
2016-08-13 ngieInitialize `ai` to NULL and test for `ai` with type...
2016-08-13 ngieIncrease timeout from 10 minutes to 20 minutes for...
2016-08-12 kibMove defines common between rtld and libsysdecode into...
2016-08-12 kibDecode 32bit utrace records on the 64bit host.
2016-08-12 edReimplement dirname(3) to be thread-safe.
2016-08-10 edMake libcrypt thread-safe. Add crypt_r(3).
2016-08-09 jhbRemove obsolete manpage that is not currently installed.
2016-08-09 pfglibpcap: replace comma with semicolon when pertinent.
2016-08-09 pfglibc/rpc: replace comma with semicolon when pertinent.
2016-08-08 bdreweryRevert r298434 which should be fixed by r301287, r30139...
2016-08-07 adrian[mips] add support for using the MIPS user register...
2016-08-06 kibAdd __cxa_thread_atexit(3) API implementation.
2016-08-06 kibCreate namespace for the symbols added during 12-CURREN...
2016-08-04 pluknetGrammar fixes.
2016-08-04 pluknetmdoc: The .Fn function.
2016-08-03 acheAlthough the code amount is not big, move POSIX error...
2016-08-03 edmprotect(): Change prototype to comply to POSIX.
2016-08-02 bdreweryAdd link for getnetgrent_r(3).
2016-08-02 cemproc_init: Fix a few memory leaks of 'phdl'
2016-07-31 edFix up setgrent(3) to have a POSIX-compliant prototype.
2016-07-31 acheIn addition to prev. commit. Since potentially glob2...
2016-07-31 acheBoth C99 and POSIX directly prohibits any standard...
2016-07-30 acheRework r303074 case 4. Don't immediatelly skip director...
2016-07-30 markjlibproc: Add proc_getmodel().
2016-07-30 markjAdd descriptions for fields in struct proc_handle.
2016-07-30 markjlibrtld_db: Use the auxv to figure out where to look...
2016-07-30 acheReset errno for readdirfunc() before contunue.
2016-07-30 baptRemove usage of _WITH_DPRINTF
2016-07-30 baptRemove last traces of _WITH_GETLINE
2016-07-30 baptRemove _WITH_GETLINE and _WITH_DPRINTF guards
2016-07-29 edChange the return type of freelocale(3) to void.
2016-07-29 edMention that basename(3) and dirname(3) will change...
2016-07-28 jhbNote that not all optional ptrace events use SIGTRAP.
2016-07-28 edFix up prototypes of basename(3) and dirname(3) to...
2016-07-28 edChange the return type of msgrcv() to ssize_t as requir...
2016-07-28 edAdd NI_NUMERICSCOPE.
2016-07-27 kibRemove empty initializer for the once facility. It...
2016-07-26 edFix typing of srandom() and initstate().
2016-07-25 delphijChange bsdiff to use divsufsort suffix sort library...
2016-07-24 delphijVendor import of libdivsufsort, a software library...
2016-07-23 baptUpdate mandoc to 1.13.4 release
2016-07-23 ache1) POSIX defines well when GLOB_NOMATCH or original...
2016-07-23 ache1) We need the original pattern (in the next round...
2016-07-21 jhbAdd more documentation regarding unsafe AIO requests.
2016-07-21 emastelibmd: strip local absolute symbols (to link with lld)
2016-07-21 ache1) GLOB_BRACE was somewhat broken. First it repeatedly...
2016-07-20 zeisingChange wording to use function rather than system call...
2016-07-20 brooksUpdate to reflect the fact that pipe() is a wrapper...
2016-07-20 acheIn addition to r303074 case 1, search for protected...
2016-07-20 ache1) Per POSIX (and glibc) GLOB_NOCHECK should return...
2016-07-19 pfglibc: tag the Rune initialization function prototypes...
2016-07-19 ache1) Don't protect \/ and \. even if user say so. They...
2016-07-18 acheg_Ctoc() conversion buffers are smaller than needed...
2016-07-18 acheChange patch from r303004 case 3. According to POSIX...
2016-07-18 ache1) Add all characters from ~ expansion as protected...
2016-07-18 ache1) POSIX defines well when GLOB_ABORTED can be returned...
2016-07-18 jhbAdd PTRACE_VFORK to trace vfork events.
2016-07-18 willlibkvm: Improve physical address lookup scaling.
2016-07-18 willlibkvm: Bounds check (more) PTE indices.
2016-07-18 willlibkvm: Put private kvm routines in kvm_private.c.
next