| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo (by -> be). | se | 2014-09-01 | 1 | -1/+1 |
* | Do not generate unwind info in asm functions if _STANDALONE is defined. | ian | 2014-09-01 | 1 | -1/+1 |
* | Make SOCK_RAW sockets to be truly raw, not modifying received and sent | glebius | 2014-09-01 | 4 | -29/+27 |
* | Explicitly free packet on PF_DROP, otherwise a "quick" rule with | glebius | 2014-09-01 | 1 | -0/+8 |
* | Add the reverse part to rule #9. Also change its description in the | ae | 2014-09-01 | 2 | -1/+3 |
* | Resync comments about scbus and pass for life after AHCI joined CAM. | imp | 2014-09-01 | 22 | -34/+34 |
* | Compute sin(pi*x) without actually doing the pi*x multiplication. | kargl | 2014-08-31 | 2 | -53/+49 |
* | - Nuke unused sdhci_softc. | marius | 2014-08-31 | 5 | -42/+34 |
* | GIC (Cortex A's interrupt controller) supports up to 1020 IRQs. | br | 2014-08-31 | 1 | -1/+1 |
* | Automatically prefault a limited number of mappings to resident pages in | alc | 2014-08-31 | 1 | -3/+3 |
* | In ARM asm code, ensure that every ENTRY(foo) has a matching END(foo). | ian | 2014-08-31 | 22 | -1/+36 |
* | Put option FDT into the base IMX6 config and remove it from the config | ian | 2014-08-31 | 4 | -3/+1 |
* | The Marvell PJ4B cpu family is armv7, not armv6. | ian | 2014-08-31 | 1 | -2/+2 |
* | Toss fields so that no padding field is required to achieve alignment. | glebius | 2014-08-31 | 1 | -2/+1 |
* | It is actually possible to have if_t a typedef to non-void type, | glebius | 2014-08-31 | 9 | -180/+73 |
* | Provide pointer from struct ifnet to struct netmap_adapter, | glebius | 2014-08-31 | 2 | -1/+3 |
* | Fix character case in examples for "camcontrol security" - should be | gavin | 2014-08-31 | 1 | -3/+3 |
* | Move the restored #ifdef i386 test back inside the #ifdef _KERNEL block | peter | 2014-08-31 | 1 | -3/+4 |
* | o Remove struct if_data from struct ifnet. Now it is merely API structure | glebius | 2014-08-31 | 4 | -47/+138 |
* | Use macros instead of referencing struct if_data that resides in ifnet. | glebius | 2014-08-31 | 1 | -2/+2 |
* | Remove ability to write to struct if_data residing in struct ifnet | glebius | 2014-08-31 | 1 | -19/+0 |
* | Allow the make_dtb script to work outside of a "make buildkernel" context | ian | 2014-08-30 | 1 | -0/+4 |
* | Fix the handling of MMU type in the AP entry code. The ARM_MMU_V6/V7 | ian | 2014-08-30 | 1 | -2/+3 |
* | Ensure that ZFS ARC free memory checks include cached pages | smh | 2014-08-30 | 3 | -1/+17 |
* | Enable SCTP support. It runs perfectly fine on a Wandboard quad. | tuexen | 2014-08-30 | 1 | -1/+1 |
* | Remove FDT option, since it is in every file, which includes this one. | tuexen | 2014-08-30 | 1 | -1/+0 |
* | The "SUB" instruction used in getcc() actually does 'x -= y' so use the | neel | 2014-08-30 | 1 | -42/+66 |
* | Use define from if_var.h to access a field inside struct if_data, | glebius | 2014-08-30 | 43 | -44/+44 |
* | Set the 'inst_length' to '0' early on before any error conditions are detected | neel | 2014-08-30 | 1 | -2/+16 |
* | Replace cvsweb link wihg svnweb URL in bktr(4) release notes. | gavin | 2014-08-30 | 1 | -1/+1 |
* | Save and restore FPU state across suspend and resume. In earlier revisions | jhb | 2014-08-30 | 6 | -43/+57 |
* | Fix the order of "const volatile" to be consistent with | kargl | 2014-08-30 | 2 | -2/+2 |
* | Make tiny volatile to prevent the compiler(s) from | kargl | 2014-08-30 | 2 | -2/+5 |
* | Minor space/tab cleanups. | pfg | 2014-08-30 | 3 | -17/+17 |
* | Allow the iwn(4) fw 100 to be compiled into the kernel and update the | brueffer | 2014-08-30 | 3 | -3/+21 |
* | Use ipv6_prefer when at least one ifconfig_IF_ipv6 is configured. | hrs | 2014-08-30 | 1 | -0/+2 |
* | Add missing proctree locking to fill_kinfo_proc consumers. | mjg | 2014-08-30 | 3 | -0/+13 |
* | We were returning 20 bytes as the FIS size to send, but only | imp | 2014-08-30 | 1 | -1/+1 |
* | Add a few defines and packet types for SATA 3.2 and FPDMA (First Party | imp | 2014-08-30 | 2 | -0/+4 |
* | Update the date for last example. | imp | 2014-08-30 | 1 | -1/+1 |
* | When anouncing link state changes on an 802.11 interface with a vap, | jhb | 2014-08-29 | 1 | -8/+11 |
* | Rename shm_dict_init to shm_init to fix a compiler warning. | andreast | 2014-08-29 | 1 | -1/+1 |
* | - Add a new structure type for the ACPI 3.0 SMAP entry that includes the | jhb | 2014-08-29 | 5 | -0/+117 |
* | Fix a typo. | jhb | 2014-08-29 | 1 | -1/+1 |
* | MFamd64: Add a machdep.bootmethod sysctl to inform the installer which | jhb | 2014-08-29 | 1 | -0/+4 |
* | Add the new shm_ino field to struct shmfd. Missed in 270823. | jhb | 2014-08-29 | 1 | -0/+1 |
* | Use a unit number allocator to provide suitable st_dev and st_ino values | jhb | 2014-08-29 | 1 | -2/+19 |
* | * Add SIOCGI2C driver ioctl used to retrieve i2c info. | melifaro | 2014-08-29 | 5 | -50/+47 |
* | Forward declare struct kiocb, which is only used for an unsued function | bz | 2014-08-29 | 1 | -0/+1 |
* | Try to also unbreak powerpc complaining about | bz | 2014-08-29 | 1 | -4/+4 |