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-09-25
Remove unnecessary include of <sys/malloc.h>.
thorpej
2022-09-25
s/inerrupt/interrupt/ and s/intrrupt/interrupt/ in comments.
andvar
2022-09-25
Remove the bus_space_barrier I added with the commit
skrll
2022-09-24
Remove unnecessary include of <sys/malloc.h>.
thorpej
2022-09-24
malloc(9) -> kmem(9)
thorpej
2022-09-24
Remove unnecessary include of <sys/malloc.h>.
thorpej
2022-09-24
Remove unnecessary include of <sys/malloc.h>.
thorpej
2022-09-24
uhid(4): Don't wake waiters on changing sc_open.
riastradh
2022-09-24
efi(4): Fix access to efi_isopen.
riastradh
2022-09-23
wskbd(4): Add include guards.
riastradh
2022-09-22
efi(9): Set correct calling convention for EFI runtime services.
riastradh
2022-09-22
ichsmb(4): Remove confusing `lpcib_' prefix on register names.
riastradh
2022-09-22
ichsmb(4): Only rescan i2cbus child if requested.
riastradh
2022-09-22
ichsmb(4): Use config_detach_children to simplify.
riastradh
2022-09-22
ichsmb(4): Attach i2c bus only once.
riastradh
2022-09-22
tco(4): Nix PMC_TCO_BASE offset in TCO register definitions.
riastradh
2022-09-22
tco(4): Use a subregion of the PMC registers for TCO registers.
riastradh
2022-09-22
ichlpcib(4), tco(4): Take `lpcib_' off various names.
riastradh
2022-09-22
umass(4): Reduce timeout for control xfers to standard USB timeout.
riastradh
2022-09-22
usbnet(9): Omit needless miilock around uno_stop.
riastradh
2022-09-22
Take and release IFNET_LOCK around aq_stop in aq_detach. Also, call with
skrll
2022-09-22
aq(4): Don't schedule tick callout on interrupt if stopping.
riastradh
2022-09-21
No need to include <sys/malloc.h>
thorpej
2022-09-21
Fix a memory leak in an extremely uncommon error path in ste_start().
thorpej
2022-09-20
fill out more of the linux pci API compat
mrg
2022-09-20
revert rev 1.111 (which was 1.106 again, without the 1.107 changes).
mrg
2022-09-18
Eliminate use of IFF_OACTIVE.
thorpej
2022-09-18
Eliminate use of IFF_OACTIVE. (This driver never even set it.)
thorpej
2022-09-18
Eliminate use of IFF_OACTIVE.
thorpej
2022-09-18
Eliminate use of IFF_OACTIVE.
thorpej
2022-09-18
Eliminate use of IFF_OACTIVE.
thorpej
2022-09-17
Use C99 designated initializers.
tsutsui
2022-09-17
Make local functions static.
tsutsui
2022-09-17
Eliminate use of IFF_OACTIVE.
thorpej
2022-09-17
u_int*_t -> uint*_t
thorpej
2022-09-17
Liberally apply static.
thorpej
2022-09-17
egstart(): Use m_copydata() rather than open-coding it.
thorpej
2022-09-17
Convert an open-coded check for M_PKTHDR + panic into a KASSERT().
thorpej
2022-09-17
Eliminate use of IFF_OACTIVE.
thorpej
2022-09-17
u_int*_t -> uint*_t
thorpej
2022-09-17
Liberally apply "static".
thorpej
2022-09-17
malloc() -> kmem_alloc()
thorpej
2022-09-17
Eliminate use of IFF_OACTIVE.
thorpej
2022-09-17
Eliminate use of IFF_OACTIVE.
thorpej
2022-09-17
vte_ifstart(): Make the condition if the transmit loop the number of
thorpej
2022-09-17
alc_start(): Remove redundant IFQ_IS_EMPTY(). This very same condition
thorpej
2022-09-17
age_start(): Remove redundant IFQ_IS_EMPTY(). This very same condition
thorpej
2022-09-17
- synaptics_filter_policy no longer generates movements from stale data.
mlelstv
2022-09-16
s/Paket/Packet/
andvar
2022-09-16
It is correct to update ifp statistics per packet, just remove commented out ...
knakahara
[prev]
[next]