Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-08-05 | $OpenBSD$ | Niklas Hallqvist | |
2000-08-05 | $OpenBSD$ | Niklas Hallqvist | |
2000-08-05 | pasto | Niklas Hallqvist | |
2000-08-04 | enable sfb/cfb/tga and compat_osf1. make it compile without mods. | Eric Jackson | |
2000-08-04 | convert sfb and cfb to use new wscons; from NetBSD. | Eric Jackson | |
2000-08-03 | Fixes to bus dmamem code. | Dale S. Rahn | |
(Fixed by replacing the code with the version from the i386 port.) | |||
2000-08-02 | permit build with HZ user-defined; <wd@ics.nara-wu.ac.jp | Theo de Raadt | |
2000-08-02 | pcic* at pci | Theo de Raadt | |
2000-08-02 | add gdt & dmphy where needed | Theo de Raadt | |
2000-08-02 | update n-rcsids | Michael Shalayeff | |
2000-08-02 | add yauc about fips; also some ugly spaces | Michael Shalayeff | |
2000-08-01 | Add PCI attachment for i82365-compatible PCMCIA controllers. Needed for | Aaron Campbell | |
the Cirrus Logic CL-PD6729 controller found on some laptops, i.e., the Gateway 2000 Solo 2100. Thanks to JDempsey@iss.net for testing and initiallly prodding me to get PC Cards to work in his laptop. | |||
2000-07-31 | Add defines for ULLONG_MAX, LLONG_MAX, and LLONG_MIN in terms of | Todd C. Miller | |
UQUAD_MAX, QUAD_MAX, and QUAD_MIN respectively. | |||
2000-07-31 | Correction for legacy interrupt controller attachment. | Dale S. Rahn | |
The previous change would incorrectly allow the macintr interrupt controller to configure for the openpic interrupt controller. | |||
2000-07-28 | First cut at supporting older bandit based machines | Dale S. Rahn | |
Adds mesh scsi, changes to interrupt controller to allow preconfiguration of interrupts. Mesh work by Andy. | |||
2000-07-28 | Config changes to be closer to supporting older bandit based systems. | Dale S. Rahn | |
Openfirmware does not have entries for the interrupt controller. | |||
2000-07-28 | Dont force htab size to be fixed size, allow system to define size. | Dale S. Rahn | |
2000-07-28 | Allow device type or name to be used for locating the pci bridge. | Dale S. Rahn | |
Should allow configuration of bandit in older powermac machines. | |||
2000-07-28 | size htab according to system memory size, not constant in header file. | Dale S. Rahn | |
2000-07-27 | do not print anything before console has been set | Michael Shalayeff | |
2000-07-27 | fix espie@'s screwup; frenchies can't type! noticed by aaron@ | Michael Shalayeff | |
2000-07-26 | correct constraints for __{in,out}c(); from Hiroki Nakano <cas@trans-nt.com> | Michael Shalayeff | |
2000-07-26 | proper busy/idle handling; pointed out by marc@ | Michael Shalayeff | |
2000-07-25 | allow compiling -DDEBUG w/o apm0 in he config; pointed by cleb <cb@hert.org>. | Michael Shalayeff | |
also, print console device and speed before switching to the new console. | |||
2000-07-25 | remove debugging stuff i commited by accident | Theo de Raadt | |
2000-07-22 | art's typo, getting fed up of these. | Marc Espie | |
2000-07-21 | convert to new timeouts | Michael Shalayeff | |
2000-07-20 | add fms & auvia, so that people test it | Theo de Raadt | |
2000-07-20 | Revert to old vm, now that it builds again. | Marc Espie | |
UVM on amiga is definitely NOT READY for prime time yet. | |||
2000-07-19 | new timeouts; tested | Michael Shalayeff | |
2000-07-19 | Blink with new timeouts. | Artur Grabowski | |
2000-07-19 | unnecessary declaration of ttrstrt | Artur Grabowski | |
2000-07-19 | Use t_rstrt_to for ttrstrt timeout. | Artur Grabowski | |
2000-07-19 | Use new timeouts for the led intr timeout. | Artur Grabowski | |
2000-07-19 | Convert to use new timeouts. | Artur Grabowski | |
Use the t_rstrt_to provided by tty.h. | |||
2000-07-18 | do not include random number in dmesg, per deraadt's suggestion. | Michael Shalayeff | |
instead, print rng number generation speed, measured. | |||
2000-07-18 | clcs works reasonably well now. Enable it. | Artur Grabowski | |
2000-07-18 | move bootblocks around a bit more | Theo de Raadt | |
2000-07-16 | Consistent COPTS | Marc Espie | |
2000-07-16 | non-UVM doesn't even boot | Marc Espie | |
2000-07-14 | on a SparcStation Voyager, the 2nd zs device does not exist. | Theo de Raadt | |
2000-07-14 | Enable interrupts after configuration phase. | Miod Vallat | |
2000-07-14 | Use generic m68k code when possible ; do not enable interrupts at | Miod Vallat | |
startup. From NetBSD | |||
2000-07-14 | Remove unneeded definitions | Miod Vallat | |
2000-07-14 | Remove unneeded definition | Miod Vallat | |
2000-07-14 | Move splXXXX() stuff from <machine/param.h> to <machine/psl.h>, and | Miod Vallat | |
define more inline functions for dealing with this. From NetBSD | |||
2000-07-14 | Let config(8) know we can use 16 partitions per label now | Miod Vallat | |
2000-07-14 | ppc_intr_enable change that was previously missed in checkins. | Dale S. Rahn | |
2000-07-12 | typo | Theo de Raadt | |
2000-07-12 | Rework some code in the powerpc pmap module. | Dale S. Rahn | |
Previously it was possible to remove multiple entries on a single pass thru the pv deletion code in pmap_page_protect. Also when it did this, it was not properly tracking of decrementing pm->pm_stats.resident_count. By storing an additional piece of information in the pv structure, the pmap pointer it is possible to call pmap_remove on the entries rather than duplicating the pte removal code (again). This fixes a problem seen where the system panics or hangs in pmap_remove_pv due to the item not being on the list. Now it is not possible for mix entries. Because the pv entry only contained the pteidx, it was possible to remove an incorrect entry due to ambiguity. multiple pmaps having mappings at the same va of the same pa. Multipe pmap containing similar entries will occur frequenty with shared libaries. Because of the hash entries that have the same result of (sr & ptab_mask) will alias in the pv list.. Since the pv_idx is now recomputable, should it be removed? |