| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove some case statements which have been compiled out since 2000. |  fcambus | 2017-08-10 | 1 | -20/+1 |
* | Partially revert previous mallocarray conversions that contain |  dhill | 2017-04-11 | 1 | -5/+5 |
* | Convert some malloc(9) to mallocarray(9) |  dhill | 2017-04-09 | 1 | -5/+5 |
* | fairly simple sizes for free(); ok tedu |  deraadt | 2015-08-28 | 1 | -2/+2 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -3/+3 |
* | UTF-8 support for wsdisplay emulation modes. Both vt100 and sun emulation |  miod | 2013-10-18 | 1 | -85/+204 |
* | Introduce a dedicated private header file to control the optional features |  miod | 2013-10-18 | 1 | -8/+5 |
* | Use (N * sizeof(u_int)) instead of (N * sizeof(int)) when malloc'ing u_int *. |  miod | 2013-06-16 | 1 | -5/+5 |
* | In `string' state, accept bell (^G) as an end of sequence in addition to |  miod | 2011-08-04 | 1 | -2/+8 |
* | After all escape sequence processing, check for being beyond the last |  nicm | 2010-09-01 | 1 | -2/+13 |
* | Check the return value of all emulops in the emulation code, and abort |  miod | 2009-09-05 | 1 | -68/+216 |
* | Make the output() wsemul_op return the number of characters processed and |  miod | 2009-09-05 | 1 | -3/+9 |
* | Rework internal interfaces in the wsdisplay emulation code to prepare for |  miod | 2009-09-05 | 1 | -43/+61 |
* | Recognize CAN and SUB control characters, and cancel any current escape |  miod | 2009-01-12 | 1 | -6/+10 |
* | Remove whitespace at EOL, KNF, ansify. Move jump scroll code to a separate |  miod | 2007-11-27 | 1 | -195/+143 |
* | Ask the emulation code to hide the cursor when leaving emulation mode. This |  miod | 2007-11-25 | 1 | -1/+5 |
* | KNF |  gilles | 2007-09-11 | 1 | -2/+2 |
* | more MALLOC/FREE -> malloc/free and M_ZERO changes |  gilles | 2007-09-10 | 1 | -4/+2 |
* | FALLTHRU -> FALLTHROUGH for consistency. |  jsg | 2007-02-14 | 1 | -2/+2 |
* | Some dynamically allocated elements are not considered of vital importance |  miod | 2007-01-07 | 1 | -107/+110 |
* | Change allocations to M_NOWAIT in attach methods, and return NULL if they fail. |  miod | 2007-01-07 | 1 | -2/+4 |
* | Fix hopefully the last wscons jump scrolling glitch, which can occur |  dim | 2006-10-19 | 1 | -1/+3 |
* | Fix jump scroll glitch, reported by dim@ and Paul Stoeber. |  miod | 2006-10-09 | 1 | -2/+2 |
* | Jump scroll support for vt100 and sun wscons emulations, helps macppc and |  miod | 2006-08-17 | 1 | -1/+77 |
* | correct indent |  deraadt | 2004-12-25 | 1 | -2/+2 |
* | vt100 wscons crashes restoring cursor if it had never been saved before. |  miod | 2004-12-23 | 1 | -1/+4 |
* | Reliability fix, from NetBSD: |  miod | 2004-12-23 | 1 | -18/+25 |
* | remove terms 3 & 4 for drochner@NetBSD.org; as seen on netbsd lists |  deraadt | 2004-04-02 | 1 | -7/+1 |
* | Remove more '\n's from panic() statements. Both trailing and leading. |  krw | 2002-10-12 | 1 | -2/+2 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -16/+16 |
* | Remove some static. |  aaron | 2001-04-14 | 1 | -23/+23 |
* | Instead of panic'ing when an ESC is found in kernel output, print a warning |  aaron | 2001-03-07 | 1 | -5/+7 |
* | default to kernel messages blue |  deraadt | 2001-02-20 | 1 | -8/+2 |
* | sync w/ netbsd; aaron@ ok |  mickey | 2001-02-10 | 1 | -2/+2 |
* | update wscons, nothing serious, mostly api fixes for us; from netbsd through aaron@ |  mickey | 2000-08-01 | 1 | -8/+8 |
* | import newer wscons source from netbsd. |  mickey | 2000-05-16 | 1 | -0/+983 |