NetBSD/sys/ddb
yamt aec75b1cc6 - change the way to specify a bufq strategy. (by string rather than by number)
- rather than embedding bufq_state in driver softc,
  have a pointer to the former.
- move bufq related functions from kern/subr_disk.c to kern/subr_bufq.c.
- rename method to strategy for consistency.
- move some definitions which don't need to be exposed to the rest of kernel
  from sys/bufq.h to sys/bufq_impl.h.
  (is it better to move it to kern/ or somewhere?)
- fix some obvious breakage in dev/qbus/ts.c.  (not tested)
2005-10-15 17:29:10 +00:00
..
TODO minor updates: vax port kludge is in trace, not kill. spelling. 2005-05-30 05:58:52 +00:00
db_access.c
db_access.h make the argument of db_write_bytes const (sorry for the signature change) 2005-06-01 15:57:23 +00:00
db_aout.c Add lots of const. 2005-05-29 21:31:05 +00:00
db_aout.h
db_break.c more constification fallout 2005-06-01 12:25:27 +00:00
db_break.h more constification fallout 2005-06-01 12:25:27 +00:00
db_command.c more constification fallout 2005-06-01 12:25:27 +00:00
db_command.h more constification fallout 2005-06-01 12:25:27 +00:00
db_elf.c
db_examine.c more constification fallout 2005-06-01 12:25:27 +00:00
db_expr.c
db_extern.h more constification fallout 2005-06-01 12:25:27 +00:00
db_input.c Add lots of const. 2005-05-29 21:31:05 +00:00
db_interface.h more constification fallout 2005-06-01 12:25:27 +00:00
db_lex.c
db_lex.h
db_output.c Add lots of const. 2005-05-29 21:31:05 +00:00
db_output.h
db_print.c more constification fallout 2005-06-01 12:25:27 +00:00
db_run.c more constification fallout 2005-06-01 12:25:27 +00:00
db_run.h more constification fallout 2005-06-01 12:25:27 +00:00
db_sym.c Add lots of const. 2005-05-29 21:31:05 +00:00
db_sym.h Add lots of const. 2005-05-29 21:31:05 +00:00
db_trap.c nuke trailing whitespace 2005-02-26 22:58:54 +00:00
db_variables.c more constification fallout 2005-06-01 12:25:27 +00:00
db_variables.h more constification fallout 2005-06-01 12:25:27 +00:00
db_watch.c more constification fallout 2005-06-01 12:25:27 +00:00
db_watch.h more constification fallout 2005-06-01 12:25:27 +00:00
db_write_cmd.c more constification fallout 2005-06-01 12:25:27 +00:00
db_xxx.c - change the way to specify a bufq strategy. (by string rather than by number) 2005-10-15 17:29:10 +00:00
ddbvar.h