Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add vinumobj.h to SRCS. | grog | 2001-05-22 | 1 | -2/+2 |
| | |||||
* | Use a consistent style and one much closer to the rest of /usr/src | obrien | 2001-01-06 | 1 | -3/+2 |
| | |||||
* | Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of | peter | 2000-05-27 | 1 | -1/+1 |
| | | | | encoding the relative path. | ||||
* | Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk. | peter | 2000-05-04 | 1 | -1/+1 |
| | | | | | | | This means that the kernel can be totally self contained now and is not dependent on the last buildworld to update /usr/share/mk. This might also make it easier to build 5.x kernels on 4.0 boxes etc, assuming gensetdefs and config(8) are updated. | ||||
* | Remove MAINTAINER. | grog | 2000-04-16 | 1 | -2/+0 |
| | |||||
* | Remove non-functional 'all:' target. | grog | 2000-01-04 | 1 | -19/+10 |
| | | | | | | | | | | | | | Remove unused 'state.h' and 'maketabs' targets. Fix white space style bugs. Submitted-by: bde Sort module names in SRCS. Suggested-by: bde Correct breakage committed in revision 1.16. | ||||
* | o Add build-tools target for maketabs although it doesn't seem to | marcel | 2000-01-03 | 1 | -3/+5 |
| | | | | | be used. I therefore won't add it to Makefile.inc1. o Remove -g compilation flags. | ||||
* | Removed special rules for building and cleaning device interface files | bde | 1999-11-28 | 1 | -7/+1 |
| | | | | | and empty options files. The rules are now generated automatically in bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}). | ||||
* | Format documentations in the form that gdb appears to want. | grog | 1999-10-13 | 1 | -13/+65 |
| | | | | | | | | Change the name of rrqi to rqinfo (the equivalent of vinum(8)'s info -V command). rqinfo: Cosmetic changes. Add printout of the new loginfo types. | ||||
* | Add macro 'msgbuf' for printing out msgbuf. | grog | 1999-10-13 | 1 | -0/+6 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Change asf function to use the new name of the list in kern_linker.c. | grog | 1999-08-26 | 1 | -1/+1 |
| | | | | See revision 1.35 of sys/kern/kern_linker.c. | ||||
* | Bring up to date to work with -CURRENT. | grog | 1999-08-14 | 2 | -19/+108 |
| | |||||
* | Add vinumraid5.c to list of sources. | grog | 1999-08-07 | 1 | -1/+1 |
| | |||||
* | Reverse last checkin, which was a regression. Grrr. | grog | 1999-04-17 | 1 | -663/+4 |
| | |||||
* | Replace with the correct version which sources in the other .gdbinits. | grog | 1999-04-17 | 1 | -4/+663 |
| | |||||
* | Add kldstat macro, which basically does the same thing as kldstat(8) | grog | 1999-04-10 | 1 | -0/+16 |
| | |||||
* | 'fr' macro: trace back to new kernel base 0xc0000000 | grog | 1999-04-05 | 1 | -1/+1 |
| | |||||
* | Correct forgotten defs in defproc macro | grog | 1999-04-04 | 1 | -0/+4 |
| | |||||
* | Various bug fixes to make them actually work. | grog | 1999-03-31 | 3 | -650/+5 |
| | |||||
* | Restructure the .gdbinit files: | grog | 1999-03-28 | 4 | -1/+804 |
| | | | | | | | | | | | | | | | | | | | .gdbinit.crash contains a top-level .gdbinit suitable for debugging crash dumps .gdbinit.serial contains a top-level .gdbinit suitable for serial debugging Each of these two files reads the following files: .gdbinit.kernel: This file contains general macros suitable for kernel debugging. It is not related to vinum .gdbinit.vinum: This file contains macros specific to debugging vinum. .gdbinit.paths: Contains information about the location of the source and object files on the system. | ||||
* | Restructure the .gdbinit files: | grog | 1999-03-28 | 1 | -644/+3 |
| | | | | | | | | | | | | | | | | | | | .gdbinit.crash contains a top-level .gdbinit suitable for debugging crash dumps .gdbinit.serial contains a top-level .gdbinit suitable for serial debugging Each of these two files reads the following files: .gdbinit.kernel: This file contains general macros suitable for kernel debugging. It is not related to vinum .gdbinit.vinum: This file contains macros specific to debugging vinum. .gdbinit.paths: Contains information about the location of the source and object files on the system. | ||||
* | Improve the manner in which the location of the kld is found. It | grog | 1999-03-13 | 1 | -1/+15 |
| | | | | should now be completely automatic. | ||||
* | Split .gdbinit file into two versions, on suitable for remote | grog | 1999-02-04 | 2 | -20/+631 |
| | | | | debugging, the other for dump analysis. | ||||
* | Move CFLAGS to God's Own Position | grog | 1999-02-01 | 1 | -3/+5 |
| | | | | | | | Remove white space between CFLAGS and += Remove unneeded options Implied-by: bde | ||||
* | Add MAINTAINER | grog | 1999-01-30 | 1 | -0/+1 |
| | |||||
* | Include .gdbinit for debugging | grog | 1999-01-29 | 2 | -1/+664 |
| | |||||
* | Make the -I paths closer to what happens when compiling as part of the | peter | 1999-01-23 | 1 | -2/+2 |
| | | | | kernel where #include "filename.h" has been disabled. | ||||
* | Add source file vinumdaemon.c | grog | 1999-01-21 | 1 | -4/+5 |
| | |||||
* | Update for pseudo-device support tweaks.. | peter | 1998-12-28 | 1 | -6/+12 |
| | |||||
* | Reconnect vinum KLD module and have it build from sys/dev/vinum rather than | peter | 1998-12-28 | 1 | -3/+2 |
| | | | | from outside the src/sys tree like before. | ||||
* | Refer to vinum driver sources in a single location (outside of the | peter | 1998-10-23 | 23 | -8249/+8 |
| | | | | kernel src/sys tree, sigh - it should really be sys/dev/vinum/*). | ||||
* | Sample initial set of kld-ified modules. Not all have been completely | peter | 1998-10-16 | 2 | -8/+38 |
| | | | | | | | converted yet. These are more of a starting point. This is NOT connected to the parent Makefile. OK'ed by jkh (who is ever so patiently waiting) | ||||
* | Correct calculation of revive blocksize | grog | 1998-09-28 | 1 | -2/+2 |
| | | | | Submitted by: Chris Csanady | ||||
* | Get include paths right | grog | 1998-09-28 | 1 | -2/+2 |
| | |||||
* | Import base vinum lkm sources | grog | 1998-09-16 | 23 | -0/+8235 |