FreeNAS Code
This project has moved to github - see https://github.com/freenas
Brought to you by:
cochard,
mattolander
File | Date | Author | Commit |
---|---|---|---|
3ware | 2008-01-11 | votdev | [r2570] Upgrade 3ware serial ATA RAID controller driver... |
a100u2 | 2007-12-28 | votdev | [r2431] Cleanup repository. |
aac | 2007-12-01 | votdev | [r2281] Remove backup code from driver patches. |
ata | 2008-02-07 | votdev | [r2744] Add ATA timeout patch. |
nve | 2008-02-14 | votdev | [r2791] Activate NVE kernel patch to support MCP61 NIC. |
Readme | 2008-01-30 | votdev | [r2720] Update Readme. Add another tip how to backup ke... |
rm-patched-files.sh | 2007-12-01 | votdev | [r2282] Modify file properties. |
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 has been updated the kernel sources (/usr/src) have to be resfreshed (e.g. via cvsup). After that apply all patches again.