Age | Commit message (Expand) | Author |
2002-03-15 | Cosmetic changes only, primarily making comments line up nicely after the | Todd C. Miller |
2002-03-14 | remove ambiguity in version,ostype,osversion,osrelease and their constanity, ... | Michael Shalayeff |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-03-14 | Turn the ptrace(2) syscall into a kernel compile option, option PTRACE in | Miod Vallat |
2002-03-10 | rdboot -> hdboot | Hugh Graham |
2002-03-09 | Add case for BTYP_1305. | Hugh Graham |
2002-03-07 | Clean up BUS_DMA_* flags, and make sure all arch's define: | Jason Wright |
2002-02-23 | switch vax to -O2, from hugh | Theo de Raadt |
2002-02-17 | Patch from Daniel Lucq <daniel@lucq.org> | Mats O Jansson |
2002-02-15 | Don't cast nonexistent return value from splx to (void). ok art@ | Thomas Nordin |
2002-02-14 | put "boot" in /usr/mdec instead of / | Theo de Raadt |
2002-02-13 | use strncpy instead of strcpy (no strcpy in libsa); hugh ok | Theo de Raadt |
2002-02-11 | o add __weak_alias definition. | Federico G. Schwindt |
2002-01-31 | Make comment more representative. | Hugh Graham |
2002-01-31 | Make comment more representative. | Hugh Graham |
2002-01-31 | A little KNF. | Hugh Graham |
2002-01-31 | Add support for VAX 4000 500A. | Hugh Graham |
2002-01-25 | Bring disklabel code on par with other arches: recognize specific situations, | Miod Vallat |
2002-01-23 | copy*str() fixes for vax. Also includes some fixes from NetBSD PR #7838. | Miod Vallat |
2002-01-23 | compatability -> compatibility. | Federico G. Schwindt |
2002-01-23 | move mb_map allocation to mbinit() | Artur Grabowski |
2002-01-23 | move definition of mb_map from zillions of machdep.c to uipc_mbuf.c | Artur Grabowski |
2002-01-18 | Replace resource maps with extents. | Miod Vallat |
2002-01-18 | Replace resource maps with extents. | Miod Vallat |
2002-01-16 | Don't include <sys/map.h> when you don't need what's in it. | Miod Vallat |
2002-01-10 | Check result from malloc(9) when using M_NOWAIT. hugh@ ok | Thomas Nordin |
2002-01-03 | cdev_decl(wsdisplay) is already done in <sys/conf.h> | Miod Vallat |
2001-12-22 | Correct res count. Based on fix in NetBSD. | Hugh Graham |
2001-12-18 | Delay Debugger(). Noticed by NetBSD. | Hugh Graham |
2001-12-13 | Add major for uda to the bootdev table. | Hugh Graham |
2001-12-11 | Remove declarations that already exist in <sys/conf.h> | Miod Vallat |
2001-12-08 | Sprinkle pmap_update calls where relevant and some other | Artur Grabowski |
2001-12-06 | No need to keep dummy fields in cpu_disklabel structures. | Miod Vallat |
2001-12-05 | VM_KMEM_SIZE no longer needed. | Artur Grabowski |
2001-12-05 | Enable MSCP disk support, since although untested due to lack of | Hugh Graham |
2001-12-05 | sync with netbsd. untested. | Hugh Graham |
2001-12-05 | make nkmempages dynamic based on memory. okay art@ from netbsd: | Niels Provos |
2001-12-04 | Yet another sync to NetBSD uvm. | Artur Grabowski |
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 | Make pmap_update functions into nops so that we can have a consistent | Artur Grabowski |
2001-11-28 | make pmap_virtual_space madatory in all pmaps. | Artur Grabowski |
2001-11-28 | pmap_kenter_pgs is not used and not really useful. remove. | Artur Grabowski |
2001-11-28 | Sync in more uvm changes from NetBSD. | Artur Grabowski |
2001-11-24 | Harmonize boot() logic across arches: | Miod Vallat |
2001-11-17 | Pick up changes made in NetBSD to work with ubc. | Hugh Graham |
2001-11-14 | Don't yell about clock drift for ridiculous (less than 48 hours) deltas. | Miod Vallat |
2001-11-14 | Change Vax LDPGSZ to 4k. | Hugh Graham |