]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/conf
Prefer RL_GMEDIASTAT register to RGEPHY_MII_SSR register to
[FreeBSD/FreeBSD.git] / sys / conf /
2012-02-26 jhibbitsAdd backlight control to ATI-graphics PowerBooks and...
2012-02-25 mmUpdate libarchive to 3.0.3
2012-02-23 dimRevert r231978, so I can apply a more proper fix to...
2012-02-22 jpaetzelFix various typos and normalize spelling.
2012-02-22 mpUpdate to tcsh 6.18.01.
2012-02-21 dimWhen building with clang, disable -Wformat-security for
2012-02-21 dimWhen building with clang, disable -Wunneeded-internal...
2012-02-20 adrianBreak out the radar code into a separate source file.
2012-02-16 jkimMerge ACPICA 20120215.
2012-02-14 luigiproperly sort dev/oce entries
2012-02-12 rmhFix a typo.
2012-02-12 rmhMove WITHOUT_SOURCELESS_* files to sys/conf/ in order...
2012-02-12 avgnewvers.sh: unbreak git/git-svn support
2012-02-10 luigiAdd a driver for Emulex OneConnect ethernet cards ...
2012-02-07 dimConsistently set RPCGEN_CPP when running rpcgen, so...
2012-02-05 dimAdd a WITH_CLANG_EXTRAS option for src.conf(5), disable...
2012-02-04 pjdAfter multiple requests for back out, after multiple...
2012-02-04 nwhitehornMissed file in r230993.
2012-02-02 kenFix the netback driver build for i386.
2012-02-02 kenUnbreak the i386 full PV (XEN kernel) build by revertin...
2012-02-01 pfgUse new OSS-based BSD-licensed header for cs sound...
2012-02-01 kenAdd the netback driver to the build.
2012-01-31 jimharrisAdd isci(4) driver for amd64 and i386 targets.
2012-01-31 jimharrisRebase user/jimharris/isci branch from head.
2012-01-31 adrianAdd a DFS debugging mode which is useful when doing...
2012-01-30 jfvNew hardware support: Intel X540 adapter support added.
2012-01-26 kenBring in the LSI-supported version of the mps(4) driver.
2012-01-26 jimharrisRebase user/jimharris/isci branch from head.
2012-01-25 jimharrisMove isci and ISCI_LOGGING to amd64/i386 specific NOTES.
2012-01-21 kibAdd support for the extended FPU states on amd64, both...
2012-01-21 andreastRevert r230390.
2012-01-20 pfgReplace GPLd headers from the Maestro3 driver with...
2012-01-20 andreastAdd the .opd section, this is helps booting a profiled...
2012-01-20 andreastDisable GUPROF on archs other than i386/amd64 since...
2012-01-18 bzUnbreak several mips kernel configs after r230150 and...
2012-01-16 adrianStop overloading opt_global.h.
2012-01-15 adrianAdd the new option introduced in the previous commit.
2012-01-15 mavMajor snd_hda driver rewrite:
2012-01-12 kenAdd the CAM Target Layer (CTL).
2012-01-11 jkimMerge ACPICA 20120111.
2012-01-11 pfgReplace GPL'd headers in the emu10kx snd driver code.
2012-01-09 jkimEnable hardware RNG for VIA Nano processors.
2012-01-08 adrianMake these two files conditionally build on UFS_ACL...
2012-01-06 jimharrisModify GENERIC, files and options for isci (Intel C600...
2012-01-04 rayGEOM_UNCOMPRESS module, can be used with uzip images...
2012-01-04 rayUpdate contrib/xz-embedded to build with new GEOM_UNCOM...
2012-01-03 pfgReplace a GPL'd header in the emu10k1 snd driver code.
2012-01-03 edImplement extensions on top of standards instead of...
2012-01-03 gjbTrivial standardization to a few comments in kern.pre.mk.
2012-01-01 adrianInitial copy of xz-embedded to sys/contrib/.
2012-01-01 edRemove the now unused skpc() function.
2012-01-01 edIntroducing memcchr(3).
2011-12-31 edUpgrade libcompiler_rt to upstream revision 147390.
2011-12-30 dimDisable several instances instances of clang's -Wself...
2011-12-30 dimFor several files in sys/dev/drm, disable -Wunused...
2011-12-29 dimFor sys/dev/ce/tau32-ddk.c, disable the following warni...
2011-12-28 delphijImport the first release of HighPoint RocketRAID 27xx...
2011-12-27 mmUpdate to vendor revision 4016.
2011-12-26 adrianFirst pass of LED related code changes.
2011-12-24 dimWhen building the kernel for amd64 with clang, don...
2011-12-24 dimMake another clang warning, -Wparentheses-equality...
2011-12-24 dimMake another clang warning, -Wempty-body, non-fatal...
2011-12-24 mariusUpdate a comment to reflect reality and explain why...
2011-12-23 dimAmend r228822 by not directly adding to CWARNFLAGS...
2011-12-23 dimWhen building the kernel with clang, it produces severa...
2011-12-21 dimWhen building with clang, disable -Wshift-count-negativ...
2011-12-21 dimWhen building with clang, disable -Warray-bounds for...
2011-12-21 dimStart selectively disabling a few kernel build warnings...
2011-12-21 mmCopy libarchive from vendor branch to contrib
2011-12-18 desUpgrade to OpenPAM Lycopsida.
2011-12-17 avgretire libkern gets
2011-12-16 glebiusFix my braino in description of RADIX_MPATH.
2011-12-15 glebiusAdd RADIX_MPATH to LINT.
2011-12-12 fabientAdd watchdog support for VIA south bridge chipset.
2011-12-06 fjoeMK_CTF is not defined when kmod.mk is used with old...
2011-11-30 fjoe- CTF knob is now implemented using common scheme:...
2011-11-29 jhbRemove a bit of debugging that accidentally crept in...
2011-11-29 fjoeCall CTFMERGE only when WITH_CTF is defined.
2011-11-29 fjoeDo not echo ${CTFCONVERT} command: config(8) will be...
2011-11-29 fjoe- fix WITH_CTF when specified in /etc/src.conf [1]
2011-11-29 fjoeConditionalize ctfconvert/ctfmerge runs on make level...
2011-11-29 fjoeFix typo in comments (conversation -> conversion).
2011-11-28 jkimMerge ACPICA 20111123.
2011-11-28 philipLimit building sfxge(4) in-kernel to amd64 for the...
2011-11-27 mariusFor sparc64 also adjust the geometry of da(4) driven...
2011-11-27 jhAdd LINT-NOINET LINT-NOINET6 and LINT-NOIP to the make...
2011-11-26 theravenUpdate libcxxrt to remove the pthread dependency.
2011-11-26 mariusRemove some more occurrences of amd(4) missed in r227982.
2011-11-25 theravenImport libc++ / libcxxrt into base. Not build by defau...
2011-11-25 mariusDeorbit the broken amd(4) (see PR 124667), which was...
2011-11-24 adrianIntroduce a new (global, sorry!) option which controls...
2011-11-24 adrianDon't compile in the AR9130 embedded WMAC code into...
2011-11-22 luigiforgot to merge NETMAP entries in sys/conf !
2011-11-22 kibRemove the wrong comment about ufs not being loadable.
2011-11-21 lstewart- Add the ffclock_getcounter(), ffclock_getestimate...
2011-11-20 lstewartProvide high-level functions to access the feed-forward...
2011-11-19 lstewartCore structure and functions to support a feed-forward...
2011-11-18 kevloAdd unicode support to msdosfs and smbfs; original...
2011-11-16 philipAdd the sfxge(4) device driver, providing support for...
2011-11-08 yongariComment out TI_JUMBO_HDRSPLIT. TI_JUMBO_HDRSPLIT requir...
next