summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1999-09-18PMAP_NEW, also kill last vm_{size,offset}_t'sMichael Shalayeff
1999-09-18hide c-code from asmMichael Shalayeff
1999-09-18machine is hppaMichael Shalayeff
define UPAGES through USHIFT
1999-09-17grown i386 kvm to 512MBTheo de Raadt
1999-09-17Avoid aliasing problems in K&R C.Marc Espie
1999-09-16signal fixes (csh runs)kstailey
1999-09-15repairsMichael Shalayeff
1999-09-15apply grammer fixes from pr#831; from kwesterback@home.comMichael Shalayeff
although boot options (i.e. RB_* from the sys/reboot.h) should be described elsewhere.
1999-09-14Document scrollback support.Aaron Campbell
1999-09-14When switching line modes (i.e., by bringing in new character sets viaAaron Campbell
loadfont(1)), free the scrollback buffer and reallocate it with the new row/col sizes. We must do this to ensure our future calculations are correct.
1999-09-14Spelling, some from jj@it.kth.seMarc Espie
1999-09-14amiga subdirMarc Espie
1999-09-14don't panic when creating kernel threadskstailey
1999-09-14signalskstailey
1999-09-13isa0 at pcib?; netbsd via peterTheo de Raadt
1999-09-12Fix rootdev handling, use disk checksums to find the device we were bootedTobias Weingartner
from. Hopefully this will fix all the hangs/panics where the root device was not found.
1999-09-12Add COMPAT_NETBSD. Currently only works for ELF64. Many missing system calls.kstailey
1999-09-11define call frame offsets and argument access macros, add space for cr28 in ↵Michael Shalayeff
trapframe
1999-09-11add 8x10 font for koi8, derived from the vt220-8x10, look and feel of low ↵Michael Shalayeff
part of the ancestor is extended to the upper (cyrillic) portion
1999-09-11We do not use the ed driver anymoreNiklas Hallqvist
1999-09-10art@ added access arg to pmap_enter. Not used herekstailey
1999-09-10roundup(foo, NBPG) -> round_page(foo)Artur Grabowski
1999-09-10s/vm_offset_t/vaddr_t/gMichael Shalayeff
1999-09-10s/vm_offset_t/vaddr_t/gMichael Shalayeff
1999-09-10keep the name short since evcnt* stuff is limitted to 8 chars totalMichael Shalayeff
1999-09-10utilize uvm_pagealloc_contig()Michael Shalayeff
1999-09-10ELF64kstailey
1999-09-09Keep wdc_isa.c happy.Marc Espie
1999-09-09New atapi->scsi interface.Marc Espie
Kill acd.
1999-09-09... and activate subdirMarc Espie
1999-09-09Put the loadbsd amigaos binary into our repository to easeMarc Espie
make release. Corresponding wrapper. New loadbsd.8 man page. New binary itself (gcc 2.95.1 runs under amigaos now)
1999-09-08Remove PCVT_SCROLLBACK option and make it on by default.Aaron Campbell
1999-09-07add PSW_BITS for printf's sakeMichael Shalayeff
1999-09-07make inittodr() whine some sane thingsMichael Shalayeff
1999-09-07rewrite to define bit positions; more bits from the pa1.1 manualMichael Shalayeff
1999-09-07print priJason Wright
1999-09-07update the comment about how the srmmu works (some names were wrong)Artur Grabowski
1999-09-07allow powerdown via tctrl driver for tadpole; from NetBSDJason Wright
1999-09-07this is what it was supposed to be in the last commitMichael Shalayeff
1999-09-07add tadpole microcontroller device driver; from NetBSDJason Wright
power the tft down on screenblank
1999-09-06ATAPISCSI, CD-ROM, ISO-9660 fs, ksymskstailey
1999-09-06unbreak pmap_enterArtur Grabowski
1999-09-06unbreak things after the pmap_enter changeArtur Grabowski
1999-09-06Some XFree86 3.9.15 drivers need to access the BIOS of the VGA boardsMatthieu Herrb
So widen the range allowed to be mmap()ed by the aperture driver to the whole 640k-1Mo area.
1999-09-06remove debugging cruftJason Wright
1999-09-06p9100 console driver for tadpole 3g[sx] (based on cgthree.c and netbsd'sJason Wright
driver). Needs clean-up.
1999-09-06Add scrollback support to the pcvt (i386 only) console driver.Aaron Campbell
Press LEFT_SHIFT+PGUP/PGDN to navigate. Number of buffered pages is currently only configurable by editing sys/arch/i386/isa/pcvt/pcvt_hdr.h and changing the SCROLLBACK_PAGES constant. You must add "option PCVT_SCROLLBACK" to your kernel config file to enable this support, or uncomment it from sys/arch/i386/conf/GENERIC. Known issues: - Few little buglets when switching line (font) or column modes in scon(1). - Can't hold down LEFT_SHIFT+PGUP/PGDN keys. This will be fixed... Idea from Linux, code by me.
1999-09-05use small font if size <= 800x600 (was if size < 800x600)Jason Wright
1999-09-05support for the "short" mouse protocol on tadpole; from netbsdJason Wright
1999-09-03in pmap_enter4m use access_type to set the initial mod/ref flags on the pvArtur Grabowski