summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/typhoon
ModeNameSize
-rw-r--r--3c990img.bin48504logplain
-rw-r--r--3c990img.h293016logplain
fea'>Pass WARNS=4, not without some gross preprocessor hackery.dholland XXX: does this program actually do anything useful these days? 2009-08-13Assorted minor cleanup:dholland - use stdbool.h (partly) - move extern declarations of data to header files - use right types for calloc() wrapper - remove bogus casts on return values - remove excessive Pascal-style parentheses in conditionals - a couple const fixes - fix some typos in comments 2009-08-13Sprinkle const.dholland 2009-08-13Whitespace.dholland 2009-08-13sprinkle staticdholland 2007-07-19Support an explicit Q_error return from inquire(), which is returnedlukem if there was an error on reading the reply. Stops an infinite loop if you ^D the query. 2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc Patches provided by Joel Baker in PR 22365, verified by myself. 2003-07-14get rid of strsave(), use strdup directlyitojun