History of FreeBSD

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

FreeBSD 1

Released in November 1993. 1.1.5.1 was released in July 1994.

FreeBSD 2

2.0-RELEASE was announced on 22 November 1994. The final release of FreeBSD 2, 2.2.8-RELEASE, was announced on 29 November 1998. FreeBSD 2.0 was the first FreeBSD to be claimed legally free of AT&T Unix code with approval of Novell. It was the first version to be widely used at the beginnings of the spread of Internet servers.

2.2.9-RELEASE was released April 1, 2006 as a fully functional April Fools' Day prank[1] (after SEVENTY-SEVEN months of tireless work by the FreeBSD developers, users, their children, and their pets).

FreeBSD 3

FreeBSD 3.0-RELEASE was announced on 16 October 1998. The final release, 3.5-RELEASE, was announced on 24 June 2000. FreeBSD 3.0 was the first branch able to support symmetric multiprocessing (SMP) systems, using a Giant lock and marked the transition from a.out to ELF executables. USB support was first introduced with FreeBSD 3.1, and the first Gigabit network cards were supported in 3.2-RELEASE.

FreeBSD 4

4.0-RELEASE appeared in March 2000 and the last 4-STABLE branch release was 4.11 in January 2005 supported until 31 January 2007.[2] FreeBSD 4 was lauded for its stability and was a favorite operating system for ISPs and web hosting providers during the first dot-com bubble,[dubious ] and is widely regarded[by whom?] as one of the most stable and high performance operating systems of the whole Unix lineage. Among the new features of FreeBSD 4, kqueue(2) was introduced (which is now part of other major BSD systems).

FreeBSD 5

After almost three years of development, the first 5.0-RELEASE in January 2003 was widely anticipated, featuring support for advanced multiprocessor and application threading, and for the UltraSPARC and IA-64 platforms. The first 5-STABLE release was 5.3 (5.0 through 5.2.1 were cut from -CURRENT). The last release from the 5-STABLE branch was 5.5 in May 2006.

The largest architectural development in FreeBSD 5 was a major change in the low-level kernel locking mechanisms to enable better symmetric multi-processor (SMP) support. This released much of the kernel from the MP lock, which is sometimes called the Giant lock. More than one process could now execute in kernel mode at the same time. Other major changes included an M:N native threading implementation called Kernel Scheduled Entities. In principle this is similar to Scheduler Activations. Starting with FreeBSD 5.3, KSE was the default threading implementation until it was replaced with a 1:1 implementation in FreeBSD 7.0.

FreeBSD 5 also significantly changed the block I/O layer by implementing the GEOM modular disk I/O request transformation framework contributed by Poul-Henning Kamp. GEOM enables the simple creation of many kinds of functionality, such as mirroring (gmirror) and encryption (GBDE and GELI). This work was supported through sponsorship by DARPA.

While the early versions from the 5.x were not much more than developer previews, with pronounced instability, the 5.4 and 5.5 releases of FreeBSD confirmed the technologies introduced in the FreeBSD 5.x branch had a future in highly stable and high-performing releases.

FreeBSD 6

