Age | Commit message (Expand) | Author |
2002-03-01 | reassign | Michael Shalayeff |
2002-03-01 | fix a few irq assignments | Michael Shalayeff |
2002-03-01 | Change a config(8) reference to a more appropriate boot_config(8) reference. | Miod Vallat |
2002-02-28 | forgot viper_hpa | Michael Shalayeff |
2002-02-27 | Better values for invalid pte initialization. | Miod Vallat |
2002-02-25 | replace w/ utah-licensed source | Michael Shalayeff |
2002-02-25 | fix mapping bug in serial console support, not yet working. | Dale Rahn |
2002-02-24 | Don't generate noise before entering DDB from keyboard. | Miod Vallat |
2002-02-23 | switch vax to -O2, from hugh | Theo de Raadt |
2002-02-23 | remove a commented-out debug printf | Matthieu Herrb |
2002-02-23 | add a comment for option APERTURE | Matthieu Herrb |
2002-02-23 | Add aperture driver support for macppc, and also place writing to /dev/pci | Matthieu Herrb |
2002-02-23 | Factorize most of the pmap_bootstrap() guts used by pmap_motorola users, | Miod Vallat |
2002-02-23 | make this compile w/out pckbd (thanks marco for pointing this out) | Jason Wright |
2002-02-23 | Bring back pmap_motorola in service for amiga, too. | Miod Vallat |
2002-02-23 | remove unused file. | Dale Rahn |
2002-02-22 | Unbreak 68060 support, sorry | Miod Vallat |
2002-02-22 | Switch mvme68k to pmap_motorola again. | Miod Vallat |
2002-02-22 | Be sure to wait the whole 0.5 seconds (half a second!) for the streaming | Jason Wright |
2002-02-22 | Debugger() is #ifdef DDB | Theo de Raadt |
2002-02-22 | - don't call strbuf_flush_done for each segment, call it once per map (and | Jason Wright |
2002-02-22 | a few sigval_ptr cases were returning pc instead of fault address | Theo de Raadt |
2002-02-22 | From NetBSD: | Jason Wright |
2002-02-21 | for a SIGSEGV, only read cr2 once, not twice (and now si_addr is not just the... | Theo de Raadt |
2002-02-21 | There is no need to restrict number of bufs to 200. | Artur Grabowski |
2002-02-21 | %s/iommu_clear/iommu_remove/g | Jason Wright |
2002-02-21 | Pasto. Ok mickey@ | Thierry Deval |
2002-02-21 | Typo. Ok mickey@ | Thierry Deval |
2002-02-21 | oops | Michael Shalayeff |
2002-02-21 | pmap.pmap_pd is redundant -- no more | Michael Shalayeff |
2002-02-20 | frantzen's stackghost code. wcookie is set at 0 right now, until debugger | Theo de Raadt |
2002-02-20 | setup power failure handler (for sw-controlled power button), move toc handler | Michael Shalayeff |
2002-02-20 | support amd766 as amd756; from peter@ (pr/1948); tested by Henning Brauer <li... | Michael Shalayeff |
2002-02-19 | Provide PAGE_{MASK,SHIFT,SIZE} ``constants'' for every cpu combination. | Miod Vallat |
2002-02-19 | bump NMBCLUSTERS | Jason Wright |
2002-02-19 | From NetBSD: | Jason Wright |
2002-02-19 | If there are pckbd's, register ourselves to handle beeps... AXi's can now | Jason Wright |
2002-02-19 | get rid of old if 0'ed code. add support for __weak_alias and fix | Dale Rahn |
2002-02-19 | From NetBSD: | Jason Wright |
2002-02-19 | From NetBSD: | Jason Wright |
2002-02-19 | stategy is not an english word | Theo de Raadt |
2002-02-19 | correct extended partition botch; gluk, in PR 1449 | Theo de Raadt |
2002-02-19 | proper dependencies on assym.h | Theo de Raadt |
2002-02-19 | Add new trm driver. Pointed out by brad@ | Kenneth R Westerback |
2002-02-18 | copy the segment regs w/ zeroing upper 16 bits | Michael Shalayeff |
2002-02-18 | when saving %fs,%gs clear out the upper 16 bits for ddb | Michael Shalayeff |
2002-02-18 | add pms/pmsi at pckbc and wsmouse at pms/pmsi | Jason Wright |
2002-02-18 | Driver for the i8042 keyboard controller on systems with ebus | Jason Wright |
2002-02-18 | provide pckbc_machdep_cnattach if necessary (like alpha, it does nothing) | Jason Wright |
2002-02-18 | Pull in dev/pckbc/files.pckbc, and put in placeholder for pckbc at ebus | Jason Wright |