summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add descriptions after the 'device' line for several NICs to match thejhb2012-04-042-17/+18
* Fix build on i386.jhb2012-04-041-1/+1
* With pf 4.5 import the name of pfsync stats sysctl has changed, thusglebius2012-04-041-2/+2
* - Remove redundant call to pr_ctloutput from code that handles SO_SETFIB.np2012-04-031-6/+5
* Document syncdev, syncpeer and defer keywords forglebius2012-04-031-1/+19
* Make it possible to switch pfsync(4) deferral mechanism on/off.glebius2012-04-031-3/+25
* Since pf 4.5 import pf(4) has a mechanism to deferglebius2012-04-032-5/+11
* Add basic HT channel setup to ieee80211_init_channels(), this will bebschmidt2012-04-031-6/+64
* Fix probing of SAS1068E with a device ID of 0x0059 after r232411.marius2012-04-031-0/+6
* A file cannot be deallocated until its last name has been removedmckusick2012-04-022-52/+37
* When process exists, not only the children shall be reparented tokib2012-04-021-0/+16
* Add helper function to remove the process from the orphans list andkib2012-04-021-8/+14
* Move struct megasas_sge from mfi_ioctl.h to mfivar.h so we canambrisko2012-04-023-11/+10
* Further tweak the changes made in r233709. The kernel doesn't permitjhb2012-04-021-14/+25
* sh: Fix build with -DDEBUG=2.jilles2012-04-021-2/+2
* - Use more natural ip->i_flags instead of vap->va_flags in the finaljh2012-04-021-5/+11
* - Write the ISO9660 descriptor after the apm partition entries.andreast2012-04-021-8/+28
* Make machine check exception logging more readable. On newer Intel systems,jhb2012-04-024-13/+10
* Remove extra blank line from revious commit.kan2012-04-021-1/+0
* Do not try to adjust stacks if dlopen_object is called too early.kan2012-04-021-1/+4
* Reinstate the XTLB handler for CPU_NLM and CPU_RMIjchandra2012-04-021-1/+1
* Fix compiler warnings, mostly signed issues,hselasky2012-04-0262-278/+263
* Historically arp(8) did a route lookup for the entry it isglebius2012-04-021-4/+0
* Add definitions and structures for USB 2.0 Link Power Management, LPM.hselasky2012-04-023-3/+69
* Eliminate two cases of unwanted strncpy(). The name is not requireddelphij2012-04-022-4/+0
* Change typedef atomic_t to struct mfi_atomic to avoid name spaceambrisko2012-04-021-8/+8
* Remove extra semicolon which rendered condition uselessgonzo2012-04-021-1/+1
* Export some more useful info about shared memory objects to userlandjhb2012-04-0110-10/+179
* Bump __FreeBSD_version for xlocale cleanup, as requested by ports people.theraven2012-04-011-1/+1
* Make libsupc++ build as a shared library and make libstdc++ a filter librarytheraven2012-03-313-2/+144
* Remove checks that are redundant due to tf_type being unsigned.marius2012-03-311-2/+2
* Fix panic on kernel traps having a mapping in trap_sig b0rked in r206086.marius2012-03-311-5/+6
* Be more conservative in using READ CAPACITY(16) command. Previous codemav2012-03-311-3/+1
* Don't check malloc(M_WAITOK) results.glebius2012-03-311-4/+0
* Remove end of line whitespace.joel2012-03-311-3/+3
* mdoc: use It for each item in the list and separate each cell with Ta.joel2012-03-311-15/+15
* Remove stale comments.davidxu2012-03-311-3/+0
* MFhead_mfi r233621ambrisko2012-03-302-5/+4
* MFhead_mfi r227068ambrisko2012-03-3013-263/+3771
|\
| * First cut at updating mfi(4) to support newer LSI MegaRAID SAS cards.ambrisko2011-11-0412-205/+3798
| * Change mpt(4) probe to be an exact match to a PCI device ID. The currentambrisko2011-11-041-1/+1
* | Fix the following compilation warning with clang trunk in isci(4):dim2012-03-301-1/+1
* | Attempt to make machine check handling a bit more robust:jhb2012-03-301-28/+72
* | Fix a few issues with transmit handling in em(4) and igb(4):jhb2012-03-302-47/+130
* | Move the legacy(4) driver to x86.jhb2012-03-3011-429/+15
* | Re-initialize model-specific MSRs when we resume CPUs.jkim2012-03-302-0/+2
* | Work around Erratum 721 for AMD Family 10h and 12h processors.jkim2012-03-301-1/+28
* | - Remove erroneous trailing semicolon. [1]marius2012-03-302-2/+10
* | Remove trailing semicolon, it is a typo.davidxu2012-03-301-1/+1
* | Undo the earlier revert of the ABI change in libsupc++. On further discussion,theraven2012-03-301-6/+6
OpenPOWER on IntegriCloud