summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge OpenSSL 0.9.8q into head.simon2010-12-0317-30/+146
|\
| * Import OpenSSL 0.9.8q.simon2010-12-0217-30/+146
| * Import OpenSSL 0.9.8p.simon2010-11-21127-535/+877
| * Import OpenSSL 0.9.8n.simon2010-04-0128-37/+115
* | Revert r216161. It is not necessary because we zero-fill BSS anyway.jkim2010-12-032-2/+2
* | Explicitly initialize TSC frequency. To calibrate TSC frequency, we usejkim2010-12-032-2/+2
* | Do not change CPU ticker frequency if TSC is P-state invariant. Note thisjkim2010-12-032-0/+6
* | Trim whitespaces at the end of lines. Use the commit to recordkib2010-12-031-2/+2
* | 1. Fix off by one errors in calls to MIPS_DIRECT_MAPPABLE, reported by alc@jchandra2010-12-032-17/+12
* | Document the fact that passing in a count of zero to the bus_space functionsbrucec2010-12-031-0/+3
* | Provide a simple IOMMU framework on PowerPC, which is required to supportnwhitehorn2010-12-034-84/+173
* | Extend the unix gc regression test to cover the case of r216150.kib2010-12-031-9/+54
* | Reviewed by: jeff, rwatsonkib2010-12-031-5/+74
* | Add SLIST_SWAP() macro.kib2010-12-031-0/+6
* | Fixup for r216141, dump_add_page needs to be non-static now.jchandra2010-12-032-4/+6
* | * Recommend a overwrite of whole geli provider before use.delphij2010-12-031-2/+6
* | o Mount the device async when we're doing the copy.imp2010-12-031-3/+3
* | _WITHOUT_SRCCONF has too much baggage. Instead, use the simplerimp2010-12-031-1/+1
* | Revert r216134. This checkin broke platforms where bus_space are macros:brucec2010-12-0310-398/+194
* | Explain some of the reasons that fpsetprec() is unlikely to work asdas2010-12-031-1/+5
* | To make minidumps work properly on mips for memory that's directimp2010-12-031-4/+5
* | Add ability to decompress different format manual pages.gordon2010-12-031-25/+79
* | Add some basic regression tests for nearbyint().das2010-12-033-1/+111
* | Changes the meaning of each characters '<' and '>' that it could beweongyo2010-12-031-1/+1
* | Disable gcc's built-in rint() function when compiling s_nearbyint.c.das2010-12-031-0/+6
* | Disallow passing in a count of zero bytes to the bus_space(9) functions.brucec2010-12-0210-194/+398
* | Add a note about the magic number 20. Actually, 22.75 entries fit inivoras2010-12-021-1/+1
* | Document loader tunable hw.re.prefer_iomap.yongari2010-12-021-1/+6
* | Decode IPC_CREAT and IPC_EXCL for semget(2).delphij2010-12-021-0/+2
* | Replace pointer to "struct uidinfo" with pointer to "struct ucred"trasz2010-12-0210-158/+158
* | Unbreak amd64<->i386 cross builds.nwhitehorn2010-12-021-2/+3
* | Define bswap macros for constants to allow the compiler to pre-computenwhitehorn2010-12-021-16/+30
* | Remove two unused variables, left over from the refactoring in r180104.gavin2010-12-021-6/+0
* | For non-stopped threads, td_frame pointer is undefined. As akib2010-12-022-0/+8
* | Remove more duplicates.uqs2010-12-021-48/+3
* | Import a clean-room implementation of the experimental H-TCP congestion controllstewart2010-12-023-1/+532
* | Import a clean-room implementation of the experimental CUBIC congestion controllstewart2010-12-024-1/+635
* | The driver-XXX.c files used for host CPU detection with -march=nativenwhitehorn2010-12-021-1/+2
* | removed tag is '-', not '+'.imp2010-12-021-2/+1
* | If RX lockup workaround is enabled, fxp(4) will periodically resetyongari2010-12-021-4/+6
* | Add build infrastructure for the forthcoming CC algorithm modules.lstewart2010-12-022-0/+6
* | General cleanup of the NewReno CC module (no functional changes):lstewart2010-12-021-52/+40
* | Don't error out while searching for empty directories.kevlo2010-12-021-1/+1
* | - Reinstantiate the after_idle hook call in tcp_output(), which got lostlstewart2010-12-022-36/+20
* | Remove useless NULL checks for M_WAITOK mallocs.trasz2010-12-022-19/+0
* | Set ssthresh appropriately on RTO. This change was accidentally not ported fromlstewart2010-12-021-0/+2
* | Pass NULL instead of 0 for the th pointer value. NULL != 0 on all platforms.lstewart2010-12-021-1/+1
* | sh(1): Document that command's -p option also works with -v/-V.jilles2010-12-011-2/+3
* | Journal start looks up .sujournal file by doing lookup on the root dvp.kib2010-12-011-0/+1
* | - Report an error when a label with invalid name is attempted to bejh2010-12-011-4/+6
OpenPOWER on IntegriCloud