Age | Commit message (Expand) | Author |
2006-10-17 | The dosparts member of cpu_disklabel was not used for any persistant | Kenneth R Westerback |
2006-10-10 | Don't spoof a Free/NetBSD MBR partition as the 'a' partition in a | Kenneth R Westerback |
2006-10-04 | More instances of the same now unused variable as in alpha's | Kenneth R Westerback |
2006-10-04 | More tidying up after bad144. Remove references in comments and | Kenneth R Westerback |
2006-10-03 | Don't load bad144 bad sector information into disklabels for archs that | Kenneth R Westerback |
2006-09-16 | Revert new check for DOS partitions running past d_secperunit (e.g. | Kenneth R Westerback |
2006-09-01 | Standardize on EFBIG in bus_dmamap_load* if caller is too greedy; I had | Miod Vallat |
2006-08-20 | When spoofing an MSDOS disklabel, don't create partitions with a final | Kenneth R Westerback |
2006-08-18 | Oops. If you don't use a label, remove it. | Kenneth R Westerback |
2006-08-17 | Check d_secpercyl in all readdisklable() functions, and have all of | Kenneth R Westerback |
2006-08-11 | Use d_secperunit rather than 0x1fffffff as the default value for | Kenneth R Westerback |
2006-07-29 | fix typo in comment | Jasper Lievisse Adriaanse |
2006-07-09 | DISKLABEL_ALL was never used in hppa, hppa64, mips64 config files so | Kenneth R Westerback |
2006-07-07 | Unroll DLT_* logic into simple 'look for native disklabel, then try | Kenneth R Westerback |
2006-07-03 | Eliminate most of the #if/#endif maze in alpha, hppa, hppa64, and mips64 | Kenneth R Westerback |
2006-07-01 | Eliminate redundant get_le() in favour of letoh32(). Add letoh32() | Kenneth R Westerback |
2006-06-26 | Clean up some inconsistancies in definitions around DOS MBR code. No | Kenneth R Westerback |
2006-06-20 | Define an empty pmap_collect(). | Miod Vallat |
2006-06-19 | Allocate bus_dma memory from kernel_map, not kmem_map. | Miod Vallat |
2006-06-19 | move clock_subr.c to a better place, and now it is always in the kernel | Theo de Raadt |
2006-06-19 | Zap Amiga bits of disklabel.h now that Amiga bits of readdisklabel() are | Kenneth R Westerback |
2006-06-11 | Amiga is no longer amoung us. Some architectures were too sentimental | Kenneth R Westerback |
2006-06-06 | Define R5k/R10k extra trap codes. | Miod Vallat |
2006-06-06 | In pmap_enter(), when deciding to flush the icache for a page, invoke the | Miod Vallat |
2006-05-31 | Reset pcb_onfault before invoking uvm_fault(). | Miod Vallat |
2006-05-29 | clean userland namespace a bit more; ok miod | Theo de Raadt |
2006-05-27 | Eradicate the type 'bus_dmasync_op_t'. Unused. Sporadically | Kenneth R Westerback |
2006-05-14 | use __mips64__ | Robert Nagy |
2006-05-11 | One more (!foo & BAR), tested deraadt@ | Miod Vallat |
2006-03-19 | remove unused bdbtofsb(bn) macro | Martin Reindl |
2006-03-15 | Nuke dk_establish(), no longer used. | Miod Vallat |
2006-03-09 | Do not include <lib/libkern/libkern.h> explicitely, get it via <sys/systm.h>. | Miod Vallat |
2006-03-04 | Typos grab bag of the month, eyeballed by jmc@ | Miod Vallat |
2006-02-27 | mips requires strict alignment; spotted after a discussion on undeadly; | Miod Vallat |
2006-01-22 | b_cylin -> b_cylinder; no functional change. | Miod Vallat |
2006-01-15 | Print cache instructions correctly. | Miod Vallat |
2006-01-14 | Revert 1.12 and go back to 32K MAXPHYS; 64k MAXPHYS exposes subtle bugs | Miod Vallat |
2006-01-13 | Make size_t, ssize_t, intptr_t and uintptr_t consistent amongst our | Todd C. Miller |
2006-01-10 | Remove duplicate _C_LABEL define. OK miod@ | Todd C. Miller |
2006-01-09 | Use protected version of register_t in struct sigcontext for the | Todd C. Miller |
2006-01-08 | Expose struct sigcontext, struct sigstat and struct sigaltstack for XPG4.2 | Todd C. Miller |
2006-01-06 | Don't redefine SIZE_MAX | Todd C. Miller |
2006-01-06 | Adapt things to use __type_t instead of _BSD_TYPE_T_ | Todd C. Miller |
2006-01-06 | Merge machine/ansi.h and machine/types.h into machine/_types.h and | Todd C. Miller |
2006-01-04 | Crank MAXPHYS to 64KB again and remove bogus comment. | Miod Vallat |
2006-01-04 | Initialize virtual_end to a decent value, so that VM_MAX_KERNEL_ADDRESS is | Miod Vallat |
2006-01-02 | Kill enablertclock. | Miod Vallat |
2005-12-22 | 'spoofonly' does not mean what I thought it meant. The whole point is | Kenneth R Westerback |
2005-12-20 | Since we are allowed to rely on the fact that the pcb is the first element | Miod Vallat |
2005-12-20 | 01 -> SA_ONSTACK in sigreturn. | Miod Vallat |