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
Age
Commit message (
Expand
)
Author
2015-04-14
Move substantive part of rnd_ioctl to kern_rndq.c.
riastradh
2015-04-14
Omit unused rndsource `anonymous'.
riastradh
2015-04-14
Remove null pointer dereference in the code that never worked before...
riastradh
2015-04-14
Eliminate remaining cases of u_int*_t in kern_rndq.c.
riastradh
2015-04-14
Eliminate last two cases of u_int*_t in rndpseudo.c.
riastradh
2015-04-14
Use binuptime, not microtime/nanotime as substitute cycle counter.
riastradh
2015-04-14
Include rndpool.h, rndsource.h here because we use them.
riastradh
2015-04-14
No need for <sys/rnd.h> here either. Missed this one yesterday too.
riastradh
2015-04-14
Need only <sys/rndsource.h>, not <sys/rnd.h>.
riastradh
2015-04-14
Use rnd_add_data, not rndpool_mtx and rndpool_add_data.
riastradh
2015-04-14
Fix comment.
riastradh
2015-04-14
Fix a bug that ifconfig -z (SOICZIFDATA) doesn't work.
msaitoh
2015-04-14
Sync ixg(4) up to FreeBSD r243716:
msaitoh
2015-04-14
Include rndio.h for missing defines.
nat
2015-04-14
Include sys/rndsource.h for rnd_add_data.
nat
2015-04-14
Fix typo expliict -> explicit.
nat
2015-04-13
Use explicit_memset.
riastradh
2015-04-13
Omit needless declaration.
riastradh
2015-04-13
Cull another unused rndpool routine.
riastradh
2015-04-13
Cull some unused rndpool routines.
riastradh
2015-04-13
Remove remaining includes from <sys/rnd.h>.
riastradh
2015-04-13
Include <sys/rndsource.h> for rnd_add_data.
riastradh
2015-04-13
More rnd.h user cleanup.
riastradh
2015-04-13
Add required dependency on i2cexec
pgoyette
2015-04-13
Update module dependencies:
pgoyette
2015-04-13
Limit <sys/rndsource.h> include to kernel.
riastradh
2015-04-13
Oops -- install <sys/rndio.h> now that ioctls live there.
riastradh
2015-04-13
Fix location of comment for MIN/MAX.
riastradh
2015-04-13
Missed a spot: rnd.h -> rndsource.h.
riastradh
2015-04-13
MD rnd.h cleanups. Please let me know if I broke anything!
riastradh
2015-04-13
sync with new acpica struct shuffling.
christos
2015-04-13
update for new acpica
christos
2015-04-13
resolve conflicts.
christos
2015-04-13
----------------------------------------
christos
2015-04-13
Omit needless <sys/rnd.h>.
riastradh
2015-04-13
Convert remaining MI <sys/rnd.h> stragglers. Many MD ones left.
riastradh
2015-04-13
<sys/rnd.h> -> <sys/rndsource.h> in kern_todr.c.
riastradh
2015-04-13
<sys/rnd.h> not needed for kern_pax.c.
riastradh
2015-04-13
<sys/rnd.h> not needed for pf_norm.c.
riastradh
2015-04-13
Missed a spot: <sys/rndsource.h> for if_cdcereg.h.
riastradh
2015-04-13
Convert sys/dev to use <sys/rndsource.h>.
riastradh
2015-04-13
Need <sys/rndsource.h>, not <sys/cprng.h>, for rnd source stuff.
riastradh
2015-04-13
Add pmap locking to pmap_kenter_pa/kremove
matt
2015-04-13
Convert arch/x86 to use <sys/rnd*.h>. Omit needless includes.
riastradh
2015-04-13
<sys/rndsource.h> needs <sys/rndio.h> for RND_TYPE_*, RND_FLAG_*.
riastradh
2015-04-13
Omit needless include of <sys/fcntl.h> from <sys/cprng.h>.
riastradh
2015-04-13
cprng_strong(kern_cprng, ...) never blocks, pass 0 for flags.
riastradh
2015-04-13
Remove bogus #include <sys/rnd.h> from <sys/cprng.h>.
riastradh
2015-04-13
Add header guards and necessary includes.
riastradh
2015-04-13
Split <sys/rnd.h> into several header files.
riastradh
[next]