]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Similar to r261991, for compiling the GENERIC kernel on sparc64,
[FreeBSD/FreeBSD.git] / sys /
2014-02-23 dimSimilar to r261991, for compiling the GENERIC kernel...
2014-02-23 dimRemove more superfluous const specifiers.
2014-02-23 dimOn sparc64, VM_KMEM_SIZE_SCALE is not a constant expres...
2014-02-23 dimSimilar to r262306 for boot1's Makefile, clang spells...
2014-02-21 dimMerge from head up to r262311.
2014-02-21 mjgFix a race between kern_proc_{o,}filedesc_out and fdesc...
2014-02-21 dimFor now, clang spells -mcmodel=medlow as -mcmodel=small.
2014-02-21 baptImport Dragonfly Mail Agent into base system
2014-02-21 neelAdd support for x2APIC virtualization assist in Intel...
2014-02-21 ianAdd basic cpu frequency control and temperature monitor...
2014-02-21 impRemove bogus blank line.
2014-02-20 tuexenRemove redundant code and fix a style error.
2014-02-20 ianAdd early printf support, wrapped in #if 0 because...
2014-02-20 loosFix the boot on FDT-enabled systems after r261819.
2014-02-20 luigicompile with NOINET
2014-02-20 neelSimplify APIC mode switching from MMIO to x2APIC. In...
2014-02-19 rwatsonTemporarily unhook BERI boot loader from the build...
2014-02-19 rwatsonDo build boot-loader FDT code on MIPS.
2014-02-19 mmRevert r262196
2014-02-19 rwatsonUpdate MIPS bootinfo.h to reflect the actual MIPS boot2...
2014-02-19 zecV_irtualize rtsock refcounting, which reduces the chanc...
2014-02-19 adrianExtract out the port VLAN flags/setup code and throw...
2014-02-19 adrianAdd methods for the VLAN port set/get routines.
2014-02-19 adrianTurn the port init function into a HAL method and initi...
2014-02-19 adrianTeach the PHY register path about the different MDIO...
2014-02-19 adrianAdd a new method to set up the individual port in question.
2014-02-19 adrianChange arswitch_ports_init() to arswitch_port_init...
2014-02-19 adrianAdd in the AR8327 probe/attach code and switch type.
2014-02-19 adrianStore away the chip version and revision; some AR8327...
2014-02-19 adrianAdd in a flag to control whether the low or high data...
2014-02-18 rwatsonReplace Apache-style license on two Makefiles with...
2014-02-18 rwatsonCommit a first cut at ports of boot2 and loader to...
2014-02-18 mmDe-virtualize pf_mtag_z [1]
2014-02-18 loosRemove an unnecessary header.
2014-02-18 jonathanAdd more __BEGIN_DECLS / __END_DECLS to <sys/capability.h>.
2014-02-18 glebiusFix incorrect assertions.
2014-02-18 luigitwo small changes:
2014-02-18 jhbA first pass at adding support for injecting hardware...
2014-02-18 rodrigcIn ue_attach_post_task(), initialize curvnet to vnet0...
2014-02-17 neelHandle writes to the SELF_IPI MSR by the guest when...
2014-02-17 neelUse spinlocks to lock accesses to the vioapic.
2014-02-17 hselaskyOur quirk table is almost full. Add some room for more...
2014-02-17 hselaskyAdjust USB quirk.
2014-02-17 dimIn sys/dev/usb/controller/uss820dci.c, similar to r2619...
2014-02-17 ianGive the fdt helper routines static linkage since no...
2014-02-17 eadlerpcm(4): Permit non-root users to change default unit
2014-02-17 glebiusAdd my copyright to flowtable.
2014-02-17 glebiusWhitespace.
2014-02-17 glebiusBring copyright notice to standard style.
2014-02-17 glebiuso Remove at compile time the HASH_ALL code, that was...
2014-02-17 jhayMake it possible to use the env kernel config file...
2014-02-17 adrianThe MDIO control register for the AR8327 has a differen...
2014-02-17 adrianAdd mmd declaration.
2014-02-17 adrianImplement PHY bus MMD writes for arswitch.
2014-02-17 bdreweryFix M_FILEDESC leak in fdgrowtable() introduced in...
2014-02-16 bdreweryRemove redundant memcpy of fd_ofiles in fdgrowtable...
2014-02-16 dimAfter r261980, the local ptr variable in xbox_init...
2014-02-16 dimUpgrade our copy of llvm/clang to 3.4 release. This...
2014-02-16 br- Decrease buffer size.
2014-02-16 ianAfter a timeout, reset the controller using SDHCI_RESET...
2014-02-16 brAdd driver for Synchronous Audio Interface (SAI).
2014-02-16 hselaskyAdd new PCI ID for hardware which needs port routing...
2014-02-16 bruefferRemove an nve(4)-specific workaround from the xbox...
2014-02-16 dimIn sys/dev/usb/controller/musb_otg.c, fix a warning...
2014-02-16 bruefferRetire the nve(4) driver; nfe(4) has been the default...
2014-02-16 ianCatch up with last-second name change.
2014-02-16 ianOops, remove some dregs of debugging.
2014-02-16 ianMake it possible to access the ocotp registers before...
2014-02-16 ianAdd a helper routine to depth-search the device tree...
2014-02-15 ianSweep up a couple crumbs left over from the imx6->fsl...
2014-02-15 ianIt turns out Freescale cleverly made the ocotp device...
2014-02-15 ianAdd timeout logic to sdhci, separate from the timeouts...
2014-02-15 ianIf no compatible cards were found after probing the...
2014-02-15 gnnSummary: Two quick edits to the implementation notes...
2014-02-15 ianIncrease the wait time for acquiring the bus from 10...
2014-02-15 ianConvert the "R1B fix" from a busy-loop in the interrupt...
2014-02-15 ianAdd a driver to provide access to imx6 on-chip one...
2014-02-15 zbbHandle pmap_enter() on already promoted mappings for...
2014-02-15 zbbRemove spurious assertion from pmap_extract_locked...
2014-02-15 zbbAvoid redundant superpage promotion attempts on ARM
2014-02-15 zbbFix superpage promotion on ARM with respect to RO/RW...
2014-02-15 zbbEnsure proper TLB invalidation on superpage promotion...
2014-02-15 zbbAlways clear L1 PTE descriptor when removing superpage...
2014-02-15 dimIn sys/dev/xen/console/console.c, #if 0 an unused stati...
2014-02-15 dimUnder sys/netpfil/ipfw, surround two IPv6-specific...
2014-02-15 dimIn sys/fs/nandfs/nandfs_vfsops.c, #if 0 an unused stati...
2014-02-15 adrianMake sure that the flowtable flowid is only set to...
2014-02-15 luigiThis new version of netmap brings you the following:
2014-02-14 dimIn cxgbe, conditionalize the t4_pgprot_wc() function...
2014-02-14 adrianInclude the CPU id in the per-CPU timer swi thread...
2014-02-14 dimDisable warning about unused static const variables...
2014-02-14 dimIn r260111, in sys/conf/files, I disabled warning about...
2014-02-14 pluknetPreserve one character space for a trailing '\0'.
2014-02-14 dimSimilar to r260026, disable warning about unused functi...
2014-02-14 jmmvMFV: Import atf-0.20.
2014-02-14 dimAfter r251709, avoid a clang 3.4 warning about an unuse...
2014-02-14 avgprovide fast versions of ffsl and flsl for i386; ffsll...
2014-02-14 bruefferCorrect the order of arguments to mtx_init().
2014-02-14 glebiusWhenever flowtable lookup fails, we do route lookup...
2014-02-14 glebiusOnce pf became not covered by a single mutex, many...
next