Age | Commit message (Expand) | Author |
2012-11-05 | unifdef -D __HAVE_TIMECOUNTER | Miod Vallat |
2012-11-05 | Fix memory leak in error paths for synaptics and alps (pointed stsp@). | Alexandr Shadchin |
2012-11-05 | Switch sparc to timecounters. Heavily based on NetBSD. | Miod Vallat |
2012-11-04 | Simplify Makefiles a bit, removing redundant stuff. ok espie@ | Matthieu Herrb |
2012-11-04 | Make the s-records boot loader use the same stage1/stage2 addresses as the | Miod Vallat |
2012-11-04 | Real prototypes, better integer types, pass -Wall. No functional change. | Miod Vallat |
2012-11-04 | Switch mvme68k to timecounters. | Miod Vallat |
2012-11-03 | Let this build again. diff from deraadt "Sure you can commit that" deraadt@ | Brandon Mercer |
2012-11-03 | Handle elantech touchpad buttons in a common code path for all | Stefan Sperling |
2012-11-03 | s/OCE_DMAPTR/OCE_MEM_KVA/ and don't require a type | Mike Belopuhov |
2012-11-03 | Obligatory second oce commit for tonight. No binary change. | Bryan Steele |
2012-11-02 | Introduce better and simpler producer/consumer queue iterator | Mike Belopuhov |
2012-11-02 | typo | Miod Vallat |
2012-11-02 | uvm_km_alloc() allocs bytes rounded up to the nearest page not pages. | Jonathan Gray |
2012-11-02 | unbreak ramdisks, we need to include tcp/udp.h unconditionally now and not | Henning Brauer |
2012-11-02 | Don't OR flags into an uninitialized variable in elantech hardware v1 code. | Stefan Sperling |
2012-11-01 | Switch alpha to per-process astpending. | Miod Vallat |
2012-11-01 | In cpu_fork(), correctly set up the stack of the new process if required. This | Miod Vallat |
2012-11-01 | When possible, send multiple characters per packet. Also, stop sending when | Mark Kettenis |
2012-11-01 | redo most of the protocol (tcp/udp/...) checksum handling | Henning Brauer |
2012-11-01 | Fix merge errors. | Joel Sing |
2012-10-31 | minor style cleanup | Mike Belopuhov |
2012-10-31 | don't show Kelvin units, and don't be off by a factor of 10 either. | Theo de Raadt |
2012-10-31 | Unbreak build on !i386. | Joel Sing |
2012-10-31 | Bump version numbers. | Joel Sing |
2012-10-31 | Enable softraid boot support for cdboot(8) and pxeboot(8). | Joel Sing |
2012-10-31 | Make cdboot(8) and pxeboot(8) work correctly when it is larger than 64KB in | Joel Sing |
2012-10-31 | Save and restore %ebx across the call to read. Otherwise we load the first | Joel Sing |
2012-10-31 | Bump i386 boot(8) version. | Joel Sing |
2012-10-31 | Enable softraid boot support for i386 boot(8). | Joel Sing |
2012-10-31 | Bring softraid support to i386/stand/libsa. | Joel Sing |
2012-10-31 | Add support for Intel's Supervisor Mode Access Prevention (SMAP) feature. | Jonathan Gray |
2012-10-31 | Some fixes for the receive filter handling. | Brad Smith |
2012-10-30 | introduce specialized register read and write functions | Mike Belopuhov |
2012-10-30 | Apply a bunch of style(9) and whitespace fixes to i386/amd64 libsa, making | Joel Sing |
2012-10-30 | backout previous over the m_freem contention concerns | Mike Belopuhov |
2012-10-30 | Actually remove the Makefiles. | Joel Sing |
2012-10-30 | Use time_uptime for expiration values as time_second can be skewed at | Florian Obser |
2012-10-30 | Remove the now unused i386 libsa/libz Makefiles. | Joel Sing |
2012-10-30 | Bump the default number of descriptors. | Brad Smith |
2012-10-29 | Set the type of a processed MSI data record to 0, and check that the type | Mark Kettenis |
2012-10-29 | prefer to return oce_cmd and save on the error variable | Mike Belopuhov |
2012-10-29 | shorten fwcmd to cmd | Mike Belopuhov |
2012-10-29 | On UltraSPARC T1/T2, block the current strand while spinning in the hope | Mark Kettenis |
2012-10-29 | merge oce.c into if_oce.c and rename oce{reg,var}.h to if_oce{reg,var}.h | Mike Belopuhov |
2012-10-29 | don't split mq sge paddr into low and high parts | Mike Belopuhov |
2012-10-29 | rename oce_fw to oce_cmd and shorten MBX_SUBSYSTEM_* defines to SUBSYS_ | Mike Belopuhov |
2012-10-29 | rearrange the function layout a bit | Mike Belopuhov |
2012-10-29 | oce_get_fw_config is useless; ditch it | Mike Belopuhov |
2012-10-29 | add (consistent) STANDARDS; | Jason McIntyre |