summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add the BSD-licensed Citrus iconv to the base system with default offgabor2011-02-25137-0/+19595
* Remove sysctl vm.max_proc_mmap used to protect from KVA space exhaustion.pluknet2011-02-241-3/+0
* Fix the 32-bit build stage on amd64 when WITH_CTF is enabled. It seemsdim2011-02-231-1/+1
* Fix bzero() for 64-bit.jchandra2011-02-221-19/+1
* Fix typos - remove duplicate "the".brucec2011-02-218-8/+8
*-. Upgrade our copy of llvm/clang to r126079, from upstream's trunk.dim2011-02-2049-243/+303
|\ \
| | * Vendor import of clang trunk r126079:dim2011-02-20371-36139/+72718
| | * Vendor import of clang 2.8 release:dim2010-10-071-1/+1
| * | Vendor import of llvm trunk r126079:dim2011-02-201040-74452/+116684
| * | Vendor import of llvm 2.8 release:dim2010-10-073-13/+18
* | | Add complex(3) manual page documenting our partial support for C99murray2011-02-202-1/+130
* | | Add a utility, utxrm(8).ed2011-02-191-2/+3
* | | Properly styleify utmpx code and document error codes in man page.ed2011-02-194-56/+107
* | | Turn off default generation of userland dot symbols on powerpc64 now thatnwhitehorn2011-02-1810-31/+20
* | | Fix some leftover binaries and shared libraries in the system that stilldim2011-02-153-2/+8
* | | Don't forget to bump man page date for r218711.ed2011-02-151-1/+1
* | | Remove dead reference to regexp(3). Use regex(3) instead.ed2011-02-151-1/+1
* | | Document some more sysconf(3) variables.brucec2011-02-131-1/+58
* | | Replace ERROR() macro with inline function. In-tree gcc cannot toleratekib2011-02-121-28/+24
* | | Revert last commit: CPUTYPE will be defined hereimp2011-02-111-1/+1
* | | Don't require CPUTYPE to be defined for ARM, but use it if it is.imp2011-02-111-1/+1
* | | Fix a bug where the wrong argument was passed to SET_FLOAT_WORD().das2011-02-101-2/+2
* | | Fix a bug where the wrong argument was passed to INSERT_WORDS().das2011-02-101-2/+2
* | | For small arguments, these functions use simple approximations,das2011-02-105-5/+5
* | | Fix a bogus threshold that was copied from the double precision version.das2011-02-101-1/+1
* | | sys/rman.h now requires sys/types.h. Include it to make the API matchimp2011-02-102-1/+2
* | | Introduce a non-portable function pthread_getthreadid_np(3) to retrievejkim2011-02-075-0/+53
* | | rfork_thread(3): Mark deprecated in favor of pthread_create(3).jilles2011-02-061-2/+10
* | | Update to BIND 9.6.3, the latest from ISC on the 9.6 branch.dougb2011-02-066-6/+34
|\ \ \
| * | | Vendor import of BIND 9.6.3dougb2011-02-0577-438/+964
| * | | Vendor import of BIND 9.6-ESV-R3dougb2010-12-048-39/+131
| * | | Vendor import of BIND 9.6-ESV-R2dougb2010-10-3040-411/+755
| * | | Vendor import of BIND 9.6.2-P2dougb2010-05-202-3/+3
| * | | Vendor import of BIND 9.6.2-P1dougb2010-03-1733-172/+774
| * | | Vendor import of BIND 9.6.2dougb2010-03-0292-613/+1467
| * | | Vendor import of BIND 9.6.1-P3dougb2010-01-2523-129/+124
| * | | Vendor import of BIND 9.6.1-P2dougb2009-11-306-29/+65
| * | | Vendor import of BIND 9.6.1dougb2009-06-258-33/+176
* | | | Remove duplicate .note.GNU-stack section declaration.kib2011-02-042-4/+0
* | | | Remove duplicate .note.GNU-stack section declaration. bcopy alreadykib2011-02-043-6/+0
* | | | Make sys_signame upper case.jilles2011-02-042-33/+33
* | | | libkvm: fix logic inversion introduced with last commituqs2011-02-021-2/+2
* | | | Whitespace nitimp2011-02-011-1/+1
* | | | Reintroduce bugfix from r210103 and fix xz on strong-aligned architectures.mm2011-02-011-1/+0
* | | | Fix n32 compile.jchandra2011-01-271-0/+1
* | | | Emit .note.GNU-stack for the syscall stubs generated by libc only onkib2011-01-251-2/+9
* | | | Do not allocate buffer to hold data for zero-sized sections.kan2011-01-251-1/+3
* | | | Document PT_FLAG_FORKED, PT_FOLLOW_FORK, pl_tdname and pl_child_pid.kib2011-01-251-5/+40
* | | | libkvm: Unbreak build for powerpc64/powerpcuqs2011-01-241-0/+1
* | | | libkvm: fix process runtime calculation on crashdumpsuqs2011-01-232-13/+29
OpenPOWER on IntegriCloud