aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add section .note.GNU-stack for assembly files used by 386 and amd64.Konstantin Belousov2011-01-0772-0/+142
* Add section .note.GNU-stack for assembly files used by 386 and amd64.Konstantin Belousov2011-01-075-0/+10
* Fix braino in r217101. -Wa is used to supply assembler flag to cc driver.Konstantin Belousov2011-01-071-1/+1
* On amd64 and i386, force assembler to mark objects compiled from theKonstantin Belousov2011-01-071-0/+6
* Emit .note.GNU-stack for the syscall stubs generated by libc.Konstantin Belousov2011-01-071-0/+2
* Make this work on big endian MIPS, while not breaking it for smallWarner Losh2011-01-061-7/+3
* Return 0 instead of garbage value.David Xu2011-01-061-2/+1
* On i386 and amd64, consistently use the following options whenever weDimitry Andric2011-01-051-1/+1
* In lib/libstand, sys/boot/ficl and sys/boot/zfs, -mno-sse3 should alsoDimitry Andric2011-01-051-4/+1
* Quiet clang warnings by using string literal format strings.Ed Maste2011-01-041-2/+2
* Because sleepqueue may still being used, we should always check wchan withDavid Xu2011-01-041-6/+0
* Switch mips architectures back to libgcc.Alexander Kabaev2010-12-291-1/+1
* Revert most of r210764, now that mdocml does the rightUlrich Spörlein2010-12-283-3/+3
* Always clear flag PMUTEX_FLAG_DEFERED when unlocking, as it is onlyDavid Xu2010-12-241-2/+2
* Add sleep queue code.David Xu2010-12-221-0/+175
* MFp4:David Xu2010-12-229-191/+666
* Unbreak the build by temprorarily not using include directives inShteryana Shopova2010-12-201-4/+0
* Bring in a SNMP module that allows configuration of SNMPv3 Notification targets.Shteryana Shopova2010-12-201-0/+4
* Sort cross references by section.Rebecca Cran2010-12-181-2/+2
* Update shmget(2) with POSIX access permissions and remove non-standard SHM_R,Rebecca Cran2010-12-173-13/+11
* Fix a memory leak on the error conditionKevin Lo2010-12-141-1/+1
* Check the return value of malloc().Kevin Lo2010-12-141-0/+5
* Bump manual page date.Edward Tomasz Napierala2010-12-131-1/+1
* After PSARC/2010/029, "canonical six" no longer exists.Edward Tomasz Napierala2010-12-131-1/+3
* Fix stack alignment (required to be to 16 bytes) instead of ptrace andNathan Whitehorn2010-12-112-5/+5
* The use of snprintf() to append to a buffer is not valid according to C99Kevin Lo2010-12-111-1/+2
* Add a .note.ABI-tag section to ia64 startup files by linking crtbrand.cTijl Coosemans2010-12-101-8/+29
* Let all .c and .S files under lib/csu consistently use the __FBSDID()Dimitry Andric2010-12-0921-50/+61
* When reopening a stream backed by an open file descriptor, do not closeJohn Baldwin2010-12-091-12/+9
* In bsnmpd(1) add support for SNMPv3 message processing model, including messa...Shteryana Shopova2010-12-081-2/+9
* Don't write data into an empty "file."Tim Kientzle2010-12-073-13/+12