NetBSD/sys/ddb
thorpej fc96443d15 New callout mechanism with two major improvements over the old
timeout()/untimeout() API:
- Clients supply callout handle storage, thus eliminating problems of
  resource allocation.
- Insertion and removal of callouts is constant time, important as
  this facility is used quite a lot in the kernel.

The old timeout()/untimeout() API has been removed from the kernel.
2000-03-23 07:01:25 +00:00
..
db_access.c
db_access.h
db_aout.c
db_aout.h
db_break.c
db_break.h
db_command.c On MP, print cpu number prior to prompt 2000-02-21 05:48:56 +00:00
db_command.h - change db_cmd_list() to list commands vertically rather than horizontally 1999-10-28 06:37:32 +00:00
db_elf.c Update to match new SVR4-style definition names in <sys/exec_elf.h>. 1999-10-25 13:55:06 +00:00
db_examine.c
db_expr.c
db_extern.h
db_input.c
db_interface.h
db_lex.c
db_lex.h
db_output.c Fix obvious off-by-one error in db_output(). 2000-03-08 08:31:33 +00:00
db_output.h - change db_cmd_list() to list commands vertically rather than horizontally 1999-10-28 06:37:32 +00:00
db_print.c
db_run.c
db_run.h
db_sym.c
db_sym.h
db_trap.c
db_variables.c - change db_cmd_list() to list commands vertically rather than horizontally 1999-10-28 06:37:32 +00:00
db_variables.h
db_watch.c
db_watch.h
db_write_cmd.c
db_xxx.c New callout mechanism with two major improvements over the old 2000-03-23 07:01:25 +00:00
ddbvar.h