summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Partially revert my last change.ed2013-04-271-5/+5
* Use C11 <stdatomic.h> instead of our non-standard <machine/atomic.h>.ed2013-04-272-11/+21
* Unbreak <stdatomic.h> on ARM + Clang.ed2013-04-2717-17/+34
* Add a comma to satisfy Igor.eadler2013-04-272-2/+2
* Fix the frambuffer issues by calling pmap_mapdev() in the attach routine. Thisrpaulo2013-04-271-1/+5
* Remove IDEA from OptionalObsoleteFiles.inceadler2013-04-272-4/+4
* Remove the WITH_IDEA option and build it unconditionally.eadler2013-04-263-11/+1
* Conditionally compile this only if ATH_DEBUG is defined.adrian2013-04-261-0/+4
* Dump the entire TXQ descriptor contents during a reset, rather than onlyadrian2013-04-261-0/+29
* sysconf(3): Correct the description of _SC_OPEN_MAX.jilles2013-04-261-2/+2
* Properly sanitize --menu results (guards against Gtk library warnings fromdteske2013-04-262-1/+8
* Comments.dteske2013-04-262-1/+3
* Fix examples for overriding INSTALL to not suggest hardcodingbdrewery2013-04-262-3/+3
* According to devctl(4), clients must read events whole; they may notasomers2013-04-261-1/+1
* Add two more 'static' qualifierseadler2013-04-261-2/+2
* Take some improvements from DragonFlyBSD:eadler2013-04-261-17/+17
* Add -x option to avoid crossing mount points when removing a hierarchy.eadler2013-04-262-6/+13
* Adjust the min comparison to look at the adjust value after subtraction, don'tsbruno2013-04-261-1/+1
* Move pinmux configuration to board-specific config. It will varygonzo2013-04-262-79/+82
* Bump FreeBSD_version after glebius' changes.adrian2013-04-261-1/+1
* Added automatic detection of non-rotating media which disables thesmh2013-04-263-8/+111
* Teach GEOM and CAM about the difference between the max "size" of r/w and deletesmh2013-04-264-9/+93
* Added available delete methods discovery during device probe, including thesmh2013-04-261-76/+566
* Refactored scsi_xpt use of device_has_vpd to generic scsi_vpd_supported_pagesmh2013-04-263-21/+36
* Updated TRIM calculations in cam/ata to be based off ATA_DSM_* definessmh2013-04-261-14/+24
* Added the ability to send ATA identify and Data Set Management (DSM) TRIMsmh2013-04-262-0/+118
* Added Dataset Management defines to be used by TRIM in cam ata and scsi tosmh2013-04-261-0/+6
* Added a sysctl (kern.geom.dev.delete_max_sectors) to control the maximumsmh2013-04-261-5/+22
* Removed unneeded tests in dadeletemethodset changing it to return voidsmh2013-04-261-7/+4
* Document constantness of dst argument to if_output.glebius2013-04-261-2/+2
* Add usie to LINT.glebius2013-04-261-0/+3
* On those machines that use critical(9) for counter(9) we need toglebius2013-04-261-0/+1
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-2654-225/+202
* Don't appease clang static analyzer after all and roll backuqs2013-04-261-1/+0
* Changed ZFS TRIM sysctl from vfs.zfs.trim_disable -> vfs.zfs.trim.enabledsmh2013-04-265-15/+21
* Octeon 2 (6xxx) and newer CPUs don't use the clock CPU speed for itsimp2013-04-261-1/+1
* Remove a comment that shouldn't have gone in.jhibbits2013-04-261-3/+0
* Use a thread for the processing of virtio tx descriptors rathergrehan2013-04-261-21/+111
* Gripe if some <slot,function> tuple is specified more than once instead ofneel2013-04-263-20/+47
* In the case where the controller supports an sg_list LESS than our predefinedsbruno2013-04-251-1/+1
* Use the system MAKEOBJDIRPREFIX when running make targets inbrooks2013-04-252-5/+14
* Remove deprecated APIs to get the total and free memory available to vmm.ko.neel2013-04-252-26/+0
* mdoc: remove superfluous paragraph macro.joel2013-04-251-2/+0
* Fix couple of mbuf leaks in incoming ARP processing.glebius2013-04-251-2/+2
* Minor whitespace nitimp2013-04-251-1/+1
* Use the offsets from pcb.h rather than regnum.h to store the registersimp2013-04-253-84/+68
* Don't free memory that is going to be used as error string.glebius2013-04-251-3/+1
* Restore the ipNetToMedia MIB, that was broken with new ARP commitglebius2013-04-251-0/+45
* Adds Host Protected Area (HPA) support for ATA disks to camcontrolsmh2013-04-253-2/+802
* Introduce a pointer to const variable gw, which points either at theglebius2013-04-251-13/+6
OpenPOWER on IntegriCloud