summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-11-19I completely broke pfsr_188_save_double when introducing per-cpuinfoMiod Vallat
2006-11-19Cope with <machine/frame.h> removal.Miod Vallat
2006-11-19always make a manTheo de Raadt
2006-11-19always build man page, that is the way we do thingsTheo de Raadt
2006-11-19syncTheo de Raadt
2006-11-19Improve the AES acceleration, by allocating a contiguous DMA-ableTom Cosgrove
2006-11-18Move buffer name allocation into bnew() where it belongsKjell Wooding
2006-11-18On 88100 systems which do not need the xxx.usr instruction workaround,Miod Vallat
2006-11-18Rework the PFSR register analysis code on mvme88k: split it into fourMiod Vallat
2006-11-18Stop saving and restoring the current ipl in the pcb when switching processes,Miod Vallat
2006-11-18Unwaste two delay slots in kcopy().Miod Vallat
2006-11-18In mtx_leave(), jump to the leaf splx() instead of building a frame andMiod Vallat
2006-11-18No need to use xmem when unlocking a simple_lock.Miod Vallat
2006-11-181. Fix line numbering/mark line bug in isearch.Kjell Wooding
2006-11-18A better and shorter wait sequence between writes to the command registerMiod Vallat
2006-11-18Remove some useless variables/code dealing with cardbus BARsAlexander Yurchenko
2006-11-18Due to a thinko on my part, (and a badly named structure member),Kjell Wooding
2006-11-18- update commentNiall O'Higgins
2006-11-18Fix line number bug (actually, dot-mark bug). to reproduce:Kjell Wooding
2006-11-18ixgb_get_buf():Brad Smith
2006-11-18add a few commentsBrad Smith
2006-11-18fix commentsBrad Smith
2006-11-18Add Digiconnect WL591C.Mark Kettenis
2006-11-18- set descriptor DMA addresses before enabling TX and RXBrad Smith
2006-11-18Fix table alignment in the hardware section.Marcus Glocker
2006-11-18Do not include <machine/frame.h> (forgotten when the former was removed).Miod Vallat
2006-11-18more fixes from bret lambert; ok pedroJason McIntyre
2006-11-18typos; from bret lambertJason McIntyre
2006-11-18remove the `a' stuff from here too;Jason McIntyre
2006-11-17syncTheo de Raadt
2006-11-17Move m88k memory copy and fill functions to libkern. The copy functions willMiod Vallat
2006-11-17fix my bad wording;Jason McIntyre
2006-11-17more `a' (as in `a/b/g') removal; ok deraadtJason McIntyre
2006-11-17`<' -> \*(LtJason McIntyre
2006-11-17discourage .Tn;Jason McIntyre
2006-11-17.Ex these pages; ok millertJason McIntyre
2006-11-17Decide whether we need to attach the primary cpu by checking the CPUF_PRESENTMark Kettenis
2006-11-17change PRE_Block to an int, which architectures like alpha can accessTheo de Raadt
2006-11-17Minor cleanup.Marcus Glocker
2006-11-17bad job of first importTheo de Raadt
2006-11-17KNFMarcus Glocker
2006-11-17Remove code that deals with sk(4) specific phy's that breaks certain msk(4)Mark Kettenis
2006-11-17This is a very initial import for a driver which supports the IEEE 802.11Marcus Glocker
2006-11-17typo introduced last time; sparc support works againTheo de Raadt
2006-11-17Add code for AES acceleration. This is currently disabled withTom Cosgrove
2006-11-17simplify synopsis and usage(); ok millertJason McIntyre
2006-11-17don't return undef, use plain return.Marc Espie
2006-11-17typos from bret lambert;Jason McIntyre
2006-11-17There is no need to set IN_CHANGE or IN_UPDATE when no on-disk data isPedro Martelletto
2006-11-17Handle EOF in interactive mode. Report and initial diff from Antti HarriBernd Ahlers