index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
ddb
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Fixed missing ifdefs and disordering in previous commit.
bde
1998-06-08
1
-2
/
+6
*
Fixed ifdef bogotification in previous commit.
bde
1998-06-08
1
-7
/
+2
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
12
-34
/
+39
*
Some cleanups related to timecounters and weird ifdefs in <sys/time.h>.
phk
1998-05-28
1
-27
/
+1
*
Redo the previous commit in a more Bruce-friendly fashion.
phk
1998-05-19
3
-11
/
+5
[next]