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
/
external
/
cddl
/
osnet
/
dist
/
lib
Age
Commit message (
Expand
)
Author
2023-02-07
dtrace: remove unnecessary fflush()
chs
2023-02-06
dtrace: re-fix aggregations to report from all online CPUs
chs
2022-05-02
Follow FreeBSD revision <0e15d9fbeba4> and simplify #ifdef'ed code.
jkoshy
2021-10-27
Hacks to get zdb working on NetBSD:
simonb
2021-08-28
libzfs: Zero DIOCLWEDGES input before ioctl.
riastradh
2021-05-13
this is not FreeBSD
nia
2020-09-06
Stop using alloca
christos
2020-09-06
Adjust string sizes
christos
2020-09-06
fix zeroing
christos
2020-08-20
mmap MAP_FAILED audit.
riastradh
2020-04-04
When collecting zpool devices, skip disks with wedges so that a
mlelstv
2020-02-12
Use /dev/ksyms, not /netbsd, for the running kernel's symbols.
riastradh
2019-12-03
dtrace: add support for aarch64
jmcneill
2019-08-20
Always open the raw block devices as "<device><unit>" like it
hannken
2019-07-24
Handle automatic module loading on device open more like FreeBSD does.
hannken
2019-07-21
Always use "netbsd" as kernel name, dt_module_update() already takes
hannken
2019-07-21
Try to load module "dtrace" before opening "/dev/dtrace/dtrace".
hannken
2019-06-22
Sync with upstream r315983.
hannken
2019-06-06
Handle files not present upstream:
hannken
2018-06-02
Use a constant to prevent dynamic array allocation which messes up SSP.
christos
2018-05-29
Build fix attempt, use TOOL_AWK (with fallback to "awk") rather than "nawk".
kre
2018-05-28
merge a new version of the CDDL dtrace and ZFS code.
chs
2018-05-28
import new CDDL dtrace and ZFS code from FreeBSD svn r315983.
chs
2017-11-06
need to undef KERN_ELFSIZE too here...
christos
2017-05-26
Fix argument order.
joerg
2017-01-12
Rearrange headers
christos
2017-01-10
fix a few warnings.
christos
2016-08-03
machdep.booted_kernel is not an absolute path, make it so. Now u_int is
christos
2016-06-30
Add missing dp_proc_unlock() in error path.
pgoyette
2016-04-28
remove incorrect comment
christos
2016-04-28
Introduce dt_bootfile() and use it to avoid hard-coded kernel values. Fixes
christos
2016-03-01
Don't crash when relocbase was 0.
joerg
2016-02-29
Cast int64_t to long long before printfing with %lld.
riastradh
2016-02-29
Add __printflike as appropriate.
riastradh
2016-02-28
- Add missing ioctl.h
christos
2016-02-24
Make the default CPP path a list and check if they are access(2)able.
joerg
2016-02-04
Fix printf formats and casts.
roy
2016-02-04
Correct a prior patch by moving __printflike marking from the .c files
roy
2016-02-04
Mark __printflike and __dead.
roy
2016-02-04
Mark printflike functions as __printflike.
roy
2016-02-03
Adapt getmajor and getminor signatures for NetBSD.
riz
2015-11-12
Declare variables under the same conditions as their use.
riz
2015-10-07
Adjust for NetBSD.
christos
2015-10-06
Make this build for me.
riz
2015-10-05
load the kernel for NetBSD (for now)
christos
2015-10-05
Add definitions for uid_t and gid_t for NetBSD because we are screwing up
christos
2015-10-04
put back module filename finding code.
christos
2015-10-01
Redo previous so as to not break non-arm MKDTRACE=yes builds.
riz
2015-10-01
Only declare 'ldn' where it's actually used. Fixes build on arm
riz
2015-09-29
detect dynamically if we need -e for echo
christos
[next]