Age | Commit message (Expand) | Author |
2007-06-12 | all disksubr.c did their b_flags manipulation differently (and wrong). | Theo de Raadt |
2007-06-09 | The differences in the last non-homogeneous bounds_check_with_label() | Kenneth R Westerback |
2007-06-09 | unify DOSPTYP_FAT* code (some architectures missed a filesystem type or two) | Theo de Raadt |
2007-06-09 | by hand i carefully found that all the differences in setdisklabel() | Theo de Raadt |
2007-06-09 | annoying spacing glitch which makes the diffs bigger | Theo de Raadt |
2007-06-07 | Fix typo introduced during ANSI-fication. Found by Rainer Giedat. MIPS | Kenneth R Westerback |
2007-06-07 | GET should have been SET | Otto Moerbeek |
2007-06-07 | Eliminate unnecessary duplicate defines *_LABELSECTOR and | Kenneth R Westerback |
2007-06-07 | More bounds_check_with_label homogenization. Fix a couple of typos while | Kenneth R Westerback |
2007-06-06 | now that all partition size/offsets are potentially 64-bit, change the | Theo de Raadt |
2007-06-06 | a fair sprinking of knf, code movement, and sometimes character-by-character | Theo de Raadt |
2007-06-05 | use six new macros to access & store the 48-bit disklabel fields related | Theo de Raadt |
2007-06-02 | Rename cvtdisklabelv1 -> disklabeltokernlabel. It does more than just | Kenneth R Westerback |
2007-05-31 | KNF, whitespace and comment rectification to make all | Kenneth R Westerback |
2007-05-31 | Standardize on -1 as the error return value for | Kenneth R Westerback |
2007-05-30 | Q: How did _dmamap_sync() work before? | Miod Vallat |
2007-05-29 | Use atomic operations to operate on netisr, instead of clearing it at splhigh. | Miod Vallat |
2007-05-29 | Updated disklabel format to support larger disks and partitions. We | Otto Moerbeek |
2007-05-29 | Refactor readdisklabel() to ensure there is a single point of return, in | Kenneth R Westerback |
2007-05-28 | Move the MSIZE, MCLSHIFT, MCLBYTES and the MCLOFSET | Thordur I. Bjornsson |
2007-05-27 | pagemove() is no longer used. | Miod Vallat |
2007-05-27 | Always use XKPHYS addresses to perform cache operations now, for consistency. | Miod Vallat |
2007-05-25 | Edge cases can trigger a TLB miss exception instead of an invalid TLB | Miod Vallat |
2007-05-25 | Unifdef TLB_TRACE and TLBTRACE, no functional change. | Miod Vallat |
2007-05-20 | Remove unused badaddr(). | Miod Vallat |
2007-05-16 | The world of __HAVEs and __HAVE_NOTs is reducing. All architectures | Artur Grabowski |
2007-05-09 | Change trap() into a void function, and restore pc from the trapframe instead | Miod Vallat |
2007-05-09 | In cpu_fork(), enable all known interrupt sources in cop0 sr/ic, so that | Miod Vallat |
2007-05-09 | Comment out ``generic'' interrupt routines, which are not used at the moment. | Miod Vallat |
2007-05-09 | When entering the idle loop, do a real spl0 (processing soft interrupts) | Miod Vallat |
2007-05-07 | Remove symbols already defined in <sys/limits.h>; unbreaks build on sgi. | Mark Kettenis |
2007-05-07 | Check for astpending in u_general (userland traps) in addition to u_intr | Miod Vallat |
2007-05-07 | Move sgo to __HAVE_CPUINFO. | Mark Kettenis |
2007-05-03 | Enable support for > 512MB of physical memory on mips64 systems, by using | Miod Vallat |
2007-05-01 | ELF symbol type fixes, no code change | Miod Vallat |
2007-05-01 | Provide <machine/lock.h> on all platforms, so that MI code may #include it | Miod Vallat |
2007-04-29 | The cpu clock frequency we get from ARCBIOS may be off by something in the | Mark Kettenis |
2007-04-27 | In pmap_enter_pv(), when uncaching a page due to a VAC conflict, only flush | Miod Vallat |
2007-04-27 | Remove unused macros, and make sure the remaining one do not truncate the | Miod Vallat |
2007-04-27 | More pmap changes from the potpourri pool: | Miod Vallat |
2007-04-26 | Do not allow userland to change cop0 SR via ptrace; from NetBSD. | Miod Vallat |
2007-04-26 | Be more careful when changing cop0 SR value; or flags in instead of setting | Miod Vallat |
2007-04-26 | Do not invoke arcbios routines from the moment our page tables are set up, | Miod Vallat |
2007-04-24 | It's never too late to write "too late" correctly. | Miod Vallat |
2007-04-24 | exeption -> exception | Miod Vallat |
2007-04-20 | Segment tables are integral multiples of the page size in LP64 mode, so | Miod Vallat |
2007-04-16 | Crank MAXPHYS to the regular 64KB. | Miod Vallat |
2007-04-14 | Crank KVM from a ridiculous pedro-sized 256MB to 1GB; needed for upcoming MI | Miod Vallat |
2007-04-14 | Correctly handle pv_flags for pages used to store ptes, so that they | Miod Vallat |
2007-04-10 | Remove long dead definitions. No functional change. | Miod Vallat |