FreeNAS Code
This project has moved to github - see https://github.com/freenas
Brought to you by:
cochard,
mattolander
File | Date | Author | Commit |
---|---|---|---|
a100u2 | 2008-05-02 | votdev | [r3224] Fix bug in makefile. |
hv | 2010-06-27 | daoyama | [r5240] merge from 7S/8S |
iscsi | 2010-02-19 | daoyama | [r5039] Upgrade iSCSI initiator to 2.2.4 |
izisboot | 2010-06-27 | daoyama | [r5241] merge from 7S/8S |
nkpt | 2010-02-01 | daoyama | [r5017] Update for FreeBSD 8.0 kernel |
zfs | 2010-06-27 | daoyama | [r5242] merge from 7S/8S |
Readme | 2010-06-27 | daoyama | [r5241] merge from 7S/8S |
Kernel build howto: - Patches should be applied only once. Multiple times will fail (e.g. when using patch command in Makefile). You can create a backup from the kernel source to revert them quickly. # cp -r /usr/src /usr/src.orig or # cd /usr # tar cvfz src.tar.gz ./src - If patches have been updated, the kernel sources (/usr/src) have to be resfreshed (e.g. via cvsup). After that apply all patches again. - You must apply by following patch order: iscsi -> izisboot