Create libefivar library. This library aims to provide
[freebsd.git] / lib /
2016-10-11 impCreate libefivar library. This library aims to provide
2016-10-11 brDon't use fmaxl/fminl on platforms with no long double...
2016-10-11 kibCorrect indent.
2016-10-11 kibFill msg_len for the initial element of msgvec.
2016-10-06 bdreweryImprove grammar.
2016-10-05 oshogboAdd man pages for Capsicum helpers.
2016-10-05 emastelibm: remove unused variables
2016-10-05 emasteabort in srandomdev if kern.arandom sysctl fails
2016-10-05 oshogboFix naming in Casper man page.
2016-10-04 jkimMerge ACPICA 20160930.
2016-10-04 oshogbolibcapsicum: limit stderr
2016-10-04 mmMFV r306669:
2016-10-03 oshogbolibcapsicum: introduce Capsicum helpers
2016-10-03 edRemove setkey(), encrypt(), des_setkey() and des_cipher().
2016-10-03 tsoomeFix remaining bugs in libstancd/cd9660.c reported by...
2016-10-03 emastelibc arc4_stir: use only kern.arandom sysctl
2016-10-02 kibExport the mq_getfd_np() symbol from librt.so, which...
2016-10-02 brFix libjail reached latest sysctl entry.
2016-10-01 tsoomeFix remaining cstyle issues in libstand/cd9660.c
2016-10-01 baptImport libucl 20160812
2016-09-30 tsoomecstyle fix of cd9660_open in libstand
2016-09-30 cemopen.2: Document Capsicum behavior
2016-09-30 tsoomecd9660_open should check for padding
2016-09-30 emastelibm: remove unused variables for LDBL_MANT_DIG != 113
2016-09-30 adrianAdd librss, a simple wrapper around RSS APIs so applica...
2016-09-30 kibReword the statement.
2016-09-30 kibAdd an article.
2016-09-30 desReinstate Xr macros that were accidentally removed...
2016-09-30 desMinor markup and wording fixes.
2016-09-30 desAfter perusal of the documentation and some experimenta...
2016-09-30 desFormat the table correctly, using cell separators inste...
2016-09-29 desUpgrade to Unbound 1.5.10.
2016-09-28 emastelibm: simplify i387 subdir logic with make's :S substit...
2016-09-28 emastelibm: fix some unused variable (rcsid) and dangling...
2016-09-27 emastelibcompiler_rt: move file list to Makefile.inc for...
2016-09-27 emasteAdd a WITHOUT_DIALOG src.conf(5) knob
2016-09-27 kibEditing fixes for r306257, documentation for trapcap.
2016-09-27 brMark SSP broken on MIPS.
2016-09-26 brIncrease timeout from 300 (default) to 600 seconds.
2016-09-26 pfghash(3): protect in-memory page when using cross-endian...
2016-09-26 brDon't build SSP tests on MIPS as we dont have stack...
2016-09-26 kibDocument thr_suspend(2) and thr_wake(2).
2016-09-26 pfgbtree(3): don't shortcut closing if the metadata is...
2016-09-24 marcelWhen MAKEOBJDIRPREFIX points to a case-insensitive...
2016-09-23 emastelibcompiler_rt: use ${SRCTOP} for the top of the FreeBS...
2016-09-23 kibDocument r306081, i.e. procctl(PROC_TRAPCAP) and sysctl...
2016-09-22 impRevert and redo r306083.
2016-09-22 jkimMerge OpenSSL 1.0.2i.
2016-09-21 cemposix_openpt.2: Sort includes per style(9)
2016-09-21 ache1) For already non-standard %z extension implement...
2016-09-21 brUse kqueue(2) instead of select(2).
2016-09-21 kibAdd kernel interfaces to call EFI Runtime Services.
2016-09-21 andrewUpdate the device tree source files to a Linux 4.7-RC.
2016-09-21 ache1) Microoptimize %p case.
2016-09-19 andrewAttach the cortex strings library to the build. Only...
2016-09-19 andrewImport the Linaro Cortex Strings library into contrib.
2016-09-19 ngieRe-add PACKAGE=> tests to lib/libc/tests/net/getaddrinf...
2016-09-19 badgerAdd manpage for rctl_* system calls
2016-09-18 edReplace dirname(3) by a copy that complies to POSIX.
2016-09-18 ngieSimilar to r305920, remove spurious newlines from ATF_R...
2016-09-18 ngieRemove spurious newlines from atf_tc_fail calls
2016-09-18 ngieDon't define PACKAGE in lib/libc/tests/{iconv,net/getad...
2016-09-18 ngieMFstable/11 r305910:
2016-09-17 kibFix libprocstat build after r305902.
2016-09-16 marcelWhen MAKEOBJDIRPREFIX points to a case-insensitive...
2016-09-14 mmMFV r305816:
2016-09-13 baptAdd a comment on the #endif related to the guards
2016-09-12 mmMFC r305422:
2016-09-11 allanjudeMark libifconfig as private until the API/ABI is stable
2016-09-11 emastecap_enter.2: describe flag returned by cap_getmode
2016-09-09 brooksFix spelling in comment.
2016-09-09 hselaskyMFC r305284:
2016-09-08 brooksReduce duplicate NOASM and PSEUDO definitions
2016-09-08 jillesintro(2),_exit(2): Update for reaper (procctl(PROC_REAP...
2016-09-08 oshogboMove libcasper tests from regression/capsicum/libcasper/ to
2016-09-08 pfgMFC r303893, r303894:
2016-09-08 pfgMFC r303889:
2016-09-08 sephepxeboot: Add nfs.read_size tunable.
2016-09-08 acheMFC r305413
2016-09-08 acheMFC r305406,r305409,r305412
2016-09-07 jillesMFC r305154: directory(3): Deprecate readdir_r(). Clari...
2016-09-07 jillesMFC r305090: getvfsbyname(3): Remove [EFAULT] error.
2016-09-06 impRenumber the advertising clause.
2016-09-06 ngieInstall h_db to unbreak some of the lib/libc/db testcas...
2016-09-05 mmMFV r305420:
2016-09-05 acheFix error handling.
2016-09-05 acheFix n == 1 case. Here should be no physical read (fill...
2016-09-05 ache1) Prevent out of bounds access to ws[-1] (passed buffe...
2016-09-05 acheFix errors handling.
2016-09-05 acheMFC r305241
2016-09-05 acheMFC r305144
2016-09-04 kplibifconfig: style(9) fixes
2016-09-04 bdeOops, the previous i386 version of e_fmodf.S and e_fmod...
2016-09-04 bdeDisconnect the "optimized" asm variants of cos(), sin...
2016-09-04 bdeAdd asm versions of fmod(), fmodf() and fmodl() on...
2016-09-04 desUpgrade to Unbound 1.5.9.
2016-09-04 bdeFix missing fmodl() on arches with 53-bit long doubles.
2016-09-04 acheMFC r305219
2016-09-03 ngieUpdate contrib/netbsd-tests with new content from NetBSD
2016-09-03 kibMFC r304928:
next