summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement __pthread_map_stacks_exec() callback for libc, to change thekib2011-01-083-0/+39
* Fix some style(9) issues.kib2011-01-081-4/+5
* Fix struct FILE * leak on error (in disabled by default hesiod support code).kib2011-01-081-0/+1
* Retire TARGET_ABI.imp2011-01-071-5/+1
* Add section .note.GNU-stack for assembly files used by 386 and amd64.kib2011-01-0768-0/+136
* Add section .note.GNU-stack for assembly files used by 386 and amd64.kib2011-01-072-0/+4
* Add section .note.GNU-stack for assembly files used by 386 and amd64.kib2011-01-0772-0/+142
* Add section .note.GNU-stack for assembly files used by 386 and amd64.kib2011-01-075-0/+10
* Fix braino in r217101. -Wa is used to supply assembler flag to cc driver.kib2011-01-071-1/+1
* On amd64 and i386, force assembler to mark objects compiled from thekib2011-01-071-0/+6
* Emit .note.GNU-stack for the syscall stubs generated by libc.kib2011-01-071-0/+2
* Make this work on big endian MIPS, while not breaking it for smallimp2011-01-061-7/+3
* Return 0 instead of garbage value.davidxu2011-01-061-2/+1
* On i386 and amd64, consistently use the following options whenever wedim2011-01-051-1/+1
* In lib/libstand, sys/boot/ficl and sys/boot/zfs, -mno-sse3 should alsodim2011-01-051-4/+1
* Quiet clang warnings by using string literal format strings.emaste2011-01-041-2/+2
* Because sleepqueue may still being used, we should always check wchan withdavidxu2011-01-041-6/+0
* Switch mips architectures back to libgcc.kan2010-12-291-1/+1
* Revert most of r210764, now that mdocml does the rightuqs2010-12-283-3/+3
* Always clear flag PMUTEX_FLAG_DEFERED when unlocking, as it is onlydavidxu2010-12-241-2/+2
* Add sleep queue code.davidxu2010-12-221-0/+175
* MFp4:davidxu2010-12-229-191/+666
* Unbreak the build by temprorarily not using include directives insyrinx2010-12-201-4/+0
* Bring in a SNMP module that allows configuration of SNMPv3 Notification targets.syrinx2010-12-201-0/+4
* Sort cross references by section.brucec2010-12-181-2/+2
* Update shmget(2) with POSIX access permissions and remove non-standard SHM_R,brucec2010-12-173-13/+11
* Fix a memory leak on the error conditionkevlo2010-12-141-1/+1
OpenPOWER on IntegriCloud