aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Announce SCTP support in the kern.features sysctl variables.Michael Tuexen2014-08-261-0/+3
* vt(4): When creating a window buffer, fill it entirelyJean-Sébastien Pédron2014-08-261-3/+3
* Back in the days when the kernel was single threaded, testingAlan Cox2014-08-261-14/+17
* - Remove socket file operations declaration from sys/file.h.Gleb Smirnoff2014-08-265-48/+38
* Fix up races with f_seqcount handling.Mateusz Guzik2014-08-263-18/+17
* Fix typo: s/mac_rev/mac_ver/Kevin Lo2014-08-261-1/+1
* vt_vga: Use Write Mode 0 to draw group of 8 pixels using 3 or more colorsJean-Sébastien Pédron2014-08-251-47/+119
* vt(4): Intialize drawable area rectangle each time a font is loadedJean-Sébastien Pédron2014-08-251-14/+35
* vt(4): Store a rectangle for the drawable area, not just the top-left cornerJean-Sébastien Pédron2014-08-256-51/+68
* vt(4): The cursor coordinates are relative to the drawn areaJean-Sébastien Pédron2014-08-251-8/+4
* Rather than using an hardcoded reclaim age, rely on an LRU-like approachDavide Italiano2014-08-251-36/+19
* vt(4): Take font offset into account in vt_is_cursor_in_area()Jean-Sébastien Pédron2014-08-251-2/+2
* drm/i915: Disable the build of i915 on PC98Jean-Sébastien Pédron2014-08-251-1/+3
* drm/i915: Add opt_acpi.h and acpi_if.h to the source filesJean-Sébastien Pédron2014-08-251-2/+12
* Since the size of GPT entry may differ from the sizeof(struct gpt_ent),Andrey V. Elsukov2014-08-251-4/+4
* i915 driver - enable opregion handle; program CADL.Adrian Chadd2014-08-253-31/+82
* Restore the correct value when disabling probes. Otherwise the instrumentedMark Johnston2014-08-241-3/+3
* Fix bug that, assuming a/ is a root of NFS filesystem mounted on autofs,Edward Tomasz Napierala2014-08-241-3/+0
* Revert the handling of all siginfo sa_flags except SA_SIGINFO to theKonstantin Belousov2014-08-241-8/+8
* vt_vga: Fix the display of the splash screenJean-Sébastien Pédron2014-08-241-6/+7
* Plug a memory leak in case of failed lookups in capability mode.Mateusz Guzik2014-08-241-25/+16
* vt(4): Fix order of arguments (x <-> y) when showing the splash screenJean-Sébastien Pédron2014-08-241-1/+1
* Use refcount_init in sigacts_alloc.Mateusz Guzik2014-08-241-1/+1
* vt(4): Remove vd_bitbltchr_tJean-Sébastien Pédron2014-08-242-90/+3
* The size of the GPT table can not be less than one sector.Andrey V. Elsukov2014-08-241-4/+5
* Fix getppid for traced processes.Mateusz Guzik2014-08-242-6/+24
* Properly reparent traced processes when the tracer dies.Mateusz Guzik2014-08-241-11/+22
* Change __inline style to be consistent with FreeBSD usage,Peter Grehan2014-08-241-4/+4
* Add "hw.vmm.topology.threads_per_core" and "hw.vmm.topology.cores_per_package"Neel Natu2014-08-241-24/+77
* Fix a bug in the emulation of CPUID leaf 0x4 where bhyve was claiming thatNeel Natu2014-08-231-2/+2
* Return the spurious interrupt vector (IRQ7 or IRQ15) if the atpic cannotNeel Natu2014-08-231-2/+8
* vt(4): Add vd_bitblt_bmp_t callbackJean-Sébastien Pédron2014-08-2310-3/+66
* Shut down RX before TX - in theory, this should make the chip less likelyAdrian Chadd2014-08-232-9/+15
* For CPUs which do hardware cache line unaliasing, use direct map toKonstantin Belousov2014-08-231-0/+3
* Whitespace/style changes merged from projects/ipfw.Alexander V. Chernikov2014-08-232-9/+13
* Restore pre-r239157 handling of sched_yield(), when thread time slice wasAlexander Motin2014-08-232-2/+4
* ofwfb: Implement vd_bitblt_text_tJean-Sébastien Pédron2014-08-231-9/+64
* creator_fb: Implement vd_bitblt_text_tJean-Sébastien Pédron2014-08-231-8/+62
* vt_fb: Implement vd_bitblt_text_t for vt_fb and derivativesJean-Sébastien Pédron2014-08-235-26/+79
* vt(4): Fix cursor handling in vt_flush()Jean-Sébastien Pédron2014-08-233-56/+98
* Autofs softc needs to be global anyway, so don't pass it as a localEdward Tomasz Napierala2014-08-234-73/+77
* Add comment explaining one of the quirks in autofs.Edward Tomasz Napierala2014-08-231-0/+8
* vt(4): Fix a crash in vt_mark_mouse_position_as_dirty() when in textmodeJean-Sébastien Pédron2014-08-231-8/+25
* vt_vga: Give only the character part of term_char_t to vga_get_cp437()Jean-Sébastien Pédron2014-08-231-1/+1
* Relax one of the conditions for mapping a page on the fast path.Alan Cox2014-08-231-2/+3
* Update hptnr(4) driver to version 1.0.1 supplied by the vendor.Xin LI2014-08-236-22243/+22397
* Instead of using timestamp in the AVL, use the memory address whenXin LI2014-08-224-27/+36
* MFV r270197:Xin LI2014-08-224-31/+47
* Add some missing checks for unsupported interfaces (e.g. pflog(4)) whenMark Johnston2014-08-223-20/+41
* Restore historical behavior of in_control, which, when no matching addressXin LI2014-08-221-4/+11