Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
although boot options (i.e. RB_* from the sys/reboot.h) should be described elsewhere. | |||
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 | |
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-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 | |
from. Hopefully this will fix all the hangs/panics where the root device was not found. | |||
1999-09-11 | add 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-08 | Remove PCVT_SCROLLBACK option and make it on by default. | Aaron Campbell | |
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 | 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-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-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-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-22 | Add noop MOUSEIOCSCOOKED and ENODEV MOUSEIOCSRAW ioctls, as suggested by | Jason Downs | |
Matthieu Herrb. | |||
1999-08-21 | /dev/ksyms | kstailey | |
1999-08-20 | teach it about Rise cpus; wd@ics.nara-wu.ac.jp | Theo de Raadt | |
1999-08-19 | undo damage aaron did | Theo de Raadt | |
1999-08-18 | sysbeep/pciide/atapiscsi | kstailey | |
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-15 | fit aic* at pcmcmia | Theo de Raadt | |
1999-08-15 | pciide & atapiscsi | kstailey | |
1999-08-14 | Driver for ASIX88140A/88141 Ethernet; from FreeBSD | Aaron Campbell | |
1999-08-13 | Almost forget it; USB support. | Federico G. Schwindt | |
1999-08-13 | Add USB support. | Federico G. Schwindt | |
1999-08-13 | Add USB devices support. | Federico G. Schwindt | |
1999-08-12 | Use -Os, not -O2 | Todd C. Miller | |
1999-08-12 | IDT WinChip models; wd@ics.nara-wu.ac.jp | Theo de Raadt | |
1999-08-10 | more sb irq to 5. This is more likely | Theo de Raadt | |
1999-08-10 | move uha/wds -> 2nd floppy | Theo de Raadt | |
1999-08-09 | missing const in bus_space_write_region_*; niklas@ ok | Michael Shalayeff | |
1999-08-09 | sync | Theo de Raadt | |
1999-08-08 | reserve majors for isdn4bsd | Niklas Hallqvist | |
1999-08-08 | Detach support for com; NetBSD and me | Niklas Hallqvist | |
1999-08-06 | CDROM 2.88MB RAMDISK image | Theo de Raadt | |
1999-08-06 | RAMDISKB; only isp scsi driver so far | Theo de Raadt | |
1999-08-05 | Updated brooktree driver from Roger Hardiman | Niklas Hallqvist | |
1999-08-05 | Update | Niklas Hallqvist | |
1999-08-05 | Add PnP ESS too | Niklas Hallqvist | |
1999-08-04 | eso stuff | Niklas Hallqvist | |
1999-08-04 | Match bus_dma api with NetBSD; deprecate BUS_DMAMEM_NOSYNC, introduce | Niklas Hallqvist | |
BUS_DMA_COHERENT as a hint instead, currently ignored. | |||
1999-08-04 | ef* at isapnp? | Jason Wright | |