summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-01test whether the .Fl macro is parsedIngo Schwarze
2011-01-01test handling of zero-length user-defined stringsIngo Schwarze
2011-01-01also test .Pp in literal contextIngo Schwarze
2011-01-01Better errata #17 handling logic. Only concerns MULTIPROCESSOR kernels.Miod Vallat
2011-01-01Corretctly return 0xffffffff for the returned LBA if the disk is too largeMark Kettenis
2011-01-01also test .Mt without argumentsIngo Schwarze
2011-01-01Implement READ CAPACITY (16).Mark Kettenis
2011-01-01Do not fold the MD5 in half. This might have made sense to someone whenTheo de Raadt
2011-01-01Move setting cpu_hzticks to the clock initialization function, likeJasper Lievisse Adriaanse
2011-01-01- ansifyJasper Lievisse Adriaanse
2011-01-01Clean up {mdoc,man}_{p,v}msg invocations:Ingo Schwarze
2011-01-01swap kernels without changing directory; other install.md should be modified ...Theo de Raadt
2011-01-01Move the user-visible parts of all options (names, types, limit, defaultNicholas Marriott
2011-01-01fix spacingAlexandre Ratchov
2011-01-01Fix horribly broken softintr_establish(). The old code was not managing theMark Kettenis
2011-01-01regenDamien Bergamini
2011-01-01the ACCTON is an AR9280+AR7010, not an AR9271, so update id accordingly.Damien Bergamini
2011-01-01Only store bus/dev/func numbers when the corresponding pointer argumentMark Kettenis
2011-01-01Only store bus/dev/func numbers when the corresponding pointer argumentMark Kettenis
2011-01-01cleanup, no binary change.Damien Bergamini
2011-01-01more AR9380/AR9485 bits.Damien Bergamini
2011-01-01unbreak kernel builds; sorry guys.Damien Bergamini
2011-01-01Stop enterfield() from writing beyond the end of the buffer.Mark Kettenis
2011-01-01Put "else if" split between two lines together, then move whitespace.lum
2011-01-01suspend-client has used -t for the client target (like everything else)Nicholas Marriott
2011-01-01add code to read OTPROM on the AR9485Damien Bergamini
2011-01-01copyright++;Theo de Raadt
2011-01-01Last few tables that should be const.Nicholas Marriott
2011-01-01Sprinkle a little more const.Nicholas Marriott
2011-01-01Another table that should be const.Nicholas Marriott
2011-01-01Key table should be const.Nicholas Marriott
2011-01-01comment cleanupTheo de Raadt
2011-01-01Add a -P option to new-window and split-window to print the new windowNicholas Marriott
2011-01-01Don't reset the activity timer for unattached sessions every second,Nicholas Marriott
2011-01-01Remove unused variable.Nicholas Marriott
2010-12-31Reintroduce the code that puts the drive into standby in shutdown, butMark Kettenis
2010-12-31make randomattach do the parts of it's job in the right order, then moveTheo de Raadt
2010-12-31cleanup the ioctl functionTheo de Raadt
2010-12-31delete includes we do not needTheo de Raadt
2010-12-31further improvements describing what we are doingTheo de Raadt
2010-12-31all random nodes have been arc4-based for a while, so none of them everTheo de Raadt
2010-12-31Change <sys/types.h> to <sys/param.h> instead of assuming that somePhilip Guenthe
2010-12-31when stopping Rx, set the AR_DIAG_RX_ABORT bit too.Damien Bergamini
2010-12-31Massive overhauling of the m88k pmap, though I can't pretend it's a new pmapMiod Vallat
2010-12-31limit the number of Tx chains used on some 3-stream AR9380 chipsDamien Bergamini
2010-12-31Add missing #includes instead of assuming that some system header pulls inPhilip Guenthe
2010-12-31Handle writethrough mappings (as opposed to writeback) better:Miod Vallat
2010-12-31Yet another rework of the cache flushing routines. Fixes some bugs, probablyMiod Vallat
2010-12-31Introduce a new cmmu routine, for page writebacks without invalidate. Will beMiod Vallat
2010-12-31Standardize cache handling functions and defines to use wb/wbinv/inv insteadMiod Vallat