FreeBSD 6.0 was released on 4 November 2005. The final FreeBSD 6 release was 6.4, on 11 November 2008. These versions continue work on SMP and threading optimization along with more work on advanced 802.11 functionality, TrustedBSD security event auditing, significant network stack performance enhancements, a fully preemptive kernel and support for hardware performance counters (HWPMC). The main accomplishments of these releases include removal of the Giant lock from VFS, implementation of a better-performing optional libthr library with 1:1 threading and the addition of a Basic Security Module (BSM) audit implementation called OpenBSM, which was created by the TrustedBSD Project (based on the BSM implementation found in Apple's open source Darwin) and released under a BSD-style license.

FreeBSD 7

FreeBSD 7.0 was released on 27 February 2008. The most recent and final FreeBSD 7 release was 7.4, on 24 February 2011. New features include SCTP, UFS journaling, an experimental port of Sun's ZFS file system, GCC4, improved support for the ARM architecture, jemalloc (a memory allocator optimized for parallel computation,[3] which was ported to Firefox 3),[4] and major updates and optimizations relating to network, audio, and SMP performance.[5] Benchmarks have shown significant speed improvements over previous FreeBSD releases as well as Linux.[6] The new ULE scheduler has seen much improvement but a decision was made to ship the 7.0 release with the older 4BSD scheduler, leaving ULE as a kernel compile-time tunable. In FreeBSD 7.1 ULE was the default for the i386 and AMD64 architectures.[clarification needed]

Starting from version 7.1, DTrace was also integrated, and FreeBSD 7.2 brought support for multi-IPv4/IPv6 jails.[7]

Code supporting the DEC Alpha architecture (supported since FreeBSD 4.0) was removed in FreeBSD 7.0.[8]

FreeBSD 8

FreeBSD 8.0 was formally released on 25 November 2009.[9] FreeBSD 8 was branched from the trunk in August 2009. It features superpages, Xen DomU support, network stack virtualization, stack-smashing protection, TTY layer rewrite, much updated and improved ZFS support, a new USB stack with USB 3.0 and xHCI support added in FreeBSD 8.2, multicast updates including IGMPv3, a rewritten NFS client/server introducing NFSv4, and AES acceleration on supported Intel CPUs (added in FreeBSD 8.2). Inclusion of improved device mmap() extensions enables implementation of a 64-bit Nvidia display driver for the x86-64 platform. A pluggable congestion control framework, and support for the ability to use DTrace for applications running under Linux emulation were added in FreeBSD 8.3. FreeBSD 8.4 is the most recent release from the FreeBSD 8 series, and was formally released on 7 June 2013.[10]

FreeBSD 9

FreeBSD 9.0 was released on 12 January 2012. Key features of the release include a new installer (bsdinstall), UFS journaling, ZFS version 28, userland DTrace, NFSv4-compatible NFS server and client, USB 3.0 support, support for running on the PlayStation 3, Capsicum sandboxing, and LLVM 3.0 in the base system.[11] The kernel and base system can be built with Clang, but FreeBSD 9.0 still uses GCC4.2 by default. The PlayStation 4 video game console uses a derived version of FreeBSD 9.0, which Sony Computer Entertainment dubbed "ORBIS OS."[12][13] FreeBSD 9.1 was released on 31 December 2012.[14] FreeBSD 9.2 was released on 30 September 2013.[15] FreeBSD 9.3 was released on 16 July 2014.[16]

FreeBSD 10

On 20 January 2014, the FreeBSD Release Engineering Team announced the availability of FreeBSD 10.0-RELEASE,[17] Key features include the deprecation of GCC in favor of Clang, a new iSCSI implementation, VirtIO drivers for out-of-the-box KVM support, and a FUSE implementation.[18]

FreeBSD 10.1
Long Term Support Release

The FreeBSD 10.1-RELEASE is available since 14 November 2014,[19][20] and will be supported for a significant longer term until 31 December 2016.[21]

Version history

The following table presents a version release history for the FreeBSD operating system.

Legend: Old version Older version, still supported Current version Latest preview version Future release
Version[22] Release date[23] Supported until[24] Significant changes
Old version, no longer supported: 1.0 1 November 1993
Old version, no longer supported: 1.1 May 1994 fix some outstanding bugs from import of 386BSD, addition of some ported applications (XFree86, XView, InterViews, elm, nntp)[25]
Old version, no longer supported: 1.1.5
Old version, no longer supported: 1.1.5.1 July 1994
Old version, no longer supported: 2.0 22 November 1994 replace code base with BSD-Lite 4.4 (to satisfy terms of the USL v. BSDi lawsuit settlement), new installer, new boot manager, support for more filesystems (MS-DOS, unionfs, kernfs), 64-bit offsets for large filesystems, loadable filesystems, imported loadable kernel modules from NetBSD[26]
Old version, no longer supported: 2.0.5 10 June 1995 revamped VM system, full NIS client and server support, transaction TCP support, ISDN support, support for FDDI and Fast Ethernet (100Mbit) adapters, multi-lingual documentation, FreeBSD Ports bundled with installation media[27]
Old version, no longer supported: 2.1 19 November 1995
Old version, no longer supported: 2.1.5 July 1996 bug and security fixes, PCI bus probing, addition of some drivers[28]
Old version, no longer supported: 2.1.6 December 1996 bug and security fixes, improvements to installation[29]
Old version, no longer supported: 2.1.7 February 1997 bug and security fixes[30]
Old version, no longer supported: 2.2 March 1997 NFSv3, replaced BSD malloc with phkmalloc, full Linux emulation with ELF, man section 9 for kernel routines[31]
Old version, no longer supported: 2.2.1 April 1997 Bugfix release to replace 2.2. Update the Adaptec 2940 and Intel EtherExpress Pro drivers, fix CD-ROM package installer.[32]
Old version, no longer supported: 2.2.2 May 1997 NFSv3 made default, virtual FTP hosting[33]
Old version, no longer supported: 2.2.5 22 October 1997 update support for Cyrix and AMD processors, new VGA library[34]
Old version, no longer supported: 2.2.6 25 March 1998 ATAPI floppy drives, improved Linux emulation, new sound driver, new Plug and Play (PnP) support[35]
Old version, no longer supported: 2.2.7 22 July 1998 FAT32 support, update to PC98 architecture[36]
Old version, no longer supported: 2.2.8 29 November 1998 Dummynet traffic shaping, bridging on multiple interfaces, support use of IDE drives larger than 8GiB[37]
Old version, no longer supported: 3.0 October 1998 symmetric multiprocessing (SMP), CAM (Common Access Method) SCSI system, ELF executables, secure RPC, ATAPI/IDE CD burner and tape drive support, VESA video modes, Perl 5 replaced Perl 4 in base system, KerberosIV[38]
Old version, no longer supported: 3.1 15 February 1999 initial USB device support, Pluggable Authentication Modules (PAM)[39]
Old version, no longer supported: 3.2 17 May 1999 addition of Internet Software Consortium DHCP client to base, expanded USB device support, improved filesystem support (direct access to NTFS, Joliet extensions for ISO 9660)[40]
Old version, no longer supported: 3.3 17 September 1999 improved USB support, major vinum updates, improvements to IPFW, Advanced power management, Berkeley Packet Filter enabled by default, addition of many drivers[41]
Old version, no longer supported: 3.4 20 December 1999 Netgraph, RAID-5 support in vinum, ICMP and other security fixes[42]
Old version, no longer supported: 3.5 24 June 2000 substantial vinum update, audio mixer updated, HTTP installation option[43]
Old version, no longer supported: 4.0 14 March 2000 IPv6 support and IPsec with KAME (applications were also updated to support IPv6), OpenSSH integrated into the base system, new ATA/ATAPI driver (for all ATA compliant disks and ATAPI CDROM, CD-R, CD-RW, DVD-ROM, DVD-RAM, LS120, ZIP and tape drives), emulator for SVR4 binary files, burncd, USB ethernet adapter support, accept() filters, telnet encryption[44]
Old version, no longer supported: 4.1 27 July 2000 Kqueue, improved IPsec, expanded DEC Alpha support, support for USB devices in default installation[45]
Old version, no longer supported: 4.1.1 27 September 2000 virtual Ethernet device driver for bridged configurations, ATA100 controller support[46]
Old version, no longer supported: 4.2 21 November 2000 basic USB scanner support, USB modem support, bug fixes for buffer overflows, FreeBSD Ports restructured[47]
Old version, no longer supported: 4.3 20 April 2001 sound driver updates, TCP bug fixes, kqueue extended to the device layer[48]
Old version, no longer supported: 4.4 20 September 2001 detection for new processors (Transmeta Crusoe et al.), support for Streaming SIMD Extensions (SSE), kernel support for smbfs (CIFS), update to IPv6 stack[49]
Old version, no longer supported: 4.5 29 January 2002 31 December 2002 TCP improvements (throughput, performance, and Denial-of-service mitigation), Soft updates enabled by default, improved Linux emulation, boot loader updated to boot from filesystems with 16K disk blocks (from 8K)[50]
Old version, no longer supported: 4.6 15 June 2002 May 2003 update XFree86 to version 4.2.0, driver additions and updates[51]
Old version, no longer supported: 4.6.2 15 August 2002 May 2003 fixed ATA-related problems, fix security-related problems[52]
Old version, no longer supported: 4.7 10 October 2002 December 2003 new USB devices and disk controllers, IPFW version 2 (disabled by default)[53]
Old version, no longer supported: 4.8 3 April 2003 31 March 2004 basic Firewire and HyperThreading support, in-kernel cryptographic framework imported from OpenBSD, ata driver support for accessing ATA devices as SCSI devices using Common Access Method (CAM)[54]
Old version, no longer supported: 4.9 28 October 2003 31 October 2004 Physical Address Extensions, IPFW fixes[55]
Old version, no longer supported: 4.10 27 May 2004 May 2006 USB2 support, added ports/CHANGES and ports/UPDATING to FreeBSD Ports[56]
Old version, no longer supported: 4.11 25 January 2005 31 January 2007 update XFree86 to version 4.4.0, implementation of per-interface polling for network interfaces[57]
Old version, no longer supported: 5.0 14 January 2003 30 June 2003 support for UltraSPARC and IA-64 processors, SMP support via changes to kernel locking (release most of kernel from the Giant lock), GEOM, Kernel Scheduled Entities, Mandatory Access Control imported from TrustedBSD, background fsck, Bluetooth, ACPI, CardBus, devfs, UFS2 support, support for Universal Disk Format, drivers for Direct Rendering Infrastructure (DRI), Pluggable Authentication Modules, remove support for 80386 in default kernel, removal of kernfs and UUCP, traditional BSD games moved from base to FreeBSD Ports, Perl removed from base system, imported rc.d framework from NetBSD, addition of BSDPAN, cdboot boot loader used by default[58]
Old version, no longer supported: 5.1 9 June 2003 February 2004 experimental support for AMD64, experimental 1:1 and M:N thread libraries for multithreaded processing, experimental Name Service Switch, Physical Address Extensions, GEOM and devfs mandatory, IPv6 support in Linux emulator, experimental ULE scheduler, removed support for Xerox Network Systems, CAM layer support for devices with more than 232 blocks, removed historic BSD boot scripts, update XFree86 to version 4.3.0, start of Danish document translations[59]
Old version, no longer supported: 5.2 9 January 2004 31 December 2004 AMD64 a Tier1 supported architecture, updated swap pager, Protocol Independent Multicast, updates to IPv6, IPSec and Bluetooth, major changes to ata driver (removed from Giant lock), NFSv4 client support, start of Turkish document translation,[60] remove floating point emulation support for i386,[61] new or improved IDE, SATA, and 802.11a/b/g device drivers, experimental support for multithreaded filtering and forwarding of IP traffic[62]
Old version, no longer supported: 5.2.1 25 February 2004 31 December 2004 bugfix release, improved ATA/IDE and SATA handling[63]
Old version, no longer supported: 5.3 6 November 2004 31 October 2006 ALTQ, multi-threaded and reentrant network and socket subsystems, addition of new debugging framework KDB, dynamic and static linker support for Thread Local Storage, import pf from OpenBSD, binary compatibility interface for native execution of NDIS drivers, replace XFree86 with X.org 6.7, sound card driver reorganization, cryptography enabled by default in base[64]
Old version, no longer supported: 5.4 9 May 2005 31 October 2006 import Common Address Redundancy Protocol from OpenBSD[65]
Old version, no longer supported: 5.5 25 May 2006 31 May 2008 both cores of dual core processors made available for use by default in SMP-enabled kernels[66]
Old version, no longer supported: 6.0 4 November 2005 31 January 2007 experimental support for PowerPC, WPA wireless security, more wireless networking adapter drivers, complete support for 802.11g, 802.11i, 802.1x and WME/WMM, filesystem and direct disk access performance improvements[67]
Old version, no longer supported: 6.1 8 May 2006 31 May 2008 keyboard multiplexer, filesystem stability fixes, automatic configuration for many Bluetooth devices, drivers for ethernet, SAS and SATA RAID controllers[68]
Old version, no longer supported: 6.2 15 January 2007 31 May 2008 support for Xbox architecture, OpenBSM, security event auditing, IPFW packet tagging, freebsd-update (binary updates for security fixes and errata patches), OpenIPMI (see Intelligent Platform Management Interface)[69]
Old version, no longer supported: 6.3 18 January 2008 31 January 2010 X.org updated to version 7.3, reimplementation of UnionFS, addition of upgrade command to freebsd-update[70]
Old version, no longer supported: 6.4 28 November 2008 30 November 2010 support for Camellia cipher, boot loader changes (enabling booting from USB devices, and GPT-labeled devices with GPT-enabled BIOSes), malloc buffer corruption protection, DVD install ISO images for AMD64 and i386[71]
Old version, no longer supported: 7.0 27 February 2008 30 April 2009 ZFS and GPT, reference implementation of SCTP, add support for ARM architecture, support for Intel High Definition Audio (HDA), replacing phkmalloc with jemalloc,[72] drop support for DEC Alpha[73]
Old version, no longer supported: 7.1 4 January 2009 28 February 2011 DTrace, ULE scheduler made default scheduler for i386 and AMD64 platforms[74]
Old version, no longer supported: 7.2 4 May 2009 30 June 2010 support for UltraSPARC III processors, transparent use of superpages in virtual memory subsystem, improvements to jail[75]
Old version, no longer supported: 7.3 23 March 2010 31 March 2012 new boot loader gptzfsboot (support for GPT and ZFS), ZFS updated to version 13, Perl updated to version 5.10, support for VIA Nano processors[76][77]
Old version, no longer supported: 7.4 24 February 2011 28 February 2013 add support for UltraSPARC IV, IV+, and SPARC64 V processors, IEEE 802.3 full duplex flow control (in miibus).[78] This is the final release in the 7-STABLE branch.
Old version, no longer supported: 8.0 25 November 2009 30 November 2010 new USB stack, update FreeBSD jails to support modern features, ULE 3.0 scheduler, superpages, NFSv4 support[79]
Old version, no longer supported: 8.1 23 July 2010 31 July 2012 High Availability Storage, IPFW and dummynet improvements, SMP in PowerPC G5 systems, MP-safe MS-DOS filesystem, zfsloader, NFSv4 ACL for UFS and ZFS[80]
Old version, no longer supported: 8.2 24 February 2011 31 July 2012 import V4L into Linux emulator[81]
Old version, no longer supported: 8.3 18 April 2012 30 April 2014 graid replaces ataraid; update ZFS to version 28; DTrace ability on Linux emulated binaries; mod_cc pluggable congestion control framework for TCP/IP stack[82]
Old version, no longer supported: 8.4 7 June 2013 1 August 2015 [83][84]
Old version, no longer supported: 9.0 12 January 2012 31 March 2013 Userland DTrace, substitute GCC with Clang and LLVM for base system, USB 3.0 support, UFS SoftUpdates+Journal, moving ATA disk drivers to the CAM system, update ZFS to version 28, replaced sysinstall with bsdinstall.[85]
Old version, no longer supported: 9.1 30 December 2012 31 December 2014 Update of sound drivers; improved performance of IPv6 stack; new C++ stack; jail support for devfs, nullfs, and ZFS; sched_ule SMT load balancing improvements[86]
Old version, no longer supported: 9.2 30 September 2013 31 December 2014 ZFS support for LZ4 compression and TRIM; removal of Firewire drivers from GENERIC kernel[87]
Older version, yet still supported: 9.3 16 July 2014 31 December 2016 ZFS support for bookmarks[88]
Old version, no longer supported: 10.0 20 January 2014 31 January 2015 Virtualization improvements (bhyve, virtio); USB upgrades; use clang and LLVM by default; capsicum; pkgng; remove BIND; add LDNS and Unbound to base system; update ipfilter to 5.1.2; add support for Raspberry Pi, IEEE 802.11s, and FUSE; ZFS on root filesystem; replaced GNU tools with BSD-licensed versions[89]
Older version, yet still supported: 10.1 14 November 2014 31 December 2016 Secure boot;[90] UDP-Lite support for IPv4 and IPv6; new filesystem automounting utility; bhyve booting from ZFS; new console driver[91]
Older version, yet still supported: 10.2 13 August 2015 31 December 2016
Current stable version: 10.3 28 March 2016 1 April 2018 improvements to UEFI boot loader and Linux compatibility; ZFS boot support and root on ZFS for UEFI; CAM Target Layer support for high availability services[92]
Future release: 11.0 2 September 2016 (expected)[93] New version of NetMap[94]
Version Release date Supported until Significant changes

Timeline

<left>EasyTimeline 1.15Timeline generation failed: 1 error found</left>

Line 28: at:19/04/2024 color:today width:0.1

- LineData attribute 'at' invalid.

 Date '19/04/2024' not within range as specified by command Period.



The timeline shows that the span of a single release generation of FreeBSD lasts around 5 years. Since the FreeBSD project makes effort for binary backward (and limited forward) compatibility within the same release generation,[95] this allows users 5+ years of support, with trivial-to-easy upgrading within the release generation.

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. Lua error in package.lua at line 80: module 'strict' not found.
  5. Lua error in package.lua at line 80: module 'strict' not found.
  6. Lua error in package.lua at line 80: module 'strict' not found.
  7. Lua error in package.lua at line 80: module 'strict' not found.
  8. Lua error in package.lua at line 80: module 'strict' not found.
  9. Lua error in package.lua at line 80: module 'strict' not found.
  10. Lua error in package.lua at line 80: module 'strict' not found.
  11. Lua error in package.lua at line 80: module 'strict' not found.
  12. Lua error in package.lua at line 80: module 'strict' not found.
  13. Lua error in package.lua at line 80: module 'strict' not found.
  14. FreeBSD 9.1 Release Process
  15. FreeBSD 9.2 Release Process
  16. FreeBSD 9.3 Release Process
  17. Lua error in package.lua at line 80: module 'strict' not found.
  18. Lua error in package.lua at line 80: module 'strict' not found.
  19. Lua error in package.lua at line 80: module 'strict' not found.
  20. Lua error in package.lua at line 80: module 'strict' not found.
  21. Lua error in package.lua at line 80: module 'strict' not found.
  22. Lua error in package.lua at line 80: module 'strict' not found.
  23. Lua error in package.lua at line 80: module 'strict' not found.
  24. Lua error in package.lua at line 80: module 'strict' not found.
  25. Lua error in package.lua at line 80: module 'strict' not found.
  26. Lua error in package.lua at line 80: module 'strict' not found.
  27. Lua error in package.lua at line 80: module 'strict' not found.
  28. Lua error in package.lua at line 80: module 'strict' not found.
  29. Lua error in package.lua at line 80: module 'strict' not found.
  30. Lua error in package.lua at line 80: module 'strict' not found.
  31. Lua error in package.lua at line 80: module 'strict' not found.
  32. Lua error in package.lua at line 80: module 'strict' not found.
  33. Lua error in package.lua at line 80: module 'strict' not found.
  34. Lua error in package.lua at line 80: module 'strict' not found.
  35. Lua error in package.lua at line 80: module 'strict' not found.
  36. Lua error in package.lua at line 80: module 'strict' not found.
  37. Lua error in package.lua at line 80: module 'strict' not found.
  38. Lua error in package.lua at line 80: module 'strict' not found.
  39. Lua error in package.lua at line 80: module 'strict' not found.
  40. Lua error in package.lua at line 80: module 'strict' not found.
  41. Lua error in package.lua at line 80: module 'strict' not found.
  42. Lua error in package.lua at line 80: module 'strict' not found.
  43. Lua error in package.lua at line 80: module 'strict' not found.
  44. Lua error in package.lua at line 80: module 'strict' not found.
  45. Lua error in package.lua at line 80: module 'strict' not found.
  46. Lua error in package.lua at line 80: module 'strict' not found.
  47. Lua error in package.lua at line 80: module 'strict' not found.
  48. Lua error in package.lua at line 80: module 'strict' not found.
  49. Lua error in package.lua at line 80: module 'strict' not found.
  50. Lua error in package.lua at line 80: module 'strict' not found.
  51. Lua error in package.lua at line 80: module 'strict' not found.
  52. Lua error in package.lua at line 80: module 'strict' not found.
  53. Lua error in package.lua at line 80: module 'strict' not found.
  54. Lua error in package.lua at line 80: module 'strict' not found.
  55. Lua error in package.lua at line 80: module 'strict' not found.
  56. Lua error in package.lua at line 80: module 'strict' not found.
  57. Lua error in package.lua at line 80: module 'strict' not found.
  58. Lua error in package.lua at line 80: module 'strict' not found.
  59. Lua error in package.lua at line 80: module 'strict' not found.
  60. Lua error in package.lua at line 80: module 'strict' not found.
  61. Lua error in package.lua at line 80: module 'strict' not found.
  62. Lua error in package.lua at line 80: module 'strict' not found.
  63. Lua error in package.lua at line 80: module 'strict' not found.
  64. Lua error in package.lua at line 80: module 'strict' not found.
  65. Lua error in package.lua at line 80: module 'strict' not found.
  66. Lua error in package.lua at line 80: module 'strict' not found.
  67. Lua error in package.lua at line 80: module 'strict' not found.
  68. Lua error in package.lua at line 80: module 'strict' not found.
  69. Lua error in package.lua at line 80: module 'strict' not found.
  70. Lua error in package.lua at line 80: module 'strict' not found.
  71. Lua error in package.lua at line 80: module 'strict' not found.
  72. Lua error in package.lua at line 80: module 'strict' not found.
  73. Lua error in package.lua at line 80: module 'strict' not found.
  74. Lua error in package.lua at line 80: module 'strict' not found.
  75. Lua error in package.lua at line 80: module 'strict' not found.
  76. Lua error in package.lua at line 80: module 'strict' not found.
  77. Lua error in package.lua at line 80: module 'strict' not found.
  78. Lua error in package.lua at line 80: module 'strict' not found.
  79. Lua error in package.lua at line 80: module 'strict' not found.
  80. Lua error in package.lua at line 80: module 'strict' not found.
  81. Lua error in package.lua at line 80: module 'strict' not found.
  82. Lua error in package.lua at line 80: module 'strict' not found.
  83. Lua error in package.lua at line 80: module 'strict' not found.
  84. Lua error in package.lua at line 80: module 'strict' not found.
  85. Lua error in package.lua at line 80: module 'strict' not found.
  86. Lua error in package.lua at line 80: module 'strict' not found.
  87. Lua error in package.lua at line 80: module 'strict' not found.
  88. Lua error in package.lua at line 80: module 'strict' not found.
  89. Lua error in package.lua at line 80: module 'strict' not found.
  90. Lua error in package.lua at line 80: module 'strict' not found.
  91. Lua error in package.lua at line 80: module 'strict' not found.
  92. Lua error in package.lua at line 80: module 'strict' not found.
  93. Lua error in package.lua at line 80: module 'strict' not found.
  94. Lua error in package.lua at line 80: module 'strict' not found.
  95. Lua error in package.lua at line 80: module 'strict' not found.