index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
Age
Commit message (
Expand
)
Author
2010-01-05
- properly spell "packet".
Jasper Lievisse Adriaanse
2010-01-05
dont need to end statements with two semicolons. one is enough.
David Gwynne
2010-01-05
Dynamic allocation for ASID and ASID generation number on struct pmap. ok miod@
Takuya ASADA
2010-01-05
only call disk_unbusy when we're finished with the io (or we're requeuing
David Gwynne
2010-01-05
atapiscsi didnt call scsi_done when the xfer had SCSI_POLL set. this is
David Gwynne
2010-01-04
Previous commit was too restrictive: just ignore the CLONE_FS flag
Philip Guenthe
2010-01-04
remove dead assignment and newly created unused variable.
Charles Longeau
2010-01-04
turn off verbose
Theo de Raadt
2010-01-04
nothing in the midlayer cares about ITSDONE anymore. if a command is done,
David Gwynne
2010-01-04
rename ccb_xs to ccb_cookie and change its type from a scsi_xfer * to a
David Gwynne
2010-01-04
protect the ccb free queue with a mutex rather than splbio
David Gwynne
2010-01-04
Don't decrement the refcnt on a plimits until after we're done
Philip Guenthe
2010-01-04
Add a few missing scsi_done()'s before returning COMPLETE. Also
Kenneth R Westerback
2010-01-04
introduce scsi_xs_sync. this will synchronously execute a scsi_xfer
David Gwynne
2010-01-03
Implement pmap_proc_iflush() such that the instruction cache is synchronized
Mark Kettenis
2010-01-03
Use atomic operations to access the per-cpu scheduler flags.
Mark Kettenis
2010-01-03
delete unused variable
Theo de Raadt
2010-01-03
enable aibs
Theo de Raadt
2010-01-03
change M_WAITOK --> M_WAITOK|M_CANFAIL
Charles Longeau
2010-01-03
Use a split genassym.cf scheme on mips64 ports. Don't forget to rerun config(8).
Miod Vallat
2010-01-03
disk cache mode page
David Gwynne
2010-01-03
oops, get the order of args right for the header request in
David Gwynne
2010-01-03
mpi_bio_get_pg0_raid is only called from a process context. let the cfg
David Gwynne
2010-01-03
oops, forgot to set the ccb_cookie in mpi_wait. mpi_wait_done would fault
David Gwynne
2010-01-03
get rid of the last internal user of splbio. waiting for the completion of
David Gwynne
2010-01-03
rename ccb_xs to ccb_cookie, and switch it from a struct scsi_xfer * to a
David Gwynne
2010-01-03
dont leak a ccb if we fail to get a reply in portenable
David Gwynne
2010-01-03
when getting a reply from the hw, only sync the dmamem for that one reply
David Gwynne
2010-01-03
switch mpi from using splbio to protect itself over to mutexes.
David Gwynne
2010-01-03
scsi_done sets ITSDONE, we dont have to do it.
David Gwynne
2010-01-02
move the buf handling from using scsi_scsi_cmd over to scsi_xs_exec. i
David Gwynne
2010-01-02
uninitalized protocol version for ipv6; from mickey; ok claudio
Markus Friedl
2010-01-02
When finding certain novatel devices in mass storage mode
Jonathan Gray
2010-01-02
We need an additional level of indirection through 'struct scsibus_attach_args'
Mark Kettenis
2010-01-01
Miod must have gotten his fingers stuck between the keys on his keyboard and
Mark Kettenis
2010-01-01
Map the device registers before using them. We were lucky that some other
Mark Kettenis
2010-01-01
Make sure than ptrace functions never return a non-zero value in the zero
Miod Vallat
2010-01-01
Make sure we grab the kernel lock before invoking trapsignal().
Miod Vallat
2010-01-01
If you want to use atomic ops, you need to #include the proper files instead
Miod Vallat
2010-01-01
Since sh4_emode_icache_sync_all() and sh4_emode_dcache_wbinv_all()
Miod Vallat
2010-01-01
Remove unused *_CACHE_FLUSH() macros.
Miod Vallat
2010-01-01
Make sure page is cache invalidated in pmap_unmap_direct(), for the next use
Miod Vallat
2010-01-01
copyright++;
Miod Vallat
2010-01-01
Make sure we grab the kernel lock before invoking trapsignal().
Miod Vallat
2010-01-01
deck chair shuffling
David Gwynne
2010-01-01
split the flags used in a scsi_link structure to represent its state at
David Gwynne
2009-12-31
sync
Theo de Raadt
2009-12-31
new devs; ejacquot
Theo de Raadt
2009-12-31
Assert copyright.
Joel Sing
2009-12-31
Add support for key disks. This allows a crypto volume to be constructed
Joel Sing
[next]