| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add log2() and log2f(). | das | 2010-12-05 | 8 | -12/+149 |
* | Add a "kernel" log function, based on e_log.c, which is useful for | das | 2010-12-05 | 2 | -0/+171 |
* | Move most of the remaining USD/PSD/SMM papers into share/doc | uqs | 2010-12-04 | 7 | -9696/+0 |
* | Remove stale link. | jh | 2010-12-04 | 1 | -3/+1 |
* | Disable gcc's built-in rint() function when compiling s_nearbyint.c. | das | 2010-12-03 | 1 | -0/+6 |
* | Remove two unused variables, left over from the refactoring in r180104. | gavin | 2010-12-02 | 1 | -6/+0 |
* | Add Serial Management Protocol (SMP) passthrough support to CAM. | ken | 2010-11-30 | 1 | -1/+1 |
* | Update the documentation to reflect changes to the implementation in | das | 2010-11-30 | 1 | -14/+14 |
* | Add <time.h> for ctime(), which we accidentally picked up through | des | 2010-11-22 | 1 | -0/+1 |
* | Remove obsoleted private symbol. | mm | 2010-11-19 | 1 | -1/+0 |
* | Correct description of the return values of | hselasky | 2010-11-18 | 1 | -5/+10 |
* | Remove unused autofs userland bits. | jhb | 2010-11-17 | 4 | -859/+0 |
* | Don't use -fno-exceptions or -fno-rtti for .c files, when building | dim | 2010-11-14 | 1 | -2/+2 |
* | Similar to sys/net/vnet.h, define the linker set name for sys/sys/pcpu.h | dim | 2010-11-14 | 2 | -5/+6 |
* | Always set errno to a sane value when pututxline(3) fails. | ed | 2010-11-14 | 1 | -0/+3 |
* | Remove libc_r threading library. It has been disconnected from the build | emaste | 2010-11-13 | 167 | -23451/+0 |
* | Fix LibUSB v1.0 compliancy. | hselasky | 2010-11-13 | 2 | -4/+11 |
* | Fix bug in jn(3) and jnf(3) that led to -inf results | uqs | 2010-11-13 | 2 | -2/+12 |
* | Sync with OpenBSD, primarily better signal and terminal handling. | delphij | 2010-11-13 | 2 | -124/+130 |
* | Update xz to release 5.0.0 | mm | 2010-11-12 | 1 | -3/+4 |
* | Revert to libgcc for sparc64. | ed | 2010-11-12 | 1 | -3/+5 |
* | This commit implements the SO_USER_COOKIE socket option, which lets | luigi | 2010-11-12 | 1 | -0/+18 |
* | Make sure to specify the alignment of minbrk and curbrk. They were correctly | dim | 2010-11-11 | 2 | -0/+2 |
* | Remove some unneeded spaces from the __sym_compat() macro, since newer | dim | 2010-11-11 | 1 | -1/+1 |
* | amd64: introduce minidump version 2 | avg | 2010-11-11 | 1 | -14/+94 |
* | Set symbol visibility to hidden. | ed | 2010-11-11 | 1 | -1/+1 |
* | Replace libgcc.a by libcompiler_rt.a. | ed | 2010-11-11 | 1 | -0/+2 |
* | Import libcompiler_rt into HEAD and add Makefiles. | ed | 2010-11-11 | 3 | -0/+184 |
|\ |
|
| * | Import compiler-rt r117047. | ed | 2010-10-21 | 210 | -0/+11184 |
* | If the Zip reader doesn't see a PK signature block | kientzle | 2010-11-07 | 3 | -3/+93 |