summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-12-16Better sti_mapchar() implementation, matches Latin char indexes to HP RomanMiod Vallat
2006-12-16o add missing calibration bits for ZD1211B in zyd_set_chan()Damien Bergamini
2006-12-16trim 802.11 FCS from received frames.Damien Bergamini
2006-12-16Adopt FreeBSD's code for non-DEV_BSIZE formatted MSDOSFS filesystems.Kenneth R Westerback
2006-12-15acpi can fit onto the cd ramdisksTheo de Raadt
2006-12-15use mii_media_active instead of mii_media_status to get the fullReyk Floeter
2006-12-15Process status descriptors that have SK_Y2_STOPC_OWN bit set instead ofMark Kettenis
2006-12-15Correct order of malloc(9) arguments.Marc Balmer
2006-12-15regenMark Kettenis
2006-12-15Add e few entries found on a HP DL585 G2.Mark Kettenis
2006-12-15fix every architecture being treated as strictly aligned in sf_rxintr() byMartin Reindl
2006-12-15make enc(4) count; ok markus@ henning@ deraadt@Otto Moerbeek
2006-12-15make pflog(4) count; ok hennig@ deraadt@Otto Moerbeek
2006-12-15Nuke GEMDOSFS. Unused part of unused atari port. SimplifiesKenneth R Westerback
2006-12-14Add the esp driver to macppc, supports the NCR53c94 SCSI controller foundGordon Willem Klok
2006-12-14in "BAD/loose state" messages, also print the packet's original sequenceDaniel Hartmeier
2006-12-14Make pci subsystem aware of domains. Each host bridge gets assigned a uniqueMark Kettenis
2006-12-14Swizzle interrupts for devices for which we don't have explicit inetrruptMark Kettenis
2006-12-14Add defines for several SPARC-V9 implementations.Mark Kettenis
2006-12-14Reset BBRB if we exit from a process that was single-stepping. Prevents aMark Kettenis
2006-12-14Remove dirsperblk, which is not used after it is calculated.Tom Cosgrove
2006-12-14remove an ugly macro that made claudio sad. luckily it wasnt being used.David Gwynne
2006-12-14fix a minor bug in the tx data queue setup by using the right queueReyk Floeter
2006-12-14If an MS-DOS filesystem claims to have more clusters than can beTom Cosgrove
2006-12-14- enable nested interrupts on zaurus. most obvious side-effect of this isNiall O'Higgins
2006-12-14Per the new policy with respect to short header files contaning onlyGordon Willem Klok
2006-12-14Eliminate unncessary interfaces resets via the SIOCSIFADDR ioctl whenGordon Willem Klok
2006-12-13Remove the dma_eop callback in the ncr5380 driver md attachment, it was alwaysMiod Vallat
2006-12-13Missing "break;" for the KA46/KA48 case, fortunately caused no harm but aMiod Vallat
2006-12-13Remove unused parts of vsbus_attach_args structure.Miod Vallat
2006-12-13Obsolete and became wrong over the time, better remove.Miod Vallat
2006-12-13wrap ipv6 portion with #ifdef INET6. from cmetzJun-ichiro itojun Hagino
2006-12-13insufficient testing, martin, please do not be a moronTheo de Raadt
2006-12-13regenMartin Reindl
2006-12-13add device id for IBM Hubs as found in Thinkpad dockingstationsMartin Reindl
2006-12-13First part of fixing broken beacon frames in acx(4) AP mode based on aMarcus Glocker
2006-12-13eliminate unnecessary interface resets in fxp_ioctl()Martin Reindl
2006-12-13use IN6_IS_SCOPE_EMBED to check kernel-internal form addressesJun-ichiro itojun Hagino
2006-12-13IPv6 passive OS fingerprinting.Jun-ichiro itojun Hagino
2006-12-12Complete gwk's previous patch to stop setperf methods from returningDimitry Andric
2006-12-12regenMichael Knudsen
2006-12-12Clarifying a few pcidevs entry names based on names foundMichael Knudsen
2006-12-12Fix typo in comment.Mark Kettenis
2006-12-12Use appropriate macros to decode IGN.Mark Kettenis
2006-12-12ignore bars which are 0; ok kettenisTheo de Raadt
2006-12-12Fix a typo to clean M's out of my tree.Michael Knudsen
2006-12-12There is no acpiec_notify() function so don't supply a prototype.Michael Knudsen
2006-12-12- include <sys/proc.h> for tsleep();Tom Cosgrove
2006-12-12ansify the enc codeReyk Floeter
2006-12-12add a workaround for hardware ip4csum-tx bug on re(4) chips. theReyk Floeter