mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-20 12:11:26 +00:00
206b744b8768e4055d428baf824088fbad8345a0
........ r3789 | bvassche | 2011-07-29 08:58:13 -0400 (Fri, 29 Jul 2011) | 1 line Remove superfluous double quotes from around #warning messages because checkpatch 3.0 complains about these. ........ r3793 | bvassche | 2011-08-03 05:05:05 -0400 (Wed, 03 Aug 2011) | 1 line scstadmin works fine with SCST 2.x too ........ r3794 | bvassche | 2011-08-03 05:15:50 -0400 (Wed, 03 Aug 2011) | 1 line Fix a recently introduced compiler warning / remove more superfluous double quotes in a #warning statement ........ r3796 | bvassche | 2011-08-03 08:34:31 -0400 (Wed, 03 Aug 2011) | 1 line ib_srpt: Avoid that removing ib_srpt while I/O is ongoing sometimes triggers a hang ........ r3797 | bvassche | 2011-08-03 08:44:15 -0400 (Wed, 03 Aug 2011) | 1 line scst: Whitespace-only change - indent code properly ........ r3798 | bvassche | 2011-08-03 08:46:13 -0400 (Wed, 03 Aug 2011) | 1 line ib_srpt: Function tracing output format fix ........ r3801 | bvassche | 2011-08-13 10:10:16 -0400 (Sat, 13 Aug 2011) | 1 line Update kernel versions ........ r3802 | bvassche | 2011-08-14 04:07:38 -0400 (Sun, 14 Aug 2011) | 1 line Update according to new kernel.org directory tree structure ........ r3803 | bvassche | 2011-08-14 04:48:42 -0400 (Sun, 14 Aug 2011) | 1 line ib_srpt: Change __constant_cpu_... into cpu_... since the latter are also evaluated at compile time ........ r3804 | bvassche | 2011-08-14 11:51:17 -0400 (Sun, 14 Aug 2011) | 1 line scst_local: Fix a recently introduced compiler warning. ........ r3805 | bvassche | 2011-08-14 12:13:33 -0400 (Sun, 14 Aug 2011) | 1 line /etc/init.d/scst: Port to Gentoo ........ r3806 | bvassche | 2011-08-14 15:03:03 -0400 (Sun, 14 Aug 2011) | 1 line Change __constant_cpu_... into cpu_... since the latter is also evaluated at compile time. ........ r3807 | bvassche | 2011-08-16 03:47:32 -0400 (Tue, 16 Aug 2011) | 1 line scripts/specialize-patch: Remove #elif 0 sections from the output ........ r3808 | bvassche | 2011-08-16 04:32:23 -0400 (Tue, 16 Aug 2011) | 1 line Follow-up for r3807: make the hunk headers match again. ........ r3809 | bvassche | 2011-08-16 07:26:59 -0400 (Tue, 16 Aug 2011) | 1 line scripts/specialize-patch: Update comments next to #else and #endif directives. ........ r3810 | bvassche | 2011-08-16 07:48:48 -0400 (Tue, 16 Aug 2011) | 1 line scripts/specialize-patch: Only emit "g1" debug output if debugging has been enabled. ........ r3811 | bvassche | 2011-08-16 08:20:25 -0400 (Tue, 16 Aug 2011) | 1 line scripts/filter-trace-entry-exit: Filter out "return;" statements at the end of a function that are not preceeded by a label. ........ r3812 | bvassche | 2011-08-16 08:22:31 -0400 (Tue, 16 Aug 2011) | 1 line scripts/specialize-patch: Make sure that checkpatch doesn't complain about space after operator \! ........ r3813 | bvassche | 2011-08-17 02:58:21 -0400 (Wed, 17 Aug 2011) | 1 line nightly build: remove "pcbart" config, rename "cellbuzz" into "nightly" and restore previously removed kernel versions. ........ r3814 | bvassche | 2011-08-17 03:51:08 -0400 (Wed, 17 Aug 2011) | 1 line srpt/Makefile: Use $(MAKE) instead of make when recursing. See also http://www.gnu.org/s/hello/manual/make/MAKE-Variable.html for more information about why this is important. ........ r3815 | bvassche | 2011-08-17 04:21:08 -0400 (Wed, 17 Aug 2011) | 1 line ib_srpt: Builds again on 32-bit systems ........ r3816 | bvassche | 2011-08-17 04:27:18 -0400 (Wed, 17 Aug 2011) | 1 line /etc/init.d/scst, Gentoo: do not require that /etc/scst.conf exists when starting SCST. Makes the init script behavior on Gentoo consistent with LSB-compliant distributions. ........ r3817 | bvassche | 2011-08-17 10:51:48 -0400 (Wed, 17 Aug 2011) | 1 line nightly build config: Update kernel versions ........ r3820 | vlnb | 2011-08-17 20:39:13 -0400 (Wed, 17 Aug 2011) | 8 lines The implementation of many tracing macros in scst_debug.h (like TRACE_DBG) requires that at least one more argument must be provided in addition to format which in some cases is an overkill. This patch fixes the issue and also unifies macro signatures for the cases when CONFIG_SCST_DEBUG is either on or off. Signed-off-by: Sergey Myasnikov <tigra564 at gmail.com> ........ r3821 | bvassche | 2011-08-18 05:08:22 -0400 (Thu, 18 Aug 2011) | 1 line ib_srpt: Clean up tracing statements ........ r3822 | bvassche | 2011-08-19 05:18:44 -0400 (Fri, 19 Aug 2011) | 1 line nightly build config: Update to kernel version 3.0.3 ........ r3826 | bvassche | 2011-08-21 04:21:31 -0400 (Sun, 21 Aug 2011) | 1 line Follow-up for r3816: make sure that /etc/init.d/scst restart works again ........ r3827 | bvassche | 2011-08-22 15:09:59 -0400 (Mon, 22 Aug 2011) | 1 line /etc/init.d/scst: Let "scst start" proceed even if the config file is missing ........ r3829 | vlnb | 2011-08-23 20:20:06 -0400 (Tue, 23 Aug 2011) | 3 lines Mode pages cleanup ........ r3830 | vlnb | 2011-08-24 11:30:59 -0400 (Wed, 24 Aug 2011) | 3 lines Suppoert for rotational attribute added ........ git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.1.0.x@3834 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This is the SCST development repository. It contains not a single project SCST as one can think, but a number of them, which are divided as the following: 1. SCST core in scst/ subdirectory 2. Administration utility for SCST core scstadmin in scstadmin/ 3. Target drivers in own subdirectories qla2x00t/, iscsi-scst/, etc. 4. User space programs in usr/ subdirectory, like fileio_tgt. 5. Some various docs in doc/ subdirectory. Those subprojects are in most cases independent from each other, although some of them depend from the SCST core. They put in the single repository only to simplify their development, they are released independently. Thus, use "make all" only if you really need to build everything. Otherwise build only what you need, like for iSCSI-SCST: make scst scst_install iscsi iscsi_install For more information about each subproject see their README files. Vladislav Bolkhovitin <vst@vlnb.net>, http://scst.sourceforge.net
Description
Languages
C
90.1%
Perl
4.2%
Shell
1.8%
HTML
1.7%
Makefile
1.2%
Other
0.9%