summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2013-08-24Cleanup amd64 and i386 MTRR code -Mike Larkin
2013-08-23don't call if_link_state_change if link state is not changedMike Belopuhov
2013-08-23don't call if_link_state_change if link state is not changedMike Belopuhov
2013-08-23Move the openfirmware color selection code outside of vgafb(4) toMartin Pieuchot
2013-08-23Fix memory initialization for octeon's with less than 256MB.Paul Irofti
2013-08-22Remove a mac68k leftover, no object change.Martin Pieuchot
2013-08-21Add an indicator sensor to acpibtnX reflecting lid status when available,Landry Breuil
2013-08-21Use the console locator to make sure wsdisplay0 always is the glass console.Mark Kettenis
2013-08-21No need to include if_vlan_var.h twice.Martin Pieuchot
2013-08-21Fix build without vlan.Martin Pieuchot
2013-08-21Unswap address and configuration value arguments in a debug printf.Martin Pieuchot
2013-08-21Missed a spot in my last commit.Paul Irofti
2013-08-21Stop using static variables in ICMP. While this is perfectly ok forMartin Pieuchot
2013-08-21When checking for classful broadcast addresses, iterate over the listMartin Pieuchot
2013-08-21get rid of the copy argument in m_devget that let you provide anDavid Gwynne
2013-08-20Add urtwn(4) to the sgi kernels where it makes sense. I've been using itBrian Callahan
2013-08-20Define WS_DEFAULT_FG and WS_DEFAULT_BG as default colors (black on white forMark Kettenis
2013-08-20Have some style(9).Paul Irofti
2013-08-20Remove uscanner(4). It was disabled in GENERIC more than 2.5 years ago.Antoine Jacoutot
2013-08-20ehci(4) without usb(4) is useless... from Alexey E. Suslikov.Martin Pieuchot
2013-08-20Include <sys/_types.h> to make this header a little bit more self-contained.Mark Kettenis
2013-08-20tedu netnatm and ueagle(4).Martin Pieuchot
2013-08-20enable mpiiDavid Gwynne
2013-08-20enable mpii(4)David Gwynne
2013-08-20add some urtwn device ids found in the windows driverJonathan Gray
2013-08-20regenJonathan Gray
2013-08-20add some urtwn device ids found in the windows driverJonathan Gray
2013-08-19Add IO-DATA WN-G150UM from William Dunand.Jonathan Gray
2013-08-19regenJonathan Gray
2013-08-19Add IO-DATA WN-G150UM from William Dunand.Jonathan Gray
2013-08-19divdi3 moddi3 qdivrem are needed by 64 bit time_tMatthieu Herrb
2013-08-19in pf_test_rule, when dealing with a match rule, obey the match rule's quickHenning Brauer
2013-08-19Fix double allocation of memory in beagle machdep. This was caused byPatrick Wildt
2013-08-19In case something bad happened when configuring an IPv4 address, makeMartin Pieuchot
2013-08-19Mark all the C functions called in real mode as non instrumented andMartin Pieuchot
2013-08-18data_access_emulation() may fault. Be sure to clear pcb_onfault beforeMiod Vallat
2013-08-18Rework the DAE print routines again to output something closer to an actualMiod Vallat
2013-08-18data_access_emulation() may fault. Be sure to clear pcb_onfault beforeMiod Vallat
2013-08-18No need to test for DMT0 being valid a second time in the `save DMT andMiod Vallat
2013-08-18Fix prototypes of do_load_half() and do_load_byte() - those return aMiod Vallat
2013-08-18make them fit, sighTheo de Raadt
2013-08-18Disable appleagp(4). It doesn't really work yet, and hurts certain iBook G3Mark Kettenis
2013-08-18While we forceably detach radeondrm on fatal error in initJonathan Gray
2013-08-17Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-08-17Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-08-17Because vgafb(4) only match the console, no need for an additional checkMartin Pieuchot
2013-08-17Fix comment, socket splice can also do UDP now. Fix white spaces.Alexander Bluhm
2013-08-17Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-08-17Merge vgafb_init() into vgafb_cnattach() now that it is not used anywhereMartin Pieuchot
2013-08-17Do not pretend to support non-console device because vgafb(4) onlyMartin Pieuchot