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
Age
Commit message (
Expand
)
Author
2022-04-02
cgd(4): Omit technically-correct-but-broken adiantum dependency again.
riastradh
2022-04-01
Create a loaable adiantum module, and make cgd require it.
pgoyette
2022-04-01
Split i2c_subr.c into a separate module rather than including it in
pgoyette
2022-04-01
Call iic_fini_tag() when the tag is no longer needed.
pgoyette
2022-04-01
Trailing Whitespace
skrll
2022-04-01
Fix regression introduced when fixing PR kern/56613 and related tweaks
blymn
2022-04-01
cgd(4): Remove recently added dependency on adiantum.
riastradh
2022-03-31
For device modules that provide both auto-config and /dev/xxx
pgoyette
2022-03-31
simplify.
christos
2022-03-31
call detach functions before stopping the interrupt for atq
yamaguchi
2022-03-31
Use xc_barrier to wait for finish of the interrupt handler
yamaguchi
2022-03-31
ixl(4): remove unnecessary lock acquirement
yamaguchi
2022-03-31
vioif(4): remove unnecessary lock acquirement
yamaguchi
2022-03-30
vmxnet3_stop_rendezvous() requires workqueue_wait() to wait workqueue not sch...
knakahara
2022-03-30
These modules need to depend on iic, not just on i2cexec. (They will
pgoyette
2022-03-29
gpiopps module requires the gpio module to resolve several symbols
pgoyette
2022-03-29
sequencer(4): Don't use mutex_spin_exit on an IPL_NONE lock.
riastradh
2022-03-29
cs4281(4): Fix lock ordering in suspend.
riastradh
2022-03-29
emdtv(4): Fix issues in detach.
riastradh
2022-03-29
uhid(4): Make sure error is initialized in uhidkqfilter.
riastradh
2022-03-29
vioif(4): Added a comment about stopping packet processing
yamaguchi
2022-03-28
Restore another historic RCS Id.
wiz
2022-03-28
sys/dev/ccd.c: Restore historic RCS id.
riastradh
2022-03-28
uatp(4): Use usbd_get/set_report for Geyser 3/4 reset.
riastradh
2022-03-28
uatp(4): Fix detach logic.
riastradh
2022-03-28
uhidev(9): Assert uhidev is open when writing.
riastradh
2022-03-28
uhidev(9): Define UHIDEV_MAXREPID = 255.
riastradh
2022-03-28
uhidev(9): Omit needless sc_dying.
riastradh
2022-03-28
uhidev(9): Make uhidev state opaque.
riastradh
2022-03-28
uhidev(9): Fix race between uhidev_close and uhidev_intr.
riastradh
2022-03-28
uhidev(9): Refactor error branch to use one label.
riastradh
2022-03-28
uhidev(9): Make some private functions static and fix comment.
riastradh
2022-03-28
uhidev(9): Make uhidev_stop work reliably.
riastradh
2022-03-28
ucycom(4): Defer uhidev_write_async to taskq.
riastradh
2022-03-28
uhidev(9): Move struct uhidev_softc into uhidev.c.
riastradh
2022-03-28
uhidev(9): Get the device and interface through attach args.
riastradh
2022-03-28
uhidev(9): New uhidev_write_async.
riastradh
2022-03-28
uhidev(9): Partially fix uhidev_write aborting.
riastradh
2022-03-28
uhid(4): Use d_cfdriver/devtounit/cancel to avoid open/detach races.
riastradh
2022-03-28
ucom(4): Rework open/close/attach/detach logic.
riastradh
2022-03-28
audio(4): Use d_cfdriver/devtounit to avoid open/detach races.
riastradh
2022-03-28
sd(4): Use d_cfdriver/devtounit to avoid open/detach races.
riastradh
2022-03-28
wd(4): Use d_cfdriver/devtounit to avoid open/detach races.
riastradh
2022-03-28
sys: Split struct device into a private device_impl.h.
riastradh
2022-03-28
driver(9): devsw_detach never fails. Make it return void.
riastradh
2022-03-28
Add helper to detach genfb console.
mlelstv
2022-03-28
Check INITED state by default for all ioctls but VNDIOCSET. Avoids crashes
mlelstv
2022-03-28
Fix sanity check for zero sized buffer.
mlelstv
2022-03-28
Media size is in bytes (off_t), not sectors.
mlelstv
2022-03-26
igpio(4): Use device_xname, not struct device members.
riastradh
[prev]
[next]