Include fasttrap handling for DATAMODEL_ILP32 when compiling for amd64.
[freebsd.git] / lib /
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.
2016-07-17 acheReflect pathnames sorting in collation order.
2016-07-17 acheIn g_Ctoc() apply CHAR() macro to *str to strip all...
2016-07-17 ache1) This file full of direct char <-> wchar_t assignment...
2016-07-15 baptAdd a regression test to make sure the Russian collatio...
2016-07-15 baptAdd a regression test about the crash with strxfrm...
2016-07-15 baptRevert 302324 and properly fix the crash with ISO-8859...
2016-07-15 jhbAdd a mask of optional ptrace() events.
2016-07-15 jhbAdd documentation for the sigevent structure.
2016-07-14 jhbFix aio system call wrappers in librt.
2016-07-14 ache1) Eliminate possibility to call __*collate_range_cmp...
2016-07-14 acheBack out non-collating [a-z] ranges.
2016-07-12 traszAdd some .Xrs to getloginclass(2).
2016-07-10 acheRemove broken support for collation in [a-z] type ranges.
2016-07-08 gjbBump FREEBSD_CC_VERSION in lib/clang/freebsd_cc_version.h
2016-07-08 gjbReflect head is now 12.0-CURRENT.
2016-07-07 jillesfcntl(2): Document interrupt/restart for file locks.
2016-07-04 grehanImport bhyve_graphics into CURRENT. Thanks to all who...
2016-07-03 baptFix a bad test resulting in a segfault with ISO-8859...
2016-07-01 delphijMFV r302260: expat 2.2.0
2016-06-29 emastelibcxxrt: correct mangled "typeinfo name" symbols in...
2016-06-29 delphijVendor import of expat 2.2.0 (trimmed).
2016-06-28 bdreweryUse on crypto.x and rpc.x from the source tree.
2016-06-28 cyThis commit addresses regression introduceded in r302177
2016-06-27 delphijFix build: explicitly reference the generated magic...
2016-06-27 delphijMFV r302218: file 5.28.
2016-06-25 kibRevert r302194, there are issues with some applications...
2016-06-25 kibFor pthread_mutex_trylock() call on owned error-check...
2016-06-24 hselaskyResolve issue with libusb C++ header file inclusion.
2016-06-23 hselaskyAdd support for USB streams to the LibUSB v1.0 API...
2016-06-22 brooksReplace use of the pipe(2) system call with pipe2(2...
2016-06-22 hselaskyImplement libusb_hotplug_register_callback() and
2016-06-22 mmMFV r302003,r302037,r302038,r302056:
2016-06-17 bdreweryAdd clang-format under WITH_CLANG_EXTRAS.
2016-06-17 bdreweryImport ClangFormat.cpp from ^/vendor/clang/clang-releas...
2016-06-16 hselaskyAdd missing return statement.
2016-06-16 hselaskyAdd multiple missing descriptor parsing functions to...
2016-06-16 hselaskyAdd support for libusb_set_auto_detach_kernel_driver...
2016-06-16 hselaskyAdd support for libusb_get_port_number() to the LibUSB...
2016-06-16 hselaskyDefine LIBUSB_API_VERSION.
2016-06-16 hselaskyImplement libusb_get_version() and update libusb manual...
2016-06-14 bdreweryDIRDEPS_BUILD: Update dependencies
2016-06-13 hselaskyFix compile warning.
2016-06-13 oshogboDon't close fd if it's lower then stderr, otherwise...
2016-06-12 hselaskyImplement code to stop all USB endpoints before executi...
2016-06-10 pfgFix regression from r301461.
2016-06-09 pfglibc/rpc: Make use of some xdr_* macros. (part 2)
2016-06-09 jillesutimes(2),utime(3): Add deprecation in favour of utimen...
2016-06-09 traszFix frexpl() declaration to not include the field name.
2016-06-09 pfglibc/rpc: Make use of some xdr_* macros.
2016-06-09 kevloFix the rpcb_getaddr() definition to match its declaration.
2016-06-09 markjImplement an NSS backend for netgroups and add getnetgr...
2016-06-09 markjFix an infinite loop in setnetgrent(3) with NIS netgroups.
2016-06-09 markjUse a more common spelling for "(char *)0" in the getne...
2016-06-08 ngieRevert r301707
2016-06-08 ngieUse NULL instead of `0` in _ht_getnetbyname(..)
2016-06-08 ngieTest for strchr(3) returning NULL, not 0
2016-06-08 brooksUpdate to a June 8th snapshot of (un)vis form NetBSD.
2016-06-08 desReplace _pam_verbose_error() with a macro. This was...
2016-06-08 truckmanDon't leak olinep if malloc() fails.
2016-06-08 truckmanDon't leak addrinfo if ai->ai_addrlen <= minsiz test...
2016-06-08 oshogboIntroduce the PD_CLOEXEC for pdfork(2).
2016-06-08 oshogboAdd flags to the Casper services.
2016-06-07 lidlSeparate BLACKLIST vs BLACKLIST_SUPPORT properly
next