Age | Commit message (Expand) | Author |
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 |
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 |
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 |
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 |
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 |
1999-11-25 | Remove the keyboard mouse emulator, HP emulation mode, and PCVT_SHOWKEYS | Aaron Campbell |
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 |
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 |
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 |
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 |
1999-10-04 | Minor calculation tweaks. | Aaron Campbell |
1999-10-01 | Update the man page to reflect reality. | Aaron Campbell |
1999-09-29 | Fix a typo in previous commit. | Aaron Campbell |
1999-09-29 | - Add an ioctl to pcvt that adjusts the size of the scrollback buffer. | Aaron Campbell |
1999-09-29 | Reallocate our scrollback buffer when switching 132/80 column modes, too. | Aaron Campbell |
1999-09-28 | - Reallocate scrollbuffer when changing linemodes, not loading fonts. | Aaron Campbell |
1999-09-27 | Fix a display nit in scrollback code. | Aaron Campbell |
1999-09-23 | Typo fixes. | Alex Feldman |
1999-09-21 | Whoops, forgot to adjust a comparison when fixing the off-by-one error. | Aaron Campbell |
1999-09-18 | fix an off-by-one error | Aaron Campbell |
1999-09-14 | Document scrollback support. | Aaron Campbell |
1999-09-14 | When switching line modes (i.e., by bringing in new character sets via | Aaron Campbell |
1999-09-11 | add 8x10 font for koi8, derived from the vt220-8x10, look and feel of low par... | Michael Shalayeff |
1999-09-08 | Remove PCVT_SCROLLBACK option and make it on by default. | Aaron Campbell |
1999-09-06 | Add scrollback support to the pcvt (i386 only) console driver. | Aaron Campbell |
1999-08-22 | Add noop MOUSEIOCSCOOKED and ENODEV MOUSEIOCSRAW ioctls, as suggested by | Jason Downs |
1999-08-08 | Detach support for com; NetBSD and me | Niklas Hallqvist |