Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
acl/ | H | - | - | 1,832 | 1,369 | |
atomic/ | H | - | - | 3,596 | 2,794 | |
avl/ | H | - | - | 1,060 | 501 | |
bignum/ | H | - | - | 13,339 | 11,572 | |
bzip2/ | H | - | - | 6,039 | 4,369 | |
cmdparse/ | H | - | - | 905 | 443 | |
crypto/ | H | - | - | 45,921 | 33,578 | |
ctf/ | H | - | - | 4,887 | 3,224 | |
devid/ | H | - | - | 2,357 | 1,241 | |
dis/i386/ | H | - | - | 5,698 | 4,081 | |
dtrace/ | H | - | - | 114 | 43 | |
elfcap/ | H | - | - | 800 | 504 | |
exacct/ | H | - | - | 764 | 538 | |
fs/ | H | - | - | 3,156 | 2,287 | |
fsreparse/ | H | - | - | 328 | 191 | |
getgen/ | H | - | - | 27 | 18 | |
hdcrc/ | H | - | - | 279 | 205 | |
iscsi/ | H | - | - | 574 | 354 | |
iscsit/ | H | - | - | 1,584 | 1,152 | |
list/ | H | - | - | 252 | 185 | |
lzma/ | H | - | - | 4,777 | 3,926 | |
mapfiles/ | H | - | - | 1,066 | 695 | |
mc/mc-amd/ | H | - | - | 3,324 | 2,130 | |
mdesc/ | H | - | - | 1,878 | 880 | |
mpi/ | H | - | - | 7,607 | 4,508 | |
net/ | H | - | - | 15,815 | 8,958 | |
nvpair/ | H | - | - | 3,927 | 2,751 | |
pci/ | H | - | - | 259 | 176 | |
sgsrtcid/ | H | - | - | 96 | 32 | |
smbclnt/ | H | - | - | 1,866 | 1,217 | |
smbios/ | H | - | - | 2,357 | 1,691 | |
smbsrv/ | H | - | - | 5,159 | 3,202 | |
svc/ | H | - | - | 870 | 364 | |
tsol/ | H | - | - | 1,172 | 622 | |
ucode/ | H | - | - | 358 | 188 | |
unicode/ | H | - | - | 2,989 | 1,859 | |
util/ | H | - | - | 5,485 | 3,374 | |
xattr/ | H | - | - | 137 | 88 | |
zev/ | H | - | - | 472 | 370 | |
zfs/ | H | - | - | 3,082 | 1,950 | |
GPLDISCLAIMER | H A D | 19-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