]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Add regression test for PR kern/189088.
[FreeBSD/FreeBSD.git] / sys /
2014-04-29 asomersFix a panic when removing an IP address from an interfa...
2014-04-29 melifaroDo not use senderr() in rtrequest1_fib_change().
2014-04-29 bzAfter r264897 restore the ability to add bootoptions...
2014-04-29 bdreweryRemove redundant include
2014-04-28 neelAllow a virtual machine to be forcibly reset or powered...
2014-04-28 brooksRevert r263754, re-adding support for hw.bus.devctl_dis...
2014-04-28 nwhitehornTurn off various fancy instruction sets, as well as...
2014-04-28 marcelAdd proto(4): A driver for prototyping and diagnostics.
2014-04-28 mavReduce number of opens by REOM RAID during provider...
2014-04-28 emasteDrop explicit unsigned from FD_SETSIZE constant
2014-04-28 smhFix ZIO reordering done by vdev_queue_io causing panics...
2014-04-28 ganboldMove common device tree informations to separate dtsi...
2014-04-28 ianDon't use multiprocessing-extensions instruction on...
2014-04-27 ianMove duplicated code to print l2 cache config into...
2014-04-27 adrianNote that the AR9380 and later hardware supports MYBEACON.
2014-04-27 adrianNote that the AR5416 and later hardware supports the...
2014-04-27 adrian* Add a new capability which returns whether the hardwa...
2014-04-27 adrianProgram the AR_TSFOOR_THRESHOLD register with a default...
2014-04-27 adrianFix the AR_SLEEP1 and AR_SLEEP2 definitions. Oops!
2014-04-27 adrianDo a read-after-write to ensure the interrupt register...
2014-04-27 dteskeDisable the beastie menu for EFI console which doesn...
2014-04-27 melifaroFix build
2014-04-27 nwhitehornNo EFI on i386. This unbreaks the i386 VT kernel build.
2014-04-27 ianExplain why wbinv_all is SMP-safe in this case, and...
2014-04-27 ianFlush and invalidate caches on each CPU as part of...
2014-04-27 ianThere is no difference between IPI_STOP and IPI_STOP_HA...
2014-04-27 ianRemove cpu_idcache_wbinv_all() from kdb_cpu_trap()...
2014-04-27 melifaroImprove memory allocation model for rt_msg2() rtsock...
2014-04-27 hselaskySetting the IMOD value below 0x3F8 can cause IRQ lockup...
2014-04-27 emasteReport boot method (BIOS/UEFI) via sysctl machdep.bootm...
2014-04-27 loosRevert r258678. Make the led gpio-specifier match...
2014-04-27 loosFix the gpio-specifier decoding by respecting the GPIO...
2014-04-27 melifaroRemove useless zeroing of RTAX_DST on error.
2014-04-27 melifaroCleanup route_output() a bit.
2014-04-27 melifaroDo not delay freeing rtm. Bandaid added in r227061...
2014-04-27 kibSame as it was done in r263878 for invlrng_handler...
2014-04-27 kibWhen vm_fault_copy_entry() is called from vm_map_protec...
2014-04-27 nwhitehornDon't need this now. VT does the same thing, but better.
2014-04-27 nwhitehornAdd vt_efifb to VT kernel configuration now that that...
2014-04-27 nwhitehornIncrease the maximum framebuffer size to more reasonabl...
2014-04-27 melifaroMove up fibnum to ensure it is always defined.
2014-04-27 nwhitehornDisable vga if EFI framebuffer present. vt(9) should...
2014-04-27 ianProvide a proper armv7 implementation of icache_sync_al...
2014-04-27 nwhitehornRevert to FAT12. This file system is apparently too...
2014-04-26 ianUse logical rather than bitwise OR in if() expression.
2014-04-26 ianCall cpu_icache_sync_range() rather than sync_all since...
2014-04-26 melifaroRemove useless `register' declarations.
2014-04-26 neelA VMCS is always inactive when it exits the vmx_run...
2014-04-26 melifaroDetermine fibnum once in the beginning of route_output().
2014-04-26 melifaroDecouple RTM_CHANGE from RTM_GET handling in rtsock...
2014-04-26 ianReword a comment block a bit; no functional changes.
2014-04-26 scottlRetire smp_active. It was racey and caused demonstrate...
2014-04-26 ianFlesh out imx_uart_init() so that we're not relying...
2014-04-26 andreastFix gcc build, initialize off variable.
2014-04-26 ianThe freescale imx uart driver works for the whole i...
2014-04-26 nwhitehornApparently this is supposed to be FAT32, not FAT12.
2014-04-26 ianStop calling imx51_ccm_foo() clock functions from imx6...
2014-04-26 melifaroUse "hash" value in rtalloc_mpath_fib() instead of...
2014-04-26 nwhitehornAdd generation of an EFI filesystem to hold boot1.efi...
2014-04-26 melifaroUnify sa_equal() macro usage.
2014-04-26 kevloInitialize rssi variable.
2014-04-26 markmCorrectly set the sysctl format to Alphanumeric, rather...
2014-04-26 desAdd sysctl OIDs showing the actual size and capacity...
2014-04-26 trocinyDefine startup order the same way as it is in dummynet.
2014-04-25 gjbAdd a UEFI kernel configuration to include the VT kerne...
2014-04-25 ianThe FTDI product ID we've been calling BEAGLEBONE is...
2014-04-25 impSpell NO_PROFILE= as MK_PROFILE=no.
2014-04-25 impEliminate last vestigies of NO_MAN= in the tree. Also...
2014-04-25 ianRemove device type from the uftdi_devs table, enhance...
2014-04-25 glebiusThe current API for adding rules with pool addresses...
2014-04-25 kevloAdd preliminary support for the Realtek RTL8188EUS...
2014-04-25 adrianAdd a SLEEP->SCAN transition. Without this a disassoci...
2014-04-24 asomersFix subnet and default routes on different FIBs on...
2014-04-24 brooksFix beri_simplebus probing. It's not allowed to have...
2014-04-24 adrianModify the ioctl path to support querying things if...
2014-04-24 adrianFix the AR5211 power mode tracking stuff.
2014-04-24 adrianFix the AR5210 HAL code to store the association ID...
2014-04-24 adrianFix ah_powerMode to be set at the correct place for...
2014-04-24 brooksMerge from CheriBSD:
2014-04-24 impMore like gone in 11...
2014-04-24 rmacklemThe PR reported that the old NFS server did not set...
2014-04-24 asomersFix host and network routes for new interfaces when...
2014-04-24 mavRemove limits on size of READ/WRITE operations.
2014-04-24 smhEliminate duplicate checks in vdev_geom_io_intr error...
2014-04-24 mavMake CAM target CTL frontend respect SIM I/O size limit...
2014-04-24 smhRemove duplicate SYSCTL_DECL(_debug_acpi) which was...
2014-04-24 roygerxen: fix copyright header
2014-04-24 traszModify CTL iSCSI frontend to properly handle situations...
2014-04-24 smhFix jailed raw sockets not setting the correct source...
2014-04-24 smhIncrease ACPI_MAX_TASKS to be 4 x the number of CPU...
2014-04-24 bryanvWait for the callout to finish before unloading the...
2014-04-24 kevloFix panic by adding mtx_assert() to urtwn_init_locked...
2014-04-24 adrianBegin fleshing out support for net80211 provided (legac...
2014-04-24 adrianAdd a capability to indicate that the net80211 stack...
2014-04-24 smhAdd some new ATA defines for SATA 3.1 spec
2014-04-24 smhAdd the ability to set a minimum ashift size for ZFS...
2014-04-24 smhExposed debug.acpi.max_tasks and debug.acpi.max_threads...
2014-04-24 grehanAllow the guest to read the TSC via MSR 0x10.
2014-04-23 rmacklemRemove an unnecessary level of indirection for an argument.
2014-04-23 adrianAllow frames to be transmitted in either RUN or SLEEP...
next