summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-03-15A potpourri of cgfourteen fixes and improvements:Miod Vallat
2005-03-15If no "intr" property exists, correctly handle the "interrupts" property forMiod Vallat
2005-03-15Nuke matchbyname(), which isn't used anymore.Miod Vallat
2005-03-15Take care of updating the PROMs view of the cursor position in the common fbMiod Vallat
2005-03-15byte order of mss, only affects synproxy code path, from John L. ScarfoneDaniel Hartmeier
2005-03-15use IFQ_ rather than IF_ macro here too, maybe helps altq; ok henningPeter Valchev
2005-03-15use IFQ_* macros instead of hand-rolling or using IF_*, makes ALTQ work onHenning Brauer
2005-03-15Seperate delay for discharge and charge, otherwise discharge period may notDale Rahn
2005-03-15- stop tearing down routes when the carp interface goes to backup in theRyan Thomas McBride
2005-03-15Make attach errors appear on new lines and makeJonathan Gray
2005-03-15no need to flush a few fpregs since soon the whole pcb get flushedMichael Shalayeff
2005-03-15hafta flush pcb once active (and a tush tush tush)Michael Shalayeff
2005-03-15revise lockf limit policy. after exceeding "soft limit", start enforcingTed Unangst
2005-03-15Try harder to prevent spurious touch screen 'down' events.Dale Rahn
2005-03-15Restructure the keyboard code so that the keys in rawkey are always sentDale Rahn
2005-03-14Fix typo in commentTom Cosgrove
2005-03-14regenPedro Martelletto
2005-03-14Add GeForce4 MX 4000, okay deraadt@Pedro Martelletto
2005-03-14don't display an error message when re-associating.Damien Bergamini
2005-03-14syncTheo de Raadt
2005-03-14support jvc mp-prx1; iedowseTheo de Raadt
2005-03-14more Yukon models and Yukon EC revs.Brad Smith
2005-03-13Add missed WSDISPLAYIO_[GS]VIDEO ioctl handling.Miod Vallat
2005-03-13Only use bangpxe calling on PXE 2.1 and above. Makes no difference onTom Cosgrove
2005-03-13KNFTom Cosgrove
2005-03-13On return from real mode, reload the GDT using a 16-bit pointer ratherTom Cosgrove
2005-03-13Only use bangpxe calling on PXE 2.1 and above. Makes no difference onTom Cosgrove
2005-03-13the wep mac may be NULL if it's a broadcast keyReyk Floeter
2005-03-13fix a potential crash that could occur when CARP_LOG is being used.Patrick Latifi
2005-03-13va_args repair; andrushock@korovino.net, ok miodTheo de Raadt
2005-03-13enable gdtTheo de Raadt
2005-03-13fix whitespaceReyk Floeter
2005-03-13revert rev 1.8Brad Smith
2005-03-13Read the battery voltage once and pass that value around. This fixes aUwe Stuehler
2005-03-13in the event wi_attach fails dont panic trying to clean up a nonexistantDavid Gwynne
2005-03-13Merge support for USB1 devices located beyond USB2 hubs, mostly from netbsd.Christopher Pascoe
2005-03-13Order the top-level interrupt heads in the periodic framelist such thatChristopher Pascoe
2005-03-13Be even more liberal in what we accept as a completed transaction, asChristopher Pascoe
2005-03-12KNFTom Cosgrove
2005-03-12On return from real mode, reload the GDT using a 16-bit pointer ratherTom Cosgrove
2005-03-12Typos.Thierry Deval
2005-03-12use own hpux_sigcodeMichael Shalayeff
2005-03-12add a bunch of PCI ids from the SysKonnect sk98lin driver.Brad Smith
2005-03-12use TAILQ_FOREACHMartin Reindl
2005-03-12initialise min arg to uvm_km_suballoc; not currently enabled code pathMichael Shalayeff
2005-03-12prevent fragmentation from happening.Damien Bergamini
2005-03-12s/__attribute__((__packed__))/__packed/Damien Bergamini
2005-03-12IBSS is not yet supported, remove it from the capabilities flags.Damien Bergamini
2005-03-12retrieve scan results from net80211 instead of reading NIC internal memory.Damien Bergamini
2005-03-12make sure code and comment matchMarkus Friedl