summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make berase() work on platforms whose kernel lacks DIOCGDELETE ioctl.rmh2011-12-081-5/+48
* Some fixes to the man pages for [at_]quick_exit(3)theraven2011-12-072-12/+17
* style(9) cleanups.theraven2011-12-071-10/+7
* Implement quick_exit() / at_quick_exit() from C++11 / C1x. Also add atheraven2011-12-077-3/+204
* The NOTE_COPY should have been named NOTE_FFCOPY from the veryru2011-12-071-2/+2
* libc: Eliminate 13 relative relocations in wctype().jilles2011-12-051-26/+45
* Simplify libusb_open_device_with_vid_pid(): Only sethselasky2011-12-031-4/+5
* libusb_open() sets the given device handle to NULL if ithselasky2011-12-031-2/+1
* Revert r227812 and r227808 per discussioneadler2011-12-024-30/+18
* Split sentences at period boundaries.obrien2011-12-027-73/+93
* Tweak the r137233 fix to r136283 -- Code was making two send() attemptsobrien2011-12-021-3/+3
* Use INCSLINKS so that "make installincludes" installs links during buildworld.fjoe2011-11-291-1/+1
* - Hide _rl_qsort_string_compare() that should be private to libreadline()fjoe2011-11-292-1/+1
* .include <bsd.init.mk> instead of <bsd.own.mk>fjoe2011-11-281-3/+1
* Cross-reference capsicum.4 from cap_enter.2 and cap_new.2.rwatson2011-11-272-1/+3
* Update libcxxrt to remove the pthread dependency.theraven2011-11-261-1/+0
* style(9) fix.theraven2011-11-261-1/+1
* Return not-implemented from pthread_once and pthread_key_create, rathertheraven2011-11-261-2/+10
* Fix breakage after r227983; lib/libcxxrt still got built, because it wasdim2011-11-261-7/+8
* Import libc++ / libcxxrt into base. Not build by default yet (usetheraven2011-11-253-0/+187
* Revert r227841 and part of r227798. We still build libpam in two passes,des2011-11-241-1/+10
* fdopendir(): Do not close the passed file descriptor on failure.jilles2011-11-221-4/+13
* Now kvm_getenvv() and kvm_getargv() don't need procfs(5).trociny2011-11-222-341/+27
* Fix a crash when trying to duplicate a locale that contains some implicit C l...theraven2011-11-221-1/+6
* - fix some style(9) nits with my last commiteadler2011-11-222-3/+5
* - add check for pointer equality prior to performing the O(n) passeadler2011-11-224-18/+28
* (Hopefully) Fix the build with clang by removing a typedef that's no longer n...theraven2011-11-211-2/+0
* Simplify the libpam build by removing the shared modules' dependencydes2011-11-212-13/+3
* Add history for setsockopt(2).pluknet2011-11-211-2/+4
* - Add the ffclock_getcounter(), ffclock_getestimate() and ffclock_setestimate()lstewart2011-11-213-1/+183
* Connect LLVM/clang to the build on powerpc64. After the binutils 2.17.50nwhitehorn2011-11-211-1/+1
OpenPOWER on IntegriCloud