Changes between Version 59 and Version 60 of ReleaseNotes/0.5.0


Ignore:
Timestamp:
2012-04-17T09:19:58Z (12 years ago)
Author:
Jiri Svoboda
Comment:

Internet stack rewrite

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/0.5.0

    v59 v60  
    4343    * `lsusb` and `usbinfo` utilities
    4444
    45   * NIC drivers
     45  * Network adapter drivers
    4646    * DDF'ized Novell NE2000 driver
    47     * Intel E1000 driver
     47    * Intel PRO/1000 driver
    4848    * Realtek RTL8139 driver
    4949
     
    6363
    6464=== Networking ===
    65   * Brand new TCP implementation
    6665  * NIC driver framework to ease writing of network card drivers
     66  * Almost entire networking stack rewritten from scratch
     67    * New implementation of TCP, UDP, IP+ICMP, ARP
     68    * NICs and IP datalinks exposed via location service (e.g. in `locinfo` output)
     69    * `inetcfg` command-line utility instead of `/cfg/net/*` configuration files
     70  * Web server improvements
     71    * Serve files from the file system
     72    * Proper HTTP error responses
    6773
    6874=== Applications ===
     
    7480  * Ported assembler and linker from GNU Binutils
    7581  * Ported PCC (Portable C Compiler)
    76   * Improved and enhanced the `websrv` application
    7782
    7883=== Libraries ===