]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
The sys/uio.h header is needed only for readv(2), preadv(2), writev(2) and
[FreeBSD/FreeBSD.git] / lib /
2012-01-22 pjdThe sys/uio.h header is needed only for readv(2), pread...
2012-01-21 kibUse getcontextx(3) internal API instead of getcontext...
2012-01-21 kibAdd API for obtaining extended machine context states...
2012-01-20 andreastThis commit adds profiling support for powerpc64. Now...
2012-01-20 dasConditionalize the __floatunsisf and __floatunsidf...
2012-01-20 dasFix a small nit noted by bde: exp_x should be of type...
2012-01-20 dasAdd a change I missed in r230367 (don't inline arm...
2012-01-20 dasRemove an errant `#define dprintf printf'. It seems...
2012-01-20 dasDon't inline fenv.h functions on arm for now. Inlining...
2012-01-20 dasMerge in the latest SoftFloat changes from NetBSD....
2012-01-18 peterRev 228065 (change bsd.own.mk -> bsd.init.mk) broke...
2012-01-18 desFix two issues related to the use of SIGINFO in fetch...
2012-01-16 ghelmerRemove unnecessary includes from these libutil man...
2012-01-16 ghelmerFix more disorder in prototypes and constants.
2012-01-16 davidxuInsert read memory barriers.
2012-01-16 dasComputations on NaNs are supposed to return one of...
2012-01-16 dasAdd an implementation of fenv.h intended for platforms...
2012-01-16 dasImplement FLT_ROUNDS for arm. Some (all?) arm FPUs...
2012-01-16 dasRemove functions from softfloat's Symbol.map that don...
2012-01-16 dasConvert softfloat to use the standard exception flag...
2012-01-16 dasCorrect some bugs that resulted from arm/_fpmath.h...
2012-01-15 eadlerMake man page wording more clear:
2012-01-15 trocinyIn kvm_argv(), the case when the supplied buffer was...
2012-01-13 edRemove wtmpcvt(1).
2012-01-12 ghelmerMove struct pidfh definition into pidfile.c, and leave...
2012-01-12 ghelmerFix disorder in MAN and MLINKS lists.
2012-01-12 ghelmerMore prototype formatting fixes, struct member formatti...
2012-01-12 ghelmerpidfile_open() no longer uses fcntl() to set the close...
2012-01-11 jkimMerge ACPICA 20120111.
2012-01-11 ghelmerFix prototype formatting (indentation, long lines,...
2012-01-11 ghelmerFix namespace issues with prototype parameter names.
2012-01-11 ghelmerFix forward structure declaration and prototype disorder.
2012-01-11 ghelmerjilles pointed out that O_CLOEXEC could be used in...
2012-01-11 pjdConstify arguments.
2012-01-10 ghelmerAdd link for pidfile_fileno.3 to pidfile.3 - thanks...
2012-01-10 ghelmerStyle fixes courtesy of pjd.
2012-01-10 ghelmerDocument that pidfile_open() now sets the FD_CLOEXEC...
2012-01-10 ghelmerRevert unintentional commit of changes to getnetgrent.c.
2012-01-10 ghelmerAdd pidfile_fileno() to obtain the file descriptor...
2012-01-10 ghelmerSet the FD_CLOEXEC flag on the open pidfile file descri...
2012-01-09 edAdd aligned_alloc(3).
2012-01-09 eadlerX11BASE has been deprecated for a long time and will...
2012-01-08 edProperly sort functions by name.
2012-01-08 andreastTwo other places where we can use WEAK_ALIAS.
2012-01-07 uqsConvert files to UTF-8 and add some copyright markers...
2012-01-07 kibImplement fdlopen(3), an rtld interface to load shared...
2012-01-07 umeHandle the internal scope address representation of...
2012-01-06 ghelmerHandle memory allocation failures in devstat_getdevs...
2012-01-06 andreastUse the macro WEAK_ALIAS. Tested on 32 and 64-bit.
2012-01-05 uqsPull up vendor changes to mdoc(7)
2012-01-05 baptAdd new pw_make_v7 to make a passwd line (in v7 format...
2012-01-05 edChange index() and rindex() to a weak alias.
2012-01-04 pfgQuiet down clang -Werror.
2012-01-04 fabientUpdate PMC events from October 2011 Intel documentation.
2012-01-04 delphijDocument the fact that chroot(2) is no longer part...
2012-01-03 pfgIntegrate the line drawing algorithm from the book...
2012-01-03 edReplace index() and rindex() calls with strchr() and...
2012-01-03 edMerge index() and strchr() together.
2012-01-01 adrianInitial copy of xz-embedded to sys/contrib/.
2012-01-01 dimIn several llvm library Makefiles, remove extraneous...
2012-01-01 nwhitehornInstead of forcing -O1 on PowerPC for LLVM and clang...
2011-12-31 edUpgrade libcompiler_rt to upstream revision 147390.
2011-12-31 edImport compiler-rt r147390.
2011-12-30 dimAdd some additional const poison after r228972. The...
2011-12-30 rwatsonFix typo in Makefile comment.
2011-12-29 jilleslibc: Eliminate some relative relocations in file flags...
2011-12-29 pluknetFix manual section for acl_get(3) and mac_get(3) family...
2011-12-27 jilleslibc: Eliminate some relative relocations in getusershe...
2011-12-27 jilleslibc: Eliminate some relative relocations in setlocale().
2011-12-27 edAdd locally implemented atomic intrinsics to libcompile...
2011-12-27 mmUpdate to vendor revision 4016.
2011-12-27 delphijUpdate rtprio(2) manual page to reflect the latest...
2011-12-26 edAdd libstdthreads.
2011-12-26 gjbAdd missing opening and closing brackets in getopt_long...
2011-12-24 jhibbitsImplement hwpmc counting PMC support for PowerPC G4...
2011-12-23 cpercivaFix a problem whereby a corrupt DNS record can cause...
2011-12-23 ghelmerHandle malloc failures in yplib.c.
2011-12-23 ghelmerHandle failures to malloc memory to hold key or val...
2011-12-22 edAdd placeholder code for prepending pathnames to tftp.
2011-12-22 mmUse contrib sources for building libarchive, tar and...
2011-12-21 mmCopy libarchive from vendor branch to contrib
2011-12-20 eadler- Fix style(9) bugs in glob.c
2011-12-20 eadler- Add restrict keyword to glob(3)
2011-12-20 mmSync libarchive with vendor branch release/2.8:
2011-12-20 mmUpdate libarchive, tar and cpio to version 2.8.5
2011-12-20 mmMerge vendor revision 3723:
2011-12-20 melifaroAdd binding support to libradius(3).
2011-12-18 desUpgrade to OpenPAM Lycopsida.
2011-12-18 desVendor import of OpenPAM Lycopsida.
2011-12-17 tuexenAddress warnings found by clang.
2011-12-16 dimFix typos in the comments about clang warnings in several
2011-12-16 dimIn lib/libthread_db/arch/i386/libpthread_md.c, clang...
2011-12-16 glebiusA major overhaul of the CARP implementation. The ip_car...
2011-12-16 dimUnfortunately, clang gives a warning about sendmail...
2011-12-16 dimIn lib/libpmc/libpmc.c, struct pmc_cputype_map's pm_cpu...
2011-12-16 dimIn lib/libipsec/policy_token.l, use lex's standard...
2011-12-15 dimDefine YY_NO_INPUT in lib/libipsec/policy_token.l,...
2011-12-15 baptModify pw_copy:
2011-12-15 dimSince clang does not support the tls_model attribute...
2011-12-15 dimIn lib/libc/rpc/crypt_client.c, fix a clang warning...
next