Age | Commit message (Expand) | Author |
2007-11-30 | Define NORMAL_C_NOP everywhere. | Miod Vallat |
2007-11-28 | ctob/btoc -> ptoa/atop | Martin Reindl |
2007-11-27 | need strcmp.c here | Martin Reindl |
2007-11-27 | typos; ok jmc@ | Martynas Venckus |
2007-11-26 | typos; ok jmc@ | Martynas Venckus |
2007-11-26 | a bit more LIBKERN fallout | Theo de Raadt |
2007-11-26 | few mails later, miod asks me to wait | Theo de Raadt |
2007-11-26 | the bcopy() found here was not handling overlapping. Merge it nicely with | Theo de Raadt |
2007-11-25 | libkern, begone. Move to a new mechanism where config(8)'s "file" | Theo de Raadt |
2007-11-25 | Get rid of the kernel 'libcompat' framework, and instead use conf/files to | Theo de Raadt |
2007-10-30 | avoid intermediate files with same name (ie. a.out) for parallel make | Theo de Raadt |
2007-10-22 | stoped -> stopped | Joel Sing |
2007-10-13 | Remove leftovers art forgot to prune... | Miod Vallat |
2007-10-10 | Make context switching much more MI: | Artur Grabowski |
2007-10-08 | A few trailing bzero/memset -> M_ZERO occurrences, cast removal and | Kenneth R Westerback |
2007-10-02 | Fiddle Sun traditional disklabel recognition to eliminate union and | Kenneth R Westerback |
2007-10-01 | More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' where | Kenneth R Westerback |
2007-09-22 | M_ZERO -> bzero. | Kenneth R Westerback |
2007-09-19 | On sparc & sparc64, change `mount -a` to recognise Linux ext2 partitions | Marc Aurele La France |
2007-09-10 | Introduce a md pmap hook, pmap_remove_holes(), which is supposed to mark | Miod Vallat |
2007-07-30 | Shuffle the order in which we look for header files, when doing | Thordur I. Bjornsson |
2007-07-13 | Reenable accelerated text console primitives on pnozz if running with a | Miod Vallat |
2007-07-01 | Use mapiodev() instead of mapdev() when applicable. This is just syntactic | Miod Vallat |
2007-07-01 | Perform minimal disklabel setup without needing to do the disklabel_to_sun() | Miod Vallat |
2007-07-01 | Do not define DEBUG unconditionnaly. | Miod Vallat |
2007-06-24 | Fix xd and xy disklabel handling. | Miod Vallat |
2007-06-20 | b_cylinder does not need to be set on the callpath down into drivers. | Theo de Raadt |
2007-06-20 | b_cylinder does not need to be set on the callpath down into drivers. | Theo de Raadt |
2007-06-20 | In vunmapbuf(), explicitely remove mappings before invoking uvm_km_free(). | Miod Vallat |
2007-06-18 | more comments that are different | Theo de Raadt |
2007-06-18 | using same words in similar code sequences is good | Theo de Raadt |
2007-06-18 | msg is already gauranteed to be NULL | Theo de Raadt |
2007-06-17 | significantly simplified disklabel infrastructure. MBR handling becomes MI | Theo de Raadt |
2007-06-15 | permit this to compile again | Todd T. Fries |
2007-06-14 | some spaces in the way | Theo de Raadt |
2007-06-14 | excessive blank lines making the versions different | Theo de Raadt |
2007-06-14 | set the prototype disklabel to version 1 | Theo de Raadt |
2007-06-14 | do not depend on previous loop variable, use a constant instead | Theo de Raadt |
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 | kill stupid character difference | Theo de Raadt |
2007-06-09 | Silence a debug printf. | Miod Vallat |
2007-06-09 | by hand i carefully found that all the differences in setdisklabel() | Theo de Raadt |
2007-06-08 | all drivers should spoof version 1 labels | Theo de Raadt |
2007-06-08 | - always set the partition disk size to full disk info (from driver) | Theo de Raadt |
2007-06-07 | another XXsize() botch | Theo de Raadt |
2007-06-07 | more XXsize() fallout | Theo de Raadt |
2007-06-07 | Comment 'fixes'. All bounds_check_with_label now identical except for | Kenneth R Westerback |
2007-06-07 | More bounds_check_with_label homogenization. Fix a couple of typos while | Kenneth R Westerback |
2007-06-07 | another XXsize() function forgotten | Theo de Raadt |