Age | Commit message (Expand) | Author |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2013-10-18 | UTF-8 support for wsdisplay emulation modes. Both vt100 and sun emulation | Miod Vallat |
2013-10-18 | Introduce a dedicated private header file to control the optional features | Miod Vallat |
2013-06-16 | Use (N * sizeof(u_int)) instead of (N * sizeof(int)) when malloc'ing u_int *. | Miod Vallat |
2011-08-04 | In `string' state, accept bell (^G) as an end of sequence in addition to | Miod Vallat |
2010-09-01 | After all escape sequence processing, check for being beyond the last | Nicholas Marriott |
2009-09-05 | Check the return value of all emulops in the emulation code, and abort | Miod Vallat |
2009-09-05 | Make the output() wsemul_op return the number of characters processed and | Miod Vallat |
2009-09-05 | Rework internal interfaces in the wsdisplay emulation code to prepare for | Miod Vallat |
2009-01-12 | Recognize CAN and SUB control characters, and cancel any current escape | Miod Vallat |
2007-11-27 | Remove whitespace at EOL, KNF, ansify. Move jump scroll code to a separate | Miod Vallat |
2007-11-25 | Ask the emulation code to hide the cursor when leaving emulation mode. This | Miod Vallat |
2007-09-11 | KNF | Gilles Chehade |
2007-09-10 | more MALLOC/FREE -> malloc/free and M_ZERO changes | Gilles Chehade |
2007-02-14 | FALLTHRU -> FALLTHROUGH for consistency. | Jonathan Gray |
2007-01-07 | Some dynamically allocated elements are not considered of vital importance | Miod Vallat |
2007-01-07 | Change allocations to M_NOWAIT in attach methods, and return NULL if they fail. | Miod Vallat |
2006-10-19 | Fix hopefully the last wscons jump scrolling glitch, which can occur | Dimitry Andric |
2006-10-09 | Fix jump scroll glitch, reported by dim@ and Paul Stoeber. | Miod Vallat |
2006-08-17 | Jump scroll support for vt100 and sun wscons emulations, helps macppc and | Miod Vallat |
2004-12-25 | correct indent | Theo de Raadt |
2004-12-23 | vt100 wscons crashes restoring cursor if it had never been saved before. | Miod Vallat |
2004-12-23 | Reliability fix, from NetBSD: | Miod Vallat |
2004-04-02 | remove terms 3 & 4 for drochner@NetBSD.org; as seen on netbsd lists | Theo de Raadt |
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-04-14 | Remove some static. | Aaron Campbell |
2001-03-07 | Instead of panic'ing when an ESC is found in kernel output, print a warning | Aaron Campbell |
2001-02-20 | default to kernel messages blue | Theo de Raadt |
2001-02-10 | sync w/ netbsd; aaron@ ok | Michael Shalayeff |
2000-08-01 | update wscons, nothing serious, mostly api fixes for us; from netbsd through ... | Michael Shalayeff |
2000-05-16 | import newer wscons source from netbsd. | Michael Shalayeff |