]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Only flush bp_kernload from the dcache, no need to sync the icache on the boot CPU.
[FreeBSD/FreeBSD.git] / lib /
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-12 Konstantin BelousovMove defines common between rtld and libsysdecode into...
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-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...
2016-07-15 Baptiste DaroussinAdd a regression test to make sure the Russian collatio...
2016-07-15 Baptiste DaroussinAdd a regression test about the crash with strxfrm...
2016-07-15 Baptiste DaroussinRevert 302324 and properly fix the crash with ISO-8859...
2016-07-15 John BaldwinAdd a mask of optional ptrace() events.
2016-07-15 John BaldwinAdd documentation for the sigevent structure.
2016-07-14 John BaldwinFix aio system call wrappers in librt.
2016-07-14 Andriy GaponMFV r302645: 6878 Add scrub completion info to "zpool...
2016-07-14 Andriy GaponMFV r302650: 6940 Cannot unlink directories when over...
2016-07-14 Andriy GaponMFV r302644: 6513 partially filled holes lose birth...
2016-07-14 Andriy GaponMFV r302641: 6844 dnode_next_offset can detect fictiona...
2016-07-14 Andriy GaponMFV r302640: 6874 rollback and receive need to reset...
2016-07-14 Andrey A. Chernov1) Eliminate possibility to call __*collate_range_cmp...
2016-07-14 Andrey A. ChernovBack out non-collating [a-z] ranges.
2016-07-13 Dag-Erling Smørgravmerge upstream hg 06347b1f76fe (fix IXFR)
2016-07-12 Andriy Gapon6447 handful of nvpair cleanups
2016-07-12 Andriy Gapon6314 buffer overflow in dsl_dataset_name
2016-07-12 Andriy Gapon6931 lib/libzfs: cleanup gcc warnings
2016-07-12 Andriy Gapon6872 zfs libraries should not allow uninitialized variables
2016-07-12 Andriy Gapon4521 zfstest is trying to execute evil "zfs unmount -a"
2016-07-12 Andriy Gapon5813 zfs_setprop_error(): Handle errno value E2BIG.
2016-07-12 Andriy Gapon6873 zfs_destroy_snaps_nvl leaks errlist
2016-07-12 Andriy Gapon6879 incorrect endianness swap for drr_spill.drr_length...
2016-07-12 Andriy Gapon6111 zfs send should ignore datasets created after...
2016-07-12 Andriy Gapon6902 speed up listing of snapshots if requesting name...
2016-07-12 Andriy Gapon6876 Stack corruption after importing a pool with a...
2016-07-12 Edward Tomasz Napi... Add some .Xrs to getloginclass(2).
2016-07-10 Andrey A. ChernovRemove broken support for collation in [a-z] type ranges.
2016-07-08 Ed Mastelibunwind: update to upstream snapshot r272680
2016-07-08 Glen BarberBump FREEBSD_CC_VERSION in lib/clang/freebsd_cc_version.h
2016-07-08 Glen BarberReflect head is now 12.0-CURRENT.
2016-07-07 Jilles Tjoelkerfcntl(2): Document interrupt/restart for file locks.
2016-07-04 Peter GrehanImport bhyve_graphics into CURRENT. Thanks to all who...
2016-07-03 Baptiste DaroussinFix a bad test resulting in a segfault with ISO-8859...
2016-07-03 Enji CooperUpdate libxo to 0.6.3
next