summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2008-09-07Kill some unneeded defines and struct members.Owain Ainsworth
2008-09-06match libc sha2(3) API changes for kernel; ok millert@Damien Miller
2008-09-06Fix comment to catch up with HPPA_PGALIAS change.Mark Kettenis
2008-09-06Return EIO when the residual is > xs->datalen, even if SCSI_SILENT isKenneth R Westerback
2008-09-06Something else that nothing calls.Owain Ainsworth
2008-09-06Kill some more unused struct fields and the cases for them.Owain Ainsworth
2008-09-06Kill the stats data structures and noop some other parts. Nothing inOwain Ainsworth
2008-09-05The code for cleaning up errored buffers and for cleaning up at the endOwain Ainsworth
2008-09-05The helper functions in this file are only used in one place andOwain Ainsworth
2008-09-05syncOkan Demirmen
2008-09-05- clarify Radeon HD 2600 Pro entryOkan Demirmen
2008-09-05fix vblank interrupt mask. Unbreaks sync-to-vblank and anything thatOwain Ainsworth
2008-09-05Back out previous. Art realised a problem with it.Owain Ainsworth
2008-09-05Don't overwrite the old ipl in msleep if PNORELOCK was set.Artur Grabowski
2008-09-05When munging the WANTIPL of the mutex to prevent undoing the sched_lock,Owain Ainsworth
2008-09-04mostly cosmetic.Damien Bergamini
2008-09-03Replace -s (sector size) option with more general -t (disktype)Kenneth R Westerback
2008-09-03third parameter of ieee80211_get_assoc_req() is a management frameDamien Bergamini
2008-09-03(Re)Association requests should contain a QoS Capability element,Damien Bergamini
2008-09-03redefine ic_send_mgmt() as a no-op instead of calling IF_PURGE inDamien Bergamini
2008-09-03In dc_setcfg() suppress printing a warning when forcing the receiverBrad Smith
2008-09-03regenStuart Henderson
2008-09-03housekeeping:Stuart Henderson
2008-09-03before linking state keys compare them to verify they actually are theHenning Brauer
2008-09-03do not set the pkthdr mbuf state key pointer to the state key saved in theHenning Brauer
2008-09-03Use & not && when masking bits.Jonathan Gray
2008-09-03Remove dead code: ip6_copypktopts() is not used anywhere.Marco Pfatschbacher
2008-09-03Prevent a possible overflow when the sum of all demotion countersMarco Pfatschbacher
2008-09-02If we need a physical hardware status page, initialise it at device attachOwain Ainsworth
2008-09-02Track progress inside of batchbuffers so we know the hardware isn'tOwain Ainsworth
2008-09-02remove dead stores and newly created unused variables.Charles Longeau
2008-09-02missing break;Jonathan Gray
2008-09-02detypedef some more. No functional change.Owain Ainsworth
2008-09-01use C99 style struct initializer instead of GCC specific one (from NetBSD).Damien Bergamini
2008-09-01add ic_tid_noack bitmap to indicate a per-TID ACK policy (1=no ack,Damien Bergamini
2008-09-01extend ieee80211_classify() to extract DSCP field from IPv6 packets too.Damien Bergamini
2008-09-01rework previously unused ieee80211_pwrsave() function, call it fromDamien Bergamini
2008-09-01avoid loosing return value from copyin, and properly return it.Charles Longeau
2008-09-01fix null dereference.Charles Longeau
2008-09-01convert a tsleep back to msleep that got lost in a previous upstream merge.Owain Ainsworth
2008-09-01Add Interrupt mitigation for the i9XX user_irq, should save a bit of power;Owain Ainsworth
2008-09-01Avoid #pragma pack(1) and unify everything towards using __packed.Theo de Raadt
2008-09-01Bring comment into line with reality. We use sgi label info but don'tKenneth R Westerback
2008-09-01Finish the rest... ATL2 -> LIIBrad Smith
2008-09-01Allow sgi to spoof the native label. But don't spoof when justKenneth R Westerback
2008-09-01Switch ath(4) to softcrypto to enable support for WPA/WPA2.Reyk Floeter
2008-08-31Fix redundant device name and/or target printing after callingMiod Vallat
2008-08-31remove the #if 0'ed NFS_ATTRTIMEO() macro since it wasThordur I. Bjornsson
2008-08-31remove http links to dead domain.Jonathan Gray
2008-08-31remove http links to dead/changed domains.Jonathan Gray