| Commit message (Expand) | Author | Age | Files | Lines |
* | sh(1): Clean up documentation of built-in commands. | jilles | 2010-12-03 | 1 | -11/+14 |
* | Regenerate manual pages for OpenSSL 0.9.8q. | simon | 2010-12-03 | 278 | -291/+280 |
* | Merge OpenSSL 0.9.8q into head. | simon | 2010-12-03 | 17 | -30/+146 |
|\ |
|
| * | Import OpenSSL 0.9.8q. | simon | 2010-12-02 | 17 | -30/+146 |
| * | Import OpenSSL 0.9.8p. | simon | 2010-11-21 | 127 | -535/+877 |
| * | Import OpenSSL 0.9.8n. | simon | 2010-04-01 | 28 | -37/+115 |
* | | Revert r216161. It is not necessary because we zero-fill BSS anyway. | jkim | 2010-12-03 | 2 | -2/+2 |
* | | Explicitly initialize TSC frequency. To calibrate TSC frequency, we use | jkim | 2010-12-03 | 2 | -2/+2 |
* | | Do not change CPU ticker frequency if TSC is P-state invariant. Note this | jkim | 2010-12-03 | 2 | -0/+6 |
* | | Trim whitespaces at the end of lines. Use the commit to record | kib | 2010-12-03 | 1 | -2/+2 |
* | | 1. Fix off by one errors in calls to MIPS_DIRECT_MAPPABLE, reported by alc@ | jchandra | 2010-12-03 | 2 | -17/+12 |
* | | Document the fact that passing in a count of zero to the bus_space functions | brucec | 2010-12-03 | 1 | -0/+3 |
* | | Provide a simple IOMMU framework on PowerPC, which is required to support | nwhitehorn | 2010-12-03 | 4 | -84/+173 |
* | | Extend the unix gc regression test to cover the case of r216150. | kib | 2010-12-03 | 1 | -9/+54 |
* | | Reviewed by: jeff, rwatson | kib | 2010-12-03 | 1 | -5/+74 |
* | | Add SLIST_SWAP() macro. | kib | 2010-12-03 | 1 | -0/+6 |
* | | Fixup for r216141, dump_add_page needs to be non-static now. | jchandra | 2010-12-03 | 2 | -4/+6 |
* | | * Recommend a overwrite of whole geli provider before use. | delphij | 2010-12-03 | 1 | -2/+6 |
* | | o Mount the device async when we're doing the copy. | imp | 2010-12-03 | 1 | -3/+3 |
* | | _WITHOUT_SRCCONF has too much baggage. Instead, use the simpler | imp | 2010-12-03 | 1 | -1/+1 |
* | | Revert r216134. This checkin broke platforms where bus_space are macros: | brucec | 2010-12-03 | 10 | -398/+194 |
* | | Explain some of the reasons that fpsetprec() is unlikely to work as | das | 2010-12-03 | 1 | -1/+5 |
* | | To make minidumps work properly on mips for memory that's direct | imp | 2010-12-03 | 1 | -4/+5 |
* | | Add ability to decompress different format manual pages. | gordon | 2010-12-03 | 1 | -25/+79 |
* | | Add some basic regression tests for nearbyint(). | das | 2010-12-03 | 3 | -1/+111 |
* | | Changes the meaning of each characters '<' and '>' that it could be | weongyo | 2010-12-03 | 1 | -1/+1 |
* | | Disable gcc's built-in rint() function when compiling s_nearbyint.c. | das | 2010-12-03 | 1 | -0/+6 |
* | | Disallow passing in a count of zero bytes to the bus_space(9) functions. | brucec | 2010-12-02 | 10 | -194/+398 |
* | | Add a note about the magic number 20. Actually, 22.75 entries fit in | ivoras | 2010-12-02 | 1 | -1/+1 |
* | | Document loader tunable hw.re.prefer_iomap. | yongari | 2010-12-02 | 1 | -1/+6 |
* | | Decode IPC_CREAT and IPC_EXCL for semget(2). | delphij | 2010-12-02 | 1 | -0/+2 |
* | | Replace pointer to "struct uidinfo" with pointer to "struct ucred" | trasz | 2010-12-02 | 10 | -158/+158 |
* | | Unbreak amd64<->i386 cross builds. | nwhitehorn | 2010-12-02 | 1 | -2/+3 |
* | | Define bswap macros for constants to allow the compiler to pre-compute | nwhitehorn | 2010-12-02 | 1 | -16/+30 |
* | | Remove two unused variables, left over from the refactoring in r180104. | gavin | 2010-12-02 | 1 | -6/+0 |
* | | For non-stopped threads, td_frame pointer is undefined. As a | kib | 2010-12-02 | 2 | -0/+8 |
* | | Remove more duplicates. | uqs | 2010-12-02 | 1 | -48/+3 |
* | | Import a clean-room implementation of the experimental H-TCP congestion control | lstewart | 2010-12-02 | 3 | -1/+532 |
* | | Import a clean-room implementation of the experimental CUBIC congestion control | lstewart | 2010-12-02 | 4 | -1/+635 |
* | | The driver-XXX.c files used for host CPU detection with -march=native | nwhitehorn | 2010-12-02 | 1 | -1/+2 |
* | | removed tag is '-', not '+'. | imp | 2010-12-02 | 1 | -2/+1 |
* | | If RX lockup workaround is enabled, fxp(4) will periodically reset | yongari | 2010-12-02 | 1 | -4/+6 |
* | | Add build infrastructure for the forthcoming CC algorithm modules. | lstewart | 2010-12-02 | 2 | -0/+6 |
* | | General cleanup of the NewReno CC module (no functional changes): | lstewart | 2010-12-02 | 1 | -52/+40 |
* | | Don't error out while searching for empty directories. | kevlo | 2010-12-02 | 1 | -1/+1 |
* | | - Reinstantiate the after_idle hook call in tcp_output(), which got lost | lstewart | 2010-12-02 | 2 | -36/+20 |
* | | Remove useless NULL checks for M_WAITOK mallocs. | trasz | 2010-12-02 | 2 | -19/+0 |
* | | Set ssthresh appropriately on RTO. This change was accidentally not ported from | lstewart | 2010-12-02 | 1 | -0/+2 |
* | | Pass NULL instead of 0 for the th pointer value. NULL != 0 on all platforms. | lstewart | 2010-12-02 | 1 | -1/+1 |
* | | sh(1): Document that command's -p option also works with -v/-V. | jilles | 2010-12-01 | 1 | -2/+3 |