summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-05-31bus_dma-ify. needs bus_dmamap_sync's, but works on coherent arch's now.Jason Wright
2005-05-31Protect the run queues with SCHED_LOCK, not just spl (ot nothing at all inArtur Grabowski
2005-05-31Protect p_timer with splclock. It can be fiddled with in hardclock (butArtur Grabowski
2005-05-31Lock the apic with a mutex, not a SIMPLE_LOCK.Artur Grabowski
2005-05-31IPL_SCHED should block statclock on architectures where the schedulerArtur Grabowski
2005-05-31Reduce ccbs for now because millert had issues on a 475.Marco Peereboom
2005-05-31Remove unused sc_err1() parameter 'async'. Lint.Kenneth R Westerback
2005-05-30Only enable the FPU when the process has an FPU context. ok miod@Dale Rahn
2005-05-30Just use preempt(NULL) like every other architecture in this code path,Artur Grabowski
2005-05-30even shorterTheo de Raadt
2005-05-30shrink alpha boot blocks another little bitTheo de Raadt
2005-05-29Sync with hppa r1.11: Correctly handle boot drives with SCSI id >= 10Miod Vallat
2005-05-29Lock SMM space on Intel E7xxx chipsets, too.Alexander Yurchenko
2005-05-29Remove debug printf I left.Alexander Yurchenko
2005-05-29regenBrad Smith
2005-05-29- better pcidevs entries for Intel Gig and add 82573 idsBrad Smith
2005-05-29use JAPAN for locale code 0 stored in some rtw EEPROMs.Reyk Floeter
2005-05-29further cleanup - use bzero, bcopy and bcmpReyk Floeter
2005-05-29knfReyk Floeter
2005-05-29sched work by niklas and art backed out; causes panicsTheo de Raadt
2005-05-29add the RTL8185 (not working yet)Reyk Floeter
2005-05-29rtw cleanupReyk Floeter
2005-05-29cleanup rtwReyk Floeter
2005-05-28Sprinkle some /* FALLTHROUGH */'s as suggested by lint.Kenneth R Westerback
2005-05-28fix hostap modeReyk Floeter
2005-05-28'openings' is u_int16_t, so 'openings <= 0' is wrong. Lint.Kenneth R Westerback
2005-05-28Forgot to specify parameter type. Lint.Kenneth R Westerback
2005-05-28snprintf returns int not size_t. Thank you lint.Kenneth R Westerback
2005-05-28Kill extra semi-colon. Amazing what lint can find ...Kenneth R Westerback
2005-05-28Remove duplicate pfi_ifs.Ryan Thomas McBride
2005-05-28Don't display vid/pid from CIS if vid is 0.Jonathan Gray
2005-05-28Disable the recently enabled optimization since it seems to cause aArtur Grabowski
2005-05-28Only protect IDs by suser()Hans-Joerg Hoexer
2005-05-28Add SA replay counter synchronization to pfsync(4). Required for IPsecHakan Olsson
2005-05-28enable IFCAP_VLAN_MTU because IEEE 802.11 defines a MTU of about 2290.Reyk Floeter
2005-05-28move variable declaration inside #ifdef I386_686, etc.Kjell Wooding
2005-05-28have vn_close() lock the vnode before calling VOP_CLOSE().marius eriksen
2005-05-28fix one missed case for removing reverse name cache entries.marius eriksen
2005-05-28Add _lto8b() and _8btol() to decode nblocks field ofKenneth R Westerback
2005-05-28*slightly drunk*Tobias Weingartner
2005-05-28If irq-sharing happens over different ioapics, we must not overwrite setup in...Niklas Hallqvist
2005-05-28Handle XS_SHORTSENSE error codes in ioctl situations. From NetBSD.Kenneth R Westerback
2005-05-28regenPedro Martelletto
2005-05-28bye bye VOP_WHITEOUTPedro Martelletto
2005-05-28Don't use vid/pid from the CIS if vid is 0 when reporting unmatchedJonathan Gray
2005-05-28ufs_whiteout() is now pointless, remove it, okay millert@Pedro Martelletto
2005-05-28make sure to enable socket on resume.Robert Nagy
2005-05-28Step 3 in fixing bioctl commands intermixed with regular io.Marco Peereboom
2005-05-28Step 2 in fixing bioctl commands intermixed with regular io.Marco Peereboom
2005-05-27Don't bother issuing a MODE SELECT in cd_set_pa_immed() if we aren'tKenneth R Westerback