summaryrefslogtreecommitdiffstats
path: root/sys/modules/vinum
Commit message (Collapse)AuthorAgeFilesLines
* Remove these files. They have successors in tools/debugscripts.grog2003-06-125-972/+0
|
* Remove gcc-specific optimization/debugging CFLAGSkris2002-10-241-1/+1
|
* Drop <bsd.man.mk> support from <bsd.kmod.mk>.ru2002-01-111-1/+0
| | | | Not objected to by: -current
* Add vinumobj.h to SRCS.grog2001-05-221-2/+2
|
* Use a consistent style and one much closer to the rest of /usr/srcobrien2001-01-061-3/+2
|
* Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofpeter2000-05-271-1/+1
| | | | encoding the relative path.
* Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.peter2000-05-041-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.grog2000-04-161-2/+0
|
* Remove non-functional 'all:' target.grog2000-01-041-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 tomarcel2000-01-031-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 filesbde1999-11-281-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.grog1999-10-131-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.grog1999-10-131-0/+6
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Change asf function to use the new name of the list in kern_linker.c.grog1999-08-261-1/+1
| | | | See revision 1.35 of sys/kern/kern_linker.c.
* Bring up to date to work with -CURRENT.grog1999-08-142-19/+108
|
* Add vinumraid5.c to list of sources.grog1999-08-071-1/+1
|
* Reverse last checkin, which was a regression. Grrr.grog1999-04-171-663/+4
|
* Replace with the correct version which sources in the other .gdbinits.grog1999-04-171-4/+663
|
* Add kldstat macro, which basically does the same thing as kldstat(8)grog1999-04-101-0/+16
|
* 'fr' macro: trace back to new kernel base 0xc0000000grog1999-04-051-1/+1
|
* Correct forgotten defs in defproc macrogrog1999-04-041-0/+4
|
* Various bug fixes to make them actually work.grog1999-03-313-650/+5
|
* Restructure the .gdbinit files:grog1999-03-284-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:grog1999-03-281-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. Itgrog1999-03-131-1/+15
| | | | should now be completely automatic.
* Split .gdbinit file into two versions, on suitable for remotegrog1999-02-042-20/+631
| | | | debugging, the other for dump analysis.
* Move CFLAGS to God's Own Positiongrog1999-02-011-3/+5
| | | | | | | Remove white space between CFLAGS and += Remove unneeded options Implied-by: bde
* Add MAINTAINERgrog1999-01-301-0/+1
|
* Include .gdbinit for debugginggrog1999-01-292-1/+664
|
* Make the -I paths closer to what happens when compiling as part of thepeter1999-01-231-2/+2
| | | | kernel where #include "filename.h" has been disabled.
* Add source file vinumdaemon.cgrog1999-01-211-4/+5
|
* Update for pseudo-device support tweaks..peter1998-12-281-6/+12
|
* Reconnect vinum KLD module and have it build from sys/dev/vinum rather thanpeter1998-12-281-3/+2
| | | | from outside the src/sys tree like before.
* Refer to vinum driver sources in a single location (outside of thepeter1998-10-2323-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 completelypeter1998-10-162-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 blocksizegrog1998-09-281-2/+2
| | | | Submitted by: Chris Csanady
* Get include paths rightgrog1998-09-281-2/+2
|
* Import base vinum lkm sourcesgrog1998-09-1623-0/+8235
OpenPOWER on IntegriCloud