summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
...
* Add a compile-time control over the size of KN_HASHSIZE.adrian2014-01-071-0/+1
* Remove dev/fdt/fdt_pci.c, which was code specific to Marvell ARM SoCs,ian2014-01-051-1/+0
* MFV r260154 + 260182:delphij2014-01-021-0/+1
* For sys/ofed/drivers/infiniband/hw/mlx4/mcg.c, disable warning aboutdim2013-12-301-1/+1
* For sys/ofed/drivers/infiniband/core/cm.c, disable warning about unuseddim2013-12-301-1/+1
* Similar to r260020, only use -fms-extensions with gcc, for all otherdim2013-12-301-1/+3
* Allow AT91_MCI_ALLOW_OVERCLOCK to be an option in kernel config files.imp2013-12-301-0/+1
* Turn off warnings about unused variables for a bunch of files underdim2013-12-291-14/+14
* Disable warning about unused functions for ieee80211_crypto.c anddim2013-12-281-2/+4
* Disable warning about unused functions for ar9300_reset.c for now.dim2013-12-281-1/+1
* To avoid having to explicitly test COMPILER_TYPE for settingdim2013-12-221-8/+4
* Add identification and necessary type checks for Krait CPU cores. Krait CPU i...ganbold2013-12-202-2/+3
* Revert r259045.kib2013-12-151-6/+0
* split netmap code according to functions:luigi2013-12-151-0/+4
* Add PMU-based CPU frequency scaling. This method is used on most Titaniumjhibbits2013-12-131-0/+1
* Break build with error in case when both syscons and newcons are enabled.ray2013-12-101-0/+3
* o Build syscons(9)'s splash support if both sc and splash are enabled.ray2013-12-081-2/+2
* Fix build with 'crypto' and 'zfs' in the same kernel. This was the pathpeter2013-12-081-1/+1
* Include dev/fb/fb_if.m in build always, without it kms modules complain aboutray2013-12-071-1/+1
* Disallow optimizations which potentially remove boundary checkskib2013-12-061-0/+6
* Merge VT(9) project (a.k.a. newcons).ray2013-12-058-10/+29
|\
| * MFC @r258947.ray2013-12-057-16/+11
| |\
| * \ MFC @r258091.ray2013-11-131-7/+7
| |\ \
| * | | o Add link to vt_mouse_cursor.c.ray2013-11-111-2/+2
| * | | Define VT_FB_DEFAULT_WIDTH and VT_FB_DEFAULT_HEIGHT options, to allow to makeray2013-11-071-1/+3
| * | | DRM2 have to know how to use fb_if.ray2013-11-061-1/+1
| * | | MFC @r257740.ray2013-11-062-10/+11
| |\ \ \
| * \ \ \ MFC @r257698.ray2013-11-059-24/+44
| |\ \ \ \
| * | | | | Define fb newbus interface to connect framebuffer providers with fbd.ray2013-10-311-0/+1
| * | | | | MFC @r257107.ray2013-10-253-3/+4
| |\ \ \ \ \
| * \ \ \ \ \ MFC @r256964.ray2013-10-231-0/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ MFC @r256953ray2013-10-239-28/+69
| |\ \ \ \ \ \ \
| * | | | | | | | Enable to build vt_fb driver and generic framebuffer.ray2013-10-221-0/+2
| * | | | | | | | Enable vt_termcolors.c to build with vt(9).ray2013-10-151-0/+1
| * | | | | | | | MFC @r256148.ray2013-10-089-34/+95
| |\ \ \ \ \ \ \ \
| * | | | | | | | | vt_history.c is not required anymore.ray2013-10-081-1/+0
| * | | | | | | | | VT want keyboard too.ray2013-10-081-1/+1
| * | | | | | | | | MFC @r255128.ray2013-09-0110-26/+21
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ MFC @r254374.ray2013-08-157-8/+50
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ MFC @r219886.ray2013-07-2523-94/+332
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ MFC@r248830ray2013-03-289-36/+58
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ IFC @ 247036nwhitehorn2013-02-2012-29/+101
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ IFC @ 243795nwhitehorn2012-12-0228-776/+741
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Sync with head@234197marcel2012-04-1328-369/+1005
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Checkpoint SPARC support. This seems to inexplicably crash fairly early onnwhitehorn2012-01-211-2/+3
| * | | | | | | | | | | | | | | | Add a vt(4) framebuffer for Open Firmware linear framebuffer devices (i.e.nwhitehorn2012-01-211-1/+2
| * | | | | | | | | | | | | | | | Merge in FreeBSD HEAD r226141.ed2011-10-0828-430/+489
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Readd the vt(4) driver and corresponding tools.ed2011-03-222-2/+14
* | | | | | | | | | | | | | | | | | Fix debug printfs in FPU_EMU to compile on powerpc64 and enable it forjhb2013-12-051-9/+9
* | | | | | | | | | | | | | | | | | Support Hyper-V on i386:delphij2013-12-051-0/+12
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |
OpenPOWER on IntegriCloud