summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Partially undo r228693, by removing NO_WFORMAT.clang in fsdb's Makefile,dim2012-03-092-3/+1
* | After r232745, which makes sure __bswap16(), ntohs() and htons() returndim2012-03-091-3/+0
* | Move i386's intr_machdep.c to the x86 tree and share it with amd64.jhb2012-03-095-564/+4
* | Add casts to __uint16_t to the __bswap16() macros on all arches whichdim2012-03-093-6/+6
* | Allow a native i386 kernel to be built with 'nodevice atpic'. Just as onjhb2012-03-096-4/+75
* | MFamd64:jhb2012-03-091-12/+19
* | Make kern.sched.idlespinthresh default value adaptive depending of HZ.mav2012-03-091-1/+3
* | Improve error reporting in diskinfo(8) by not displaying errno whentrasz2012-03-091-4/+8
* | Revert r232692 as the correct place to fix this is at the syscall level.pho2012-03-091-2/+2
* | Cast the expression in __bswap16(x) to __uint16_t because it is promotedtijl2012-03-091-2/+2
* | Remove the use of toupper() from rtld_printf.c. Use of the libc functionkib2012-03-091-5/+7
* | Remove PAE special-case 2GB DMA boundary and always use a 4GB boundaryjhb2012-03-091-4/+0
* | Fix a warning reported by bz@tuexen2012-03-091-3/+3
* | Remove undesired sysctl(3) xrefemaste2012-03-091-2/+1
* | Add support for stf interfaces.tuexen2012-03-091-0/+1
* | Fix a bug reported by Peter Holm which results in a crash:tuexen2012-03-091-0/+9
* | Clean up x86 endian.h:tijl2012-03-091-44/+37
OpenPOWER on IntegriCloud