]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
o Implement more standard ioctls.
[FreeBSD/FreeBSD.git] / sys /
2013-12-05 rayo Implement more standard ioctls.
2013-11-30 nwhitehornFix build.
2013-11-30 nwhitehornWork around false positive errors from GCC.
2013-11-24 raySwap HOME/END for ScrollLocked mode. This fix confusion...
2013-11-22 rayImplement minimum ioctls set for framebuffer device.
2013-11-20 rayRemove atomic_(set|clear)_int from mouse control too...
2013-11-20 rayRevert r258324. There mutexes should be used instead...
2013-11-18 rayNotify terminal about process on current terminal start...
2013-11-18 raySwitch to use atomic ops for VT window flags, because...
2013-11-18 rayMove mode_config up one level. DRM drivers call drm_fb_...
2013-11-17 rayLock mode_config before call drm_crtc_helper_set_config.
2013-11-15 rayRemove accidental line break.
2013-11-15 rayAdd VT_ALT_TO_ESC_HACK enabled by default. This will...
2013-11-14 rayDone cut/paste "word" selection mode support.
2013-11-14 raywrap long lines.
2013-11-14 raySave last mouse event and check if the button1-up event...
2013-11-14 rayCorrect copy/paste mistake.
2013-11-14 raySimplify a bit vtbuf_set_mark.
2013-11-13 rayPanic/DDB check should only affect mouse, screen redraw...
2013-11-13 rayDo not add <CR><LF> for last (single) line of paste...
2013-11-13 rayMFC @r258091.
2013-11-13 rayMove vt_mouse_event out of sysmouse lock.
2013-11-13 rayo Simplify POS_INDEX macro calculation.
2013-11-13 adrianLeave a note that the 5300 is a 3x3 NIC.
2013-11-13 kibRemove useless comparisions of assigned offset and...
2013-11-13 adrianCorrectly initialise the 2-chain antenna mask in the...
2013-11-13 kevloRemove a couple of unused macros.
2013-11-13 kevlo- Use bit twiddling macro to set IEEE80211_MODE_11A
2013-11-13 jhibbitsFix typo.
2013-11-13 jhibbitsIncrease the stack size for ppc64 from 4 pages to 8.
2013-11-12 neelMove the ioapic device model from userspace into vmm...
2013-11-12 pluknetAdd VM_LAST, a special last element in enum VM_GUEST...
2013-11-12 dumbbelldrm/radeon: Fix build of radeon_fb.c on i386
2013-11-12 brAdd support for Freescale Vybrid Family VF600 heterogeneous
2013-11-12 alcEliminate the gratuitous use of mmap(2) flags from...
2013-11-12 emasteUpdate LLDB to upstream r194122 snapshot
2013-11-12 nwhitehornFollowing the approach with ACPI DMAR on x86, split...
2013-11-12 nwhitehornActually add IOMMU domain to the list of known mappings...
2013-11-12 loosFix gpiobus to return BUS_PROBE_GENERIC insted of BUS_P...
2013-11-12 loosMove the KASSERT() check to the point before the increa...
2013-11-12 loosFix a typo on a comment in ofw_bus_if.m, the default...
2013-11-12 loosAs all the IIC controllers on system uses the same...
2013-11-12 kibAvoid overflow for the page counts.
2013-11-12 markjAdd IDs for the ASIX 88179 and 88178A USB to GigE adapters.
2013-11-12 adrianCommit over some work to prepare the iwn(4) driver...
2013-11-12 adrianFix up the link quality lookup and re-enable multi...
2013-11-12 adrianGrr. For some odd reason, setting this to a single...
2013-11-12 adrianUse the negotiated HT rate set when generating the...
2013-11-12 adrianComment what 'mimo' does in the link quality table.
2013-11-12 adrianDon't default to antennas A+B; some NICs use Antennas...
2013-11-12 kevloUse the real product name for Edimax rsu(4) id.
2013-11-12 nwhitehornFix two return values damaged by copy/paste.
2013-11-11 nwhitehornUse the same implementation of copyinout.c for both...
2013-11-11 rayAdd kern.vt.suspendswitch tunable. This will allow...
2013-11-11 dimDisable building the ctl module for the i386 XEN kernel...
2013-11-11 nwhitehornFollow up r223485, which made AIM use the ABI thread...
2013-11-11 pluknetAdd a brief comment about VM_GUEST and vm_guest_sysctl_...
2013-11-11 pluknetSet description string for VM_GUEST_HV (HyperV guest).
2013-11-11 nwhitehornRename the "bare" platform "mpc85xx", which is what...
2013-11-11 nwhitehornBe more flexible about which compatible strings to...
2013-11-11 nwhitehornMake tsec work with the device tree present on the...
2013-11-11 nwhitehornAllow OF_decode_addr() to also be able to map resources...
2013-11-11 nwhitehornConsolidate Apple firmware hacks and improve them by...
2013-11-11 rayUpdate vd_bitbltchr_t type to handle operation mask...
2013-11-11 aeInitialize prot variable.
2013-11-11 rayAdd forgotten definition of vt_default_mouse_pointer.
2013-11-11 aeFix panic with RADIX_MPATH, when RTFREE_LOCKED() called...
2013-11-11 rayDefine vt_mouse_event method.
2013-11-11 rayWrap long lines.
2013-11-11 rayEnable/disable mouse cursor on MOUSE_SHOW/MOUSE_HIDE.
2013-11-11 rayo Update vt_flush to care about mouse pointer.
2013-11-11 rayEliminate call to vd_blank method, it is too expensive.
2013-11-11 rayUse saved offset to font aligned area.
2013-11-11 raySave offset to font aligned area.
2013-11-11 rayAdd vt_mouse_event mouth event handling method.
2013-11-11 rayo Remove include of sys/mouse.h, it is included from...
2013-11-11 rayUse vtbuf_iscursor method instead of macro to get chars...
2013-11-11 rayAdd mouse related bits.
2013-11-11 rayDefine marker support functions and type of markers.
2013-11-11 rayAdd cut/paste region markers.
2013-11-11 rayAdd mouse related vtbuf operations.
2013-11-11 rayo Add link to vt_mouse_cursor.c.
2013-11-11 rayAdd default cursor pixmap.
2013-11-11 rayRename font_default.c to vt_font_default.c. Prefix...
2013-11-11 rayAdd mouse cursor format structure.
2013-11-11 rayUse opt_syscons.h to get defines.
2013-11-11 aeAdd missing line breaks.
2013-11-11 kevloRemove r257748 by accident.
2013-11-11 kevloAdd support for the MediaTek/Ralink RT5370/RT5372 chipset.
2013-11-11 adrianIf A-MPDU transmission fails entirely, then no BA is...
2013-11-11 adrianReplace the hard-coded RX queue value check with IWN_UN...
2013-11-11 adrianFix off-by-one. Sorry!
2013-11-11 adrianUse IWN_NBANDS rather than a hard-coded limit.
2013-11-11 adrianSend EAPOL frames at the management rate, not the data...
2013-11-11 mavIntroduce seperate mutex lock to protect protect CTL...
2013-11-11 glebiusRemove never used ioctls that originate from KAME....
2013-11-11 jhibbitsAdd the necessary bits for dumps on ppc64.
2013-11-10 mavUse relaxed (write-only) memory barriers when writing...
2013-11-10 mavSome more registers access optimizations:
2013-11-10 andreastPrepare for 64-bit. Iow, use Elf_*hdr instead of the...
next