Use the correct format specifiers for wide characters and strings of wide
[freebsd.git] / lib /
2014-04-14 tychonAdd support for emulating the slave PIC.
2014-04-14 gjbFix err() usage in libcapsicum(3) example.
2014-04-14 markjFix some off-by-one errors. The kve_end and rdl_eaddr...
2014-04-13 jillesrealpath(): Properly fail "." or ".." components after...
2014-04-13 impNO_MAN= has been deprecated in favor of MAN= for some...
2014-04-11 hselaskyTune buffer sizes for SuperSpeed USB when using LibUSB...
2014-04-07 edFix table alignment. EVFILT_PROCDESC is longer than...
2014-04-07 edImplement kqueue(2) for procdesc(4).
2014-04-07 kevloAdd support for UDP-Lite protocol (RFC 3828) to IPv4...
2014-04-06 theravenMove definitions out of rpc_com so that the linker...
2014-04-05 jilleslib: Remove duplicate SUBDIR libnv.
2014-04-05 marcelAccept RFC 2292 option values so that RFC 2292 complian...
2014-04-05 marcelThe getlogin_basic() function can return a 0 status...
2014-04-05 impConvert from WITHOUT_SYSCALL_COMPAT to MK_SYSCALL_COMPAT.
2014-04-05 impThe proper way to request no man pages currently is...
2014-04-05 theravenSilence a warning with GCC that was breaking the build...
2014-04-04 edCorrect return type of pdfork(2).
2014-04-04 gjbMerge r262907 from ^/projects/release-embedded:
2014-04-03 theravenFix the inheritance of the FBSDprivate_1.0 namespace.
2014-04-03 theravenMove _b functions into the 11.x symbol version namespace.
2014-04-03 theravenAdd an extra void* cast to work around a bug in FreeBSD...
2014-04-02 theravenMove scandir_b to a later symbol version.
2014-04-02 theravenAdd support for some block functions that come from...
2014-04-02 theravenFix an issue where the locale and rune locale could...
2014-04-01 jilleslibnv: Don't lose big-endian flag when receiving a...
2014-04-01 jmmvAdd atf m4 files from the vendor branch.
2014-04-01 tijl- In the libiconv module for ISO 2022 restore the origi...
2014-03-30 eadlerUse the correct variable name in the example code.
2014-03-29 marcelAdd mkimg, a utility for making disk images from raw...
2014-03-28 gjbDereference nonexistent md2(3) manual.
2014-03-27 rwatsonUpdate system man pages for s/capability.h/capsicum.h/.
2014-03-26 neelAdd an ioctl to suspend a virtual machine (VM_SUSPEND...
2014-03-26 dimAdd a SUBDIR_PARALLEL option to bsd.subdir.mk, to allow...
2014-03-25 desUpgrade to OpenSSH 6.6p1.
2014-03-23 andrewAdd a new ARM TARGET_ARCH, armv6hf. This is considered...
2014-03-22 baptUpdate to 20140321
2014-03-22 andrewImplement __flt_rounds for ARMv6 hard-float. The fpscr...
2014-03-21 bdrewerynv(3) was not in 10.0.
2014-03-20 hirenUpdate hwpmc to support core events for Atom Silvermont...
2014-03-18 emasteUpdate NetBSD Foundation copyrights to 2-clause BSD
2014-03-16 andrewRemove an extra 1 in an #if line
2014-03-16 andrewFix the spelling of function.
2014-03-16 andrewAdd an optimised version of the float and double helper...
2014-03-16 rwatsonUpdate most userspace consumers of capability.h to...
2014-03-16 andrewOnly build the vfp/softfp switching code on armv6 as...
2014-03-16 andrewBuild fenv-vfp.c with the softfp float abi. Without...
2014-03-16 jmgreplace the kernel's version w/ cperciva's implementati...
2014-03-15 andrewOn armv6 access both the softfloat and, when available...
2014-03-14 eadlerlibusb: add libusb_log_level enum
2014-03-14 jmmvMake bsd.test.mk the only public mk fragment for the...
2014-03-14 eadlermultiple: Remove 3rd clause from BSD license where...
2014-03-14 glebiusRemove IPX support.
2014-03-13 davidxuTo avoid missing a chance to cancel thread, call _pthre...
2014-03-12 jmmvMake ether_line really report an error when all input...
2014-03-11 tychonReplace the userspace atpic stub with a more functional...
2014-03-11 bdrewerySupport Last-Modified behind proxies which return UTC...
2014-03-11 eadlerlibbsdstat: fix warnings, set WARNS
2014-03-11 andrewExport _libc_arm_fpu_present as a private symbol to...
2014-03-10 baptUpdate libucl to 2014-03-03
2014-03-09 jmgvarious formating fixes, use NUL for NUL bytes..
2014-03-07 eadlerlibc man pages: Remove reference to non-existent FreeBS...
2014-03-06 jillesfts: Don't abort if an empty pathname is given.
2014-03-06 jlhLet __bt_put() accept the R_SETCURSOR flag, as stated...
2014-03-06 adrianAdd 'libstatfoo' from Sam Leffler.
2014-03-06 delphijAdd a manual page for zopen(3) provided by our libz.so.
2014-03-05 gjbMerge ^/projects/release-embedded into ^/head.
2014-03-05 delphijMFV r262756:
2014-03-04 marcelReplace use of ${.CURDIR} by ${LIBC_SRCTOP} and define...
2014-03-02 rwatsonWhen querying a process's umask via sysctl in libprocst...
2014-03-02 delphijMFV r262639: ncurses 5.9 20140222 snapshot.
2014-03-01 tijlSilence the gcc warning about unsigned comparison with...
2014-02-28 delphijMFV r262617: ncurses 5.9.
2014-02-28 dimMerge the projects/clang-sparc64 branch back to head...
2014-02-28 dimMerge from head up to r262611. github/projects/clang-sparc64
2014-02-28 impSymbolic bindings for the dts files...
2014-02-28 impAdd missing skeleton file.
2014-02-28 markj4478 dtrace_dof_maxsize is far too small
2014-02-28 impInitial import of DTS files from Linux
2014-02-27 delphij4626 libzfs memleak in zpool_in_use()
2014-02-27 bjksyncer(4) is a kernel process, not a user process
2014-02-26 dimMerge from head up to r262536.
2014-02-26 desMFV (r262529): fix is_upper() predicate
2014-02-26 desMerge upstream r763: fix is_upper() predicate.
2014-02-26 emasteUpdate LLDB snapshot to upstream r202189
2014-02-26 neelQueue pending exceptions in the 'struct vcpu' instead...
2014-02-25 dimMerge from head up to r262472.
2014-02-25 delphijWrap for loop in #if block testing the size is actually...
2014-02-25 delphijRevert 262462 and 262461, they didn't solve the problem, in
2014-02-24 delphijPatch 2/2:
2014-02-24 delphijPatch 1/2:
2014-02-24 tijlFix an array index out of bounds bug in iconv VIQR...
2014-02-24 tijlFix Simplified Chinese character set conversions by...
2014-02-24 tijlConsistently pass around context information using...
2014-02-23 dimMerge from head up to r262415.
2014-02-23 baptLower the level of WARNS to fix build with gcc
2014-02-23 baptRemove libyaml, it has been replaced by libucl
2014-02-23 baptBranch libucl to the build
2014-02-23 baptImport libucl into head
2014-02-21 gjbMerge the following:
2014-02-21 dimMerge from head up to r262311.
next