| Commit message (Expand) | Author | Age | Files | Lines |
* | - Create kern.ipc.sendfile namespace, and put the new "readhead" OID | glebius | 2013-09-22 | 1 | -5/+17 |
* | Fix the AR933x CPU UART support by using the correct clock when calculating | adrian | 2013-09-21 | 1 | -2/+8 |
* | The pmap function pmap_clear_reference() is no longer used. Remove it. | alc | 2013-09-20 | 1 | -18/+0 |
* | Bring in configuration for Buffalo Airstation WZR-300HP, Atheros based | sbruno | 2013-09-17 | 2 | -0/+244 |
* | We have grown a bit too big lately. Shrinking the kernel for TP-Link | hiren | 2013-09-17 | 1 | -4/+18 |
* | Netlogic XLP network driver update | jchandra | 2013-09-07 | 10 | -301/+222 |
* | Use a better version of memcpy/bcopy for mips kernel. | jchandra | 2013-09-07 | 2 | -92/+286 |
* | MFC | markm | 2013-09-07 | 3 | -3/+14 |
|\ |
|
| * | Remove the hardcoded limit for the number of gpio_pins that can be used. | loos | 2013-09-06 | 2 | -2/+10 |
| * | Fix an off-by-one bug in ar71xx_gpio and bcm2835_gpio which makes the last | loos | 2013-09-06 | 1 | -1/+1 |
| * | Fix build with gcc. Move sf_buf_alloc()/sf_buf_free() declarations | glebius | 2013-09-06 | 1 | -0/+3 |
* | | Yarrow wants entropy estimations to be conservative; the usual idea | markm | 2013-09-06 | 1 | -1/+1 |
|/ |
|
* | Fix the leakage of dma tags on if_arge. The leak occur when arge_start() | loos | 2013-09-06 | 1 | -0/+26 |
* | On those machines, where sf_bufs do not represent any real object, make | glebius | 2013-09-06 | 2 | -7/+15 |
* | Add 32-bit support for Gxemul's oldtestmips machine emulation | gonzo | 2013-09-04 | 2 | -0/+68 |
* | Add options GEOM_PART_GPT and options MSDOSFS to the DIR-825 | sbruno | 2013-09-03 | 1 | -0/+3 |
* | Newer versions of gcc define __INT64_C and __UINT64_C, so avoid | imp | 2013-09-03 | 1 | -0/+2 |
* | pmap_protect() on MIPS does not need to acquire the pvh global lock. | alc | 2013-09-01 | 1 | -2/+0 |
* | Implement pmap_advise(). | alc | 2013-08-31 | 1 | -1/+82 |
* | - Set proper KERNLOADADDR | gonzo | 2013-08-31 | 1 | -0/+3 |
* | YAMON is 32-bit application and uses 32-bit pointers to pass kernel | gonzo | 2013-08-31 | 1 | -4/+9 |
* | Add device PicoStation M2HP support. | hiren | 2013-08-30 | 2 | -0/+171 |
* | Add bpf(4) to config file to get dhclient working | gonzo | 2013-08-30 | 1 | -0/+1 |
* | Add PCI bus space implementation that converts all 2 and 4 bytes | gonzo | 2013-08-30 | 4 | -4/+448 |
* | Significantly reduce the cost, i.e., run time, of calls to madvise(..., | alc | 2013-08-29 | 1 | -0/+8 |
* | Prevent the full restart cycle every time arge_start() is called. Only | loos | 2013-08-29 | 1 | -1/+2 |
* | Make ar71xx_spi attach the next free unit of spibus and not only spibus0. | loos | 2013-08-28 | 1 | -1/+1 |
* | Add the default hints to make the GPIO pins, rf led and reset switch work | loos | 2013-08-28 | 1 | -0/+18 |
* | Fix GT PCI controller driver on big-endian hardware | gonzo | 2013-08-28 | 1 | -18/+35 |
* | Fixes for compatibility with QEMU: | gonzo | 2013-08-27 | 1 | -2/+8 |
* | - Initialize freq variable so we will not end up with random value | gonzo | 2013-08-27 | 1 | -0/+1 |
* | Some vendors store the mac addresses of arge(4) as a literal sring in the | sbruno | 2013-08-23 | 2 | -7/+21 |
* | Revert r254501. Instead, reuse the type stability of the struct pmap | kib | 2013-08-22 | 1 | -3/+0 |
* | Add a missing break. | adrian | 2013-08-12 | 1 | -0/+1 |
* | The soft and hard busy mechanism rely on the vm object lock to work. | attilio | 2013-08-09 | 1 | -12/+10 |
* | Replace kernel virtual address space allocation with vmem. This provides | jeff | 2013-08-07 | 4 | -20/+6 |
* | Back out r253779 & r253786. | obrien | 2013-07-31 | 14 | -18/+6 |
* | Adjust magic numbers to allow attachment of ath(4) modules. | sbruno | 2013-07-31 | 1 | -2/+2 |
* | device if_bridge gets me a bridge device | sbruno | 2013-07-31 | 1 | -1/+1 |
* | Decouple yarrow from random(4) device. | obrien | 2013-07-29 | 14 | -6/+18 |
* | Revert r253748,253749 | avg | 2013-07-28 | 1 | -3/+2 |
* | put contents of cpu.h under _KERNEL | avg | 2013-07-28 | 1 | -2/+3 |
* | This file isn't derived from anything delivered by Berkeley, so remove | imp | 2013-07-22 | 1 | -4/+0 |
* | Add some initial board support for the AR934x and the Qualcomm Atheros | adrian | 2013-07-21 | 4 | -0/+234 |
* | Implement some initial AR934x support routines. | adrian | 2013-07-21 | 4 | -0/+394 |
* | Teach the GPIO code about the AR934x GPIO register and pin counts. | adrian | 2013-07-21 | 1 | -2/+17 |
* | Use the UART frequency when programming the UART clock. | adrian | 2013-07-21 | 4 | -4/+4 |
* | Initialise the watchdog and UART frequencies. | adrian | 2013-07-21 | 4 | -0/+12 |
* | Add two new CPU specific definitions - the watchdog clock frequency and | adrian | 2013-07-21 | 1 | -1/+5 |
* | Include sys/systm.h after sys/param.h. | ae | 2013-07-15 | 1 | -1/+1 |