aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Another minor nit: Make sure the constant here is a float so the compilerDavid Schultz2010-12-071-1/+1
* Fix various nits in style and comments that were pointed out by bde.David Schultz2010-12-074-13/+16
* Add log2() and log2f().David Schultz2010-12-058-12/+149
* Add a "kernel" log function, based on e_log.c, which is useful forDavid Schultz2010-12-052-0/+171
* Move most of the remaining USD/PSD/SMM papers into share/docUlrich Spörlein2010-12-047-9696/+0
* Remove stale link.Jaakko Heinonen2010-12-041-3/+1
* Disable gcc's built-in rint() function when compiling s_nearbyint.c.David Schultz2010-12-031-0/+6
* Remove two unused variables, left over from the refactoring in r180104.Gavin Atkinson2010-12-021-6/+0
* Add Serial Management Protocol (SMP) passthrough support to CAM.Kenneth D. Merry2010-11-301-1/+1
* Update the documentation to reflect changes to the implementation inDavid Schultz2010-11-301-14/+14
* Add <time.h> for ctime(), which we accidentally picked up throughDag-Erling Smørgrav2010-11-221-0/+1
* Remove obsoleted private symbol.Martin Matuska2010-11-191-1/+0
* Correct description of the return values ofHans Petter Selasky2010-11-181-5/+10
* Remove unused autofs userland bits.John Baldwin2010-11-174-859/+0
* Don't use -fno-exceptions or -fno-rtti for .c files, when buildingDimitry Andric2010-11-141-2/+2
* Similar to sys/net/vnet.h, define the linker set name for sys/sys/pcpu.hDimitry Andric2010-11-142-5/+6