aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* In g_eli_crypto_hmac_init(), zero out after using the ipad buffer,Xin LI2014-02-081-0/+1
* Fix a bug in the handling of VM-exits caused by non-maskable interrupts (NMI).Neel Natu2014-02-081-15/+36
* Remove FreeBSD 6 supportWarner Losh2014-02-082-10/+0
* Build a 32-bit libstand under sys/boot/ for ppc64Ed Maste2014-02-074-3/+7
* Fix comment.Gleb Smirnoff2014-02-071-1/+1
* Remove unused defines.Gleb Smirnoff2014-02-071-7/+0
* Dynamically generate the page table. This will allow us to detect theAndrew Turner2014-02-071-36/+55
* Now that FreeBSD/i386 works as a bhyve guest, allow i386 kernels toJohn Baldwin2014-02-071-0/+5
* Don't force efi to a 32-bit build on amd64Ed Maste2014-02-071-8/+1
* o Revamp API between flowtable and netinet, netinet6.Gleb Smirnoff2014-02-078-550/+322
* - Use a callout instead of the deprecated timeout_handle.John Baldwin2014-02-071-12/+10
* Remove references to PHYSADDR where it's used only in debugging output,Ian Lepore2014-02-074-6/+2
* sysctl_handle_counter_u64() doesn't use arg2 argument, thus simplifyGleb Smirnoff2014-02-071-2/+2
* Utilize SYSCTL_UMA_CUR() to export usage of syncache andGleb Smirnoff2014-02-072-28/+5
* Provide macros that allow easily export uma(9) zone limits andGleb Smirnoff2014-02-072-0/+56
* Catch up on r261590.Gleb Smirnoff2014-02-071-4/+0
* Remove identical vnet sysctl handlers, and handle CTLFLAG_VNETGleb Smirnoff2014-02-073-51/+8
* Fix the build with DEBUG enabled. Where possible, fix style(9) issues.Luiz Otavio O Souza2014-02-072-51/+58
* Implement vd_drawrect and vd_setpixel for vt(9)'s VGA driver.Aleksandr Rybalko2014-02-071-0/+29
* Unlock entry before retry.Andrey V. Elsukov2014-02-071-0/+1
* Spacing.Gleb Smirnoff2014-02-071-33/+33
* Revert r234666. Clearing TWSI IRQ seems to cause watchdog timeoutPyun YongHyeon2014-02-071-3/+0
* Add option USB_HOST_ALIGN=64 for all SoCs that have 64 byte cache lines.Ian Lepore2014-02-077-0/+7
* Revert r260440. I didn't realize that most of this change was alreadyIan Lepore2014-02-0734-34/+0
* Build a 32-bit libstand under sys/boot/Ed Maste2014-02-068-0/+207
* Use abp_physaddr for the physical address over KERNPHYSADDR. This helps usAndrew Turner2014-02-066-19/+24
* Fix __syscall on armeb EABI. As it returns a 64-bit value it needs to placeAndrew Turner2014-02-061-3/+13
* Make functions only used in this file static, and remove vfp_enable as itAndrew Turner2014-02-061-17/+4
* Pass the kernel physical address to initarm through the boot param struct.Andrew Turner2014-02-062-1/+4
* Add a new sysctl, dev.cxgbe.N.rsrv_noflow, and a companion tunable,Scott Long2014-02-062-1/+36
* Add vt_set_border function to help to change border color.Aleksandr Rybalko2014-02-061-0/+28
* Add two new vt(9) driver methods: vd_drawrect and vd_setpixel.Aleksandr Rybalko2014-02-062-0/+60
* Fix typo.Aleksandr Rybalko2014-02-061-3/+3
* Fix crash on load of bigger font. It reduce width and height of terminal, butAleksandr Rybalko2014-02-061-0/+17
* Resolve probe conflict for now.Hans Petter Selasky2014-02-061-0/+3
* Fix kernelbuild when full debugging features are enabled.Hans Petter Selasky2014-02-062-2/+2
* Import USB RNDIS driver to FreeBSD from OpenBSD.Hans Petter Selasky2014-02-067-1/+1355
* Make CTL block backend return proper error code for operations unsupposedAlexander Motin2014-02-061-2/+6
* cxgbe(4): Use the rx channel map (instead of the tx channel map) as theNavdeep Parhar2014-02-063-2/+4
* cxgbe(4): The T5 allows for a different freelist starvation thresholdNavdeep Parhar2014-02-062-1/+8
* Add support for MegaRAID Fury cards. The main change needed to boot from aMark Johnston2014-02-063-6/+29
* cxgbe(4): Use the port's tx channel to identify it to t4_clr_port_stats.Navdeep Parhar2014-02-061-2/+2
* - Implement the RX EARLYOFF and RXDV GATED bits as done by RealTek's LinuxMarius Strobl2014-02-052-7/+30
* Try to make the style used here consistent.Marius Strobl2014-02-051-12/+3
* Add bus space barriers for page switches missed in r260050.Marius Strobl2014-02-052-0/+54
* Add two tunables to ignore certain firmware-assigned resources. TheseJohn Baldwin2014-02-052-1/+25
* Simplify pci_reserve_map() by calling resource_list_reserve() to allocateJohn Baldwin2014-02-051-12/+4
* Properly set the alignment flags when allocating the initial range for aJohn Baldwin2014-02-051-3/+6
* Fix a typo.John Baldwin2014-02-051-1/+1
* Describe the use of a freebsd-boot GPT partition, brought up by ScotWarren Block2014-02-051-4/+11