summaryrefslogtreecommitdiff
path: root/sys/dev/hdmicec
ModeNameSize
-rw-r--r--Makefile190logplain
-rw-r--r--files.hdmicec170logplain
-rw-r--r--hdmicec.c4982logplain
-rw-r--r--hdmicec_if.h1900logplain
-rw-r--r--hdmicecio.h1773logplain
sg_prompt_win: if the default string fits, show it separately evenmartin 2012-03-06Remove the advertising clause with the explicit ok from Perry E. Metzger.mbalmer 2012-03-02Add msg_printf(fmt, ...), a function to display raw messages withoutmbalmer 2012-03-02Removing trailing whitespace.mbalmer 2010-01-02Remove some sign compare warnings.dsl 2006-12-03eliminate an alloca use.christos 2006-09-06Fix requests for msg input with a NULL target buffer (or zero length one)dsl 2006-09-06Rename 'max_chars' to 'val_buf_len' to make it clearer that it has to includedsl 2006-05-12Sorry, fix syntax error in previous.he 2006-05-12Appease gcc 3.3.3 -Wuninitialized warning; fixes build problem forhe 2005-04-09If the user removed the default string (after we had put it into the bufferdsl 2004-11-05Add (unsigned char) cast to ctype functionsdsl 2004-10-16Remove _erase_ch() it isn't used any moredsl 2004-08-14NetBSD curses gives the wrong data when you read curscr, need todsl 2004-08-13Save and restore screen underneath prompt boxesdsl 2004-06-05Improve editing of input fields:dsl