summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add more bits for the XSAVE features from CPUID 0xd, sub-function 1kib2014-09-062-0/+16
* Fix typo in comments.mav2014-09-061-2/+3
* Create a separate structure for per-CPU state saved across suspend andjhb2014-09-0611-68/+76
* Add OF_xref_from_node_strict() which returns -1 if there is no xref handleian2014-09-062-5/+21
* Allow us to use the virtual timer. It is currently disabled, but shouldandrew2014-09-061-52/+60
* mdoc: remove superfluous paragraph macro.joel2014-09-061-1/+0
* Avoid ctld(8) crash on getaddrinfo(3) failure.trasz2014-09-061-9/+7
* Add FPGA Manager driver. This driver allows to program FPGA corebr2014-09-064-0/+489
* Plug unnecessary fp assignments in kern_fcntl.mjg2014-09-051-2/+2
* Set vnet context before accessing V_socket_hhh[].glebius2014-09-051-0/+4
* Add the virtual timer irq to the list of interrupts we enable on secondaryandrew2014-09-051-1/+4
* vt_vga: vd_setpixel_t and vd_drawrect_t are noop in text modedumbbell2014-09-051-0/+6
* Add the fp{get,set}{mask,round} functions to the public symbols in the map.andrew2014-09-052-0/+14
* Correct patch paths (remove contrib/llvm/)emaste2014-09-051-54/+54
* Garbage collect NFSMINOFF() from the NFS stack; this unused macro replicatesrwatson2014-09-051-7/+0
* Clarify a diagnostic printf() in the mbuf code: M_EXT doesn't necessarilyrwatson2014-09-051-2/+2
* Add support for gdb's memory searching capabilities to our in-kernel gdbbenno2014-09-056-1/+136
* Document initiator-portal netmask support.trasz2014-09-051-5/+8
* Turn two errors, which are possible to trigger only by bugs,trasz2014-09-051-7/+3
* Revert r271159, Mis-patched the tree.kevlo2014-09-051-36/+0
* Make it possible to quote names in autofs maps using double quotes.trasz2014-09-051-0/+1
* Invert AHCI_Q_NOBSYRES quirk meaning, waiting for readiness by default.mav2014-09-052-31/+36
* The USB LED driver for the Dream Cheeky WebMail Notifier.kevlo2014-09-0511-1/+495
* Fix typo.trasz2014-09-051-2/+2
* Add IDs for Intel Patsburg USB 2.0 controller.mav2014-09-051-0/+4
* Roll back r271012 even more aggressively.ed2014-09-052-6/+4
* Partially revert r271012.ed2014-09-051-3/+1
* Merge forgotten .h files from vendor branch.imp2014-09-055-0/+5177
|\
| * Bring in forgotten pinfunc.h files from last import.imp2014-09-055-0/+5177
* | Apply known workarounds for modern MacBooks.pfg2014-09-052-0/+4
* | use a straight buffer instead of an iov w/ 1 segment... The aesnijmg2014-09-043-56/+10
* | Remove an initialized, but otherwise, unused variable.kargl2014-09-042-2/+0
* | Separate out PCI attachment from the main AHCI driver. Move checks ofimp2014-09-045-529/+650
* | Fix a bug which prevented mount.fstab parameter from being convertedhrs2014-09-041-4/+4
* | sh: Allow enabling job control without a tty in non-interactive mode.jilles2014-09-042-14/+47
* | Reimport dts files from vendor repo now that it has been properlyimp2014-09-04181-0/+38860
|\ \ | |/
| * Properly trim the vendor tree to include only those files that we wantimp2014-09-041079-244222/+0
* | Allow multiple image activators to run on the same execution by changingsbruno2014-09-043-5/+7
* | Delete old arm dts tree. This was created by cherry picking from aimp2014-09-0476-11013/+0
* | Add mrsas(4) to GENERIC for i386 and amd64.markj2014-09-043-0/+3
* | Update bindings to latest vendor branch representing 3.17-rc2 level ofimp2014-09-0468-44/+4836
|\ \ | |/
| * Import from rebasing repo at b78b6b80 (new files)imp2014-08-31690-0/+79883
| * Import from rebasing repo at b78b6b80imp2014-08-31675-9916/+33423
* | Stop setting the iomux device status to disabled, now that we have a driver.ian2014-09-044-4/+0
* | Satisfy assertion in m_demote().glebius2014-09-041-0/+1
* | Change a very strange code in m_demote() to simple assertion.glebius2014-09-041-6/+2
* | In tcp_input(), don't acquire the pcbinfo global write lock for SYNjhb2014-09-042-15/+15
* | libc/locale: Remove a wrong comma.pfg2014-09-041-1/+1
* | Fix debug output that has erroneously been committed with the last update.se2014-09-041-1/+1
* | Fixes for tcp_respond() comment.glebius2014-09-041-3/+3
OpenPOWER on IntegriCloud