Age | Commit message (Expand) | Author |
2007-05-19 | simplify the description of -R; from Jeffrey 'jf' Lim | Jason McIntyre |
2007-05-19 | Add some phy's found on certain xl(4) models. From brad at comstyle dot com. | Mark Kettenis |
2007-05-19 | Uncomment em(4) entry. From brad at comstyle dot com. | Mark Kettenis |
2007-05-19 | Oops, get the ``disabling cpu'' message correct. | Miod Vallat |
2007-05-19 | Silence a diagnostic message in multiprocessor kernels, it makes things worse. | Miod Vallat |
2007-05-19 | Send an IPI in signotify() if the process runs on a different processor, | Miod Vallat |
2007-05-19 | Force other processors to spin when one is in ddb. | Miod Vallat |
2007-05-19 | Now that the amd64 floppy and cd image -c setting have been fixed, | Otto Moerbeek |
2007-05-19 | (disabled) option for PCIAGP. at least lets i945 chipsets work | Ted Unangst |
2007-05-19 | aps works on amd64, ok jsg | Ted Unangst |
2007-05-19 | the thinkpad 60 models are in "state" 5. | Ted Unangst |
2007-05-19 | detect if newfs fails and add an extra test (amd64 floppy) | Otto Moerbeek |
2007-05-19 | Uncomment entry for xl(4) here too. | Mark Kettenis |
2007-05-19 | Add a GENERIC.MP configuration, not for the faint of the heart, if you want | Miod Vallat |
2007-05-19 | Try reducing the number of IPIs, by only reinflicting them to us if we are | Miod Vallat |
2007-05-19 | Uncomment xl(4). | Mark Kettenis |
2007-05-19 | Simpler asm constraints for simplelock operations. | Miod Vallat |
2007-05-19 | My 3c905C needs a brief pause after reset for PIO too, at least on hppa. | Mark Kettenis |
2007-05-19 | improve the descriptions of "section" and "subsection"; ok millert | Jason McIntyre |
2007-05-19 | regen | Moritz Jodeit |
2007-05-19 | Add Radeon X700 PCIE, Radeon X700 PCIE Secondary and Marvell 88SE6145 SATA. | Moritz Jodeit |
2007-05-19 | - Rewrite argument handling to not pass closed fd's to asa() | Moritz Jodeit |
2007-05-19 | Make FLOPPYSIZE be in terms of 512 byte blocks like all the other ports. | Todd C. Miller |
2007-05-19 | Kernel crash dump support for arm-based platform, with minimal support in | Miod Vallat |
2007-05-19 | Implement splassert for armish and zaurus. | Miod Vallat |
2007-05-19 | kill trailing whitespace; | Jason McIntyre |
2007-05-19 | command ids for mailbox commands | David Gwynne |
2007-05-19 | Use atomic operations in set_sint() instead of disabling interrupts in the | Miod Vallat |
2007-05-19 | and I forgot this one | Marc Espie |
2007-05-19 | add match_locations/filter_locations methods to search stuff that returns | Marc Espie |
2007-05-19 | fix scp url parsing and printing | Marc Espie |
2007-05-19 | don't pass srcpath around, since we don't use it. | Marc Espie |
2007-05-19 | sort the hardware list; | Jason McIntyre |
2007-05-19 | Mention the mfs and portal papers. | Jonathan Gray |
2007-05-19 | sync | Theo de Raadt |
2007-05-19 | stash the dma tag in sli_softc | David Gwynne |
2007-05-19 | hook up interrupts, but a little different to what i usually do. this maps | David Gwynne |
2007-05-19 | backout -c changes; they were not tested on all the media. all newfs | Theo de Raadt |
2007-05-18 | use "gzcat" instead of "gunzip -c", which is clearer, shorter, | Jason McIntyre |
2007-05-18 | sync | Theo de Raadt |
2007-05-18 | Eliminate many lint warnings by either: using the appropriate type, | Kurt Miller |
2007-05-18 | Fix mismerge; remove statement without effect. OK otto@ pedro@ | Todd C. Miller |
2007-05-18 | add the panels made by Hantouch (http://www.hantouch.com/) to the list | Robert Nagy |
2007-05-18 | The unit of the -c options is fragments, so adjust man page and | Otto Moerbeek |
2007-05-18 | Do a bounds check to see if the inode table fits on the disk. | Otto Moerbeek |
2007-05-18 | fix the check of wsmouse_calibcoords values and | Robert Nagy |
2007-05-18 | More work in IPI processing: actual processing is now done with interrupts | Miod Vallat |
2007-05-18 | Move proc_do_uret() around so that it can fall through no_ast instead of | Miod Vallat |
2007-05-18 | In spl0(), really process soft interrupts at IPL_SOFT instead of whatever | Miod Vallat |
2007-05-18 | Revert previous revision, and do it again correctly. | Miod Vallat |