summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ioapic_program_intpin: program high bits before low bitsavg2012-12-011-2/+2
* zfs_getpages: make use of vm_page_readahead_finishavg2012-12-011-20/+4
* gfs_file_inactive: replace bad code with ugly codeavg2012-12-011-4/+7
* acpi_cpu_notify: disable acpi_cpu_idle while updating C-state dataavg2012-12-011-7/+15
* acpi_cpu: change cpu_disable_idle to be a per-cpu flag...avg2012-12-011-17/+53
* In globextend(), take advantage of the fact that realloc(NULL, size) ismarcel2012-12-011-3/+2
* In globextend() when the pathv vector cannot be (re-)allocated, don'tmarcel2012-12-011-6/+1
* The getline function returns the number of characters read, noteadler2012-12-011-2/+2
* Merge a number of changes required to hook up OpenBSM 1.2-alpha2'srwatson2012-12-0110-1/+69
* Merge OpenBSM 1.2-alpha2 changes from contrib/openbsm torwatson2012-12-015-11/+64
* Merge OpenBSM 1.2-alpha2 from vendor branch to FreeBSD 10-CURRENT; therwatson2012-12-01128-28224/+46506
|\
| * Merge a number of post-1.2-alpha2 changes to OpenBSM into the OpenBSMrwatson2012-12-0120-67/+46
| * Import OpenBSM 1.2-alpha2:rwatson2012-11-30124-28206/+46417
| * Vendor import of OpenBSM 1.1p2, which incorporates the following changesrwatson2009-08-027-24/+31
| * Vendor import of OpenBSM 1.1p1, which incorporates the following changesrwatson2009-07-1713-45/+182
* | Fix one more compilation issue.pjd2012-12-011-2/+2
* | IFp4 @219811:pjd2012-12-011-3/+1
* | Add a new HAL capability - check and enforce whether the NIC supportsadrian2012-12-012-0/+18
* | Patch #12 OK, I said there was only 11 patches, but unfortunatelyjfv2012-12-011-22/+42
* | Remove duplicate code. Reduce diff between amd64 and i386.jkim2012-12-012-31/+26
* | Patch #11 - The final patch: this one greatly improves thejfv2012-12-012-84/+86
* | Patch #10 Performance - this changes the protocol offloadjfv2012-12-011-52/+46
* | Patch #9 Performance - improve the tx dma failurejfv2012-11-301-25/+22
* | libc: Allow setting close-on-exec in fopen/freopen/fdopen.jilles2012-11-304-2/+33
* | Patch #8 Performance changes - this one improves locality,jfv2012-11-302-57/+58
* | Patch #7 This is primarily about processing limit control.jfv2012-11-302-17/+28
* | IFp4 @208452:pjd2012-11-301-7/+11
* | IFp4 @208451:pjd2012-11-306-34/+50
* | Patch #6 Whitespace cleanup, and removal of some very oldjfv2012-11-302-44/+36
* | Patch #5 Cleanup unused IEEE1588 code fragments, the day mayjfv2012-11-302-11/+1
* | IFp4 @208383:pjd2012-11-301-3/+3
* | IFp4 @208382:pjd2012-11-301-8/+15
* | Patch #4 - this does two things, it removes a number of statistics,jfv2012-11-301-28/+7
* | IFp4 @208381:pjd2012-11-301-1/+1
* | IFp4 @208450:pjd2012-11-301-1/+0
* | Patch #3 - Add a new ioctl to access SFP+ module diagnosticjfv2012-11-302-2/+28
* | Patch #2 - remove OACTIVE and DEPLETED notions from thejfv2012-11-302-44/+13
* | Allow OpenSSL to use arc4random(3) on FreeBSD. arc4random(3) was modifiedpjd2012-11-301-3/+3
* | First of a series of 11 patches leading to new ixgbe version 2.5.0jfv2012-11-303-314/+111
* | The build-tools step during build32 also needs the -legacy magic.sjg2012-11-301-0/+2
* | Use volatile keywords properly.jkim2012-11-302-22/+22
* | Use common macros for working with rule/dynamic counters.melifaro2012-11-304-27/+33
* | Make ipfw dynamic states operations SMP-ready.melifaro2012-11-304-330/+638
* | - Enable syscons/framebuffer by defaultgonzo2012-11-301-8/+8
* | Teach userboot to boot from ISO image files.neel2012-11-302-4/+7
* | Add vchiq nodegonzo2012-11-301-0/+7
* | - Implement "fdt mres" sub-command that prints reserved memory regionsgonzo2012-11-302-60/+221
* | Include opt_wlan.h so the net80211 RX debug API compiles correctly.adrian2012-11-301-0/+2
* | Get reserved memory regions and exclude them from available memory mapgonzo2012-11-301-1/+71
* | Add fdt_get_reserved_regions function. API is simmilar to fdt_get_mem_regionsgonzo2012-11-302-0/+61
OpenPOWER on IntegriCloud