Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-11-25 | Everyone seems to hit the wrong key first time. Change the abort banner | Hugh Graham | |
wording to something unambiguous. | |||
2000-11-25 | make room for a 16 slice disklabel | Hugh Graham | |
2000-11-25 | Change d_end_ to relect the 16 slice struct disklabel OpenBSD uses. | Hugh Graham | |
Looks like only vax cares about this. | |||
2000-11-25 | OpenBSD tag | Artur Grabowski | |
2000-11-25 | pull in cy82c693 for sio and pceb | Artur Grabowski | |
2000-11-25 | Use the common cy82c693 access functions. | Artur Grabowski | |
From NetBSD. Fixes pciide on 164sx. | |||
2000-11-24 | raise dirty in kenter_pa too | Michael Shalayeff | |
2000-11-24 | Support 16 slices per device, like the other OpenBSD arches. | Hugh Graham | |
2000-11-24 | Better key repeat logic. When we're in repeat mode, with the exception of | Aaron Campbell | |
modifier keys (SHIFT, CTRL, ALT, etc.), and a key "up" event is received, only delete the key repeat timeout if the key that generated the "up" event is the key currently being repeated. When a key "down" event is received, the opposite -- only delete the key repeat if the key that generated the "down" event is _not_ the key currently being repeated. Playing here is a bit dangerous since we are constraining the conditions in which a timeout(9) is deleted (we don't want to mistakenly get stuck in a non-legitamite key repeat). Using timeout(9) for this is kind of gross. I guess it is done here to avoid key repeat code in all of the actual hardware keyboard drivers. There is still a bug here. If you have a key held down and detach your keyboard (by either unplugging it or doing a KVM switch), the timeout is not deleted and the key continues to repeat until it gets the keyboard back and receives an interrupt. Perhaps we should not be ignoring typematic keys after all? | |||
2000-11-24 | PAGE_SIZE on alpha is 8192 thus PAGE_SHIFT should be 13, not 12. | Todd C. Miller | |
2000-11-23 | Make wsdisplaystart() a bit more like PCVT's pcstart() to avoid tty races when | Aaron Campbell | |
switching virtual terminals. | |||
2000-11-23 | ttyC? with one max letter after ttyC | Theo de Raadt | |
2000-11-23 | fix lun support, not as nice as i would like | Theo de Raadt | |
2000-11-22 | s/stroul/strtoul/; spotted by brad@ | Michael Shalayeff | |
2000-11-22 | even bigger delay in ram probe; deraadt@ ok | Michael Shalayeff | |
2000-11-22 | Remove UNTESTED comments on cpus that I know work. | Artur Grabowski | |
2000-11-22 | cosmetic. | Artur Grabowski | |
2000-11-22 | Set visible offset properly. | Aaron Campbell | |
2000-11-21 | support for kernel events on vnodes, from jlemon@freebsd.org, okay art@ | Niels Provos | |
2000-11-21 | be consistant w/ ugenwrite on dprintf; aaron@ ok | Michael Shalayeff | |
2000-11-21 | Make this compile without UVM; dirt@monkey.org | Aaron Campbell | |
2000-11-21 | From FreeBSD: | Jason Wright | |
add support for the acenic copper and netgear ga620t (untested). This also updates the firmware to 12.4.13 for tigon 1, and 12.4.11+wpaul hacks for tigon 2 | |||
2000-11-21 | sync | Jason Wright | |
2000-11-21 | add alteon copper acenic and netgear copper ga620 | Jason Wright | |
2000-11-21 | stupid Imac DV appears to misclasify the vga controller as DISPLAY_MISC | Theo de Raadt | |
instead of DISPLAY_VGA | |||
2000-11-20 | sync | Theo de Raadt | |
2000-11-20 | video in imac dv | Theo de Raadt | |
2000-11-20 | likely to work on ich2 too; from deraadt | Michael Shalayeff | |
2000-11-20 | amphy was a bit too liberal in attaching; Gregory Steuck <greg@nest.cx> | Jason Wright | |
2000-11-20 | sync | Theo de Raadt | |
2000-11-20 | 82801BA audio devices | Theo de Raadt | |
2000-11-20 | support at least ATA6 on 82801BA; chris | Theo de Raadt | |
2000-11-20 | sync | Theo de Raadt | |
2000-11-20 | limit luns on usb | Theo de Raadt | |
2000-11-19 | Add in pciide. | Todd C. Miller | |
2000-11-19 | Add -I${.CURDIR}/../../../../lib/libsa to CPPFLAGS so md5.c can find | Todd C. Miller | |
stand.h; ok ericj@openbsd.org | |||
2000-11-19 | Don't print PCI device info twice during attach. | Aaron Campbell | |
2000-11-19 | PAGE_SIZE (and friends) does not change on alpha. | Artur Grabowski | |
Make it a constant. | |||
2000-11-19 | More sane setting of page size. | Artur Grabowski | |
2000-11-18 | better permission check; okay art@, millert@ | Niels Provos | |
2000-11-18 | Add an example for boot -c. | Aaron Campbell | |
2000-11-18 | - Add an EXAMPLES section. I still haven't chosen a "standard" format. | Aaron Campbell | |
- Some more .Li usage. | |||
2000-11-18 | - "OpenBSD BOOT [x.xx]" -> ">> OpenBSD/i386 BOOT [x.xx]" to reflect reality. | Aaron Campbell | |
- As far as I know, there is no such thing as 9600 "baud". Change to "bps". - Split MLINKs in NAME section to separate lines as standard. - Many grammar/spelling fixups. - Remove hard sentence breaks. - Some other miscellaneous fixes. | |||
2000-11-18 | allow this to compile without COMPAT_OSF1 | Eric Jackson | |
2000-11-18 | Update list of algorithms (hshoexer@rommelwood.de) | Angelos D. Keromytis | |
2000-11-18 | aac appears to fit | Theo de Raadt | |
2000-11-17 | seems the qe/mace combination needs a delay between accesses to the | Jason Wright | |
two chips. Better fix for the NMI problem. | |||
2000-11-17 | Uncomment audio* at uaudio?, especially since ho@ has had success with the | Aaron Campbell | |
uaudio(4) driver for 6 months now. | |||
2000-11-17 | calculate timeouts correctly, simpler. | Niels Provos | |
2000-11-17 | correct timersub | Niels Provos | |