summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-038-12/+12
* Merge index() and strchr() together.ed2012-01-0316-287/+135
* In several llvm library Makefiles, remove extraneous slashes at the enddim2012-01-014-4/+4
* Instead of forcing -O1 on PowerPC for LLVM and clang, fix the actualnwhitehorn2012-01-011-4/+2
* Upgrade libcompiler_rt to upstream revision 147390.ed2011-12-311-0/+4
|\
| * Import compiler-rt r147390.ed2011-12-31230-608/+13134
* | Add some additional const poison after r228972. The 'mapping' array indim2011-12-301-1/+2
* | Fix typo in Makefile comment.rwatson2011-12-301-1/+1
* | libc: Eliminate some relative relocations in file flags table.jilles2011-12-291-23/+23
* | Fix manual section for acl_get(3) and mac_get(3) family functions.pluknet2011-12-291-14/+14
* | libc: Eliminate some relative relocations in getusershell().jilles2011-12-271-8/+7
* | libc: Eliminate some relative relocations in setlocale().jilles2011-12-271-1/+1
* | Add locally implemented atomic intrinsics to libcompiler_rt.ed2011-12-2717-0/+204
* | Update rtprio(2) manual page to reflect the latest changes in -CURRENT asdelphij2011-12-272-17/+82
* | Add libstdthreads.ed2011-12-2610-0/+893
* | Add missing opening and closing brackets in getopt_long.3 and getsubopt.3gjb2011-12-262-3/+6
* | Implement hwpmc counting PMC support for PowerPC G4+ (MPC745x/MPC744x).jhibbits2011-12-241-0/+62
* | Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06]cperciva2011-12-236-3/+81
* | Handle malloc failures in yplib.c.ghelmer2011-12-231-0/+46
* | Handle failures to malloc memory to hold key or val copies.ghelmer2011-12-231-0/+11
* | Add placeholder code for prepending pathnames to tftp.ed2011-12-221-0/+7
* | Use contrib sources for building libarchive, tar and cpio.mm2011-12-22256-75767/+30
* | - Fix style(9) bugs in glob.ceadler2011-12-201-35/+35
* | - Add restrict keyword to glob(3)eadler2011-12-202-3/+4
* | Sync libarchive with vendor branch release/2.8:mm2011-12-205-13/+114
* | Update libarchive, tar and cpio to version 2.8.5mm2011-12-2020-37/+51
* | Merge vendor revision 3723:mm2011-12-201-1/+1
* | Add binding support to libradius(3).melifaro2011-12-205-1/+17
* | Upgrade to OpenPAM Lycopsida.des2011-12-181-0/+5
|\ \
| * | Vendor import of OpenPAM Lycopsida.des2011-12-1867-935/+1816
| * | Flatten and clean up.des2008-12-1360-0/+7073
| /
* | Address warnings found by clang.tuexen2011-12-171-36/+28
* | Fix typos in the comments about clang warnings in severaldim2011-12-161-2/+2
* | In lib/libthread_db/arch/i386/libpthread_md.c, clang gives two incorrectdim2011-12-161-0/+6
* | A major overhaul of the CARP implementation. The ip_carp.c was startedglebius2011-12-161-1/+1
* | Unfortunately, clang gives a warning about sendmail code that cannot bedim2011-12-161-0/+7
* | In lib/libpmc/libpmc.c, struct pmc_cputype_map's pm_cputype field shoulddim2011-12-161-1/+1
* | In lib/libipsec/policy_token.l, use lex's standard "%option noinput"dim2011-12-161-1/+1
* | Define YY_NO_INPUT in lib/libipsec/policy_token.l, so lex's input()dim2011-12-151-0/+1
* | Modify pw_copy:bapt2011-12-153-13/+332
* | Since clang does not support the tls_model attribute used in malloc.cdim2011-12-151-2/+10
* | In lib/libc/rpc/crypt_client.c, fix a clang warning about an implicitdim2011-12-151-2/+2
* | Remove meaningless self-assignment in res_send.c, otherwise clang willdim2011-12-151-2/+0
* | The TCB_GET32() and TCB_GET64() macros in the i386 and amd64-specificdim2011-12-152-2/+2
* | Fix a bug where sctp_sendmdg() uses uninitialized memory.tuexen2011-12-151-0/+1
* | Small style(9) improvements.theraven2011-12-151-2/+4
* | Clean up includes; the prototype for getosreldate() has moved toru2011-12-141-4/+3
* | Don't use __P().ed2011-12-131-2/+2
* | Use the correct upstream revision number for llvm/clang 3.0 release.dim2011-12-101-2/+2
* | Upgrade our copy of llvm/clang to 3.0 release. Release notes can bedim2011-12-093-2/+5
OpenPOWER on IntegriCloud