Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
acl/ | H | - | - | 1,816 | 1,356 | |
atomic/ | H | - | - | 3,592 | 2,794 | |
avl/ | H | - | - | 1,031 | 486 | |
bignum/ | H | - | - | 13,344 | 11,635 | |
bzip2/ | H | - | - | 5,882 | 4,269 | |
cmdparse/ | H | - | - | 905 | 443 | |
crypto/ | H | - | - | 53,265 | 38,645 | |
ctf/ | H | - | - | 4,588 | 3,023 | |
devid/ | H | - | - | 2,357 | 1,241 | |
dis/i386/ | H | - | - | 4,948 | 3,550 | |
dtrace/ | H | - | - | 114 | 43 | |
elfcap/ | H | - | - | 746 | 452 | |
exacct/ | H | - | - | 764 | 538 | |
fs/ | H | - | - | 2,826 | 2,039 | |
fsreparse/ | H | - | - | 329 | 192 | |
hdcrc/ | H | - | - | 279 | 205 | |
iscsi/ | H | - | - | 574 | 354 | |
iscsit/ | H | - | - | 1,589 | 1,154 | |
list/ | H | - | - | 252 | 185 | |
lvm/ | H | - | - | 920 | 504 | |
lzma/ | H | - | - | 4,777 | 3,926 | |
mapfiles/ | H | - | - | 1,066 | 694 | |
mc/mc-amd/ | H | - | - | 3,324 | 2,130 | |
mdesc/ | H | - | - | 1,878 | 880 | |
mpi/ | H | - | - | 7,607 | 4,508 | |
net/ | H | - | - | 15,804 | 8,948 | |
nvpair/ | H | - | - | 3,419 | 2,355 | |
openssl/ | H | - | - | 343,959 | 237,177 | |
pci/ | H | - | - | 258 | 177 | |
sgsrtcid/ | H | - | - | 96 | 32 | |
smbclnt/ | H | - | - | 1,866 | 1,217 | |
smbios/ | H | - | - | 1,742 | 1,225 | |
smbsrv/ | H | - | - | 5,098 | 3,191 | |
svc/ | H | - | - | 870 | 364 | |
tsol/ | H | - | - | 1,172 | 622 | |
ucode/ | H | - | - | 365 | 189 | |
unicode/ | H | - | - | 2,989 | 1,859 | |
util/ | H | - | - | 5,483 | 3,374 | |
xattr/ | H | - | - | 137 | 88 | |
zfs/ | H | - | - | 2,636 | 1,638 | |
GPLDISCLAIMER | H A D | 03-Aug-2010 | 434 | 8 | 6 | |
README | H A D | 14-Jun-2005 | 1.2 KiB | 36 | 32 |
README
1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License, Version 1.0 only 6# (the "License"). You may not use this file except in compliance 7# with the License. 8# 9# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 10# or http://www.opensolaris.org/os/licensing. 11# See the License for the specific language governing permissions 12# and limitations under the License. 13# 14# When distributing Covered Code, include this CDDL HEADER in each 15# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 16# If applicable, add the following below this CDDL HEADER, with the 17# fields enclosed by brackets "[]" replaced with your own identifying 18# information: Portions Copyright [yyyy] [name of copyright owner] 19# 20# CDDL HEADER END 21# 22# 23# Copyright 1999-2003 Sun Microsystems, Inc. All rights reserved. 24# Use is subject to license terms. 25# 26# ident "%Z%%M% %I% %E% SMI" 27# 28 29common/README 30 31This directory hierarchy is intended to hold sources used in common between 32commands/libraries, standalones, and the kernel. 33 34Thus, if you change any of the sources within this directory, you *must* test 35*each* of the derived components to ensure they all work. 36