]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/conf
Update to byacc 20140409
[FreeBSD/FreeBSD.git] / sys / conf /
2014-04-23 baptUpdate to byacc 20140409
2014-04-09 sbrunoReally, really, really only allow this option for amd64...
2014-04-08 sbrunoActually, since this is what I thought I was doing...
2014-04-08 impPut proper ${} around variable expansion. This fixes...
2014-04-08 sbrunoAdd Stacey Son's binary activation patches that allow...
2014-04-06 marcelAn all-or-nothing approach to labels isn't flexible...
2014-04-04 gjbMerge r262907 from ^/projects/release-embedded:
2014-04-02 ianChange NO_EVENTTIMERS from an arm-specific to an MI...
2014-04-01 rstoneAdd a method to get the PCI RID for a device.
2014-04-01 rstoneRevert PCI RID changes.
2014-04-01 rstoneAdd a method to get the PCI Routing ID for a device
2014-04-01 impRemove check for clang and expand the comment. Newer...
2014-04-01 impTest MK_ARM_ABI rather than if WITHOUT_ARM_ABI is defined.
2014-04-01 jmmvAdd atf m4 files from the vendor branch.
2014-03-29 marcelAdd mkimg, a utility for making disk images from raw...
2014-03-28 rayEnable to build UEFI framebuffer driver for vt(4).
2014-03-27 traszRemove ctl_mem_pool.{c,h}.
2014-03-25 impAdd a '*' to the M modifier string so we match any...
2014-03-25 impRather than require a makeoptions DEBUG to get debug...
2014-03-25 desUpgrade to OpenSSH 6.6p1.
2014-03-22 baptUpdate to 20140321
2014-03-18 marcelFix and improve exception tracing:
2014-03-16 jmgreplace the kernel's version w/ cperciva's implementati...
2014-03-15 rwatsonSeveral years after initial development, merge prototyp...
2014-03-14 glebiusRemove AppleTalk support.
2014-03-14 glebiusRemove IPX support.
2014-03-11 roygerxen: add an apic_enumerator for PVH
2014-03-11 roygerxen: implement an early timer for Xen PVH
2014-03-11 roygerxen: add and enable Xen console for PVH guests
2014-03-11 roygerxen: add PV/PVH kernel entry point
2014-03-10 ianMove the exception vector table (so-called "page0"...
2014-03-10 baptUpdate libucl to 2014-03-03
2014-03-09 ianRemove all traces of support for ARM chips prior to...
2014-03-05 gjbMerge ^/projects/release-embedded into ^/head.
2014-03-05 delphijMFV r262756:
2014-03-04 markjUse a full path to the target for make rules which...
2014-03-03 jhbInclude kbd(4) when vt(4) is enabled as on other platforms.
2014-03-02 delphijMFV r262639: ncurses 5.9 20140222 snapshot.
2014-02-28 delphijMFV r262617: ncurses 5.9.
2014-02-28 impOnly try to build the static dtb when we're building...
2014-02-28 impIntegrate device-tree upstream files into the build...
2014-02-28 dimMerge the projects/clang-sparc64 branch back to head...
2014-02-28 dimMerge from head up to r262611.
2014-02-28 impSymbolic bindings for the dts files...
2014-02-28 impAdd missing skeleton file.
2014-02-28 markj4478 dtrace_dof_maxsize is far too small
2014-02-28 impInitial import of DTS files from Linux
2014-02-26 dimMerge from head up to r262536.
2014-02-26 desMFV (r262529): fix is_upper() predicate
2014-02-26 emasteUpdate LLDB snapshot to upstream r202189
2014-02-25 dimMerge from head up to r262472.
2014-02-24 adrianAdd initial AR8327 support.
2014-02-23 dimMerge from head up to r262415.
2014-02-23 baptImport libucl into head
2014-02-23 dimSimilar to r262306 for boot1's Makefile, clang spells...
2014-02-21 gjbMerge the following:
2014-02-21 baptImport Dragonfly Mail Agent into base system
2014-02-21 gjbMove ^/user/gjb/hacking/release-embedded up one directo...
2014-02-21 gjbMFH: tracking commit
2014-02-18 emasteUpdate LLDB snapshot to upstream r201577
2014-02-17 glebiuso Remove at compile time the HASH_ALL code, that was...
2014-02-16 dimUpgrade our copy of llvm/clang to 3.4 release. This...
2014-02-16 bruefferRetire the nve(4) driver; nfe(4) has been the default...
2014-02-15 luigiThis new version of netmap brings you the following:
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 dimSimilar to r260026, disable warning about unused functi...
2014-02-14 jmmvMFV: Import atf-0.20.
2014-02-14 avgprovide fast versions of ffsl and flsl for i386; ffsll...
2014-02-13 loosAdd an OFW GPIO compatible bus. This allows the use...
2014-02-09 bruefferAllow iwn2000 and iwn2030 firmware to be linked into...
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-07 jhbNow that FreeBSD/i386 works as a bhyve guest, allow...
2014-02-06 hselaskyImport USB RNDIS driver to FreeBSD from OpenBSD.
2014-02-05 nwhitehornMove Open Firmware device root on PowerPC, ARM, and...
2014-02-04 impBump the version of config to the latest (3 year old...
2014-02-04 impPass MACHINE and MACHINE_ARCH down into the modules
2014-02-04 impAdd a prior version compat define.
2014-02-03 rpauloFix the definition of hg_cmd.
2014-02-03 jhibbitsAdd driver for the ADT7460/ADT7467 fan controller found...
2014-02-01 nwhitehornProvide a simpler and more standards-compliant simplebu...
2014-02-01 uqsMerge mdocml v1.12.3 into head
2014-02-01 jhibbitsAdd hwpmc(4) support for the PowerPC 970 class processo...
2014-01-31 desUpgrade to OpenSSH 6.5p1.
2014-01-31 jhibbitsUnbreak non-SMP builds. This was broken by r259284...
2014-01-31 impHack: Add explicit depends on bus_if.h and device_if...
2014-01-30 dimImport libc++ 3.4 release. This contains a lot of...
2014-01-29 hselaskyAdd support for trackpads found in Apple MacBook produc...
2014-01-28 kaiwMFH@261240.
2014-01-28 andrewRemove STARTUP_PAGETABLE_ADDR from the ARM configs...
2014-01-26 gshapiroMerge sendmail 8.14.8 to HEAD
2014-01-25 kaiwMFH@261151.
2014-01-22 impDocument EARLY_PRINTF
2014-01-22 impAdd support for mapping a small range of the SoC device...
2014-01-22 impImplement generic support for early printf. Thought...
2014-01-20 kaiwMFH@260917.
2014-01-19 gjbMFH: Tracking commit (r260891)
2014-01-18 bryanvAdd very simple virtio_random(4) driver to harvest...
2014-01-15 kaiwCopy libelf, libdwarf and common files from vendor...
next