Age | Commit message (Expand) | Author |
2007-03-16 | remove message that prints | Theo de Raadt |
2007-03-16 | Add missing "goto fail;" in an error path of fxp_attach(). | Claudio Jeker |
2007-03-16 | Cleanup prototypes. | Marcus Glocker |
2007-03-16 | Remove a lot of dead code and nonexisting registers. This stuff was mostly | Marcus Glocker |
2007-03-16 | Better (constant) register naming. | Marcus Glocker |
2007-03-16 | Split the beacon returned by ieee80211_beacon_alloc() in two parts and | Claudio Jeker |
2007-03-16 | Timecounters for sparc64. The cleanest and easiest timecounter | Artur Grabowski |
2007-03-16 | First super massive register cleanup run; group/sort registers, | Marcus Glocker |
2007-03-16 | A new PCI id for Intel's PCIe quad port fiber adapter. | Reyk Floeter |
2007-03-15 | sync | Reyk Floeter |
2007-03-15 | add Intel PCI-E quad port fiber device ID | Reyk Floeter |
2007-03-15 | UltraSPARC-IV cpus appear a bit different in OpenFirmware than older cpus. | Mark Kettenis |
2007-03-15 | Make sure we find the OpenFirmware node for UltraSPARC-IV cpus. | Mark Kettenis |
2007-03-15 | Disable x/q functionnality on 32bit platforms, because the examination code | Miod Vallat |
2007-03-15 | Set chip operation mode in the init path. Add first bits to enable | Marcus Glocker |
2007-03-15 | m_prepend() works only for sizes smaller than MHLEN. | Claudio Jeker |
2007-03-15 | Since p_flag is often manipulated in interrupts and without biglock | Artur Grabowski |
2007-03-15 | regen | Jonathan Gray |
2007-03-15 | commit the correct version this time | Jonathan Gray |
2007-03-15 | Add a few different things found in submitted dmesgs. | Jonathan Gray |
2007-03-15 | regen | Jonathan Gray |
2007-03-15 | JMB368 has no SATA. | Jonathan Gray |
2007-03-14 | Make SMU sensors and fan control work on PowerMac8,1. | Mark Kettenis |
2007-03-14 | Clean up after miod. | Mark Kettenis |
2007-03-14 | Check if there are still blocks left to be allocated _after_ we have | Pedro Martelletto |
2007-03-14 | Call ifp->if_start() at the end of the rx interrupt handling just in case | Claudio Jeker |
2007-03-14 | In HostAP mode, ieee80211_input() will enqueue packets in if_snd without | Claudio Jeker |
2007-03-13 | Nuke __HAVE_OLD_DISKLABEL code, this was never defined anyway. | Miod Vallat |
2007-03-13 | Add <machine/fpu.h> for upcoming userland changes. | Miod Vallat |
2007-03-13 | Drop the second and third arguments to adb_op_sync, for they are not used; | Miod Vallat |
2007-03-13 | Be more strict during probe, consider failures to get device description | Miod Vallat |
2007-03-13 | When about to run X11 in 32 bpp mode, advertize correctly that we are | Miod Vallat |
2007-03-13 | Reset psl to spl0 in cpu_fork(), so that kthreads start at spl0 and not | Miod Vallat |
2007-03-13 | Don't bother checking for OLF binaries if option SMALL_KERNEL. | Miod Vallat |
2007-03-13 | Move UKC later in the boot process, so that it can use malloc(). | Miod Vallat |
2007-03-13 | It is safe to run tlb_exception() at the pre-fault ipl. | Miod Vallat |
2007-03-13 | Add two more SFSR bits found on UltraSPARC-III cpus. | Mark Kettenis |
2007-03-13 | Dangling include | Miod Vallat |
2007-03-13 | regen | Robert Nagy |
2007-03-13 | Add ITM Touchscreen from Future Technology Devices | Robert Nagy |
2007-03-13 | tlb shootdown in pmap_change_attrs was shooting the wrong va. | Artur Grabowski |
2007-03-13 | we need a resid too | David Gwynne |
2007-03-13 | add timeouts on ata_xfers | David Gwynne |
2007-03-13 | Implement proper atomic.h for sparc64. | Artur Grabowski |
2007-03-13 | add quirk for Sony DSC-T10, which is UFI, not SCSI. | Steven Mestdagh |
2007-03-12 | In bcw_init() check for real revision numbers now and fix a wrong | Marcus Glocker |
2007-03-12 | better desiredvnodes not based on maxusers; pedro@ deraadt@ ok | Michael Shalayeff |
2007-03-12 | Finish chip base initialization. | Marcus Glocker |
2007-03-12 | very ugly indent | Theo de Raadt |
2007-03-12 | add some HAL functions (again) inspired by the changes from the | Reyk Floeter |