This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-nq
/
sys
/
ia64
History
Alan Cox
72826d0f4a
A loop in pmap_remove() should use TAILQ_FOREACH_SAFE(), not
...
TAILQ_FOREACH(), because the loop deletes elements from the list. Reviewed by: marcel@
2004-07-15 03:20:00 +00:00
..
acpica
Add machdep quirks functions. On i386, this disables acpi on systems with
2004-06-30 04:42:29 +00:00
compile
…
conf
Add options KDB and GDB. KDB takes on the function of what DDB used
2004-07-11 03:20:09 +00:00
disasm
Remove two unused fields in the operand structure (o_read & o_write).
2003-10-24 02:05:53 +00:00
ia32
Add missing #include "opt_compat.h" so that the compatability function
2003-12-18 06:59:18 +00:00
ia64
A loop in pmap_remove() should use TAILQ_FOREACH_SAFE(), not
2004-07-15 03:20:00 +00:00
include
Mega update for the KDB framework: turn DDB into a KDB backend.
2004-07-10 23:47:20 +00:00
isa
Remove advertising clause from University of California Regent's
2004-04-07 20:46:16 +00:00
pci
…