]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Merge ACPICA 20120111.
[FreeBSD/FreeBSD.git] / lib /
2012-01-11 Jung-uk KimMerge ACPICA 20120111.
2012-01-11 Guy HelmerFix prototype formatting (indentation, long lines,...
2012-01-11 Guy HelmerFix namespace issues with prototype parameter names.
2012-01-11 Guy HelmerFix forward structure declaration and prototype disorder.
2012-01-11 Guy Helmerjilles pointed out that O_CLOEXEC could be used in...
2012-01-11 Pawel Jakub DawidekConstify arguments.
2012-01-10 Guy HelmerAdd link for pidfile_fileno.3 to pidfile.3 - thanks...
2012-01-10 Guy HelmerStyle fixes courtesy of pjd.
2012-01-10 Guy HelmerDocument that pidfile_open() now sets the FD_CLOEXEC...
2012-01-10 Guy HelmerRevert unintentional commit of changes to getnetgrent.c.
2012-01-10 Guy HelmerAdd pidfile_fileno() to obtain the file descriptor...
2012-01-10 Guy HelmerSet the FD_CLOEXEC flag on the open pidfile file descri...
2012-01-09 Ed SchoutenAdd aligned_alloc(3).
2012-01-09 Eitan AdlerX11BASE has been deprecated for a long time and will...
2012-01-08 Ed SchoutenProperly sort functions by name.
2012-01-08 Andreas ToblerTwo other places where we can use WEAK_ALIAS.
2012-01-07 Ulrich SpörleinConvert files to UTF-8 and add some copyright markers...
2012-01-07 Konstantin BelousovImplement fdlopen(3), an rtld interface to load shared...
2012-01-07 Hajimu UMEMOTOHandle the internal scope address representation of...
2012-01-06 Guy HelmerHandle memory allocation failures in devstat_getdevs...
2012-01-06 Andreas ToblerUse the macro WEAK_ALIAS. Tested on 32 and 64-bit.
2012-01-05 Ulrich SpörleinPull up vendor changes to mdoc(7)
2012-01-05 Baptiste DaroussinAdd new pw_make_v7 to make a passwd line (in v7 format...
2012-01-05 Ed SchoutenChange index() and rindex() to a weak alias.
2012-01-04 Pedro F. GiffuniQuiet down clang -Werror.
2012-01-04 Fabien ThomasUpdate PMC events from October 2011 Intel documentation.
2012-01-04 Xin LIDocument the fact that chroot(2) is no longer part...
2012-01-03 Pedro F. GiffuniIntegrate the line drawing algorithm from the book...
2012-01-03 Ed SchoutenImport compiler-rt r147467.
2012-01-03 Ed SchoutenImport compiler-rt r147467.
2012-01-03 Ed SchoutenReplace index() and rindex() calls with strchr() and...
2012-01-03 Ed SchoutenMerge index() and strchr() together.
2012-01-01 Adrian ChaddInitial copy of xz-embedded to sys/contrib/.
2012-01-01 Dimitry AndricIn several llvm library Makefiles, remove extraneous...
2012-01-01 Nathan WhitehornInstead of forcing -O1 on PowerPC for LLVM and clang...
2011-12-31 Ed SchoutenUpgrade libcompiler_rt to upstream revision 147390.
2011-12-31 Ed SchoutenImport compiler-rt r147390.
2011-12-30 Dimitry AndricAdd some additional const poison after r228972. The...
2011-12-30 Robert WatsonFix typo in Makefile comment.
2011-12-29 Jilles Tjoelkerlibc: Eliminate some relative relocations in file flags...
2011-12-29 Sergey KandaurovFix manual section for acl_get(3) and mac_get(3) family...
2011-12-27 Jilles Tjoelkerlibc: Eliminate some relative relocations in getusershe...
2011-12-27 Jilles Tjoelkerlibc: Eliminate some relative relocations in setlocale().
2011-12-27 Ed SchoutenAdd locally implemented atomic intrinsics to libcompile...
2011-12-27 Martin MatuskaUpdate to vendor revision 4016.
2011-12-27 Xin LIUpdate rtprio(2) manual page to reflect the latest...
2011-12-26 Ed SchoutenAdd libstdthreads.
2011-12-26 Xin LIMerge from OpenBSD 5.0 (this is a dummy change, the...
2011-12-26 Glen BarberAdd missing opening and closing brackets in getopt_long...
2011-12-24 Justin HibbitsImplement hwpmc counting PMC support for PowerPC G4...
2011-12-23 Colin PercivalFix a problem whereby a corrupt DNS record can cause...
2011-12-23 Guy HelmerHandle malloc failures in yplib.c.
2011-12-23 Guy HelmerHandle failures to malloc memory to hold key or val...
2011-12-22 Dag-Erling SmørgravMerge upstream r509: don't log an error in the common...
2011-12-22 Dag-Erling SmørgravMerge upstream r509: don't log an error in the common...
2011-12-22 Ed SchoutenAdd placeholder code for prepending pathnames to tftp.
2011-12-22 Martin MatuskaUse contrib sources for building libarchive, tar and...
2011-12-21 Martin MatuskaCopy libarchive from vendor branch to contrib
2011-12-20 Eitan Adler- Fix style(9) bugs in glob.c
2011-12-20 Eitan Adler- Add restrict keyword to glob(3)
2011-12-20 Martin MatuskaSync libarchive with vendor branch release/2.8:
2011-12-20 Martin MatuskaUpdate libarchive, tar and cpio to version 2.8.5
2011-12-20 Martin MatuskaMerge vendor revision 3723:
2011-12-20 Alexander V. ChernikovAdd binding support to libradius(3).
2011-12-18 Dag-Erling SmørgravUpgrade to OpenPAM Lycopsida.
2011-12-18 Dag-Erling SmørgravVendor import of OpenPAM Lycopsida.
2011-12-17 Michael TuexenAddress warnings found by clang.
2011-12-16 Dimitry AndricFix typos in the comments about clang warnings in several
2011-12-16 Dimitry AndricIn lib/libthread_db/arch/i386/libpthread_md.c, clang...
2011-12-16 Gleb SmirnoffA major overhaul of the CARP implementation. The ip_car...
2011-12-16 Dimitry AndricUnfortunately, clang gives a warning about sendmail...
2011-12-16 Dimitry AndricIn lib/libpmc/libpmc.c, struct pmc_cputype_map's pm_cpu...
2011-12-16 Dimitry AndricIn lib/libipsec/policy_token.l, use lex's standard...
2011-12-15 Dimitry AndricDefine YY_NO_INPUT in lib/libipsec/policy_token.l,...
2011-12-15 Baptiste DaroussinModify pw_copy:
2011-12-15 Dimitry AndricSince clang does not support the tls_model attribute...
2011-12-15 Dimitry AndricIn lib/libc/rpc/crypt_client.c, fix a clang warning...
2011-12-15 Dimitry AndricRemove meaningless self-assignment in res_send.c, other...
2011-12-15 Dimitry AndricThe TCB_GET32() and TCB_GET64() macros in the i386...
2011-12-15 Michael TuexenFix a bug where sctp_sendmdg() uses uninitialized memory.
2011-12-15 David ChisnallSmall style(9) improvements.
2011-12-14 Ruslan ErmilovClean up includes; the prototype for getosreldate(...
2011-12-13 Ed SchoutenDon't use __P().
2011-12-10 Dimitry AndricUse the correct upstream revision number for llvm/clang...
2011-12-09 Dimitry AndricUpgrade our copy of llvm/clang to 3.0 release. Release...
2011-12-09 Dimitry AndricVendor import of clang 3.0 final release:
2011-12-09 Dimitry AndricVendor import of llvm 3.0 final release:
2011-12-08 Ruslan ErmilovPull up vendor changes to mdoc(7).
2011-12-08 Robert MillanMake berase() work on platforms whose kernel lacks...
2011-12-07 David ChisnallSome fixes to the man pages for [at_]quick_exit(3)
2011-12-07 David Chisnallstyle(9) cleanups.
2011-12-07 David ChisnallImplement quick_exit() / at_quick_exit() from C++11...
2011-12-07 Ruslan ErmilovThe NOTE_COPY should have been named NOTE_FFCOPY from...
2011-12-05 Jilles Tjoelkerlibc: Eliminate 13 relative relocations in wctype().
2011-12-03 Hans Petter SelaskySimplify libusb_open_device_with_vid_pid(): Only set
2011-12-03 Hans Petter Selaskylibusb_open() sets the given device handle to NULL...
2011-12-02 Eitan AdlerRevert r227812 and r227808 per discussion
2011-12-02 David E. O'BrienSplit sentences at period boundaries.
2011-12-02 David E. O'BrienTweak the r137233 fix to r136283 -- Code was making...
2011-11-29 Max KhonUse INCSLINKS so that "make installincludes" installs...
next