]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Only count table lookups when we're actually processing packets.
[FreeBSD/FreeBSD.git] / sys /
2014-02-10 bruefferOnly count table lookups when we're actually processing...
2014-02-10 bruefferFor IPv6, return the same error code as IPv4 when mrout...
2014-02-10 melifaroSimplify nd6_output_lle:
2014-02-09 bruefferAllow iwn2000 and iwn2030 firmware to be linked into...
2014-02-09 ianUpdate legacy platforms to use new arm_physmem helper...
2014-02-09 ianIf someone tries to boot a generic ATMEL kernel that...
2014-02-09 impAdd FDT attachment.
2014-02-09 impFDT attachment...
2014-02-09 impAdd TWI attachment for FDT. We're only matching the...
2014-02-09 impAdd FDT attachment.
2014-02-09 impAdd FDT attachment. Flag lost functionality with FDT_HA...
2014-02-09 impAdd FDT attachment.
2014-02-09 impAdd FDT attachment, plus minor code shuffle.
2014-02-09 impAdd FDT attachment.
2014-02-09 impAdd FDT matching code.
2014-02-09 ianAdd some extra debugging output when DEBUG is defined.
2014-02-09 ianFix the exclude-region clipping logic for the edge...
2014-02-09 andrewPass the pagetable used from locore.S to initarm to...
2014-02-09 ianNo need to set physmem in each initarm() instance anymo...
2014-02-09 ianUse vm_paddr_t, not vm_offset_t, when dealing with...
2014-02-09 andrewRemove the now unused MMU_INIT macro.
2014-02-09 trocinyFixup for r261590 (vnet sysctl handlers cleanup).
2014-02-09 ianIt turns out a global variable is the only straightforw...
2014-02-09 ianCalculate the kernel's load address from the PC in...
2014-02-09 alcDon't call vm_fault_prefault() on zero-fill faults...
2014-02-09 ianReplace compile-time constant KERNPHYSADDR with abp_phy...
2014-02-08 ianConsolidate code related to setting up physical memory...
2014-02-08 ianRemove the ARM_USE_SMALL_ALLOC option and code related...
2014-02-08 glebiusRemove ft_rtalloc and choose rtalloc function at compil...
2014-02-08 glebiusSpacing.
2014-02-08 brAdd drivers for:
2014-02-08 jhbAdd virtualized XSAVE support to bhyve which permits...
2014-02-08 glebiusRevert accidentially leaked changes in r261627.
2014-02-08 glebiusRemove never set flag FL_OVERWRITE. The only place...
2014-02-08 neelAdd a counter to differentiate between VM-exits due...
2014-02-08 delphijMFV r261619:
2014-02-08 delphijIn g_eli_crypto_hmac_init(), zero out after using the...
2014-02-08 neelFix a bug in the handling of VM-exits caused by non...
2014-02-08 impRemove FreeBSD 6 support
2014-02-07 emasteBuild a 32-bit libstand under sys/boot/ for ppc64
2014-02-07 glebiusFix comment.
2014-02-07 glebiusRemove unused defines.
2014-02-07 andrewDynamically generate the page table. This will allow...
2014-02-07 jhbNow that FreeBSD/i386 works as a bhyve guest, allow...
2014-02-07 emasteDon't force efi to a 32-bit build on amd64
2014-02-07 glebiuso Revamp API between flowtable and netinet, netinet6.
2014-02-07 jhb- Use a callout instead of the deprecated timeout_handle.
2014-02-07 ianRemove references to PHYSADDR where it's used only...
2014-02-07 glebiussysctl_handle_counter_u64() doesn't use arg2 argument...
2014-02-07 glebiusUtilize SYSCTL_UMA_CUR() to export usage of syncache and
2014-02-07 glebiusProvide macros that allow easily export uma(9) zone...
2014-02-07 glebiusCatch up on r261590.
2014-02-07 glebiusRemove identical vnet sysctl handlers, and handle CTLFL...
2014-02-07 loosFix the build with DEBUG enabled. Where possible,...
2014-02-07 rayImplement vd_drawrect and vd_setpixel for vt(9)'s VGA...
2014-02-07 aeUnlock entry before retry.
2014-02-07 glebiusSpacing.
2014-02-07 yongariRevert r234666. Clearing TWSI IRQ seems to cause watch...
2014-02-07 ianAdd option USB_HOST_ALIGN=64 for all SoCs that have...
2014-02-07 ianRevert r260440. I didn't realize that most of this...
2014-02-06 emasteBuild a 32-bit libstand under sys/boot/
2014-02-06 andrewUse abp_physaddr for the physical address over KERNPHYS...
2014-02-06 andrewFix __syscall on armeb EABI. As it returns a 64-bit...
2014-02-06 andrewMake functions only used in this file static, and remov...
2014-02-06 andrewPass the kernel physical address to initarm through...
2014-02-06 scottlAdd a new sysctl, dev.cxgbe.N.rsrv_noflow, and a compan...
2014-02-06 rayAdd vt_set_border function to help to change border...
2014-02-06 rayAdd two new vt(9) driver methods: vd_drawrect and vd_se...
2014-02-06 rayFix typo.
2014-02-06 rayFix crash on load of bigger font. It reduce width and...
2014-02-06 hselaskyResolve probe conflict for now.
2014-02-06 hselaskyFix kernelbuild when full debugging features are enabled.
2014-02-06 hselaskyImport USB RNDIS driver to FreeBSD from OpenBSD.
2014-02-06 mavMake CTL block backend return proper error code for...
2014-02-06 npcxgbe(4): Use the rx channel map (instead of the tx...
2014-02-06 npcxgbe(4): The T5 allows for a different freelist starva...
2014-02-06 markjAdd support for MegaRAID Fury cards. The main change...
2014-02-06 npcxgbe(4): Use the port's tx channel to identify it...
2014-02-05 marius- Implement the RX EARLYOFF and RXDV GATED bits as...
2014-02-05 mariusTry to make the style used here consistent.
2014-02-05 mariusAdd bus space barriers for page switches missed in...
2014-02-05 jhbAdd two tunables to ignore certain firmware-assigned...
2014-02-05 jhbSimplify pci_reserve_map() by calling resource_list_res...
2014-02-05 jhbProperly set the alignment flags when allocating the...
2014-02-05 jhbFix a typo.
2014-02-05 wblockDescribe the use of a freebsd-boot GPT partition, broug...
2014-02-05 jhbDrop the 3rd clause from all 3 clause BSD licenses...
2014-02-05 jhbMove a warning about LINT pins configured with a level...
2014-02-05 jhbSimilar to r130943 for cdboot.S, update the license...
2014-02-05 loosAdd the missing ')' at end of sentence. Reword it...
2014-02-05 mavFix I/O freezes in some cases, caused by r257916.
2014-02-05 nwhitehornMove Open Firmware device root on PowerPC, ARM, and...
2014-02-05 hselaskyUse system macro instead of own hand-rolled one.
2014-02-05 hselaskyAdd more quirks for making builtin audio speakers work...
2014-02-05 kevloCorrect setting R92C_TXAGC_MCS11_MCS08 register.
2014-02-05 hselaskyFix a regression issue. Contiguous single segment alloc...
2014-02-05 jhbAdd support for FreeBSD/i386 guests under bhyve.
2014-02-05 tychonAdd support for emulating the byte move and zero extend...
2014-02-04 rmhAbort when firmware isn't present in R600+ models.
2014-02-04 edUse right buffer to print to.
next