summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix wrong asresp frame parsing in iwi_checkforqos().iwasaki2012-03-101-2/+2
* | MFi386: revisions 232570 and 232754nyan2012-03-101-7/+15
* | Idle ticks optimization:mav2012-03-103-23/+46
* | Remove useless thread_{lock,unlock}() in raccd.trasz2012-03-101-4/+1
* | Perform even more style changes.ed2012-03-101-4/+8
* | Fix whitespace.ed2012-03-101-35/+29
* | Move determination of socket buffer sizes from startup to the first time agavin2012-03-102-31/+27
* | Cross-reference sigqueue(2) and kill(2).trasz2012-03-102-2/+4
* | Optimize tls_get_addr_common(). The change provides around 30% speedupkib2012-03-101-9/+22
* | Add brackets around bare '-1' used as the macro body.kib2012-03-101-8/+8
* | Use ABI to determine bus_addr_t for cnMIPS.jmallett2012-03-101-1/+1
* | o) Remove some CPU_CNMIPS-related magical thinking about the status register'sjmallett2012-03-103-16/+2
* | Get rid of mainbus.c. The version in nexus.c is being used and isjmallett2012-03-102-335/+0
* | Don't truncate physical addresses to 32-bits.jmallett2012-03-101-4/+4
* | Reduce diffs with freebsd32_sysarch.jmallett2012-03-101-12/+8
* | After r232403, DMA transactions does not cross 4GB boundary foryongari2012-03-102-37/+6
* | o) Bump INTRCOUNT_COUNT to 256, since Octeon already has >128.jmallett2012-03-101-5/+5
* | Don't flood the cabq/mcastq with frames.adrian2012-03-105-4/+109
* | Enforce that wtap requires VIMAGE to be useful.adrian2012-03-101-0/+7
* | Make boot2 build with Clang again.jkim2012-03-092-6/+6
* | Document that we may end up with some suboptimal handling of dataadrian2012-03-091-0/+11
* | Should the mcast queue be locked here? In case more multicast trafficadrian2012-03-091-0/+2
* | Export intrcnt correctly when running under 32-bit compatibility.jmallett2012-03-091-0/+18
* | Perform the parameter validation before assigning it to a signed intpho2012-03-091-2/+2
OpenPOWER on IntegriCloud