summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-01-04Previous commit was too restrictive: just ignore the CLONE_FS flagPhilip Guenthe
2010-01-04remove dead assignment and newly created unused variable.Charles Longeau
2010-01-04turn off verboseTheo de Raadt
2010-01-04nothing in the midlayer cares about ITSDONE anymore. if a command is done,David Gwynne
2010-01-04rename ccb_xs to ccb_cookie and change its type from a scsi_xfer * to aDavid Gwynne
2010-01-04protect the ccb free queue with a mutex rather than splbioDavid Gwynne
2010-01-04Don't decrement the refcnt on a plimits until after we're donePhilip Guenthe
2010-01-04Add a few missing scsi_done()'s before returning COMPLETE. AlsoKenneth R Westerback
2010-01-04introduce scsi_xs_sync. this will synchronously execute a scsi_xferDavid Gwynne
2010-01-03Implement pmap_proc_iflush() such that the instruction cache is synchronizedMark Kettenis
2010-01-03Use atomic operations to access the per-cpu scheduler flags.Mark Kettenis
2010-01-03delete unused variableTheo de Raadt
2010-01-03enable aibsTheo de Raadt
2010-01-03change M_WAITOK --> M_WAITOK|M_CANFAILCharles Longeau
2010-01-03Use a split genassym.cf scheme on mips64 ports. Don't forget to rerun config(8).Miod Vallat
2010-01-03disk cache mode pageDavid Gwynne
2010-01-03oops, get the order of args right for the header request inDavid Gwynne
2010-01-03mpi_bio_get_pg0_raid is only called from a process context. let the cfgDavid Gwynne
2010-01-03oops, forgot to set the ccb_cookie in mpi_wait. mpi_wait_done would faultDavid Gwynne
2010-01-03get rid of the last internal user of splbio. waiting for the completion ofDavid Gwynne
2010-01-03rename ccb_xs to ccb_cookie, and switch it from a struct scsi_xfer * to aDavid Gwynne
2010-01-03dont leak a ccb if we fail to get a reply in portenableDavid Gwynne
2010-01-03when getting a reply from the hw, only sync the dmamem for that one replyDavid Gwynne
2010-01-03switch mpi from using splbio to protect itself over to mutexes.David Gwynne
2010-01-03scsi_done sets ITSDONE, we dont have to do it.David Gwynne
2010-01-02move the buf handling from using scsi_scsi_cmd over to scsi_xs_exec. iDavid Gwynne
2010-01-02uninitalized protocol version for ipv6; from mickey; ok claudioMarkus Friedl
2010-01-02When finding certain novatel devices in mass storage modeJonathan Gray
2010-01-02We need an additional level of indirection through 'struct scsibus_attach_args'Mark Kettenis
2010-01-01Miod must have gotten his fingers stuck between the keys on his keyboard andMark Kettenis
2010-01-01Map the device registers before using them. We were lucky that some otherMark Kettenis
2010-01-01Make sure than ptrace functions never return a non-zero value in the zeroMiod Vallat
2010-01-01Make sure we grab the kernel lock before invoking trapsignal().Miod Vallat
2010-01-01If you want to use atomic ops, you need to #include the proper files insteadMiod Vallat
2010-01-01Since sh4_emode_icache_sync_all() and sh4_emode_dcache_wbinv_all()Miod Vallat
2010-01-01Remove unused *_CACHE_FLUSH() macros.Miod Vallat
2010-01-01Make sure page is cache invalidated in pmap_unmap_direct(), for the next useMiod Vallat
2010-01-01copyright++;Miod Vallat
2010-01-01Make sure we grab the kernel lock before invoking trapsignal().Miod Vallat
2010-01-01deck chair shufflingDavid Gwynne
2010-01-01split the flags used in a scsi_link structure to represent its state atDavid Gwynne
2009-12-31syncTheo de Raadt
2009-12-31new devs; ejacquotTheo de Raadt
2009-12-31Assert copyright.Joel Sing
2009-12-31Add support for key disks. This allows a crypto volume to be constructedJoel Sing
2009-12-31Implement wrappers for enabling and disabling interrupts.Joel Sing
2009-12-31Make cpl and cpu_inintr per CPU variables. For locore.S, cpl becomes anJoel Sing
2009-12-31Add vds(4) and vdsp(4), implementing the vDisk server side protocol. ThisMark Kettenis
2009-12-31Add a few more hypervisor calls.Mark Kettenis
2009-12-30remove dead assignments and newly created unused variables.Charles Longeau