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