aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix promiscuous mode with if_octm:Juli Mallett2012-03-111-11/+18
* Remove some headers not used by kernel or world and which are not present inJuli Mallett2012-03-108-329/+0
* regenAlexander Leidinger2012-03-1010-14/+1166
* - add comments to syscalls.master and linux(32)_dummy about which linuxAlexander Leidinger2012-03-104-2/+204
* ServerWorks HT1000 HPET reported to have problems with IRQs >= 16.Alexander Motin2012-03-101-0/+8
* Stick the if_drv_flags access (check and modify) behind the ifq lock.Adrian Chadd2012-03-101-9/+18
* Fix a panic introduced in a previous commit - non-beaconing modes (eg STA)Adrian Chadd2012-03-102-14/+3
* Revert r175376 and tune cpufreq(4) frequency comparison logic instead.Alexander Motin2012-03-101-21/+10
* Fix reversed logic in previous commit that broke build and earned me quite theJuli Mallett2012-03-101-2/+2
* Fix wrong asresp frame parsing in iwi_checkforqos().Mitsuru IWASAKI2012-03-101-2/+2
* MFi386: revisions 232570 and 232754Yoshihiro Takahashi2012-03-101-7/+15
* Idle ticks optimization:Alexander Motin2012-03-103-23/+46
* Remove useless thread_{lock,unlock}() in raccd.Edward Tomasz Napierala2012-03-101-4/+1
* Perform even more style changes.Ed Schouten2012-03-101-4/+8
* Fix whitespace.Ed Schouten2012-03-101-35/+29
* Move determination of socket buffer sizes from startup to the first time aGavin Atkinson2012-03-102-31/+27
* Cross-reference sigqueue(2) and kill(2).Edward Tomasz Napierala2012-03-102-2/+4
* Optimize tls_get_addr_common(). The change provides around 30% speedupKonstantin Belousov2012-03-101-9/+22
* Add brackets around bare '-1' used as the macro body.Konstantin Belousov2012-03-101-8/+8
* Use ABI to determine bus_addr_t for cnMIPS.Juli Mallett2012-03-101-1/+1
* o) Remove some CPU_CNMIPS-related magical thinking about the status register'sJuli Mallett2012-03-103-16/+2
* Get rid of mainbus.c. The version in nexus.c is being used and isJuli Mallett2012-03-102-335/+0
* Don't truncate physical addresses to 32-bits.Juli Mallett2012-03-101-4/+4
* Reduce diffs with freebsd32_sysarch.Juli Mallett2012-03-101-12/+8
* After r232403, DMA transactions does not cross 4GB boundary forPyun YongHyeon2012-03-102-37/+6
* o) Bump INTRCOUNT_COUNT to 256, since Octeon already has >128.Juli Mallett2012-03-101-5/+5
* Don't flood the cabq/mcastq with frames.Adrian Chadd2012-03-105-4/+109
* Enforce that wtap requires VIMAGE to be useful.Adrian Chadd2012-03-101-0/+7
* Make boot2 build with Clang again.Jung-uk Kim2012-03-092-6/+6
* Document that we may end up with some suboptimal handling of dataAdrian Chadd2012-03-091-0/+11
* Should the mcast queue be locked here? In case more multicast trafficAdrian Chadd2012-03-091-0/+2
* Export intrcnt correctly when running under 32-bit compatibility.Juli Mallett2012-03-091-0/+18
* Perform the parameter validation before assigning it to a signed intPeter Holm2012-03-091-2/+2
* Partially undo r228693, by removing NO_WFORMAT.clang in fsdb's Makefile,Dimitry Andric2012-03-092-3/+1
* After r232745, which makes sure __bswap16(), ntohs() and htons() returnDimitry Andric2012-03-091-3/+0
* Move i386's intr_machdep.c to the x86 tree and share it with amd64.John Baldwin2012-03-095-564/+4
* Add casts to __uint16_t to the __bswap16() macros on all arches whichDimitry Andric2012-03-093-6/+6
* Allow a native i386 kernel to be built with 'nodevice atpic'. Just as onJohn Baldwin2012-03-096-4/+75
* MFamd64:John Baldwin2012-03-091-12/+19
* Make kern.sched.idlespinthresh default value adaptive depending of HZ.Alexander Motin2012-03-091-1/+3
* Improve error reporting in diskinfo(8) by not displaying errno whenEdward Tomasz Napierala2012-03-091-4/+8
* Revert r232692 as the correct place to fix this is at the syscall level.Peter Holm2012-03-091-2/+2
* Cast the expression in __bswap16(x) to __uint16_t because it is promotedTijl Coosemans2012-03-091-2/+2
* Remove the use of toupper() from rtld_printf.c. Use of the libc functionKonstantin Belousov2012-03-091-5/+7
* Remove PAE special-case 2GB DMA boundary and always use a 4GB boundaryJohn Baldwin2012-03-091-4/+0
* Fix a warning reported by bz@Michael Tuexen2012-03-091-3/+3
* Remove undesired sysctl(3) xrefEd Maste2012-03-091-2/+1
* Add support for stf interfaces.Michael Tuexen2012-03-091-0/+1
* Fix a bug reported by Peter Holm which results in a crash:Michael Tuexen2012-03-091-0/+9
* Clean up x86 endian.h:Tijl Coosemans2012-03-091-43/+36