index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
pci_usrreq.c
Age
Commit message (
Expand
)
Author
2015-08-24
add some _KERNEL_OPT as the finishing touch
pooka
2014-07-25
Add d_discard to all struct cdevsw instances I could find.
dholland
2014-07-25
introduce a new pci_drvname(3) to libpci. implement it in the backend
mrg
2014-05-28
Reject unaligned PCI config register ioctl requests before we kassert.
riastradh
2014-03-16
Change (mostly mechanically) every cdevsw/bdevsw I can find to use
dholland
2012-03-13
Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with
elad
2011-02-10
pcimmap: if the requested page is marked prefetchable in a child device's
jmcneill
2009-07-30
do as elad suggested and call kauth instead of using INSECURE in pcimmap()
macallan
2009-07-14
nuke PCI_ALLOW_MMAP, instead allow mmap(/dev/pci*) with options INSECURE
macallan
2009-07-09
enable mmap() support for /dev/pci* with options PCI_ALLOW_MMAP
macallan
2009-07-07
simplify previous.
christos
2009-07-04
pciioctl(), pci_devioctl():
cegger
2009-07-04
remove useless parenthesis
cegger
2008-06-11
remove unused variable
cegger
2008-03-23
Split device_t and softc for pci(4).
cube
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
2006-09-03
add missing initializers
christos
2005-12-11
merge ktrace-lwp.
christos
2005-06-28
Use ANSI function decls and static.
thorpej
2003-06-29
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
fvdl
2003-06-28
Pass lwp pointers throughtout the kernel, as required, so that the lwpid can
darrenr
2002-10-23
merge kqueue branch into -current
jdolecek
2002-09-06
Merge the gehenna-devsw branch into the trunk.
gehenna
2002-03-17
Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for
atatat
2001-11-13
add RCSID
lukem
2001-09-13
Oops, didn't intend to enable pcimmap() yet.
thorpej
2001-09-13
Add an ioctl interface to the PCI bus. Add ioctls to read/write
thorpej