summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2008-07-28Add devices from submitted dmesgs and some VX800 bits.Jonathan Gray
2008-07-28dont stuff nfs mount point flags into the statfs f_flags member, itsThordur I. Bjornsson
2008-07-28Fix the tracking of RTF_MPATH. Until now the magic happend on the first routeClaudio Jeker
2008-07-28add another 3G modems support to umsm(4).Yojiro Uo
2008-07-28missing "goto err".Damien Bergamini
2008-07-28syncReyk Floeter
2008-07-28new atheros PCI Ids for the ar9k chipsets, change AR5418 to be AR5416 PCIE.Reyk Floeter
2008-07-28reinstate a comment whacked in -r1.138; ok deraadtJason McIntyre
2008-07-28Fix integer truncation in ttwrite(). ok deraadt, miod.Stefan Kempf
2008-07-28syncTheo de Raadt
2008-07-283 plx devices found on Sun T2 systemsTheo de Raadt
2008-07-27Increase the size of the TSB on large memory machines. This make buildingMark Kettenis
2008-07-27sanitize RX path a bit.Damien Bergamini
2008-07-27s/IEEE80211_DPRINTF/DPRINTF/Damien Bergamini
2008-07-27remove unused structures and duplicated definitions.Damien Bergamini
2008-07-27Some devices take longer to load the firmware. Increase the firmwareMarcus Glocker
2008-07-27fix a typo in a comment.Marc Balmer
2008-07-26Silence scsi_inquire_vpd() so devices that don't understand the necessaryKenneth R Westerback
2008-07-26shrink ieee80211_set_link_state().Damien Bergamini
2008-07-26remove useless #includes.Damien Bergamini
2008-07-26properly handle management frames (required for future work).Damien Bergamini
2008-07-26call Phase1 every 2**16 frames instead of calling it for every frame.Damien Bergamini
2008-07-26Since we are able to change the device image resolution on the fly in theMarcus Glocker
2008-07-26deivce -> device typo fix in comment.Kenneth R Westerback
2008-07-25phyio -> physioMiod Vallat
2008-07-25Improve eisa bus probe by deciding the number of logical eisa slots fromMiod Vallat
2008-07-25The PIE address range defaults are too big for alpha and can land on orKurt Miller
2008-07-25Work around a problem on the t5120 where top(1) would lock up the system forMark Kettenis
2008-07-25After our recent changes, VIDIOC_S_FMT didn't always return the correctMarcus Glocker
2008-07-25In gdt_grow, always map the gdt on the secondary cpus too. This farArtur Grabowski
2008-07-25much more correct way of dealing with nfs pending reads/writesBob Beck
2008-07-25Switch to a temporary stack early on such that we don't lose if the stackMark Kettenis
2008-07-25Correct printing of the pg_flags for ddb.Artur Grabowski
2008-07-25some splassert paranoia.Artur Grabowski
2008-07-25Not all devices support GET_DEF, fall back on GET_CUR if so.Marcus Glocker
2008-07-25shrink MINCLSIZE to MHLEN + 1 again for the release, we're not confidentHenning Brauer
2008-07-24the softc sc_lock lockmgr lock is unused, so remove it.Thordur I. Bjornsson
2008-07-24dont need malloc.h anymore; plus two tiny whitespace fixesThordur I. Bjornsson
2008-07-24remove a bunch of bogus ARGSUSEDThordur I. Bjornsson
2008-07-24sng_exponent should be sng_exp (MI code now cares); ok martynasTheo de Raadt
2008-07-24Add code to decode machine checks on Avanti, providing a description of theMiod Vallat
2008-07-24Remove some obsolete XXX comments.Marcus Glocker
2008-07-24Simplify uvideo_enum_fmt(), no functional changes.Marcus Glocker
2008-07-24ipsec is glued into the stack in a very weird way, violating all kindsHenning Brauer
2008-07-24Do not define vax-inspired LOWPAGES and HIGHPAGES anymore, they make noMiod Vallat
2008-07-23If /dev/video* is already used by an application, return EBUSY to otherMarcus Glocker
2008-07-23Do not rely on an <ichc>invisible cast</ichc> to return failure inMiod Vallat
2008-07-23regenBrad Smith
2008-07-23Attansic L1E PCI id.Brad Smith
2008-07-23make this real CTheo de Raadt