| /NextBSD/sys/netinet/libalias/ |
| HD | HISTORY | 3 Version 1.0: August 11, 1996 (cjm) 5 Version 1.1: August 20, 1996 (cjm) 8 Version 1.2: September 7, 1996 (cjm) 11 Version 1.3: September 15, 1996 (cjm) 19 Version 1.4: September 16, 1996 (cjm) 21 Version 1.5: September 17, 1996 (cjm) 25 Version 1.6: September 18, 1996 31 Version 1.7: January 9, 1997 (cjm) 50 Version 1.8: January 14, 1997 (cjm) 55 Version 1.9: February 1, 1997 (Eivind Eklund <perhaps@yes.no>) [all …]
|
| /NextBSD/crypto/openssl/crypto/des/ |
| HD | VERSION | 7 Version 4.04 16 Version 4.03 26 Version 4.02 31 Version 4.01 41 Version 4.00 53 Version 3.26 73 Version 3.25 17/07/96 83 Version 3.24 20/04/96 86 Version 3.23 11/04/96 95 Version 3.22 29/11/95 [all …]
|
| /NextBSD/contrib/file/magic/Magdir/ |
| HD | sql | 12 >2 byte x Version %d 14 >3 byte x Version %d 16 >3 byte x Version %d 18 >3 byte x Version %d 20 >3 byte x Version %d 22 >3 byte x Version %d 24 >3 byte x Version %d 28 >>3 byte x Version %d 31 >>3 byte x Version %d 39 >11 string >\0 Version %s [all …]
|
| HD | c64 | 31 >32 leshort x Version:0x%x 36 >32 leshort x Version:0x%x 41 >32 leshort x Version:0x%x 48 >0x0c byte x Version:%u,
|
| HD | sgi | 92 >9 string Version: Archive Folio 95 >9 string Version 98 >9 string Version 101 >7 string Version 104 >10 string Version 107 >13 string Version
|
| HD | karma | 8 0 string KarmaRHD\040Version Karma Data Structure Version
|
| /NextBSD/sbin/natd/ |
| HD | HISTORY | 1 * Version 0.1 5 * Version 0.2 15 * Version 1.0 19 * Version 1.1 26 * Version 1.2 32 * Version 1.3 42 * Version 1.4 76 * Version 1.5 83 * Version 1.6 92 * Version 1.7 [all …]
|
| /NextBSD/contrib/groff/contrib/mom/ |
| HD | BUGS | 20 Version 1.3 26 Version 1.2-f 39 Version 1.2-e 54 Version 1.2-d 83 Version 1.2-c 99 Version 1.2 109 Version 1.1.9 133 Version 1.1.8 147 Version 1.1.7-a 180 Version 1.1.7 [all …]
|
| /NextBSD/contrib/llvm/tools/clang/lib/Basic/ |
| HD | ObjCRuntime.cpp | 58 Version = VersionTuple(0); in tryParse() 68 Version = VersionTuple(1, 6); in tryParse() 74 Version = VersionTuple(0, 8); in tryParse() 82 if (Version.tryParse(verString)) in tryParse() 86 if (kind == ObjCRuntime::ObjFW && Version > VersionTuple(0, 8)) in tryParse() 87 Version = VersionTuple(0, 8); in tryParse()
|
| /NextBSD/contrib/llvm/include/llvm/DebugInfo/PDB/ |
| HD | PDBSymbolCompilandDetails.h | 29 void getFrontEndVersion(VersionInfo &Version) const { in getFrontEndVersion() argument 30 RawSymbol->getFrontEndVersion(Version); in getFrontEndVersion() 33 void getBackEndVersion(VersionInfo &Version) const { in getBackEndVersion() argument 34 RawSymbol->getBackEndVersion(Version); in getBackEndVersion()
|
| /NextBSD/contrib/jansson/ |
| HD | CHANGES | 1 Version 2.7 97 Version 2.6 126 Version 2.5 185 Version 2.4 227 Version 2.3.1 252 Version 2.3 300 Version 2.2.1 328 Version 2.2 348 Version 2.1 383 Version 2.0.1 [all …]
|
| /NextBSD/contrib/llvm/lib/DebugInfo/DWARF/ |
| HD | DWARFDebugFrame.cpp | 191 CIE(uint64_t Offset, uint64_t Length, uint8_t Version, in CIE() argument 195 : FrameEntry(FK_CIE, Offset, Length), Version(Version), in CIE() 212 OS << format(" Version: %d\n", Version); in dumpHeader() 214 if (Version >= 4) { in dumpHeader() 235 uint8_t Version; member in __anone056d4aa0111::CIE 475 uint8_t Version = Data.getU8(&Offset); in parse() local 477 uint8_t AddressSize = Version < 4 ? Data.getAddressSize() : Data.getU8(&Offset); in parse() 479 uint8_t SegmentDescriptorSize = Version < 4 ? 0 : Data.getU8(&Offset); in parse() 484 auto Cie = make_unique<CIE>(StartOffset, Length, Version, in parse()
|
| /NextBSD/contrib/mdocml/ |
| HD | st.in | 65 LINE("-xpg4.2", "X/Open Portability Guide Issue\\~4, Version\\~2 (\\(LqXPG4.2\\(Rq)") 68 LINE("-xsh4.2", "X/Open System Interfaces and Headers Issue\\~4, Version\\~2 (\\(LqXSH4.2\\(Rq)") 72 LINE("-xcurses4.2", "X/Open Curses Issue\\~4, Version\\~2 (\\(LqXCURSES4.2\\(Rq)") 73 LINE("-susv1", "Version\\~1 of the Single UNIX Specification (\\(LqSUSv1\\(Rq)") 74 LINE("-susv2", "Version\\~2 of the Single UNIX Specification (\\(LqSUSv2\\(Rq)") 75 LINE("-susv3", "Version\\~3 of the Single UNIX Specification (\\(LqSUSv3\\(Rq)") 76 LINE("-susv4", "Version\\~4 of the Single UNIX Specification (\\(LqSUSv4\\(Rq)")
|
| /NextBSD/contrib/llvm/patches/ |
| HD | patch-01-clang-vendor-suffix.diff | 7 Index: tools/clang/lib/Basic/Version.cpp 9 --- tools/clang/lib/Basic/Version.cpp 10 +++ tools/clang/lib/Basic/Version.cpp
|
| /NextBSD/cddl/contrib/dtracetoolkit/Docs/ |
| HD | History | 13 15-May-2005 Brendan Gregg Version 0.30 37 17-May-2005 Brendan Gregg Version 0.33 38 Version 0.33 with 33 scripts. Maybe I should make the version number 48 08-Jun-2005 Brendan Gregg Version 0.35 49 Version 0.35 with 35 scripts. Also touched up procsystime and some 52 09-Jun-2005 Brendan Gregg Version 0.42 55 14-Jun-2005 Brendan Gregg Version 0.57 58 17-Jun-2005 Brendan Gregg Version 0.61 61 28-Jun-2005 Brendan Gregg Version 0.70 67 25-Jul-2005 Brendan Gregg Version 0.77 [all …]
|
| /NextBSD/sys/contrib/dev/acpica/ |
| HD | changes.txt | 56 Non-Debug Version: 101.3K Code, 27.7K Data, 129.0K Total 57 Debug Version: 198.6K Code, 80.9K Data, 279.5K Total 59 Non-Debug Version: 100.9K Code, 24.5K Data, 125.4K Total 60 Debug Version: 197.8K Code, 81.5K Data, 279.3K Total 128 Non-Debug Version: 100.9K Code, 24.5K Data, 125.4K Total 129 Debug Version: 197.8K Code, 81.5K Data, 279.3K Total 131 Non-Debug Version: 100.6K Code, 27.6K Data, 128.2K Total 132 Debug Version: 196.2K Code, 81.0K Data, 277.2K Total 242 Non-Debug Version: 100.6K Code, 27.6K Data, 128.2K Total 243 Debug Version: 196.2K Code, 81.0K Data, 277.2K Total [all …]
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | ObjCRuntime.h | 57 VersionTuple Version; variable 64 : TheKind(kind), Version(version) {} in ObjCRuntime() 68 Version = version; in set() 72 const VersionTuple &getVersion() const { return Version; } in getVersion()
|
| /NextBSD/contrib/llvm/include/llvm/ProfileData/ |
| HD | CoverageMappingReader.h | 143 CoverageMappingVersion Version; member 150 ProfileMappingRecord(CoverageMappingVersion Version, StringRef FunctionName, in ProfileMappingRecord() 153 : Version(Version), FunctionName(FunctionName), in ProfileMappingRecord()
|
| /NextBSD/contrib/ofed/libmthca/debian/ |
| HD | changelog | 6 * Replace deprecated ${Source-Version} with ${binary:Version} 37 * Update to Standards-Version: 3.7.2.
|
| /NextBSD/contrib/ntp/sntp/m4/ |
| HD | ntp_ver_suffix.m4 | 2 dnl NTP Version Suffix (Crypto) 5 dnl VER_SUFFIX Version Suffix (scripts/mkver.in)
|
| /NextBSD/contrib/ntp/libntp/ |
| HD | ntp_libopts.c | 16 extern const char *Version; /* version.c for each program */ 55 printf("%s\n", Version); in ntpOptionPrintVersion()
|
| /NextBSD/contrib/ofed/libibverbs/debian/ |
| HD | changelog | 7 * Replace deprecated ${Source-Version} with ${binary:Version} 22 * Bumped Standards-Version to 3.7.3, no change needed. 70 * Update to Standards-Version: 3.7.2.
|
| /NextBSD/contrib/binutils/binutils/doc/ |
| HD | fdl.texi | 5 @center Version 1.1, March 2000 50 A ``Modified Version'' of the Document means any work containing the 159 You may copy and distribute a Modified Version of the Document under 161 the Modified Version under precisely this License, with the Modified 162 Version filling the role of the Document, thus licensing distribution 163 and modification of the Modified Version to whoever possesses a copy 164 of it. In addition, you must do these things in the Modified Version: 173 Version, together with at least five of the principal authors of the 176 Modified Version, as the publisher.@* 181 giving the public permission to use the Modified Version under the [all …]
|
| /NextBSD/contrib/binutils/ld/ |
| HD | fdl.texi | 4 @center Version 1.1, March 2000 49 A ``Modified Version'' of the Document means any work containing the 158 You may copy and distribute a Modified Version of the Document under 160 the Modified Version under precisely this License, with the Modified 161 Version filling the role of the Document, thus licensing distribution 162 and modification of the Modified Version to whoever possesses a copy 163 of it. In addition, you must do these things in the Modified Version: 172 Version, together with at least five of the principal authors of the 175 Modified Version, as the publisher.@* 180 giving the public permission to use the Modified Version under the [all …]
|
| /NextBSD/contrib/binutils/bfd/doc/ |
| HD | fdl.texi | 3 @center Version 1.1, March 2000 48 A ``Modified Version'' of the Document means any work containing the 157 You may copy and distribute a Modified Version of the Document under 159 the Modified Version under precisely this License, with the Modified 160 Version filling the role of the Document, thus licensing distribution 161 and modification of the Modified Version to whoever possesses a copy 162 of it. In addition, you must do these things in the Modified Version: 171 Version, together with at least five of the principal authors of the 174 Modified Version, as the publisher.@* 179 giving the public permission to use the Modified Version under the [all …]
|