| Commit message (Expand) | Author | Age | Files | Lines |
* | With this commit, I hereby pronounce gensetdefs past its use-by date. | peter | 2001-06-13 | 1 | -14/+22 |
* | o Merge contents of struct pcred into struct ucred. Specifically, add the | rwatson | 2001-05-25 | 1 | -1/+1 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -1/+2 |
* | Catch up to header include changes: | jhb | 2001-03-28 | 1 | -0/+2 |
* | Use macro API for <sys/queue.h> | phk | 2000-12-30 | 1 | -4/+4 |
* | Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. | phk | 2000-07-04 | 1 | -1/+1 |
* | Style police catches up with rev 1.26 of src/sys/sys/sysctl.h: | phk | 2000-07-03 | 1 | -1/+1 |
* | Add a new sysctl "debug.enter_debugger" (when the kernel is compiled | archie | 2000-01-27 | 1 | -0/+77 |
* | Add a new mechanism, cndbctl(), to tell the console driver that | yokota | 2000-01-11 | 2 | -8/+2 |
* | Unused file. This (NetBSD derived) file was obsoleted by kld. | peter | 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 | 2000-01-11 | 1 | -4/+1 |
* | Remove unused macro definition. | archie | 1999-11-02 | 1 | -1/+0 |
* | useracc() the prequel: | phk | 1999-10-29 | 1 | -1/+0 |
* | Delete unneeded #include | peter | 1999-10-11 | 1 | -2/+0 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 28 | -28/+28 |
* | Merge the cons.c and cons.h to the best of my ability. alpha may or | phk | 1999-08-09 | 4 | -11/+8 |
* | The following patch will remove a hack introduced in | yokota | 1999-07-14 | 1 | -13/+1 |
* | Quiet warnings on Alpha. (db_expr_t is a long on alpha, int on x86) | peter | 1999-07-01 | 7 | -27/+26 |
* | Removed an especially bogus cast. | bde | 1999-05-13 | 1 | -2/+2 |
* | Restored used include of <sys/systm.h>. -Wmissing-prototypes doesn't work | bde | 1999-05-13 | 2 | -2/+5 |
* | add some amount of sanity to the way the gdb stuff finds its device. | phk | 1999-05-09 | 2 | -4/+18 |
* | Get rid of extern declarations on gdb stuff so systems compiled without | mckusick | 1999-05-07 | 1 | -1/+9 |
* | Fixed -Wcast-qual warnings. | bde | 1999-02-12 | 3 | -9/+9 |
* | Fixed fatal type mismatches in the aout case. Const poisoning in | bde | 1999-02-12 | 1 | -5/+5 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 6 | -45/+47 |
* | Changes to support -Wall, -Wcast-qual. Had to make physical code changes | dillon | 1999-01-27 | 7 | -30/+33 |
* | Replace includes of <sys/kernel.h> with includes of | jdp | 1999-01-14 | 1 | -2/+2 |
* | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | archie | 1998-12-04 | 1 | -4/+2 |
* | Forgot to commit this; the alpha uses the kld symbol interface now. The | peter | 1998-10-15 | 1 | -2/+2 |
* | Call some helper routines to be supplied by kern_linker.c in order to | peter | 1998-10-09 | 1 | -14/+7 |
* | At the moment, the alpha tentatively uses the ddb elf code rather than KLD, | peter | 1998-10-09 | 1 | -10/+4 |
* | We don't compile this on an elf kernel (and explicitly not on alpha in | peter | 1998-10-09 | 1 | -5/+4 |
* | Update to work with the new elf headers. | dfr | 1998-08-17 | 1 | -17/+2 |
* | Added macros __printflike() and __scanflike() to <sys/cdefs.h>. | bde | 1998-07-13 | 1 | -4/+3 |
* | Use not-so-new printf formats %r and/or %z instead of %n and/or %+x. | bde | 1998-07-08 | 5 | -16/+16 |
* | Fixed bogus type of valuep in struct db_variable. It was `int *' and | bde | 1998-07-08 | 8 | -22/+23 |
* | Fixed db_printf format errors. | bde | 1998-07-08 | 5 | -19/+18 |
* | Fixed db_printf format errors (except for ones using broken extensions | bde | 1998-07-08 | 1 | -7/+7 |
* | Remove the two single step breakpoints in the reverse order of setting to | dfr | 1998-07-05 | 1 | -5/+5 |
* | Add symtab parameter to X_db_symbol_values. | dfr | 1998-07-05 | 1 | -2/+3 |
* | Support 'g' format for printing 8 byte values. | dfr | 1998-07-05 | 1 | -1/+5 |
* | Forgot to mention: | dfr | 1998-06-28 | 1 | -1/+1 |
* | Add DDB symbol support for ELF and KLD. The KLD support only supports global | dfr | 1998-06-28 | 2 | -0/+539 |
* | Supply the symbol table as an argument to X_db_symbol_values (required for elf). | dfr | 1998-06-28 | 3 | -6/+8 |
* | Use db_addr_t for the breakpoint address in db_set_single_step. | dfr | 1998-06-28 | 1 | -3/+3 |
* | Make db_tok_number a long to allow typing 64bit numbers on alpha. | dfr | 1998-06-27 | 2 | -4/+4 |
* | Use %+11ln for printing in r format to make it work for 64bit registers. | dfr | 1998-06-27 | 1 | -7/+7 |
* | Add initial support for the FreeBSD/alpha kernel. This is very much a | dfr | 1998-06-10 | 3 | -7/+7 |
* | Make DDB work again after I broke it :-(. | dfr | 1998-06-08 | 1 | -2/+2 |
* | Backed out previous commit, which just consisted of a 1-byte editing | bde | 1998-06-08 | 1 | -2/+2 |