]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Regenerate src.conf.5 after r304616
[FreeBSD/FreeBSD.git] / lib /
2016-08-22 Andrey A. ChernovFix error processing.
2016-08-20 Baptiste DaroussinImport Dragonfly Mail Agent snapshort from 20160806...
2016-08-20 Dimitry AndricPull in r265122 from upstream llvm trunk (by James...
2016-08-19 John BaldwinFix various nits in the aio operation manpages.
2016-08-18 George V. Neville... Remove unusedd and obsolete openbsd_poll system call...
2016-08-18 Kevin LoRemove <sys/types.h> from the SYNOPSIS.
2016-08-17 Dimitry AndricPull in r262772 from upstream clang trunk (by Simon...
2016-08-17 Bryan DreweryGarbage collect _umtx_lock(2)/_umtx_unlock(2) reference...
2016-08-17 Konstantin BelousovAdd fdatasync(2) man page, combined with fsync(2).
2016-08-17 Konstantin BelousovImplement userspace gettimeofday(2) with HPET timecounter.
2016-08-17 Kevin Lo- Add the 'restrict' type qualifier to match function...
2016-08-16 Enji CooperOnly expect :encode_tv_random_million to fail on 64...
2016-08-16 Enji CooperMFhead @ r304232
2016-08-16 Brooks DavisDon't conflate enum nss_status return values values...
2016-08-16 Konstantin BelousovThe fdatasync(2) call must be cancellation point.
2016-08-16 Mark JohnstonMFV r304057:
2016-08-16 Mark JohnstonMFV r301526:
2016-08-16 Mark JohnstonMFV r301525:
2016-08-16 Mark JohnstonMFV r301524:
2016-08-16 Mark JohnstonMFV r296989:
2016-08-16 Mark JohnstonMFV r304056:
2016-08-15 Konstantin BelousovAdd an implementation of fdatasync(2).
2016-08-14 Xin LIAdd timingsafe_bcmp and timingsafe_memcmp.
2016-08-14 Enji CooperMFhead @ r304091
2016-08-14 Adrian Chadd[mips] convert over =v to =r for the inline assembly.
2016-08-14 Martin MatuskaMFV r304060:
2016-08-13 Enji CooperMFhead @ r304061
2016-08-13 Mark Johnston7085 add support for "if" and "else" statements in...
2016-08-13 Mark Johnston5396 fix longjmp clobbering errors
2016-08-13 Enji CooperMFhead @ r304038
2016-08-13 Enji CooperInitialize `ai` to NULL and test for `ai` with type...
2016-08-13 Enji CooperIncrease timeout from 10 minutes to 20 minutes for...
2016-08-13 Enji CooperAdjust CFLAGS for fmod_test so it can find isqemu.h
2016-08-12 Konstantin BelousovMove defines common between rtld and libsysdecode into...
2016-08-12 Enji CooperCheckpoint initial integration work
2016-08-12 Konstantin BelousovDecode 32bit utrace records on the 64bit host.
2016-08-12 Ed SchoutenReimplement dirname(3) to be thread-safe.
2016-08-12 Enji CooperRemove CVS directories accidentally added in r303980
2016-08-12 Enji CooperUpdate ^/vendor/NetBSD/tests/dist to a more recent...
2016-08-10 Ed SchoutenMake libcrypt thread-safe. Add crypt_r(3).
2016-08-09 John BaldwinRemove obsolete manpage that is not currently installed.
2016-08-09 Pedro F. Giffunilibpcap: replace comma with semicolon when pertinent.
2016-08-09 Pedro F. Giffunilibc/rpc: replace comma with semicolon when pertinent.
2016-08-08 Bryan DreweryRevert r298434 which should be fixed by r301287, r30139...
2016-08-07 Adrian Chadd[mips] add support for using the MIPS user register...
2016-08-06 Konstantin BelousovAdd __cxa_thread_atexit(3) API implementation.
2016-08-06 Konstantin BelousovCreate namespace for the symbols added during 12-CURREN...
2016-08-04 Sergey KandaurovGrammar fixes.
2016-08-04 Sergey Kandaurovmdoc: The .Fn function.
2016-08-03 Andrey A. ChernovAlthough the code amount is not big, move POSIX error...
2016-08-03 Ed Schoutenmprotect(): Change prototype to comply to POSIX.
2016-08-02 Bryan DreweryAdd link for getnetgrent_r(3).
2016-08-02 Conrad Meyerproc_init: Fix a few memory leaks of 'phdl'
2016-07-31 Ed SchoutenFix up setgrent(3) to have a POSIX-compliant prototype.
2016-07-31 Andrey A. ChernovIn addition to prev. commit. Since potentially glob2...
2016-07-31 Andrey A. ChernovBoth C99 and POSIX directly prohibits any standard...
2016-07-30 Andrey A. ChernovRework r303074 case 4. Don't immediatelly skip director...
2016-07-30 Mark Johnstonlibproc: Add proc_getmodel().
2016-07-30 Mark JohnstonAdd descriptions for fields in struct proc_handle.
2016-07-30 Mark Johnstonlibrtld_db: Use the auxv to figure out where to look...
2016-07-30 Andrey A. ChernovReset errno for readdirfunc() before contunue.
2016-07-30 Baptiste DaroussinRemove usage of _WITH_DPRINTF
2016-07-30 Baptiste DaroussinRemove last traces of _WITH_GETLINE
2016-07-30 Baptiste DaroussinRemove _WITH_GETLINE and _WITH_DPRINTF guards
2016-07-29 Ed SchoutenChange the return type of freelocale(3) to void.
2016-07-29 Ed SchoutenMention that basename(3) and dirname(3) will change...
2016-07-28 John BaldwinNote that not all optional ptrace events use SIGTRAP.
2016-07-28 Ed SchoutenFix up prototypes of basename(3) and dirname(3) to...
2016-07-28 Ed SchoutenChange the return type of msgrcv() to ssize_t as requir...
2016-07-28 Ed SchoutenAdd NI_NUMERICSCOPE.
2016-07-27 Konstantin BelousovRemove empty initializer for the once facility. It...
2016-07-26 Ed SchoutenFix typing of srandom() and initstate().
2016-07-25 Xin LIChange bsdiff to use divsufsort suffix sort library...
2016-07-24 Xin LIVendor import of libdivsufsort, a software library...
2016-07-23 Baptiste DaroussinUpdate mandoc to 1.13.4 release
2016-07-23 Andrey A. Chernov1) POSIX defines well when GLOB_NOMATCH or original...
2016-07-23 Andrey A. Chernov1) We need the original pattern (in the next round...
2016-07-21 John BaldwinAdd more documentation regarding unsafe AIO requests.
2016-07-21 Ed Mastelibmd: strip local absolute symbols (to link with lld)
2016-07-21 Andrey A. Chernov1) GLOB_BRACE was somewhat broken. First it repeatedly...
2016-07-20 Niclas ZeisingChange wording to use function rather than system call...
2016-07-20 Brooks DavisUpdate to reflect the fact that pipe() is a wrapper...
2016-07-20 Andrey A. ChernovIn addition to r303074 case 1, search for protected...
2016-07-20 Andriy GaponMFV r303083: 7164 zdb should be able to open the root...
2016-07-20 Andriy GaponMFV r303082: 6391 Override default SPA config location...
2016-07-20 Andrey A. Chernov1) Per POSIX (and glibc) GLOB_NOCHECK should return...
2016-07-20 Pedro F. GiffuniMFV r298167, r300962, r303048:
2016-07-19 Pedro F. Giffunilibc: tag the Rune initialization function prototypes...
2016-07-19 Andrey A. Chernov1) Don't protect \/ and \. even if user say so. They...
2016-07-18 Andrey A. Chernovg_Ctoc() conversion buffers are smaller than needed...
2016-07-18 Andrey A. ChernovChange patch from r303004 case 3. According to POSIX...
2016-07-18 Andrey A. Chernov1) Add all characters from ~ expansion as protected...
2016-07-18 Andrey A. Chernov1) POSIX defines well when GLOB_ABORTED can be returned...
2016-07-18 John BaldwinAdd PTRACE_VFORK to trace vfork events.
2016-07-18 Will Andrewslibkvm: Improve physical address lookup scaling.
2016-07-18 Will Andrewslibkvm: Bounds check (more) PTE indices.
2016-07-18 Will Andrewslibkvm: Put private kvm routines in kvm_private.c.
2016-07-17 Andrey A. ChernovReflect pathnames sorting in collation order.
2016-07-17 Andrey A. ChernovIn g_Ctoc() apply CHAR() macro to *str to strip all...
2016-07-17 Andrey A. Chernov1) This file full of direct char <-> wchar_t assignment...
next