summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | libkvm code janitoringuqs2011-01-2320-309/+215
* | getgroups(2): Remove mention of <sys/param.h> and refer to sysconf(3).jilles2011-01-211-3/+9
* | Introduce signed and unsigned version of CTLTYPE_QUAD, renamingmdf2011-01-191-3/+12
* | Fix a bug related to connection caching which could cause a crash afterdes2011-01-171-0/+1
* | mknod(2): The required include is <sys/stat.h>, not <unistd.h>.jilles2011-01-161-2/+2
* | Mark csu on PowerPC as not requiring executable stack.kib2011-01-144-0/+8
* | Mark assembler sources from libc as working with non-executable stack.kib2011-01-1424-2/+44
* | Mark libcompiler_rt as not needed executable stack on powerpc.kib2011-01-141-1/+2
* | The (%esp & 0xf) == 0 should be true before the call instruction iskib2011-01-131-0/+1
* | Apply a workaround for a binutils issue with the .note.ABI-tag sectiondim2011-01-138-28/+171
* | Fix a typo.davidxu2011-01-111-1/+1
* | For the process that already loaded libthr but still not initializedkib2011-01-101-0/+26
* | Revert part of r217071 so that us mere mortals can clearly seedougb2011-01-091-1/+5
* | Implement the __pthread_map_stacks_exec() for libthr.kib2011-01-095-1/+53
OpenPOWER on IntegriCloud