Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-09-07 | allow powerdown via tctrl driver for tadpole; from NetBSD | Jason Wright | |
1999-09-07 | this is what it was supposed to be in the last commit | Michael Shalayeff | |
1999-09-07 | add tadpole microcontroller device driver; from NetBSD | Jason Wright | |
power the tft down on screenblank | |||
1999-09-06 | ATAPISCSI, CD-ROM, ISO-9660 fs, ksyms | kstailey | |
1999-09-06 | unbreak pmap_enter | Artur Grabowski | |
1999-09-06 | unbreak things after the pmap_enter change | Artur Grabowski | |
1999-09-06 | Some XFree86 3.9.15 drivers need to access the BIOS of the VGA boards | Matthieu Herrb | |
So widen the range allowed to be mmap()ed by the aperture driver to the whole 640k-1Mo area. | |||
1999-09-06 | remove debugging cruft | Jason Wright | |
1999-09-06 | p9100 console driver for tadpole 3g[sx] (based on cgthree.c and netbsd's | Jason Wright | |
driver). Needs clean-up. | |||
1999-09-06 | Add 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-05 | use small font if size <= 800x600 (was if size < 800x600) | Jason Wright | |
1999-09-05 | support for the "short" mouse protocol on tadpole; from netbsd | Jason Wright | |
1999-09-03 | in pmap_enter4m use access_type to set the initial mod/ref flags on the pv | Artur Grabowski | |
1999-09-03 | use setpgt4m for the initial mappings too, not that it really matters since | Artur Grabowski | |
those pages are already uncached when needed, but it makes it more obvious what happens here. | |||
1999-09-03 | We have to set the pagetable pointers with the atomic swap instruction. | Artur Grabowski | |
From NetBSD. (actually from a paper I read recently, but since NetBSD already did that it was easier to grab the code from them) | |||
1999-09-03 | Change the pmap_enter api to pass down an argument that indicates | Artur Grabowski | |
the access type that caused this mapping. This is to simplify pmaps with mod/ref emulation (none for the moment) and in some cases speed up pmap_is_{referenced,modified}. At the same time, clean up some mappings that had too high protection. XXX - the access type is incorrect in old vm, it's only used by uvm and MD code. The actual use of this in pmap_enter implementations is not in this commit. | |||
1999-09-02 | add uncaceable, per pa1.1 manual | Michael Shalayeff | |
1999-09-02 | replace w/ one derived from Lites-parisc, UofUtah | Michael Shalayeff | |
1999-09-01 | put ax on big ramdisk | Theo de Raadt | |
1999-08-31 | Add umass (commented out). Don't uncomment it yet. | Federico G. Schwindt | |
1999-08-30 | replace "" with "oldscsibus" in oldscsibus_cd. -moj | Mats O Jansson | |
1999-08-29 | Move all config files forwrd wrt IDE & dp8390 devices | Niklas Hallqvist | |
1999-08-29 | simplfy attachment of fvme children | Jason Wright | |
1999-08-25 | n+1 approximation step for the user space constants | Michael Shalayeff | |
1999-08-25 | Compile under UVM and versions of egcs. art@ ok. | Hakan Olsson | |
1999-08-25 | give better support to the bios memory maps. | Michael Shalayeff | |
provide memory maps editing through the machine memory command. rearrange probing in machdep, so it provides less output, also giving a shot for apm to fix the memory maps. changes to kernel are minimal, only that is required due to the api version bits addition and such cosmetic changes. tested on all critical kernel,boot combinations; niklas@ ok | |||
1999-08-24 | Opps. forgot this in the last uvm update | Artur Grabowski | |
1999-08-22 | Add noop MOUSEIOCSCOOKED and ENODEV MOUSEIOCSRAW ioctls, as suggested by | Jason Downs | |
Matthieu Herrb. | |||
1999-08-21 | /dev/ksyms | kstailey | |
1999-08-21 | definitions needed by sbin/kbd/kbd_sparc.c | Mats O Jansson | |
1999-08-20 | change MIPSE{B|L} to __MIPSE{B|L}__. -moj | Mats O Jansson | |
1999-08-20 | needs <scsi/cd.h> -moj | Mats O Jansson | |
1999-08-20 | teach it about Rise cpus; wd@ics.nara-wu.ac.jp | Theo de Raadt | |
1999-08-20 | cleanup pmap_enk4m | Artur Grabowski | |
1999-08-20 | in pv_link4m malloc can sleep. Make the malloc earlier and check if | Artur Grabowski | |
reality has changed while we were (possibly) sleeping. | |||
1999-08-20 | uninitialized variable; art@ | Jason Wright | |
1999-08-19 | undo damage aaron did | Theo de Raadt | |
1999-08-18 | sysbeep/pciide/atapiscsi | kstailey | |
1999-08-18 | Default to loading bsd.rd from $OSREV/hp300/bsd.rd. | Jason Downs | |
1999-08-18 | enable ie0 | Michael Shalayeff | |
1999-08-18 | cleanup | Michael Shalayeff | |
1999-08-17 | factor out ie device definition; niklas@ ok | Michael Shalayeff | |
1999-08-17 | mem_access_fault4m: init ftype earlier to avoid passing junk to trapsignal | Artur Grabowski | |
1999-08-17 | New cpu_fork API to take a stack in which you point the child's stackpointer | Niklas Hallqvist | |
to, at the bottom or the top, depending on your architecture's stack growth direction. This is in preparation for Linux' clone(2) emulation. port maintainers, please check that I did the work right. | |||
1999-08-16 | Kill meaningless reset printf(). | Jason Downs | |
1999-08-16 | Add cdboot... | Jason Downs | |
1999-08-16 | Implement real CD booting, aka SYS_CDBOOT, the LIF file small enough to | Jason Downs | |
fit in the begining of an ISO9660 image... | |||
1999-08-16 | report unhandled interrupts w/ DEBUG only | Michael Shalayeff | |
1999-08-16 | unscrew the screup | Michael Shalayeff | |
1999-08-16 | use structures to overlay registers in memory, not offsets, also interrupt ↵ | Michael Shalayeff | |
stuff (see above) |