summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2008-04-26Typo, paket -> packet.Brad Smith
2008-04-25Make ipending per-cpu. Should fix PR 5788.Mark Kettenis
2008-04-25When allocating an interrupt 'slot', always check all slots to see if weMark Kettenis
2008-04-25Pretty dmesg output on attach and error handling.Xavier Santolaria
2008-04-25neccessary -> necessary; from Pierre RiteauJason McIntyre
2008-04-25Plug potential mbuf leak by changing m_free to m_freem.Bret Lambert
2008-04-25the code that parses arguments from the boot loader on amd64 wasnt checkingDavid Gwynne
2008-04-25Another HSDPA MSM.Jonathan Gray
2008-04-25regenJonathan Gray
2008-04-25Another HSDPA MSM.Jonathan Gray
2008-04-24Adjust for renamed NetMos pcidevs entries. Add support for more Nm9845Mark Kettenis
2008-04-24regenMark Kettenis
2008-04-24Rename NetMos entries to include chip name and remove duplicate entry.Mark Kettenis
2008-04-24oops. unbreak build by removing the #include for amd8131reg.hThordur I. Bjornsson
2008-04-24move the register defines from amd8131reg.h into aapi.c,Thordur I. Bjornsson
2008-04-24remove useless defines for the vnode operations, and insteadThordur I. Bjornsson
2008-04-24Say 'ATAPI' rather than 'SCSIn' for ATAPI devices found on (pseudo)Kenneth R Westerback
2008-04-24Introduce acpiasus(4), a driver for the ACPI based hotkeys found in manyJoel Sing
2008-04-24Remove variables that are no longer used to specify the serial console.Joel Sing
2008-04-24MD_ISA_IOT is not defined anywhere so get rid of it.Joel Sing
2008-04-24Keep order of "#if defined..." consistent.Joel Sing
2008-04-24Unbreak IP30 serial console.Joel Sing
2008-04-24Clean up comments.Joel Sing
2008-04-24allow amd64 to use serial ports other than com0 as the console. previouslyDavid Gwynne
2008-04-24Cleanup serial console handling and remove some of the MD code from com.c.Joel Sing
2008-04-24the softnet intr handlers check if the input queue has packets onDavid Gwynne
2008-04-24some ciss(4) firmwares use different physical drive addressing, resultingJakob Schlyter
2008-04-23support netmos 6 port version; avf@eldamar.org.ukTheo de Raadt
2008-04-23netmos 6 port version; avf@eldamar.org.ukTheo de Raadt
2008-04-23Call sched_init_cpu() for all but boot processor. ok kettenis.Dale Rahn
2008-04-23Remove driver for pre 802.11 RangeLAN2 wireless devices.Jonathan Gray
2008-04-23unbreak compilationg with option MPLS but without option MPLS_DEBUGDavid Gwynne
2008-04-23add missing prototypesEsben Norby
2008-04-23not needed any more...Esben Norby
2008-04-23not needed any more...Esben Norby
2008-04-23I hate working outside the tree.Esben Norby
2008-04-23learn about the fansTheo de Raadt
2008-04-23Import MPLS (Multi Protocol Label Switching)Esben Norby
2008-04-23Import MPLS (Multi Protocol Label Switching)Esben Norby
2008-04-22Remove kludges that map EEXIST errors too a 0 return (success) for certainThordur I. Bjornsson
2008-04-22Close potential mbuf leak by iterating over the mbuf packet chainBret Lambert
2008-04-22remove the "kerbflag" argument from nfsrv_fhtovp() and nfs_namei()Thordur I. Bjornsson
2008-04-22Add comments detailing what the SLP_* flag #define's meanBret Lambert
2008-04-22* correct the names of the register definesConstantine A. Murenin
2008-04-22unbreak the ignore_addrs logic (the 'continue' was obviously meant to affectConstantine A. Murenin
2008-04-22Works better, but still needs debug on to work..Theo de Raadt
2008-04-22handle all four temperature sensorsTheo de Raadt
2008-04-21move ieee80211_ibss_merge() from ieee80211_input.c to ieee80211_node.cDamien Bergamini
2008-04-21move ieee80211_auth_open() to ieee80211_proto.cDamien Bergamini
2008-04-21refuse association requests containing a wildcard SSID.Damien Bergamini