summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* | | | Check the return value of malloc().kevlo2010-12-141-0/+5
* | | | Bump manual page date.trasz2010-12-131-1/+1
* | | | After PSARC/2010/029, "canonical six" no longer exists.trasz2010-12-131-1/+3
* | | | Fix stack alignment (required to be to 16 bytes) instead of ptrace andnwhitehorn2010-12-112-5/+5
* | | | The use of snprintf() to append to a buffer is not valid according to C99kevlo2010-12-111-1/+2
* | | | Add a .note.ABI-tag section to ia64 startup files by linking crtbrand.ctijl2010-12-101-8/+29
* | | | Let all .c and .S files under lib/csu consistently use the __FBSDID()dim2010-12-0921-50/+61
* | | | When reopening a stream backed by an open file descriptor, do not closejhb2010-12-091-12/+9
* | | | In bsnmpd(1) add support for SNMPv3 message processing model, including messa...syrinx2010-12-081-2/+9
OpenPOWER on IntegriCloud