summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't write data into an empty "file."kientzle2010-12-073-13/+12
* Another minor nit: Make sure the constant here is a float so the compilerdas2010-12-071-1/+1
* Fix various nits in style and comments that were pointed out by bde.das2010-12-074-13/+16
* Add log2() and log2f().das2010-12-058-12/+149
* Add a "kernel" log function, based on e_log.c, which is useful fordas2010-12-052-0/+171
* Move most of the remaining USD/PSD/SMM papers into share/docuqs2010-12-047-9696/+0
* Remove stale link.jh2010-12-041-3/+1
* Disable gcc's built-in rint() function when compiling s_nearbyint.c.das2010-12-031-0/+6
* Remove two unused variables, left over from the refactoring in r180104.gavin2010-12-021-6/+0
* Add Serial Management Protocol (SMP) passthrough support to CAM.ken2010-11-301-1/+1
* Update the documentation to reflect changes to the implementation indas2010-11-301-14/+14
* Add <time.h> for ctime(), which we accidentally picked up throughdes2010-11-221-0/+1
* Remove obsoleted private symbol.mm2010-11-191-1/+0
* Correct description of the return values ofhselasky2010-11-181-5/+10
* Remove unused autofs userland bits.jhb2010-11-174-859/+0
* Don't use -fno-exceptions or -fno-rtti for .c files, when buildingdim2010-11-141-2/+2
* Similar to sys/net/vnet.h, define the linker set name for sys/sys/pcpu.hdim2010-11-142-5/+6
* Always set errno to a sane value when pututxline(3) fails.ed2010-11-141-0/+3
* Remove libc_r threading library. It has been disconnected from the buildemaste2010-11-13167-23451/+0
* Fix LibUSB v1.0 compliancy.hselasky2010-11-132-4/+11
* Fix bug in jn(3) and jnf(3) that led to -inf resultsuqs2010-11-132-2/+12
* Sync with OpenBSD, primarily better signal and terminal handling.delphij2010-11-132-124/+130
* Update xz to release 5.0.0mm2010-11-121-3/+4
* Revert to libgcc for sparc64.ed2010-11-121-3/+5
* This commit implements the SO_USER_COOKIE socket option, which letsluigi2010-11-121-0/+18
* Make sure to specify the alignment of minbrk and curbrk. They were correctlydim2010-11-112-0/+2
* Remove some unneeded spaces from the __sym_compat() macro, since newerdim2010-11-111-1/+1
* amd64: introduce minidump version 2avg2010-11-111-14/+94
* Set symbol visibility to hidden.ed2010-11-111-1/+1
* Replace libgcc.a by libcompiler_rt.a.ed2010-11-111-0/+2
* Import libcompiler_rt into HEAD and add Makefiles.ed2010-11-113-0/+184
|\
| * Import compiler-rt r117047.ed2010-10-21210-0/+11184
* If the Zip reader doesn't see a PK signature blockkientzle2010-11-073-3/+93
* Add minidump support for MIPSgonzo2010-11-074-11/+318
* Fix manpage markup.uqs2010-11-063-4/+2
* Clarify the naming: Methods that free an object shouldkientzle2010-11-0513-77/+114
* Add a new libc function: cfmakesane(3).ed2010-11-024-6/+37
OpenPOWER on IntegriCloud