Age | Commit message (Expand) | Author |
2007-03-26 | Rip out the KERN_ error codes. | Artur Grabowski |
2007-03-26 | Calculate minutes left more accurately. | Marco Peereboom |
2007-03-26 | bits for the global control register | David Gwynne |
2007-03-26 | typos in comments | Ted Unangst |
2007-03-26 | i shouldn't be shy about commiting ahci to this. | David Gwynne |
2007-03-26 | oops, 64bit memory bars. | David Gwynne |
2007-03-26 | ichss_cookie is a bad name, and should not be a void pointer. | Gordon Willem Klok |
2007-03-25 | include rwlock.h ourselves, better than depending on it getting picked | Ted Unangst |
2007-03-25 | Remove LK_INTERLOCK from flags in a call to vget(); | Thordur I. Bjornsson |
2007-03-25 | Synchronise carp advertisements on group demotion. | Marco Pfatschbacher |
2007-03-25 | wdc retries (including after suspends) caused a disk to remain busy when | Theo de Raadt |
2007-03-25 | POLLERR is the correct return code for poll errors | Ted Unangst |
2007-03-25 | use a rwlock instead of the homegrown approach | Ted Unangst |
2007-03-25 | Change the "can't allocate llinfo" to a better log message that includes | Claudio Jeker |
2007-03-25 | Remove references to KERN_SUCCESS, okay miod@ | Pedro Martelletto |
2007-03-25 | Remove the flags_lock simplelock from struct vm_map; | Thordur I. Bjornsson |
2007-03-25 | Garbage collect CPU_CLOCKUPDATE since it was only used by i386. | Artur Grabowski |
2007-03-25 | remove KERN_SUCCESS and use 0 instead. | Artur Grabowski |
2007-03-25 | kill extra space in output with diskerr(); ok jsg | Theo de Raadt |
2007-03-25 | Account for the space of all the previous sessions on disk when | Pedro Martelletto |
2007-03-25 | remove a few void * casts that are useless | Ted Unangst |
2007-03-24 | Complete the right scsi_xfer when processing a disk sync request. | Christopher Pascoe |
2007-03-24 | Kill the horrible hack of storing the pid in struct selinfo. | Artur Grabowski |
2007-03-24 | fix the vnode locking | Ted Unangst |
2007-03-24 | Call the new ohci_checkrev function on xscale, otherwise the USB version | Christopher Pascoe |
2007-03-24 | port registers | David Gwynne |
2007-03-24 | global register definitions | David Gwynne |
2007-03-24 | Dump command and response when debugging is enabled | Uwe Stuehler |
2007-03-23 | Remove 'b_synclist' from struct buf, okay krw@ | Pedro Martelletto |
2007-03-23 | Do not enter ddb from the interrupt handler unless option DEBUG. | Miod Vallat |
2007-03-23 | Real atomic_{set,clear}bits_int implementation, and replace similar | Miod Vallat |
2007-03-23 | Define PROC_PC and simplify userret(); ok kettenis@ (and I think drahn@ too) | Miod Vallat |
2007-03-23 | Clean up the failure path of the attach routine, check the return value of | Gordon Willem Klok |
2007-03-23 | Fix compiliation of MULTIPROCESSOR without DDB, being defined. | Gordon Willem Klok |
2007-03-23 | Remove duplicated defines from intr.h that are already defined in | Artur Grabowski |
2007-03-23 | the input length is different on the eGalax and ITM screens, | Robert Nagy |
2007-03-23 | Make FFS allocation functions non-static, okay miod@ mk@ thib@ | Pedro Martelletto |
2007-03-23 | Turn AHCI_DEBUG back on for now, so we can see if any commands are timing | Christopher Pascoe |
2007-03-23 | Fix set to already set local | Jordan Hargrave |
2007-03-23 | Track the ATA xfer's state more closely - may help us identify why some | Christopher Pascoe |
2007-03-23 | Really clear the device register on the flush cache command. Last commit | Christopher Pascoe |
2007-03-23 | Clear the device register on the flush cache command, in case something | Christopher Pascoe |
2007-03-23 | Catch timed out disk commands. | Christopher Pascoe |
2007-03-23 | add ethertype for ata over ethernet (AoE) | Ted Unangst |
2007-03-22 | Do not define ISA_DMA_STATS by default; ok deraadt | Miod Vallat |
2007-03-22 | Move powerpc to __HAVE_MUTEX. With help from drahn@. Tested by nick@, xsa@, | Mark Kettenis |
2007-03-22 | Change yet another kernel message starting with `<'. | Miod Vallat |
2007-03-22 | When registering VME interrupts, maintain a direct ipl->vector table, as long | Miod Vallat |
2007-03-22 | In cmmu routines, replace splhigh() with disable_interrupts(), saves a function | Miod Vallat |
2007-03-22 | split userland & kernel struct sensor/sensordev so that the addition | Theo de Raadt |