Age | Commit message (Expand) | Author |
1999-10-29 | Roll back, wait for Niklas to fix it (who knows what the crazy Swede | Angelos D. Keromytis |
1999-10-29 | ed0/ed1/ed2 are unknown... | Angelos D. Keromytis |
1999-10-28 | Driver for ADMtek AL981/AN985 Ethernet controllers; from FreeBSD. | Aaron Campbell |
1999-10-26 | modify bootapiver chekups to use bitwise operations. | Michael Shalayeff |
1999-10-26 | Add puc devices. | Jason Downs |
1999-10-26 | Add puc devices. | Jason Downs |
1999-10-26 | Update my copyright. | Jason Downs |
1999-10-26 | Clean up function declarations. | Jason Downs |
1999-10-26 | Fix inline function decls to work with C++. | 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-14 | A fix for the dreaded isadmaattach panic. The reason was actually quite | Niklas Hallqvist |
1999-10-12 | add iophy* | Jason Wright |
1999-10-11 | include exphy, really needed for xl 100mbit cards | Theo de Raadt |
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-03 | Double the amount of shared memory pages we can maximally allocate. This | Niklas Hallqvist |
1999-10-03 | Add missing bzero(). | Hakan Olsson |
1999-10-01 | Update the man page to reflect reality. | Aaron Campbell |
1999-10-01 | add skc and sk | Jason Wright |
1999-09-30 | Change extmem counter to include *all* extended memory segments. | Jason Downs |
1999-09-30 | Make sure 'model' and 'step' are initialized, even for non-cpuid chips. | Jason Downs |
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-26 | add exphy | Jason Wright |
1999-09-23 | Typo fixes. | Alex Feldman |
1999-09-21 | pctr & ksyms | kstailey |
1999-09-21 | Whoops, forgot to adjust a comparison when fixing the off-by-one error. | Aaron Campbell |
1999-09-20 | kvm is larger; crank NMBCLUSTERS and NKMEMCLUSTERS | Theo de Raadt |
1999-09-20 | crank default limits | Theo de Raadt |
1999-09-20 | permit config file overriding of NKPDE | Theo de Raadt |
1999-09-19 | Remove umass to avoid problems since the driver is not yet in the tree. | Federico G. Schwindt |
1999-09-18 | fix an off-by-one error | Aaron Campbell |
1999-09-17 | grown i386 kvm to 512MB | Theo de Raadt |
1999-09-17 | Avoid aliasing problems in K&R C. | Marc Espie |
1999-09-15 | repairs | Michael Shalayeff |
1999-09-15 | apply grammer fixes from pr#831; from kwesterback@home.com | Michael Shalayeff |
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-13 | isa0 at pcib?; netbsd via peter | Theo de Raadt |
1999-09-12 | Fix rootdev handling, use disk checksums to find the device we were booted | Tobias Weingartner |
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 |