summaryrefslogtreecommitdiff
path: root/sys/arch/sun2/dev/if_ecreg.h
AgeCommit message (Expand)Author
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2005-12-11merge ktrace-lwp.christos
2005-01-22de-__P, remove register, ansify, b* -> mem*, u_int*_t -> uint*_t.chs
2001-08-17Sometimes the ec board reports a packet length that's too large.fredette
2001-08-14Fixed a bug where we were using ETHERMIN and ETHERMTUfredette
2001-06-27Added an attachment for Intel ethernet (ie) at obio.fredette
r.bin/msgc?id=8eef60812a86ff72e11986e3aeee1b7719d37ab2'>avoid redefinitionschristos 2012-03-06Remove the advertising clause with the explicit ok from Perry E. Metzger.mbalmer 2012-03-02Use mdoc macros only.wiz 2012-03-02Add msg_printf(fmt, ...), a function to display raw messages withoutmbalmer 2012-03-02Removing trailing whitespace.mbalmer 2012-01-11MENU_name -> MSG_nameriz 2010-05-14Simplify markup.joerg 2010-01-02Remove some sign compare warnings.dsl 2009-10-29option noinputchristos 2009-04-20define YY_NO_INPUT where appropriate, from Kurt J. Lidl per PR misc/41160drochner 2009-04-14Enable WARNS=4 by default for usr.bin, except for:lukem 2009-03-09Fix preamble to match order set out by mdoc(7). Discussed with wiz.joerg 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-20Completely rework how tools/compat is done. Purge all uses/references tojmc 2004-06-05Improve editing of input fields:dsl 2003-10-27Overhaul how `build.sh tools' are used:lukem 2003-10-15Bump date for previous.wiz 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-17only use __RCSID() if it is #definedlukem 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-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-05-18Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op),lukem