Age | Commit message (Expand) | Author |
2001-12-01 | change to WSEMUL_NO_DUMB | Theo de Raadt |
2001-11-30 | Now that pmaps can have vm_page_md, make pmap_physseg optional. | Artur Grabowski |
2001-11-28 | more typedef zapping vm_page_t -> struct vm_page * | Artur Grabowski |
2001-11-28 | zap some typedefs. | Artur Grabowski |
2001-11-28 | Sync in more uvm changes from NetBSD. | Artur Grabowski |
2001-11-19 | Use netisr_dispatch instead of handcoded list. | Dale Rahn |
2001-11-16 | _load_uio returns an error now until a real implementation is in place. | Jason Wright |
2001-11-13 | Add AltiVec support to powerpc/macppc. This is not currently enabled because | Dale Rahn |
2001-11-09 | nswbuf hasn't been used for ages. gc. | Artur Grabowski |
2001-11-07 | Add an alignment argument to uvm_map that specifies an alignment hint | Artur Grabowski |
2001-11-06 | Add USB scanner device node to macppc and i386, both of these had the | Dale Rahn |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-11-06 | Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument, | Artur Grabowski |
2001-11-06 | Kill vm/vm_param.h, move it to uvm/uvm_param.h | Artur Grabowski |
2001-11-05 | Workaround to prevent Altivec Unavilable problem. | Dale Rahn |
2001-11-05 | Raise the shared memory size to 16MB from 4MB. 4MB is too small for current | Dale Rahn |
2001-11-05 | Switch everything to the new bus_dmamap_sync API. | Artur Grabowski |
2001-11-01 | Change d_mmap in struct cdevsw from: | Artur Grabowski |
2001-10-31 | Change the internal vc_mmap from returning int to paddr_t. | Artur Grabowski |
2001-10-31 | Change the audio_hm_if->mappage interface to return paddr_t and take off_t | Artur Grabowski |
2001-10-10 | gc SWAPPAGER and DEVPAGER options | Todd C. Miller |
2001-10-06 | 2face version of boot icon. | Dale Rahn |
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 |