summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2012-11-07Make the ieee80211_node_incref() macro a static inline function, as itsStefan Sperling
2012-11-07Fix DPRINTF() format string treating n->ni_refcnt, which is unsigned, as signed.Stefan Sperling
2012-11-07Fix the buffer cache.Bob Beck
2012-11-07Enable %tick access for userland on sun4u systems (sun4v systems already haveMark Kettenis
2012-11-07do not depend on IFCAP_CSUM flags set when reading rx checksummingMike Belopuhov
2012-11-07we still need to query the firmware for a couple of values after allMike Belopuhov
2012-11-06Fix comment.Mark Kettenis
2012-11-06SyncKenneth R Westerback
2012-11-06Video and Host Bridge found on new Atom motherboard. Improved namesKenneth R Westerback
2012-11-06Remove Flow Director code that is not used, is outdated and tendsMike Belopuhov
2012-11-06backout csum diff for the moment, requested by theoHenning Brauer
2012-11-05Make sure that in[6]_proto_cksum_out() is called unconditinally and notClaudio Jeker
2012-11-05Steal SIMPLEQ-based packet descriptor managing code from myx(4)Mike Belopuhov
2012-11-05unifdef -D __HAVE_TIMECOUNTERMiod Vallat
2012-11-05Fix memory leak in error paths for synaptics and alps (pointed stsp@).Alexandr Shadchin
2012-11-05Switch sparc to timecounters. Heavily based on NetBSD.Miod Vallat
2012-11-04Simplify Makefiles a bit, removing redundant stuff. ok espie@Matthieu Herrb
2012-11-04Make the s-records boot loader use the same stage1/stage2 addresses as theMiod Vallat
2012-11-04Real prototypes, better integer types, pass -Wall. No functional change.Miod Vallat
2012-11-04Switch mvme68k to timecounters.Miod Vallat
2012-11-03Let this build again. diff from deraadt "Sure you can commit that" deraadt@Brandon Mercer
2012-11-03Handle elantech touchpad buttons in a common code path for allStefan Sperling
2012-11-03s/OCE_DMAPTR/OCE_MEM_KVA/ and don't require a typeMike Belopuhov
2012-11-03Obligatory second oce commit for tonight. No binary change.Bryan Steele
2012-11-02Introduce better and simpler producer/consumer queue iteratorMike Belopuhov
2012-11-02typoMiod Vallat
2012-11-02uvm_km_alloc() allocs bytes rounded up to the nearest page not pages.Jonathan Gray
2012-11-02unbreak ramdisks, we need to include tcp/udp.h unconditionally now and notHenning Brauer
2012-11-02Don't OR flags into an uninitialized variable in elantech hardware v1 code.Stefan Sperling
2012-11-01Switch alpha to per-process astpending.Miod Vallat
2012-11-01In cpu_fork(), correctly set up the stack of the new process if required. ThisMiod Vallat
2012-11-01When possible, send multiple characters per packet. Also, stop sending whenMark Kettenis
2012-11-01redo most of the protocol (tcp/udp/...) checksum handlingHenning Brauer
2012-11-01Fix merge errors.Joel Sing
2012-10-31minor style cleanupMike Belopuhov
2012-10-31don't show Kelvin units, and don't be off by a factor of 10 either.Theo de Raadt
2012-10-31Unbreak build on !i386.Joel Sing
2012-10-31Bump version numbers.Joel Sing
2012-10-31Enable softraid boot support for cdboot(8) and pxeboot(8).Joel Sing
2012-10-31Make cdboot(8) and pxeboot(8) work correctly when it is larger than 64KB inJoel Sing
2012-10-31Save and restore %ebx across the call to read. Otherwise we load the firstJoel Sing
2012-10-31Bump i386 boot(8) version.Joel Sing
2012-10-31Enable softraid boot support for i386 boot(8).Joel Sing
2012-10-31Bring softraid support to i386/stand/libsa.Joel Sing
2012-10-31Add support for Intel's Supervisor Mode Access Prevention (SMAP) feature.Jonathan Gray
2012-10-31Some fixes for the receive filter handling.Brad Smith
2012-10-30introduce specialized register read and write functionsMike Belopuhov
2012-10-30Apply a bunch of style(9) and whitespace fixes to i386/amd64 libsa, makingJoel Sing
2012-10-30backout previous over the m_freem contention concernsMike Belopuhov
2012-10-30Actually remove the Makefiles.Joel Sing