| Commit message (Expand) | Author | Age | Files | Lines |
| * | Commented out locking that would be used in the ps command if locks were | John Baldwin | 2002-04-11 | 1 | -0/+5 |
| * | Fixed some style bugs in the removal of __P(()). Continuation lines | Bruce Evans | 2002-03-23 | 3 | -23/+15 |
| * | Remove __P. | Alfred Perlstein | 2002-03-20 | 19 | -113/+108 |
| * | Allow '.' in identifiers - some ia64 register names contain '.'. | Doug Rabson | 2002-03-10 | 1 | -1/+1 |
| * | ^U kills an entire input line in most applications, | Yaroslav Tykhiy | 2002-02-12 | 1 | -5/+6 |
| * | Teach ddb(4) to delete to the beginning of its command line on ^U. | Yaroslav Tykhiy | 2002-02-11 | 1 | -0/+5 |
| * | Pre-KSE/M3 commit. | Julian Elischer | 2002-02-07 | 1 | -1/+1 |
| * | pid is 'long' on alpha. | Matt Jacob | 2002-01-17 | 1 | -2/+2 |
| * | Implement a "kill" DDB command which is an interface to psignal() that | Dima Dorfman | 2001-11-27 | 1 | -0/+59 |
| * | GC the a.out support in DDB, nothing anywhere would pull this | Poul-Henning Kamp | 2001-11-05 | 1 | -402/+0 |
| * | - Include machine/md_var.h to get rid of cpu_reset() warning. (-Wall) | Andrew R. Reiter | 2001-11-05 | 1 | -0/+1 |
| * | Add a 'reset' command. This is useful for panics really early before | Peter Wemm | 2001-11-03 | 1 | -0/+13 |
| * | Make the flag field in the ps output one char wider to account for recent | John Baldwin | 2001-10-20 | 1 | -6/+13 |
| * | Fill out some gaps in ia64 DDB support. This involves generalising DDB's | Doug Rabson | 2001-09-15 | 3 | -25/+36 |
| * | - Whitespace fixes. | John Baldwin | 2001-09-12 | 1 | -16/+9 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -8/+30 |
| * | No tokens should follow #endif. | David E. O'Brien | 2001-08-15 | 1 | -2/+2 |
| * | Quiet a variable format-string warning. | Kris Kennaway | 2001-07-19 | 1 | -1/+1 |
| * | Add 'hwatch' and 'dhwatch' ddb commands analogous to 'watch' and | Brian S. Dean | 2001-07-11 | 3 | -0/+49 |
| * | A set of changes to reduce the number of include files the kernel | Julian Elischer | 2001-07-08 | 2 | -2/+3 |
| * | With this commit, I hereby pronounce gensetdefs past its use-by date. | Peter Wemm | 2001-06-13 | 1 | -14/+22 |
| * | o Merge contents of struct pcred into struct ucred. Specifically, add the | Robert Watson | 2001-05-25 | 1 | -1/+1 |
| * | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 1 | -1/+2 |
| * | Catch up to header include changes: | John Baldwin | 2001-03-28 | 1 | -0/+2 |
| * | Use macro API for <sys/queue.h> | Poul-Henning Kamp | 2000-12-30 | 1 | -4/+4 |
| * | Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. | Poul-Henning Kamp | 2000-07-04 | 1 | -1/+1 |
| * | Style police catches up with rev 1.26 of src/sys/sys/sysctl.h: | Poul-Henning Kamp | 2000-07-03 | 1 | -1/+1 |
| * | Add a new sysctl "debug.enter_debugger" (when the kernel is compiled | Archie Cobbs | 2000-01-27 | 1 | -0/+77 |
| * | Add a new mechanism, cndbctl(), to tell the console driver that | Kazutaka YOKOTA | 2000-01-11 | 2 | -8/+2 |
| * | Unused file. This (NetBSD derived) file was obsoleted by kld. | Peter Wemm | 2000-01-11 | 1 | -381/+0 |
| * | Fix a typo in the db_kld.c file - it's kld support not raw a.out support. | Peter Wemm | 2000-01-11 | 1 | -4/+1 |
| * | Remove unused macro definition. | Archie Cobbs | 1999-11-02 | 1 | -1/+0 |
| * | useracc() the prequel: | Poul-Henning Kamp | 1999-10-29 | 1 | -1/+0 |
| * | Delete unneeded #include | Peter Wemm | 1999-10-11 | 1 | -2/+0 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 28 | -28/+28 |
| * | Merge the cons.c and cons.h to the best of my ability. alpha may or | Poul-Henning Kamp | 1999-08-09 | 4 | -11/+8 |
| * | The following patch will remove a hack introduced in | Kazutaka YOKOTA | 1999-07-14 | 1 | -13/+1 |
| * | Quiet warnings on Alpha. (db_expr_t is a long on alpha, int on x86) | Peter Wemm | 1999-07-01 | 7 | -27/+26 |
| * | Removed an especially bogus cast. | Bruce Evans | 1999-05-13 | 1 | -2/+2 |
| * | Restored used include of <sys/systm.h>. -Wmissing-prototypes doesn't work | Bruce Evans | 1999-05-13 | 2 | -2/+5 |
| * | add some amount of sanity to the way the gdb stuff finds its device. | Poul-Henning Kamp | 1999-05-09 | 2 | -4/+18 |
| * | Get rid of extern declarations on gdb stuff so systems compiled without | Kirk McKusick | 1999-05-07 | 1 | -1/+9 |
| * | Fixed -Wcast-qual warnings. | Bruce Evans | 1999-02-12 | 3 | -9/+9 |
| * | Fixed fatal type mismatches in the aout case. Const poisoning in | Bruce Evans | 1999-02-12 | 1 | -5/+5 |
| * | Fix warnings in preparation for adding -Wall -Wcast-qual to the | Matthew Dillon | 1999-01-27 | 6 | -45/+47 |
| * | Changes to support -Wall, -Wcast-qual. Had to make physical code changes | Matthew Dillon | 1999-01-27 | 7 | -30/+33 |
| * | Replace includes of <sys/kernel.h> with includes of | John Polstra | 1999-01-14 | 1 | -2/+2 |
| * | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | Archie Cobbs | 1998-12-04 | 1 | -4/+2 |
| * | Forgot to commit this; the alpha uses the kld symbol interface now. The | Peter Wemm | 1998-10-15 | 1 | -2/+2 |
| * | Call some helper routines to be supplied by kern_linker.c in order to | Peter Wemm | 1998-10-09 | 1 | -14/+7 |