summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove link to the missing AMD Geode LX SB man page... we can add itjmg2014-03-131-1/+0
* Add MSI support to puc(9)rstone2014-03-136-3/+62
* To avoid missing a chance to cancel thread, call _pthread_testcancel at thedavidxu2014-03-131-0/+1
* Connect the hyperv drivers to the build.gjb2014-03-132-0/+7
* Add hyperv manual pages provided by Microsoft, formattedgjb2014-03-137-0/+632
* Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbitglebius2014-03-1325-267/+155
* Put the offset of the CRC32C in csum_data instead of 0.tuexen2014-03-121-4/+4
* Initialize paddr to handle the case of zero size.kib2014-03-121-0/+1
* SCTP uses CRC32C and not Adler anymore. While there change the referencetuexen2014-03-121-2/+2
* wlanstats: print timestampeadler2014-03-121-0/+5
* Do not vdrop() the tmpfs vnode until it is unlocked. The holdkib2014-03-121-1/+2
* Since both netinet/ and netinet6/ call into netipsec/ and netpfil/,glebius2014-03-124-23/+15
* Make ether_line really report an error when all input is invalid.jmmv2014-03-121-5/+7
* Fix description of WITHOUT_BMAKE's purpose.jmmv2014-03-121-2/+2
* Remove broken tests for eui64_line.jmmv2014-03-123-92/+1
* Make the strerror tests work without libtap.jmmv2014-03-122-34/+42
* Turn a test precondition into a skip in the mdconfig tests.jmmv2014-03-121-2/+2
* Fix sa tests.jmmv2014-03-1213-195/+202
* Only run the make tests when make is fmake.jmmv2014-03-121-1/+20
* Fix lastcomm tests under amd64.jmmv2014-03-123-56/+58
* Use correct types for sizeof() in the calculations for the malloc(9) sizes [1].kib2014-03-123-15/+6
* The auio structure is only initialized when the vnode is symlink,kib2014-03-121-1/+1
* Make ministat CRNL tolerant by stripping all isspace() from the tailphk2014-03-121-2/+3
* Avoid segment fault when attempting to clean up cylinder groupmckusick2014-03-121-6/+8
* Delete stray clause 3 (Advertising clause) and renumber while i'mimp2014-03-117-11/+7
* Remove #include <machine/asmacros.h> from files that don't need it.ian2014-03-114-4/+1
* Remove the unreferenced DATA() macro. That leaves only GET_CURTHREAD_PTR()ian2014-03-111-26/+8
* Don't try to return a vector to a caller that only cares if a vectortychon2014-03-111-2/+6
* Enhance the mechanism that lets you configure the ubldr boot device byian2014-03-115-81/+304
* Garbage collect the old way of adding the libstdc++ include directoriesdim2014-03-111-8/+0
* Repair recognition of "CC" as an alias for the C++ compiler, since itdim2014-03-111-0/+2
* MFV of 263039, tzdata2014a:edwin2014-03-115-38/+78
* Remove clause 3 (the advertising clause), per the regent's letter.imp2014-03-113-7/+3
* Remove clause 3 (advertising clause), per regent's letter.imp2014-03-111-5/+1
* Replace the userspace atpic stub with a more functional vmm.ko model.tychon2014-03-1119-128/+916
* Use panic rather than printf to "handle" an arm26 address exceptionian2014-03-111-6/+5
* No functional changes. Rewrite comments, use tabs consistantly, reorderian2014-03-111-159/+141
* Remove some unnecessary indirection and jump right to the handler functions.ian2014-03-111-36/+3
* Support Last-Modified behind proxies which return UTC instead of GMT.bdrewery2014-03-111-0/+6
* xen: add a hook to perform AP startuproyger2014-03-115-6/+105
* xen: changes to hvm code in order to support PVH guestsroyger2014-03-111-5/+42
* xen: add hook for AP bootstrap memory reservationroyger2014-03-112-4/+12
* xen: add an apic_enumerator for PVHroyger2014-03-112-0/+135
* xen: use the same hypercall mechanism for XEN and XENHVMroyger2014-03-114-29/+19
* xen: implement hook to fetch and parse e820 memory maproyger2014-03-114-19/+59
* xen: implement an early timer for Xen PVHroyger2014-03-1115-59/+222
* xen: rework xen timer so it can be used early in boot processroyger2014-03-111-9/+28
* amd64: introduce hook for custom preload metadata parsersroyger2014-03-113-11/+136
* howto_names: unify declarationroyger2014-03-1111-202/+65
* xen: add and enable Xen console for PVH guestsroyger2014-03-117-35/+100
OpenPOWER on IntegriCloud