summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* After r232548, clang complains about the apparent '=-' operator (adim2012-03-121-1/+1
* Fix the following warning/error with clang:dim2012-03-121-2/+2
* When iterating over the dso program headers, the object is not initializedkib2012-03-121-1/+4
* Remove more unused code and declarations, and add dire warnings to the 64-bitjmallett2012-03-129-241/+9
* Convert a number of drivers to obtaining their parent DMA tag from theirscottl2012-03-1223-23/+25
* Remove platform APIs which are not used by any code and which had only stubjmallett2012-03-1213-254/+3
* Tune cpuset macros to optimize cases when CPU_SETSIZE fits into singlemav2012-03-121-7/+14
* Simplify the error checking in one branch of trap_pfault() and updatealc2012-03-121-11/+14
* Make if_ierrors updated whenever any of the following counters areyongari2012-03-122-0/+8
* Show PCI bus speed and width as well as running mode of PCI-Xyongari2012-03-122-7/+59
* Add workaround for PCI-X BCM5704 controller that live behindyongari2012-03-122-3/+68
* - Rename apb_intr to apb_filter since it's a filter handlergonzo2012-03-121-5/+38
* Implement pmc_save_user_callchain and pmc_save_kernel_callchain for MIPSgonzo2012-03-121-10/+308
* Begin modifying the PB92 config file to actually generate a flashable,adrian2012-03-121-28/+40
* Remove extraneous log messageemaste2012-03-121-6/+0
* Simplify the error checking in one branch of trap_pfault() and updatealc2012-03-121-10/+5
* Fix whitespace.ed2012-03-111-8/+8
* We've supported 64-bit PTEs for some time.jmallett2012-03-112-18/+0
* sh: Add a test for variables with underscores in arithmetic.jilles2012-03-111-0/+4
* Remove superfluous brackets.kib2012-03-111-1/+1
* Do schedule delayed writes for async mounts.kib2012-03-111-7/+11
* Do not fall back to slow synchronous i/o when low on memory or buffers.kib2012-03-111-2/+4
* In ffs_syncvnode(), pass boolean false as second argument of ffs_update().kib2012-03-111-1/+1
* Remove not needed ARGSUSED lint command.kib2012-03-111-1/+0
* Stop calling _init/_fini methods from crt1 for dynamic binaries. Dokib2012-03-1116-180/+187
* Add support for preinit, init and fini arrays. Some ABIs, inkib2012-03-1113-14/+230
* Add a header with definitions useful for constructing ELF notes.kib2012-03-111-0/+38
* ELF image can have several PT_NOTE program headers. Look for the ELFkib2012-03-111-20/+27
* Upgrade the netgraph vlan node to support 802.1q, encapsulation type,adrian2012-03-112-150/+427
* - remove an extra parenthesis in a closing brace;luigi2012-03-111-1/+6
* Update comment.kib2012-03-111-1/+1
* Fix a bug introduced in r223938; on big-endian machines coping a 32-bitmarius2012-03-111-0/+15
* Remove fifo.h. The only used function declaration from the header iskib2012-03-1114-54/+7
* Reenable -Winline on MIPS now that we're not compiling Cavium's errorjmallett2012-03-111-3/+0
* Disable the Simple Executive's error decoding/reporting code.jmallett2012-03-118-25/+19
* Do not try to use libfdt in FreeBSD.jmallett2012-03-111-0/+2
* Remove files not needed by FreeBSD.jmallett2012-03-1114-3387/+0
* Merge the Cavium Octeon SDK 2.3.0 Simple Executive code and update FreeBSD tojmallett2012-03-11303-31860/+294164
|\
| * Import Cavium Octeon SDK 2.3.0 Simple Executive from cnusers.org.jmallett2012-03-11286-31773/+293873
* | Disable -Winline on MIPS in preparation for the import of the latest versionjmallett2012-03-111-0/+3
* | Stop some of the output from wrapping at 80 characters.adrian2012-03-111-3/+5
* | Fix promiscuous mode with if_octm:jmallett2012-03-111-11/+18
* | Remove some headers not used by kernel or world and which are not present injmallett2012-03-108-329/+0
* | regennetchild2012-03-1010-14/+1166
* | - add comments to syscalls.master and linux(32)_dummy about which linuxnetchild2012-03-104-2/+204
* | ServerWorks HT1000 HPET reported to have problems with IRQs >= 16.mav2012-03-101-0/+8
* | Stick the if_drv_flags access (check and modify) behind the ifq lock.adrian2012-03-101-9/+18
* | Fix a panic introduced in a previous commit - non-beaconing modes (eg STA)adrian2012-03-102-14/+3
* | Revert r175376 and tune cpufreq(4) frequency comparison logic instead.mav2012-03-101-21/+10
* | Fix reversed logic in previous commit that broke build and earned me quite thejmallett2012-03-101-2/+2
OpenPOWER on IntegriCloud