| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a bug related to connection caching which could cause a crash after | des | 2011-01-17 | 1 | -0/+1 |
* | mknod(2): The required include is <sys/stat.h>, not <unistd.h>. | jilles | 2011-01-16 | 1 | -2/+2 |
* | Mark csu on PowerPC as not requiring executable stack. | kib | 2011-01-14 | 4 | -0/+8 |
* | Mark assembler sources from libc as working with non-executable stack. | kib | 2011-01-14 | 24 | -2/+44 |
* | Mark libcompiler_rt as not needed executable stack on powerpc. | kib | 2011-01-14 | 1 | -1/+2 |
* | The (%esp & 0xf) == 0 should be true before the call instruction is | kib | 2011-01-13 | 1 | -0/+1 |
* | Apply a workaround for a binutils issue with the .note.ABI-tag section | dim | 2011-01-13 | 8 | -28/+171 |
* | Fix a typo. | davidxu | 2011-01-11 | 1 | -1/+1 |
* | For the process that already loaded libthr but still not initialized | kib | 2011-01-10 | 1 | -0/+26 |
* | Revert part of r217071 so that us mere mortals can clearly see | dougb | 2011-01-09 | 1 | -1/+5 |
* | Implement the __pthread_map_stacks_exec() for libthr. | kib | 2011-01-09 | 5 | -1/+53 |
* | Implement __pthread_map_stacks_exec() callback for libc, to change the | kib | 2011-01-08 | 3 | -0/+39 |
* | Fix some style(9) issues. | kib | 2011-01-08 | 1 | -4/+5 |
* | Fix struct FILE * leak on error (in disabled by default hesiod support code). | kib | 2011-01-08 | 1 | -0/+1 |
* | Retire TARGET_ABI. | imp | 2011-01-07 | 1 | -5/+1 |
* | Add section .note.GNU-stack for assembly files used by 386 and amd64. | kib | 2011-01-07 | 68 | -0/+136 |
* | Add section .note.GNU-stack for assembly files used by 386 and amd64. | kib | 2011-01-07 | 2 | -0/+4 |
* | Add section .note.GNU-stack for assembly files used by 386 and amd64. | kib | 2011-01-07 | 72 | -0/+142 |
* | Add section .note.GNU-stack for assembly files used by 386 and amd64. | kib | 2011-01-07 | 5 | -0/+10 |
* | Fix braino in r217101. -Wa is used to supply assembler flag to cc driver. | kib | 2011-01-07 | 1 | -1/+1 |
* | On amd64 and i386, force assembler to mark objects compiled from the | kib | 2011-01-07 | 1 | -0/+6 |
* | Emit .note.GNU-stack for the syscall stubs generated by libc. | kib | 2011-01-07 | 1 | -0/+2 |
* | Make this work on big endian MIPS, while not breaking it for small | imp | 2011-01-06 | 1 | -7/+3 |
* | Return 0 instead of garbage value. | davidxu | 2011-01-06 | 1 | -2/+1 |
* | On i386 and amd64, consistently use the following options whenever we | dim | 2011-01-05 | 1 | -1/+1 |
* | In lib/libstand, sys/boot/ficl and sys/boot/zfs, -mno-sse3 should also | dim | 2011-01-05 | 1 | -4/+1 |
* | Quiet clang warnings by using string literal format strings. | emaste | 2011-01-04 | 1 | -2/+2 |
* | Because sleepqueue may still being used, we should always check wchan with | davidxu | 2011-01-04 | 1 | -6/+0 |
* | Switch mips architectures back to libgcc. | kan | 2010-12-29 | 1 | -1/+1 |
* | Revert most of r210764, now that mdocml does the right | uqs | 2010-12-28 | 3 | -3/+3 |
* | Always clear flag PMUTEX_FLAG_DEFERED when unlocking, as it is only | davidxu | 2010-12-24 | 1 | -2/+2 |
* | Add sleep queue code. | davidxu | 2010-12-22 | 1 | -0/+175 |
* | MFp4: | davidxu | 2010-12-22 | 9 | -191/+666 |
* | Unbreak the build by temprorarily not using include directives in | syrinx | 2010-12-20 | 1 | -4/+0 |
* | Bring in a SNMP module that allows configuration of SNMPv3 Notification targets. | syrinx | 2010-12-20 | 1 | -0/+4 |
* | Sort cross references by section. | brucec | 2010-12-18 | 1 | -2/+2 |
* | Update shmget(2) with POSIX access permissions and remove non-standard SHM_R, | brucec | 2010-12-17 | 3 | -13/+11 |
* | Fix a memory leak on the error condition | kevlo | 2010-12-14 | 1 | -1/+1 |
* | Check the return value of malloc(). | kevlo | 2010-12-14 | 1 | -0/+5 |
* | Bump manual page date. | trasz | 2010-12-13 | 1 | -1/+1 |
* | After PSARC/2010/029, "canonical six" no longer exists. | trasz | 2010-12-13 | 1 | -1/+3 |
* | Fix stack alignment (required to be to 16 bytes) instead of ptrace and | nwhitehorn | 2010-12-11 | 2 | -5/+5 |
* | The use of snprintf() to append to a buffer is not valid according to C99 | kevlo | 2010-12-11 | 1 | -1/+2 |
* | Add a .note.ABI-tag section to ia64 startup files by linking crtbrand.c | tijl | 2010-12-10 | 1 | -8/+29 |
* | Let all .c and .S files under lib/csu consistently use the __FBSDID() | dim | 2010-12-09 | 21 | -50/+61 |
* | When reopening a stream backed by an open file descriptor, do not close | jhb | 2010-12-09 | 1 | -12/+9 |
* | In bsnmpd(1) add support for SNMPv3 message processing model, including messa... | syrinx | 2010-12-08 | 1 | -2/+9 |
* | Don't write data into an empty "file." | kientzle | 2010-12-07 | 3 | -13/+12 |
* | Another minor nit: Make sure the constant here is a float so the compiler | das | 2010-12-07 | 1 | -1/+1 |
* | Fix various nits in style and comments that were pointed out by bde. | das | 2010-12-07 | 4 | -13/+16 |