summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1999-10-20special character handling; aaronTheo de Raadt
1999-10-16- Add support for a traditional PC display (16 colors and use the standard IBMAaron 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-14A fix for the dreaded isadmaattach panic. The reason was actually quiteNiklas Hallqvist
obscure, many, many thanks to art@ for finding my bug, which only hit people having about 2300-2500 pages in the buffercache.
1999-10-12add iophy*Jason Wright
1999-10-11include exphy, really needed for xl 100mbit cardsTheo de Raadt
1999-10-10do this the right wayArtur Grabowski
1999-10-09give pmap_enter the right number of args.Bob Beck
1999-10-07Document ALT+F12, stress LEFT_SHIFT+PGUP/PGDN and point to machdep.kbdresetWim Vandeputte
1999-10-07Add -b (scrollback) to usage() -- OK aaron@Wim Vandeputte
1999-10-07Yes, I think I've finally decided how I think scrollback should behave.Aaron Campbell
1999-10-06y2k related fixes; from netbsd, work by fgsch/ivanTheo de Raadt
1999-10-05Add a missing check from last commit.Aaron Campbell
1999-10-05Kill .raw reference; don't know why I didn't see this sooner.Jason Downs
1999-10-04Minor calculation tweaks.Aaron Campbell
1999-10-04Fixed garbled dmesg.Steve Murphree
1999-10-03Double the amount of shared memory pages we can maximally allocate. ThisNiklas Hallqvist
makes TV watching in fullscreen in 640x480 work.
1999-10-03Add missing bzero().Hakan Olsson
1999-10-01ignore ELLE. -mojMats O Jansson
1999-10-01add tag. remove VNODEPAGER. -mojMats O Jansson
1999-10-01Update the man page to reflect reality.Aaron Campbell
1999-10-01add skc and skJason Wright
1999-09-30Change extmem counter to include *all* extended memory segments.Jason Downs
Obviously, the kernel does not (and can not) know where the ACPI and such pages are, since the boot -> kernel API does not support passing the information. This will stomp on them, once again, but we can NOT limit half the PCs in existance to only 64MB of RAM. Approved by deraadt.
1999-09-30Make sure 'model' and 'step' are initialized, even for non-cpuid chips.Jason Downs
Fix Cyrix setup to do it's thing for non-cpuid M1 processors.
1999-09-29Fix 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
- In scon(1), provide a -b option as an interface to this ioctl.
1999-09-29Reallocate our scrollback buffer when switching 132/80 column modes, too.Aaron Campbell
1999-09-29some SUN4* ifdefsArtur Grabowski
1999-09-28- Reallocate scrollbuffer when changing linemodes, not loading fonts.Aaron Campbell
- Now reallocate it when switching VTs, too, since different VTs may be in different linemodes. - Also, cut memory usage in half (thinko on my part in malloc calculation).
1999-09-27oops!Steve Murphree
1999-09-27Bad synchMarc Espie
1999-09-27Some cleaning...Steve Murphree
1999-09-27Adding support for MVME188 and MVME197Steve Murphree
1999-09-27This gets us to 2.6...Steve Murphree
1999-09-27changed loader load address.Steve Murphree
1999-09-27Added to support MVME188 and MVME197Steve Murphree
1999-09-27adding support for MVME188 and MVME197. Plus 32bit if_ie.Steve Murphree
1999-09-27GlueMarc Espie
1999-09-27The device-streams tools, including binaries in uu.gz format.Marc Espie
1999-09-27Made loader load at 0x3f0000Steve Murphree
1999-09-27Addition of 32bit if_ieSteve Murphree
1999-09-27Fix a display nit in scrollback code.Aaron Campbell
1999-09-26More installboot related stuff.Steve Murphree
1999-09-26This fixes installboot.Steve Murphree
1999-09-26add exphy on alpha tooJason Wright
1999-09-26add exphyJason Wright
1999-09-26This needed to be there...Steve Murphree
1999-09-26netbsd_sendsig() + supporting codekstailey
1999-09-25alpha-specific part of ross@netbsd's NetBSD scheduler fix.Paul Janzen
1999-09-25byeTheo de Raadt
1999-09-23Typo fixes.Alex Feldman