Age | Commit message (Expand) | Author |
2007-03-28 | Fix a Marvell Entry, "SATA" -> "88SE6101 IDE" | Jonathan Gray |
2007-03-28 | While we are determining which NCQ command failed, we will need to ensure | Christopher Pascoe |
2007-03-28 | Due to a logic inversion, we would error out any commands that had completed | Christopher Pascoe |
2007-03-28 | Improve output of some debugging messages. | Christopher Pascoe |
2007-03-28 | Some more safety checks on ccb state. | Christopher Pascoe |
2007-03-28 | disk addresses are in hex, not decimal. makes my LSILogic,sas@3/disk@13 | David Gwynne |
2007-03-28 | Bump max number of physical segments. Machines in the wild | Tobias Weingartner |
2007-03-27 | OK, I understand why jsg wanted the disk_unbusy() in wdretry(), and he | Theo de Raadt |
2007-03-27 | only actually change the drive LED state if there was a real state change; | Theo de Raadt |
2007-03-27 | Don't pick up IPv6 link local IPs on address deletions. | Marco Pfatschbacher |
2007-03-27 | When trap() causes a panic, have stacktrace() use ddb to find the symbol | Miod Vallat |
2007-03-27 | Remove an #ifdef LFS chunk from dk_mountroot(); | Thordur I. Bjornsson |
2007-03-27 | Clean up some return value handling now that we know that what's returned | Artur Grabowski |
2007-03-27 | Try and print symbol-relative addresses for branches, and display | Miod Vallat |
2007-03-27 | this level of serverworks sata does not help | Theo de Raadt |
2007-03-27 | more grammar fixups; from bret lambert and myself | Jason McIntyre |
2007-03-27 | grammar from bret lambert, and one more from me; | Jason McIntyre |
2007-03-27 | attach ahci based on the pci class and interface fields, not just on a | David Gwynne |
2007-03-27 | grok LSILogic,sas controllers in bootpath; as well, become aware that (at | Theo de Raadt |
2007-03-27 | disable serverworks sata until it works (been busted for a year on the | Theo de Raadt |
2007-03-27 | First stab at state transition code for volumes and chunks. | Marco Peereboom |
2007-03-27 | regenerate | Chris Kuethe |
2007-03-27 | u-blox ANTARIS4 GPS receiver | Chris Kuethe |
2007-03-27 | regen | David Gwynne |
2007-03-27 | silicon image 3131 and 3531 | David Gwynne |
2007-03-26 | software-driven drive light code, using a timeout. uwe wrote some code | Theo de Raadt |
2007-03-26 | Don't leak memory. | Marco Peereboom |
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 |