summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix typo (by -> be).se2014-09-011-1/+1
* Do not generate unwind info in asm functions if _STANDALONE is defined.ian2014-09-011-1/+1
* Make SOCK_RAW sockets to be truly raw, not modifying received and sentglebius2014-09-014-29/+27
* Explicitly free packet on PF_DROP, otherwise a "quick" rule withglebius2014-09-011-0/+8
* Add the reverse part to rule #9. Also change its description in theae2014-09-012-1/+3
* Resync comments about scbus and pass for life after AHCI joined CAM.imp2014-09-0122-34/+34
* Compute sin(pi*x) without actually doing the pi*x multiplication.kargl2014-08-312-53/+49
* - Nuke unused sdhci_softc.marius2014-08-315-42/+34
* GIC (Cortex A's interrupt controller) supports up to 1020 IRQs.br2014-08-311-1/+1
* Automatically prefault a limited number of mappings to resident pages inalc2014-08-311-3/+3
* In ARM asm code, ensure that every ENTRY(foo) has a matching END(foo).ian2014-08-3122-1/+36
* Put option FDT into the base IMX6 config and remove it from the configian2014-08-314-3/+1
* The Marvell PJ4B cpu family is armv7, not armv6.ian2014-08-311-2/+2
* Toss fields so that no padding field is required to achieve alignment.glebius2014-08-311-2/+1
* It is actually possible to have if_t a typedef to non-void type,glebius2014-08-319-180/+73
* Provide pointer from struct ifnet to struct netmap_adapter,glebius2014-08-312-1/+3
* Fix character case in examples for "camcontrol security" - should begavin2014-08-311-3/+3
* Move the restored #ifdef i386 test back inside the #ifdef _KERNEL blockpeter2014-08-311-3/+4
* o Remove struct if_data from struct ifnet. Now it is merely API structureglebius2014-08-314-47/+138
* Use macros instead of referencing struct if_data that resides in ifnet.glebius2014-08-311-2/+2
* Remove ability to write to struct if_data residing in struct ifnetglebius2014-08-311-19/+0
* Allow the make_dtb script to work outside of a "make buildkernel" contextian2014-08-301-0/+4
* Fix the handling of MMU type in the AP entry code. The ARM_MMU_V6/V7ian2014-08-301-2/+3
* Ensure that ZFS ARC free memory checks include cached pagessmh2014-08-303-1/+17
* Enable SCTP support. It runs perfectly fine on a Wandboard quad.tuexen2014-08-301-1/+1
* Remove FDT option, since it is in every file, which includes this one.tuexen2014-08-301-1/+0
* The "SUB" instruction used in getcc() actually does 'x -= y' so use theneel2014-08-301-42/+66
* Use define from if_var.h to access a field inside struct if_data,glebius2014-08-3043-44/+44
* Set the 'inst_length' to '0' early on before any error conditions are detectedneel2014-08-301-2/+16
* Replace cvsweb link wihg svnweb URL in bktr(4) release notes.gavin2014-08-301-1/+1
* Save and restore FPU state across suspend and resume. In earlier revisionsjhb2014-08-306-43/+57
* Fix the order of "const volatile" to be consistent withkargl2014-08-302-2/+2
* Make tiny volatile to prevent the compiler(s) fromkargl2014-08-302-2/+5
* Minor space/tab cleanups.pfg2014-08-303-17/+17
* Allow the iwn(4) fw 100 to be compiled into the kernel and update thebrueffer2014-08-303-3/+21
* Use ipv6_prefer when at least one ifconfig_IF_ipv6 is configured.hrs2014-08-301-0/+2
* Add missing proctree locking to fill_kinfo_proc consumers.mjg2014-08-303-0/+13
* We were returning 20 bytes as the FIS size to send, but onlyimp2014-08-301-1/+1
* Add a few defines and packet types for SATA 3.2 and FPDMA (First Partyimp2014-08-302-0/+4
* Update the date for last example.imp2014-08-301-1/+1
* When anouncing link state changes on an 802.11 interface with a vap,jhb2014-08-291-8/+11
* Rename shm_dict_init to shm_init to fix a compiler warning.andreast2014-08-291-1/+1
* - Add a new structure type for the ACPI 3.0 SMAP entry that includes thejhb2014-08-295-0/+117
* Fix a typo.jhb2014-08-291-1/+1
* MFamd64: Add a machdep.bootmethod sysctl to inform the installer whichjhb2014-08-291-0/+4
* Add the new shm_ino field to struct shmfd. Missed in 270823.jhb2014-08-291-0/+1
* Use a unit number allocator to provide suitable st_dev and st_ino valuesjhb2014-08-291-2/+19
* * Add SIOCGI2C driver ioctl used to retrieve i2c info.melifaro2014-08-295-50/+47
* Forward declare struct kiocb, which is only used for an unsued functionbz2014-08-291-0/+1
* Try to also unbreak powerpc complaining aboutbz2014-08-291-4/+4
OpenPOWER on IntegriCloud