Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-05-25 | man subdir | Theo de Raadt | |
2000-05-25 | Add dvorak soft map. Currently attributed to Trevor Schroeder, although | Hugh Graham | |
apparently originally found in a mailing list archive? | |||
2000-05-19 | Prepare to always install some pcvt man pages. | Marc Espie | |
2000-05-16 | supply entropy from mouse; provos@ ok | Michael Shalayeff | |
2000-04-28 | man page matching command, better | Marc Espie | |
2000-04-12 | When resetting attributes (VT_NORMAL), do a proper color set. | Aaron Campbell | |
2000-04-12 | correct path | Hugh Graham | |
2000-04-09 | Put the line-wrap check back under STATE_INIT. It was causing some display | Aaron Campbell | |
problems in some (curses?) applications, i.e., sniffit. | |||
2000-04-02 | Fix a typo from last commit that was causing spontaneous reboots. | Aaron Campbell | |
2000-03-30 | - Remove some unused code. | Aaron Campbell | |
- Much needed indent cleanup. | |||
2000-03-23 | Do not include <sys/callout.h>, it is never needed; art@ | Aaron Campbell | |
2000-03-23 | <sys/callout.h> is no longer. | Aaron Campbell | |
2000-03-22 | new ahc driver. Adds support for newer Adaptec controllers. This ↵ | Steve Murphree | |
represents two months of work. | |||
2000-03-14 | Fix `blink' and `underline' attribute handling for new PC display mode. | Aaron Campbell | |
2000-02-28 | Don't let scrollback happen if scr_offset == 0. | Aaron Campbell | |
2000-02-27 | Fix a minor off-by-one error. | Aaron Campbell | |
2000-02-27 | - Set scr_offset to -1 at driver init, not 0. Fixes a subtle bug. | Aaron Campbell | |
- Do not decrement scr_offset on vt_clreol(). | |||
2000-02-04 | Externalize comstop() | Angelos D. Keromytis | |
2000-01-29 | separate clock init, to be called upon resume from apm sleeps | Michael Shalayeff | |
2000-01-22 | Use .Va macro when referring to the global variable errno. | Aaron Campbell | |
2000-01-19 | Sloppy me. | Aaron Campbell | |
2000-01-18 | Change so unmodified function key presses are passed to the application. Match | Aaron Campbell | |
function key output characters to those found for the vt220 terminal description in the termcap database. This makes function keys work in Midnight Commander, for example. While we're at it, remove the PCVT_VT220KEYB option altogether. | |||
2000-01-17 | Remove `pc_disp_special'. | Aaron Campbell | |
2000-01-17 | Remove `pcdisp_special', which was actually a gross hack. Instead, move the | Aaron Campbell | |
`pcdisp' check in write_char() beyond the 0x20-0x7f character value scope. This change should fix most problems when intermixing DEC character- and IBMPC character-based apps in the PCVT console. | |||
2000-01-16 | remove more references to -H and -V. -moj | Mats O Jansson | |
2000-01-15 | set the delay to 4000. this is needed by the Compaq AP400; kos@flirble.org | Theo de Raadt | |
1999-12-08 | bring in KAME IPv6 code, dated 19991208. | Jun-ichiro itojun Hagino | |
replaces NRL IPv6 layer. reuses NRL pcb layer. no IPsec-on-v6 support. see sys/netinet6/{TODO,IMPLEMENTATION} for more details. GENERIC configuration should work fine as before. GENERIC.v6 works fine as well, but you'll need KAME userland tools to play with IPv6 (will be bringed into soon). | |||
1999-12-01 | noone needs to see this anymore | Theo de Raadt | |
1999-11-28 | Enable TI16750 UART support. | Jason Downs | |
1999-11-27 | Shorten printf() strings, KNF, and fix a braino in a switch() statement. | Aaron Campbell | |
1999-11-26 | switch_screen() takes three arguments, not two; d@ | Aaron Campbell | |
1999-11-26 | undo damage by aaron. what is it with you guys? 4 people (matthieu, | Theo de Raadt | |
mjacob, d, aaron) have broken the tree in 48 hours. don't you guys do any testing? | |||
1999-11-25 | sloppy aaron | Theo de Raadt | |
1999-11-25 | Whoops, didn't mean to step on espie's toes. Also restore some comments | Aaron Campbell | |
that shouldn't have been removed. | |||
1999-11-25 | Remove the keyboard mouse emulator, HP emulation mode, and PCVT_SHOWKEYS | Aaron Campbell | |
debugging cruft. Also fix a bug where you were not able to hold down the scrollback hotkeys. | |||
1999-11-22 | add support for asynchronous I/O (through SIGIO) | Matthieu Herrb | |
1999-11-22 | add support for asynchronous I/O (through SIGIO) | Matthieu Herrb | |
1999-11-20 | ioctl arguments are u_long. | Marc Espie | |
Replaces `undefined' code with `defined' behavior... gcc 2.96 performs switch cases range analysis, warns about unreachable cases, and weeds them out. In switch(i) { case VALUE: } VALUE is first coerced into the type of i. If i is signed, VALUE is unsigned and exceeds i range, you lose... the result of the conversion is undefined. | |||
1999-11-18 | more untested MLINKS | Theo de Raadt | |
1999-11-18 | fix .Dt | Eric Jackson | |
1999-11-17 | add MLINKs | Todd C. Miller | |
1999-11-16 | - Teach vt_cuu (cursor up) about scrollback. Cursor down is much harder... | Aaron Campbell | |
- Support ANSI save/restore cursor position escape sequences. - Move the line-wrap check out of the STATE_INIT case so it is executed regardless of the state. This fixes a subtle bug. | |||
1999-10-26 | Update my copyright. | Jason Downs | |
1999-10-20 | special character handling; aaron | Theo de Raadt | |
1999-10-16 | - Add support for a traditional PC display (16 colors and use the standard IBM | Aaron Campbell | |
font) and make it the default mode. This is more or less a hack, since pcvt was developed only to be a vt220 terminal emulator. - Document new default mode in pcvt(4). - Add -o option to scon(1) for toggling between the new and legacy modes. | |||
1999-10-07 | Document ALT+F12, stress LEFT_SHIFT+PGUP/PGDN and point to machdep.kbdreset | Wim Vandeputte | |
1999-10-07 | Add -b (scrollback) to usage() -- OK aaron@ | Wim Vandeputte | |
1999-10-07 | Yes, I think I've finally decided how I think scrollback should behave. | Aaron Campbell | |
1999-10-06 | y2k related fixes; from netbsd, work by fgsch/ivan | Theo de Raadt | |
1999-10-05 | Add a missing check from last commit. | Aaron Campbell | |