Age | Commit message (Expand) | Author |
2005-12-27 | Remove unused sw_nblks field of struct swdevt. Then, remove swapconf() | Miod Vallat |
2005-12-22 | More reasonable size for fixed extent storage. | Miod Vallat |
2005-12-17 | Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_t | Miod Vallat |
2005-12-11 | On halt, wait for a keypress on the console and reboot; allows one to have | Miod Vallat |
2005-12-03 | The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER is | Kenneth R Westerback |
2005-11-27 | Get rid of the `len' locator for VME devices, since mappings have a page | Miod Vallat |
2005-11-27 | Nuke autoconf.h commons. | Miod Vallat |
2005-11-25 | We don't have a va mapping in match() so don't bother trying to use badvaddr() | Miod Vallat |
2005-11-24 | Prefer vaddr_t and paddr_t types in device softc, instead of void * and | Miod Vallat |
2005-11-24 | Peek at the correct location in badpaddr() - how could this go unnoticed before? | Miod Vallat |
2005-11-21 | contorl -> control | Miod Vallat |
2005-11-12 | Pass a struct proc * to ISHPMMADDR instead of abusing curproc in it. | Miod Vallat |
2005-11-06 | Factorize setregs() code to m68k-common location. | Miod Vallat |
2005-11-06 | Homogeneize all PSR field tests in user-provided structures. No functional | Miod Vallat |
2005-10-27 | stupid me, of course these MD macros need to be converted to MI macros | Martin Reindl |
2005-09-27 | Do not initialize physmem to a magic value at compile time. | Miod Vallat |
2005-09-25 | Define the symbolic register indexes in trapframe in <m68k/reg.h> only | Miod Vallat |
2005-09-21 | isbad() is only used on SMD disks on sparc; remove it on other platforms. | Miod Vallat |
2005-09-12 | Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bit | Miod Vallat |
2005-08-14 | DCIAS() no more. | Miod Vallat |
2005-08-14 | Use dma_cachectl() with the right size rather than DCIAS() which implies a | Miod Vallat |
2005-08-06 | We do not need a char machine_arch[] constant. | Miod Vallat |
2005-08-06 | If a process has trashed its stack, use sigexit() instead of psignal() to | Miod Vallat |
2005-08-03 | enable safte and ses on all archs that appear to have real scsi busses | David Gwynne |
2005-08-03 | Link with -lgcc like hp300 to pull in the gcc functions that zlib needs. | Todd C. Miller |
2005-08-01 | Kill unused PARTITIONMASK define; ok deraadt@ | Miod Vallat |
2005-08-01 | Remove option FPU_EMULATE from the mvme68k kernels - first, it is misleading | Miod Vallat |
2005-08-01 | Dead meat. | Miod Vallat |
2005-08-01 | Factorize cachectl() accross m68k platforms, and make the CC_ constants | Miod Vallat |
2005-07-31 | Wrong copyout() size in writeback(). | Miod Vallat |
2005-07-31 | Introduce bpf_mtap_af and bpf_mtap_hdr to be used when passing a mbuf chain | Christopher Pascoe |
2005-05-06 | generate vim-compatible tag files, from netbsd | Pedro Martelletto |
2005-05-01 | Bring raise-only semantics to splsoft* on m68k and m88k, as done elsewhere. | Miod Vallat |
2005-04-30 | start the job of making things look more alike | Theo de Raadt |
2005-04-30 | nice docs at top of GENERIC | Theo de Raadt |
2005-04-19 | nothing uses spllowersoftclock() anymore | Michael Shalayeff |
2005-03-30 | first approximation: spoof UDF filesystem disklabels when we see them. | Theo de Raadt |
2005-03-08 | Cosmetics... | Thierry Deval |
2005-02-20 | Do not pass 68060-specific compiler flags anymore. | Miod Vallat |
2005-01-15 | make sure interface is in RUNNING state before touching the multicast filters | Brad Smith |
2004-12-30 | If we are running on a 68040 or a 68060 processor, overwrite the copypage() | Miod Vallat |
2004-12-30 | Rework pmap_bootstrap() computations of I/O maps. Makes the MD part of | Miod Vallat |
2004-12-27 | Finally put copyrights on files I wrote _long_ ago. prodded by miod@ | Dale Rahn |
2004-12-25 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-12-24 | {e,}intr{cnt,names} bye-bye. | Miod Vallat |
2004-12-06 | Use uvm_grow() to account for stack growth, rather than home-grown code | Miod Vallat |
2004-12-01 | 5 -> FC_SUPERD | Miod Vallat |
2004-12-01 | Remove unexpected (and wrong) easter egg. | Miod Vallat |
2004-11-26 | Kill __HAVE_EVCOUNT, now that all architectures provide them. | Miod Vallat |
2004-11-11 | Typos | Miod Vallat |