summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/radeon
diff options
context:
space:
mode:
authortih <tih@NetBSD.org>2018-03-11 11:48:39 +0000
committertih <tih@NetBSD.org>2018-03-11 11:48:39 +0000
commitfc1294f93b57a2253107bba545feb512d8d705f5 (patch)
tree20c2626de93e5ae9838b919fd34824dfa5707365 /sys/dev/microcode/radeon
parentd04db9a73c3e669143d2f88a7a694b04ed5267fb (diff)
Add myself.
Diffstat (limited to 'sys/dev/microcode/radeon')
0 files changed, 0 insertions, 0 deletions
td>NetBSD 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 2003-09-25Add a msg_row() function that returns the current screen row.dsl 2003-07-28No need for wrefresh() in msg_clear(), screen will be updated later.dsl 2003-07-25Change variable name to compiles with WARNS=3dsl 2003-07-14use bounded string opitojun 2003-07-07Change 'Magic number' of menu text files.dsl 2003-06-27Add support for reading messages from a text file - msg_file() and msg_string().dsl 2003-06-10Change msg_window() to return old window (temp buffer size isn't too important)dsl 2003-06-04Add msg_prompt_win() that will prompt in the specified window (instead ofdsl 2003-01-10produce lint free code.christos 1999-07-04nuke msg_printf() and msg_printf_add().cgd 1999-07-04const-ify strings as appropriate, and convert message 'numbers' fromcgd 1999-07-04oops, forgot an _cgd 1999-07-04privatize msg_beepcgd 1999-07-04nuke msg_{,no}echo, add msg_prompt_noechocgd 1999-07-04nuke msg_prompt_str, msg_prompt_addstr, and msg_table (unused), and makecgd 1999-07-04turn on automatic text layout for the printf and display fnscgd 1999-07-04provide APIs (currently mostly undocumented) to print pre-formattedcgd 1999-06-23implement word kill with control-Wcgd 1999-06-23add code to do dynamic message text layout, currently completely disabled.cgd 1999-06-23replace lots of wclear()/wmove() calls with calls to msg_clear(). wmove()cgd 1999-06-22don't bother calculated up MAXSTR, especially since the value calculatedcgd 1999-06-19don't dereference NULL when thinking about copying the defaultcgd 1999-06-19teach the message prompting code to use control-U as line kill character.cgd 1999-06-19fix an off-by-one error (it would put up to max_chars plus NUL into the string,cgd 1999-04-25It was a bad idea to call a function 'beep'.veego