Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add FreeBSD IDs to files that originate in FreeBSD. | jb | 2008-04-22 | 1 | -0/+2 |
| | |||||
* | strchr() and strrchr() are already present in the kernel, but with less | wkoszek | 2007-04-10 | 1 | -31/+0 |
| | | | | | | | | | | | | | popular names. Hence: - comment current index() and rindex() functions, as these serve the same functionality as, respectively, strchr() and strrchr() from userland; - add inlined version of strchr() and strrchr(), as we tend to use them more often; - remove str[r]chr() definitions from ZFS code; Reviewed by: pjd Approved by: cognet (mentor) | ||||
* | Please welcome ZFS - The last word in file systems. | pjd | 2007-04-06 | 1 | -0/+102 |
ZFS file system was ported from OpenSolaris operating system. The code in under CDDL license. I'd like to thank all SUN developers that created this great piece of software. Supported by: Wheel LTD (http://www.wheel.pl/) Supported by: The FreeBSD Foundation (http://www.freebsdfoundation.org/) Supported by: Sentex (http://www.sentex.net/) |