aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Don't forget to bump man page date for r218711.Ed Schouten2011-02-151-1/+1
* Remove dead reference to regexp(3). Use regex(3) instead.Ed Schouten2011-02-151-1/+1
* Document some more sysconf(3) variables.Rebecca Cran2011-02-131-1/+58
* Replace ERROR() macro with inline function. In-tree gcc cannot tolerateKonstantin Belousov2011-02-121-28/+24
* Revert last commit: CPUTYPE will be defined hereWarner Losh2011-02-111-1/+1
* Don't require CPUTYPE to be defined for ARM, but use it if it is.Warner Losh2011-02-111-1/+1
* Fix a bug where the wrong argument was passed to SET_FLOAT_WORD().David Schultz2011-02-101-2/+2
* Fix a bug where the wrong argument was passed to INSERT_WORDS().David Schultz2011-02-101-2/+2
* For small arguments, these functions use simple approximations,David Schultz2011-02-105-5/+5
* Fix a bogus threshold that was copied from the double precision version.David Schultz2011-02-101-1/+1
* sys/rman.h now requires sys/types.h. Include it to make the API matchWarner Losh2011-02-102-1/+2
* Introduce a non-portable function pthread_getthreadid_np(3) to retrieveJung-uk Kim2011-02-075-0/+53
* rfork_thread(3): Mark deprecated in favor of pthread_create(3).Jilles Tjoelker2011-02-061-2/+10
* Update to BIND 9.6.3, the latest from ISC on the 9.6 branch.Doug Barton2011-02-066-6/+34
|\
| * Vendor import of BIND 9.6.3vendor/bind9/9.6.3Doug Barton2011-02-0577-438/+964
| * Vendor import of BIND 9.6-ESV-R3vendor/bind9/9.6-ESV-R3Doug Barton2010-12-048-39/+131
| * Vendor import of BIND 9.6-ESV-R2vendor/bind9/9.6-ESV-R2Doug Barton2010-10-3040-411/+755
| * Vendor import of BIND 9.6.2-P2vendor/bind9/9.6.2-P2Doug Barton2010-05-202-3/+3
* | Remove duplicate .note.GNU-stack section declaration.Konstantin Belousov2011-02-042-4/+0
* | Remove duplicate .note.GNU-stack section declaration. bcopy alreadyKonstantin Belousov2011-02-043-6/+0
* | Make sys_signame upper case.Jilles Tjoelker2011-02-042-33/+33
* | libkvm: fix logic inversion introduced with last commitUlrich Spörlein2011-02-021-2/+2
* | Whitespace nitWarner Losh2011-02-011-1/+1
* | Reintroduce bugfix from r210103 and fix xz on strong-aligned architectures.Martin Matuska2011-02-011-1/+0
* | Fix n32 compile.Jayachandran C.2011-01-271-0/+1
* | Emit .note.GNU-stack for the syscall stubs generated by libc only onKonstantin Belousov2011-01-251-2/+9
* | Do not allocate buffer to hold data for zero-sized sections.Alexander Kabaev2011-01-251-1/+3
* | Document PT_FLAG_FORKED, PT_FOLLOW_FORK, pl_tdname and pl_child_pid.Konstantin Belousov2011-01-251-5/+40
* | libkvm: Unbreak build for powerpc64/powerpcUlrich Spörlein2011-01-241-0/+1
* | libkvm: fix process runtime calculation on crashdumpsUlrich Spörlein2011-01-232-13/+29
* | libkvm code janitoringUlrich Spörlein2011-01-2320-309/+215
* | getgroups(2): Remove mention of <sys/param.h> and refer to sysconf(3).Jilles Tjoelker2011-01-211-3/+9
* | Introduce signed and unsigned version of CTLTYPE_QUAD, renamingMatthew D Fleming2011-01-191-3/+12
* | Fix a bug related to connection caching which could cause a crash afterDag-Erling Smørgrav2011-01-171-0/+1
* | mknod(2): The required include is <sys/stat.h>, not <unistd.h>.Jilles Tjoelker2011-01-161-2/+2
* | Mark csu on PowerPC as not requiring executable stack.Konstantin Belousov2011-01-144-0/+8
* | Mark assembler sources from libc as working with non-executable stack.Konstantin Belousov2011-01-1424-2/+44
* | Mark libcompiler_rt as not needed executable stack on powerpc.Konstantin Belousov2011-01-141-1/+2
* | The (%esp & 0xf) == 0 should be true before the call instruction isKonstantin Belousov2011-01-131-0/+1
* | Apply a workaround for a binutils issue with the .note.ABI-tag sectionDimitry Andric2011-01-138-28/+171
* | Fix a typo.David Xu2011-01-111-1/+1
* | For the process that already loaded libthr but still not initializedKonstantin Belousov2011-01-101-0/+26
* | Revert part of r217071 so that us mere mortals can clearly seeDoug Barton2011-01-091-1/+5
* | Implement the __pthread_map_stacks_exec() for libthr.Konstantin Belousov2011-01-095-1/+53
* | Implement __pthread_map_stacks_exec() callback for libc, to change theKonstantin Belousov2011-01-083-0/+39
* | Fix some style(9) issues.Konstantin Belousov2011-01-081-4/+5
* | Fix struct FILE * leak on error (in disabled by default hesiod support code).Konstantin Belousov2011-01-081-0/+1
* | Retire TARGET_ABI.Warner Losh2011-01-071-5/+1
* | Add section .note.GNU-stack for assembly files used by 386 and amd64.Konstantin Belousov2011-01-0768-0/+136
* | Add section .note.GNU-stack for assembly files used by 386 and amd64.Konstantin Belousov2011-01-072-0/+4