summaryrefslogtreecommitdiff
path: root/sys/dev/microcode
ModeNameSize
-rw-r--r--Makefile138logplain
d---------aic7xxx244logplain
d---------isp111logplain
a msg_row() function that returns the current screen row.dsl 2003-07-17only use __RCSID() if it is #definedlukem 2003-06-27Add support for reading messages from a text file - msg_file() and msg_string().dsl 2003-06-23Add NetBSD RCS Ids.agc 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 2001-10-15Move the default path definition from msgdb.c to a new pathnames.h, asbjh21 1999-07-04nuke msg_printf() and msg_printf_add().cgd 1999-07-04const-ify strings as appropriate, and convert message 'numbers' fromcgd 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-04provide APIs (currently mostly undocumented) to print pre-formattedcgd 1999-06-22don't bother calculated up MAXSTR, especially since the value calculatedcgd 1999-06-19the skeleton now also needs stdlib.hcgd 1999-04-25It was a bad idea to call a function 'beep'.veego 1997-10-03- Include <string.h> to import the proto type of strlen().enami 1997-09-26Import a simple message system with 'compiled' messages. Used byphil