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. |
ata | 2011-04-04 | daoyama | [r5874] add tunable timeout |
hv | 2010-06-27 | daoyama | [r5240] merge from 7S/8S |
iscsi | 2011-10-28 | daoyama | [r8492] Merge from 9S |
izisboot | 2011-10-23 | daoyama | [r8399] Update kernel config and patches |
nkpt | 2011-10-23 | daoyama | [r8399] Update kernel config and patches |
zfs | 2012-01-08 | daoyama | [r9454] enable by default |
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