Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
acl/ | H | - | - | 1,874 | 1,387 | |
acpica/ | H | - | - | 114,368 | 45,944 | |
amdzen/ | H | - | - | 161 | 101 | |
atomic/ | H | - | - | 3,594 | 2,793 | |
avl/ | H | - | - | 1,048 | 500 | |
bignum/ | H | - | - | 13,298 | 11,545 | |
bitext/ | H | - | - | 906 | 609 | |
bootbanner/ | H | - | - | 184 | 111 | |
bzip2/ | H | - | - | 6,063 | 4,389 | |
ccid/ | H | - | - | 1,768 | 1,137 | |
cmdparse/ | H | - | - | 909 | 443 | |
core/ | H | - | - | 219 | 143 | |
crypto/ | H | - | - | 50,381 | 36,475 | |
ctf/ | H | - | - | 6,278 | 4,220 | |
definit/ | H | - | - | 237 | 118 | |
devid/ | H | - | - | 2,358 | 1,233 | |
dis/i386/ | H | - | - | 7,496 | 5,468 | |
dtrace/ | H | - | - | 112 | 42 | |
elfcap/ | H | - | - | 1,041 | 719 | |
exacct/ | H | - | - | 762 | 537 | |
ficl/ | H | - | - | 22,115 | 14,657 | |
font/ | H | - | - | 682 | 445 | |
fs/ | H | - | - | 3,678 | 2,652 | |
fsreparse/ | H | - | - | 328 | 191 | |
hdcrc/ | H | - | - | 279 | 205 | |
hexdump/ | H | - | - | 533 | 353 | |
idspace/ | H | - | - | 185 | 76 | |
ilstr/ | H | - | - | 340 | 215 | |
inet/ | H | - | - | 360 | 227 | |
iscsi/ | H | - | - | 574 | 354 | |
iscsit/ | H | - | - | 1,584 | 1,152 | |
list/ | H | - | - | 252 | 185 | |
lz4/ | H | - | - | 1,127 | 722 | |
lzma/ | H | - | - | 4,777 | 3,925 | |
mapfiles/ | H | - | - | 1,058 | 689 | |
mc/ | H | - | - | 7,567 | 5,054 | |
mdesc/ | H | - | - | 1,846 | 865 | |
mpi/ | H | - | - | 7,588 | 4,496 | |
net/ | H | - | - | 2,210 | 1,346 | |
nvme/ | H | - | - | 1,931 | 1,203 | |
nvpair/ | H | - | - | 4,248 | 2,988 | |
pci/ | H | - | - | 294 | 209 | |
pnglite/ | H | - | - | 824 | 580 | |
secflags/ | H | - | - | 242 | 185 | |
sgsrtcid/ | H | - | - | 94 | 31 | |
smbclnt/ | H | - | - | 2,654 | 1,906 | |
smbios/ | H | - | - | 3,103 | 2,254 | |
smbsrv/ | H | - | - | 5,386 | 3,354 | |
svc/ | H | - | - | 871 | 364 | |
tsol/ | H | - | - | 1,170 | 621 | |
ucode/ | H | - | - | 510 | 233 | |
unicode/ | H | - | - | 2,993 | 1,860 | |
util/ | H | - | - | 6,356 | 3,903 | |
vga/ | H | - | - | 357 | 282 | |
xattr/ | H | - | - | 137 | 88 | |
zfs/ | H | - | - | 5,323 | 3,559 | |
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