| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | Document PT_FLAG_FORKED, PT_FOLLOW_FORK, pl_tdname and pl_child_pid. | Konstantin Belousov | 2011-01-25 | 1 | -5/+40 |
* | | | | libkvm: Unbreak build for powerpc64/powerpc | Ulrich Spörlein | 2011-01-24 | 1 | -0/+1 |
* | | | | libkvm: fix process runtime calculation on crashdumps | Ulrich Spörlein | 2011-01-23 | 2 | -13/+29 |
* | | | | libkvm code janitoring | Ulrich Spörlein | 2011-01-23 | 20 | -309/+215 |
* | | | | getgroups(2): Remove mention of <sys/param.h> and refer to sysconf(3). | Jilles Tjoelker | 2011-01-21 | 1 | -3/+9 |
* | | | | Introduce signed and unsigned version of CTLTYPE_QUAD, renaming | Matthew D Fleming | 2011-01-19 | 1 | -3/+12 |
* | | | | Fix a bug related to connection caching which could cause a crash after | Dag-Erling Smørgrav | 2011-01-17 | 1 | -0/+1 |
* | | | | mknod(2): The required include is <sys/stat.h>, not <unistd.h>. | Jilles Tjoelker | 2011-01-16 | 1 | -2/+2 |
* | | | | Mark csu on PowerPC as not requiring executable stack. | Konstantin Belousov | 2011-01-14 | 4 | -0/+8 |
* | | | | Mark assembler sources from libc as working with non-executable stack. | Konstantin Belousov | 2011-01-14 | 24 | -2/+44 |
* | | | | Mark libcompiler_rt as not needed executable stack on powerpc. | Konstantin Belousov | 2011-01-14 | 1 | -1/+2 |
* | | | | The (%esp & 0xf) == 0 should be true before the call instruction is | Konstantin Belousov | 2011-01-13 | 1 | -0/+1 |
* | | | | Apply a workaround for a binutils issue with the .note.ABI-tag section | Dimitry Andric | 2011-01-13 | 8 | -28/+171 |
* | | | | Fix a typo. | David Xu | 2011-01-11 | 1 | -1/+1 |
* | | | | For the process that already loaded libthr but still not initialized | Konstantin Belousov | 2011-01-10 | 1 | -0/+26 |
* | | | | Revert part of r217071 so that us mere mortals can clearly see | Doug Barton | 2011-01-09 | 1 | -1/+5 |
* | | | | Implement the __pthread_map_stacks_exec() for libthr. | Konstantin Belousov | 2011-01-09 | 5 | -1/+53 |
* | | | | Implement __pthread_map_stacks_exec() callback for libc, to change the | Konstantin Belousov | 2011-01-08 | 3 | -0/+39 |
* | | | | Fix some style(9) issues. | Konstantin Belousov | 2011-01-08 | 1 | -4/+5 |
* | | | | Fix struct FILE * leak on error (in disabled by default hesiod support code). | Konstantin Belousov | 2011-01-08 | 1 | -0/+1 |
* | | | | Retire TARGET_ABI. | Warner Losh | 2011-01-07 | 1 | -5/+1 |
* | | | | Add section .note.GNU-stack for assembly files used by 386 and amd64. | Konstantin Belousov | 2011-01-07 | 68 | -0/+136 |
* | | | | Add section .note.GNU-stack for assembly files used by 386 and amd64. | Konstantin Belousov | 2011-01-07 | 2 | -0/+4 |
* | | | | Add section .note.GNU-stack for assembly files used by 386 and amd64. | Konstantin Belousov | 2011-01-07 | 72 | -0/+142 |
* | | | | Add section .note.GNU-stack for assembly files used by 386 and amd64. | Konstantin Belousov | 2011-01-07 | 5 | -0/+10 |
* | | | | Fix braino in r217101. -Wa is used to supply assembler flag to cc driver. | Konstantin Belousov | 2011-01-07 | 1 | -1/+1 |
* | | | | On amd64 and i386, force assembler to mark objects compiled from the | Konstantin Belousov | 2011-01-07 | 1 | -0/+6 |
* | | | | Emit .note.GNU-stack for the syscall stubs generated by libc. | Konstantin Belousov | 2011-01-07 | 1 | -0/+2 |
* | | | | Make this work on big endian MIPS, while not breaking it for small | Warner Losh | 2011-01-06 | 1 | -7/+3 |
* | | | | Return 0 instead of garbage value. | David Xu | 2011-01-06 | 1 | -2/+1 |
* | | | | On i386 and amd64, consistently use the following options whenever we | Dimitry Andric | 2011-01-05 | 1 | -1/+1 |
* | | | | In lib/libstand, sys/boot/ficl and sys/boot/zfs, -mno-sse3 should also | Dimitry Andric | 2011-01-05 | 1 | -4/+1 |
* | | | | Quiet clang warnings by using string literal format strings. | Ed Maste | 2011-01-04 | 1 | -2/+2 |
* | | | | Because sleepqueue may still being used, we should always check wchan with | David Xu | 2011-01-04 | 1 | -6/+0 |
* | | | | Switch mips architectures back to libgcc. | Alexander Kabaev | 2010-12-29 | 1 | -1/+1 |
* | | | | Revert most of r210764, now that mdocml does the right | Ulrich Spörlein | 2010-12-28 | 3 | -3/+3 |
* | | | | Always clear flag PMUTEX_FLAG_DEFERED when unlocking, as it is only | David Xu | 2010-12-24 | 1 | -2/+2 |
* | | | | Add sleep queue code. | David Xu | 2010-12-22 | 1 | -0/+175 |
* | | | | MFp4: | David Xu | 2010-12-22 | 9 | -191/+666 |
* | | | | Unbreak the build by temprorarily not using include directives in | Shteryana Shopova | 2010-12-20 | 1 | -4/+0 |
* | | | | Bring in a SNMP module that allows configuration of SNMPv3 Notification targets. | Shteryana Shopova | 2010-12-20 | 1 | -0/+4 |
* | | | | Sort cross references by section. | Rebecca Cran | 2010-12-18 | 1 | -2/+2 |
* | | | | Update shmget(2) with POSIX access permissions and remove non-standard SHM_R, | Rebecca Cran | 2010-12-17 | 3 | -13/+11 |
* | | | | Fix a memory leak on the error condition | Kevin Lo | 2010-12-14 | 1 | -1/+1 |
* | | | | Check the return value of malloc(). | Kevin Lo | 2010-12-14 | 1 | -0/+5 |
* | | | | Bump manual page date. | Edward Tomasz Napierala | 2010-12-13 | 1 | -1/+1 |
* | | | | After PSARC/2010/029, "canonical six" no longer exists. | Edward Tomasz Napierala | 2010-12-13 | 1 | -1/+3 |
* | | | | Fix stack alignment (required to be to 16 bytes) instead of ptrace and | Nathan Whitehorn | 2010-12-11 | 2 | -5/+5 |
* | | | | The use of snprintf() to append to a buffer is not valid according to C99 | Kevin Lo | 2010-12-11 | 1 | -1/+2 |
* | | | | Add a .note.ABI-tag section to ia64 startup files by linking crtbrand.c | Tijl Coosemans | 2010-12-10 | 1 | -8/+29 |