• Welcome to Advance DreamBox Forum. Please login or sign up.
 

OpenBSD 4.3

Started by arjanhs, May 05, 2008, 02:36:46 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

arjanhs

De ontwikkelaars van Openbsd hebben in de vorm van 4.3 een nieuwe versie van het Unix-achtig besturingssysteem uitgebracht. Het nieuwe OS kan vanaf deze ftp-map voor verschillende platformen gedownload worden. In Openbsd 4.3 is onder meer de hardware-ondersteuning verbeterd en zijn de nodige verbeteringen en nieuwe features doorgevoerd. Hieronder is een greep uit het changelog gepost. Voor een gedetailleerder overzicht van de doorgevoerde veranderingen kan je terecht in dit document:



    Improved hardware support, including:

        * The bge(4) driver now supports BCM5906/BCM5906M 10/100 and BCM5755 10/100/Gigabit Ethernet devices.
        * The cas(4) driver now supports Cassini+ 10/100/Gigabit Ethernet devices.
        * The em(4) driver now supports ICH9 10/100 and 10/100/Gigabit Ethernet devices.
        * The gem(4) driver now supports the onboard 1000base-SX interface on the Sun Fire V880 server.
        * The ixgb(4) driver now supports the Sun 10Gb PCI-X Ethernet devices.
        * The msk(4) driver now supports Yukon FE+ 10/100 and Yukon Supreme 10/100/Gigabit Ethernet devices.
        * The nfe(4) driver now supports MCP73, MCP77 and MCP79 10/100/Gigabit Ethernet devices.
        * The ral(4) driver now supports RT2800 based wireless network devices.
        * The cmpci(4) driver now supports CMI8768 based audio adapters.
        * The it(4) driver now supports ITE IT8705F/8712F/8716F/8718F/8726F and SiS SiS950 ICs. Watchdog timer functionality added.
        * The mfi(4) driver now supports Dell CERC6/PERC6 and LSI SAS1078 RAID controllers.
        * The viapm(4) driver now supports the VIA VT8237S south bridges SMBus controller.
        * Support for hotplugging ExpressCard devices has been added.
        * New amdpcib(4) driver for the AMD-8111 series LPC bridge and timecounter on amd64.
        * New pctr(4) driver for the CPU performance counters on amd64.
        * New bwi(4) driver for the Broadcom AirForce IEEE 802.11b/g wireless network device.
        * New envy(4) driver for the VIA Envy24 audio device.
        * New et(4) driver for the Agere/LSI ET1310 10/100/Gigabit Ethernet device.
        * New etphy(4) driver for the Agere/LSI ET1011 TruePHY Gigabit Ethernet PHY.
        * New amdpcib(4) driver for the AMD-8111 series LPC bridge and timecounter on i386.
        * New glxpcib(4) driver for the AMD CS5536 PCI-ISA bridge with timecounter, watchdog timer, and GPIO on i386.
        * New iwn(4) driver for the Intel Wireless WiFi Link 4965AGN IEEE 802.11a/b/g/Draft-N wireless network device.
        * New msts(4) line discipline to interface the Meinberg Standard Time String devices to provide a timedelta sensor.
        * New gbe(4) driver for the SGI Graphics Back End (GBE) Frame Buffer on sgi.
        * New mkbc(4) driver for the Moosehead PS/2 Controller on sgi.
        * New power(4) driver for the power button on sgi.
        * New ecadc(4) driver for the Environmental Monitoring Subsystem temperature sensor on sparc64.
        * New tda(4) driver for the fan controller on the Sun Blade 1000/2000, making these machines much less noisy.
        * New spdmem(4) driver retrieves information about memory modules.
        * New thmc(4) driver for the TI THMC50, Analog ADM1022/1028 temperature sensor.
        * New uchcom(4) driver for the WinChipHead CH341/340 based USB serial adapter.
        * New umbg(4) driver for the Meinberg Funkuhren USB5131 radio clock to provide a timedelta sensor.
        * New upgt(4) driver for the Conexant/Intersil PrismGT SoftMAC USB IEEE 802.11b/g wireless network device.
        * New wbng(4) driver for the Winbond W83793G temperature, voltage, and fan sensor.
        * New wbsio(4) driver for the Winbond LPC Super I/O ICs.
        * New adl(4) driver for the Andigilog aSC7621 temperature, voltage, and fan sensor.
        * The siop(4) driver now supports the (non-PCI) NCR 53c720/770 in big-endian mode.
        * New lmn(4) driver for the National Semiconductor LM93 sensor.

    New tools:

        * snmpd(8), implementing the Simple Network Management Protocol.
        * The snmpctl(8) program controls the SNMP daemon.
        * The pcidump(8) utility displays the device address, vendor, and product name of PCI devices.
        * ldattach(8) is used to attach a line discipline to a serial line to allow for in-kernel processing of the received and/or sent data.

    New functionality:

        * eeprom(8) is now able to display the OpenPROM device tree on systems that have it.
        * Support for X11 on sgi has been added.
        * The periodic security(8) reports now include package changes.
        * The cmpci(4) driver now supports multichannel audio playback if the hardware supports it.
        * The auvia(4) driver now supports multichannel audio playback if the hardware supports it.
        * The auich(4) driver now supports recording from the microphone as well as full-duplex mode.
        * The eso(4) driver now supports recording as well as full-duplex mode.
        * The ffs layer is now 64-bit disk block address clean. This means that disks, partitions and filesystems larger than 2TB are now supported, with the exception of statfs(2) and quotas.
        * DMA is now enabled for 1-sector devices such as flash drives, providing significant speed improvement.
        * Sparc and Sparc64 disklabels now provide automatic recognition of ext2fs partitions.
        * Filesystems on USB devices are automatically dismounted if the device is disconnected.
        * The configuration of carp(4) load balancing has been vastly simplified.
        * fstab(5) entries referring to non-existent mount points are now ignored, allowing subsequent entries to be processed.
        * Additional configuration files can now be included in pf.conf(5).
        * sppp(4) now has IPv6 support.
        * ipsec.conf(5) now supports defining 192 and 256 bit keysizes for AES.

    Assorted improvements and code cleanup:

        * Improved support for an lkm(4) subsystem on amd64.
        * ossaudio(3) received several bug fixes and enhancements including but not limited to improved recording and full-duplex support.
        * audio(4) received several bug fixes and enhancements including but not limited to improved recording and full-duplex support.
        * make(1) was heavily modified, mostly to improve support for parallel build. Parallel builds now run commands in the same way the sequential builds do, and the output from commands is more readable. A large part of the source tree, xenocara, and quite a few ports now build correctly with make -j.
        * rcs tools improvements and bug fixes.
        * RTM_VERSION was increased so that all routing messages could be modified to include additional fields for upcoming networking features.
        * sendbug(1) has stricter comment parsing, to avoid mangling diffs.
        * umass(4) devices no longer detect bogus LUNs.
        * USB st(4) devices can now successfully disconnect.
        * More deviant umass devices accommodated.
        * svnd(4) devices now work on block devices.
        * disklabel(8) is now aware of NTFS partitions.
        * raidctl(8) now correctly handles trailing whitespace in configuration files.
        * mt(1) no longer triggers panics when processing the 'rewoffl' command.
        * raid(4) devices no longer hang when searching for components during boot.
        * sd(4) devices no longer receive spurious SYNCHRONIZE CACHE commands that confuse some hardware.
        * sd(4) no longer claim that SYNCHRONIZE CACHE commands are 16 bytes long when they are actually 10 bytes. Some devices took this too literally.
        * dhcpd(8) now always issues packets equal or larger than the minimum IP MTU.
        * The disklabel(8) -E mode does not allow manual editing of the 'c' partition, which is always set to cover the entire disk.
        * The disklabel(8) -E mode does not allow changing the cpg value of a partition.
        * The disklabel(8) -E mode command 'r' now displays the list of free chunks on the disk.
        * The disklabel(8) -E mode no longer permits assigning arbitrary sizes to FS_BOOT and FS_UNUSED partitions.
        * The bge(4) driver problems receiving jumbo frames have been resolved.
        * Many dangerous unsigned comparisons with -1 when checking the results of read and write calls have been eliminated.
        * The new M_ZERO flag for malloc(9) replaces many malloc+bzero/memset combinations, fixing a number of bugs in memory initialization and shrinking the kernel.
        * dhcpd(8) now correctly constructs response packets that use the overflow buffers to store options.
        * SCSI drivers are more reliable in MP machines due to better locking around command completion.
        * TCP responses to highly fragmented packets are now constructed without risking corruption of kernel memory.
        * Sockets now allow 4095 multicast group memberships.

    Install/Upgrade process changes:

        * All platforms now have serial console support when installing.
        * Serial console speed is detected and appropriate /etc/ttys entries automatically created.
        * OpenBSD/vax now also has both kinds of install ISO CD images.
        * DNS server addresses are remembered if an install is restarted.
        * OpenBSD/sgi can now be installed using the glass console.

Website   OpenBSD
Download   ftp://ftp.calyx.nl/pub/OpenBSD/4.3