Age | Commit message (Expand) | Author |
2001-10-03 | Add $OpenBSD$ tags which were removed when this code was copied. | Dale Rahn |
2001-10-03 | Add missed file when committing apm for macppc. | Dale Rahn |
2001-10-03 | Install the bsd.tbxi data file. millert@ ok. | Dale Rahn |
2001-10-03 | apm support for macppc. This is not fully implemented, sleep modes | Dale Rahn |
2001-10-03 | Cleanup improperly shared code between the two interrupt drivers. | Dale Rahn |
2001-10-01 | Change the kernel so that is the openfirmware stdout is not provided, | Dale Rahn |
2001-10-01 | When booting up in auto-boot? true mode, newer systems do not provide | Dale Rahn |
2001-10-01 | When you see an error, fix it immediately, otherwise it is possible | Dale Rahn |
2001-10-01 | Add Copyright. Image cleanup. | Dale Rahn |
2001-10-01 | Piece of "code" which openfirmware will recognize to boot automatically off | Dale Rahn |
2001-09-29 | The "swap generic" configuration needs only two entries in swdevt[]. | Miod Vallat |
2001-09-28 | zs serial now works on some systems. Does not work with modems | Dale Rahn |
2001-09-28 | Commit a ugly, widespread change. | Dale Rahn |
2001-09-28 | remove dups w/ conf.h | Michael Shalayeff |
2001-09-28 | move cdev_decl(pf) into it's proper place, kill cdev_decl(ipl) at the same time | Michael Shalayeff |
2001-09-27 | Two workarounds for the zs serial driver. | Dale Rahn |
2001-09-27 | When zs is fully working, it should be tty00 for macppc. | Dale Rahn |
2001-09-27 | used to corrupt some memory -- no more | Michael Shalayeff |
2001-09-26 | zs driver, from different srcs, including netbsd/macppc and out mac68k/zs, etc. | Michael Shalayeff |
2001-09-25 | shh, no point in printing useless kernel messages. | Dale Rahn |
2001-09-22 | pty cleanup | Theo de Raadt |
2001-09-22 | Remove more old, dusty, unused defines. | Miod Vallat |
2001-09-21 | Correct some pryntf() usage: get the correct number of arguments in the | Miod Vallat |
2001-09-21 | Add the support for "-c", UKC in the bootloader. Note that currently this | Dale Rahn |
2001-09-21 | phys_map declaration comes from <vm/vm.h>, no need to declare it locally. | Miod Vallat |
2001-09-20 | occured->occurred | Mike Pechkin |
2001-09-20 | On a fault the onfault condition should be set to the old handler, not | Dale Rahn |
2001-09-19 | merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok | Michael Shalayeff |
2001-09-19 | Fix a typo... and remove return; at the end of a void function. | Miod Vallat |
2001-09-18 | Changing the way the pmap code works again. | Dale Rahn |
2001-09-17 | Enable DMA for wdc_obio devices. This was the mode in which the recent | Dale Rahn |
2001-09-17 | The gfx display buffer should request that it be mapped cached (writethru). | Dale Rahn |
2001-09-16 | Make use of "export", "struct" and "member" keywords to be easier to read | Miod Vallat |
2001-09-16 | Update the bmac (if_bm) to a newer version from NetBSD. | Dale Rahn |
2001-09-15 | Two changes here. | Dale Rahn |
2001-09-15 | If ddb cannot find a symbol, do not print a useless address of | Dale Rahn |
2001-09-15 | reimplement dbdma such that it does memory allocations | Michael Shalayeff |
2001-09-15 | pass the dma tag to obio; drahn@ ok | Michael Shalayeff |
2001-09-15 | implement _bus_dmamap_load_raw; drahn@ ok | Michael Shalayeff |
2001-09-13 | The vgafb driver does not test memory, so no point mapping it during the probe. | Dale Rahn |
2001-09-12 | No need to be overkill for the french keyboard layout. | Miod Vallat |
2001-09-12 | Print avail/real memory sizes in KB in addition to bytes as in i386 land. ok ... | Peter Valchev |
2001-09-12 | mbutl no more | Artur Grabowski |
2001-09-11 | Fix uvm_km_suballoc() usage flags. ok art@ millert@ | Miod Vallat |
2001-09-11 | Don't include <vm/vm_kern.h> if you don't need foo_map. | Miod Vallat |
2001-09-11 | vm/vm_kern.h is not needed hereand it compiles (; | Michael Shalayeff |
2001-09-10 | mickey, at least compile them first. | Dale Rahn |
2001-09-10 | move vtophys proto into a port-area in order to remove it for macppc eventual... | Michael Shalayeff |
2001-09-10 | Remove some unused global variables. | Dale Rahn |
2001-09-10 | Device addresses should be mapped. It should be converted to bus_ accesses. | Dale Rahn |