aboutsummaryrefslogtreecommitdiff
path: root/net/iet
Commit message (Collapse)AuthorAgeFilesLines
* Add a workaround for r231949 which fixes the problem of uio_resid beingXin LI2013-01-252-1/+223
| | | | | | | | truncated into int but introduced an KPI/KBI change. While I'm there, also add code to support the now MPSAFE VFS. Notes: svn path=/head/; revision=310988
* - re-order, include bsd.port.pre.mk so SRC_BASE is defined before referencedJason Helfman2012-05-221-2/+2
| | | | | | | | | PR: ports/165994 Submitted by: 4721@hushmail.com Approved by: maintainer, delphij Notes: svn path=/head/; revision=297154
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* Unbreak after __FreeBSD_version 900041.Xin LI2011-09-091-0/+25
| | | | Notes: svn path=/head/; revision=281538
* Resolve conflict against b.p.m's CONF_* variables.Xin LI2011-05-181-5/+4
| | | | | | | | Submitted by: Chris Rees <utisoft gmail.com> PR: ports/157157 Notes: svn path=/head/; revision=274281
* Minor change to make the code match Linux's behavior.Xin LI2011-04-012-1/+12
| | | | | | | Submitted by: Shivaram Upadhyayula <shivaram.u quadstor.com> Notes: svn path=/head/; revision=272095
* Explicitly specify where to find the kernel module. /usr/local/modulesXin LI2011-03-012-2/+2
| | | | | | | | | is not a standard place where the kernel normally lookup for modules. Noticed by: dwhite Notes: svn path=/head/; revision=270089
* Add a patch to make this build on -CURRENT and mark it BROEKN on < 8.0-RELEASE.Xin LI2011-02-282-1/+52
| | | | Notes: svn path=/head/; revision=270017
* Correct the directory that we intend to remove. (%%KMODDIR%% expands toXin LI2011-02-282-2/+2
| | | | | | | | | a full path while plist expects a relative path). Reported by: exp-run (via linimon) Notes: svn path=/head/; revision=269956
* Fix several problems with the rc.d script based on dougb@'s comments:Xin LI2011-02-272-6/+13
| | | | | | | | | | | - Set a default value (NO) for _enable; - Use REQUIRE: LOGIN since this is not required to start that early; - Make the style more like the standard script. Submitted by: dougb Notes: svn path=/head/; revision=269870
* iSCSI Enterprise Target, based on a original port by QuadStor Systems [1].Xin LI2011-02-265-0/+106
iSCSI Enterprise Target is a simple open source iSCSI target with professional features, that works well in enterprise environments under real workloads, and is scalable and versatile enough to meet the challenge of future storage needs and developments. Part of additional work was sponsored by iXsystems, Inc. [1] http://www.quadstor.com/tech-articles/116-iscsi-enterprise-target-iet-on-freebsd.html Notes: svn path=/head/; revision=269743