summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2013-08-08Make use of IFP_TO_IA() instead of rolling our own copy, no functionalMartin Pieuchot
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-08-07After a panic, do not fill up the dmesg with splassert messages.Alexander Bluhm
2013-08-07re-enable POOL_DEBUG after release; ok deraadt@Christian Weisgerber
2013-08-07Another major overhaul of the inteldrm(4) GEM code, bringing us considerablyMark Kettenis
2013-08-07needs timeout.h to compile. from Rafael NevesTed Unangst
2013-08-07We uniformly define size_t to be unsigned long and ssize_t to be long. MakeMark Kettenis
2013-08-07Using phys_map for bus_space_map(9) is retarded. Use kernel_map just likeMark Kettenis
2013-08-07Managed device mappings should be uncached by default.Mark Kettenis
2013-08-07Mimic what's done on sparc64 and parse the OpenFirmware device tree toMartin Pieuchot
2013-08-07states learnt via pfsync from a peer with the same ruleset checksum wereDavid Gwynne
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-08-07add support for hardware contexts on recent intel hardwareJonathan Gray
2013-08-06add Cortex A15 R4Jonathan Gray
2013-08-06The Cortex bus should be useful for Cortex-A7, too.Patrick Wildt
2013-08-06Attach amptimer only on Cortex-A9, as all Cortex-A8 doesn't have a genericPatrick Wildt
2013-08-06set ai_devid in struct agp_info so drm_agp_info() will work as intendedJonathan Gray
2013-08-06Make it possible to have multiple clonable devices per major.Mark Kettenis
2013-08-06The atomic_setbits_int() and atomic_clearbits_int() functions touch theMark Kettenis
2013-08-06In tcp_ctloutput() tp was assigned at two different places for IPv4Alexander Bluhm
2013-08-05First stab at updating this monster to the Intel/FreeBSD current version.Mike Belopuhov
2013-08-05sync the bridge_broadcast comment with realityMike Belopuhov
2013-08-05Add rsu(4).Mark Kettenis
2013-08-04de-lint hp300Martin Reindl
2013-08-03Enable MSI on RT810xE.Mark Kettenis
2013-08-03unbreak PMTU-discovery for AES-GCM; ok mikeb@Markus Friedl
2013-08-03Don't flush the cache on page inflate for hibernate on amd64.Mike Larkin
2013-08-03Delete variable left over from the diagnostic code removed by previous commitPhilip Guenther
2013-08-02Drop the dependecy on objcopy.Raphael Graf
2013-08-02add Sierra Wireless MC8355 (Gobi 3000)Mike Belopuhov
2013-08-02regenMike Belopuhov
2013-08-01Add support for the Ralink RT3060, which uses the RT3572 MAC/BBP.Mark Kettenis
2013-08-01regenMark Kettenis
2013-08-01Ralink RT3060.Mark Kettenis
2013-08-01Add support for the RT3572 MAC/BBP. Crucial bits from Nathan Goings.Mark Kettenis
2013-08-01Do not use a static variable to perform a lookup. While thisMartin Pieuchot
2013-07-31Move bridge_broadcast and subsequently all IPsec SPD lookup code outMike Belopuhov
2013-07-30Or in the CPUID_NXE bit from ci->ci_feature_eflags into ci->ci_feature_flagsMark Kettenis
2013-07-30The previous change was made while chasing nfs performance issuesBob Beck
2013-07-29Do a proper cleanup in the error path when opening a clonable device fails.Mark Kettenis
2013-07-29and we're hacking on 5.4-current nowMark Kettenis
2013-07-29Fix typo/thinko; checking whether an address is bigger than 0 makes no sense.Mark Kettenis
2013-07-27Revert wrong chunk introduced in 1.50, causing console keyboards not to attachMiod Vallat
2013-07-25Backout flow control support (rev 1.97) and RX TCP/UDP checksum offloadMark Kettenis
2013-07-23Do not reset the fragment timeout each time a fragment arrives.Alexander Bluhm
2013-07-21regenMartin Reindl
2013-07-21add another ATI RS690 PCIE bridgeMartin Reindl
2013-07-21Belkin N300 XR; Daryl TurnerTheo de Raadt
2013-07-19Don't use uninitialized variable when a simple 0 will do.Kenneth R Westerback
2013-07-17Use `long' instead of `int' in structure layouts which may get assigned fromMiod Vallat