This was generated from the
src/doc/CHANGES.prev log, and lists
both by date, and by area or port affected.
Other Change Logs
Updated: Fri Aug  1 18:33:16 2025
April 1999
- amiga
 Recognize RDB "LNX\0" partitions (Linux ext2fs). [is 19990428]
 
March 1999
- amiga
 Update Symbios 53c720/770 driver to do wide and Ultra transfers. CyberStorm Mk. III driver now supports 15 targets. [mhitch 19990326]
 - amiga
 Add ATAPI support to idesc.c.  Works with my CDROM, but don't have any other ATAPI devices to test with. [mhitch 19990326]
 - vax
 Rudimentary support for VS4000/90, VS4000/VLC and MV4000/300 from Michael Kukat. [ragge 19990326]
 - compat/linux
 add support for getcwd syscall [tron 19990327]
 - pmax
 two stage disk boot blocks that can load a.out, ECOFF and ELF kernels, and pass a bootinfo record to the kernel with ddb symbol information. [simonb 19990327]
 - uvm
 detect when the system is out of swap space and avoid system hangs by killing processes which try to allocate anonymous memory in this situation. [chs 19990327]
 - audio
	add audioplay and audiorecord tools, based on the SunOS 5.x tools of the same name interface, written from scatch by myself.	 [mrg 19990327]
 - compat/netbsd32
 split sparc32 compatibility layer into MD/MI pair, and put the MI section into "netbsd32".  this is in anticipation of future `mips64' architecture work.  [mrg 19990326]
 - dev, i386
 add driver LAN Media Corporation's line of high speed serial network interfaces.  Currently supported are the LMC5200 (HSSI) LMC5245 (DS3) and LMC10000 (programmable speeds, up to 10Mbps).	Currently tested only on i386. [explorer 19990325]
 - net
 add sync. serial ppp/Cisco HDLC bits.  [explorer 19990325]
 - net
 MTU of a SLIP interface can be modified via ifconfig now. "SLMTU" is still used as initial value. [tron 19990325]
 - next68k
 Working mono video and keyboard support using wscons developed by Matt Debergalis <deberg@mit.edu> [dbj 19990324]
 - kernel, libc
 implement core of getcwd in kernel, for a significant performance improvement (25x to 30x when 4-5 levels deep).  Also, use the same framework to close a few chroot-related holes. [sommerfeld 19990324]
 - vm
 delete Mach VM.  [mrg 19990324]
 - net
 prevent bind(2)ing to a unicast address/port if the uids of the socket creators are different and the new bind(2) is not done by root.  [luke 19990324]
 - dump(8)
 Add read cache. Speeds up dump operations in most cases [bouyer,mjl 19990323]
 - dev, i386
 Add driver for Databook TCIC family PCMCIA chips. [bad 19990323]
 - tcpdump(1)
 Make it understand Token-Ring frames, by Onno van der Linden. [bad 19990323]
 - xsrc
 fixed security problem in xtrans library [tron 19990322]
 - dev, i386
 Add driver for TROPIC based Token-Ring ISA cards, by Onno van der Linden. [bad 19990322]
 - net, netinet
 Add support for Token-Ring drivers, by Onno van der Linden <onno@simplex.nl>. [bad 19990322]
 - amiga
 aster.c driver now attaches to the ISDN Master II, too. [is 19990317]
 - x68k
 Add <machine/bus.h> implementation.  Some drivers are reorganized under `intio' virtual device to utilize it. [minoura 19990316]
 - vax
 Use csr's for vsbus devices. Detect interrupt vector and mask automatic on vsbus. Correct detection of system console on vaxstations. [ragge 19990314]
 - i386
 Build and install serial bootblocks into /usr/mdec/biosboot_ser.sym [sommerfeld 19990312]
 - lfs
 Fix various problems with the LFS.	 See summary of changes in src/sys/ufs/lfs/CHANGES for details. [perseant 19990310]
 - dump(8)
 handle nodump flag on directories: don't dump the directory or any files under it [bouyer 19990309]
 - amiga
 Driver for Symbios 53c720/770, and attachment code for the Cyberstorm Mk. III/ Cyberstorm PPC SCSI host adapter, by Michael Hitch. Note that this does NOT currently support wide transfers. [is 19990309]
 - pkg_install
 Add -R flags to pkg_delete to delete a package and all packages it depends on [hubertf 19990308]
 - amiga, audio
 Enhancements to the aucc (internal custom chip Audio hardware on Amiga machines) driver: more data types, especially 14bit output. By Bernardo Innocenti, PR #6787. [is 19990304]
 - pkg_install
 For pkg_info, also show which packages the package in question requires. [hubertf 19990304]
 - pkg_install
 Added -O switch to pkg_delete to only remove any references to the package from the pkgdb, but do not touch the package or its files otherwise. Used by the pkgsrc build system's "make reinstall" target. [hubertf 19990302]
 - netgroup(1), innetgr(1)
 Add userland programs to get values from the netgroup map.  [christos 19990302]
 - raid
 Add component labels, hot-adding of spares, in-place component rebuilding, and shutdownhooks to RAIDframe. [oster 19990301]
 
February 1999
- kernel
 Modified vnode locking protocol to always pass the VOP_CLOSE operation a locked vnode as opposed to an unlocked one. Also separated export verification and file handle to vnode conversion. VFS_FHTOVP now only returns a vnode from a file handle while VFS_CHECKEXP performs export verification. Bump version to 1.3J. [wrstuden 19990226]
 - pkg_install
 Add -r flags to pkg_delete to delete a package and all the packages that depend on it [chopps 19990226]
 - swapctl(2), dumps
  add support for "dp" entries to set the dump device from userland.  [mrg 19990224]
 - kernel
 the scheduler has been revised and reorganized to fix bugs, improve interfaces, and to add a mechanism for a platform- specific scheduler clock. This fixes the scheduler bugs that were letting nice +20 processes steal time from nice +0 procs. This bug affected most platforms to some degree, and completely broke nice(1) on alpha. [ross 19990222]
 - libc
 add t{search,find,walk,delete} to manipulate binary search trees, from OpenBSD [christos 19990222]
 - pmax
 bootblocks that work on -current. [simonb 19990222]
 - systat(1)
 add a new `ps' view which clones the output of `ps aux'. Add pid of process in question to each line of the `pigs' display.  [jwise 19990221]
 - syslogd(8)
 allow multiple -p flags (and do something useful with them).	new -P flag for list of log sockets.  this is very useful/essential for chroot usage.  [mrg 19990221]
 - grep(1)
 update to GNU grep 2.3. [simonb 19990221]
 - mvme68k
 Add SCSI and VMEbus drivers for MVME-167 board. [scw 19990220]
 - macppc
 Add MESH SCSI driver.  [tsubai 19990219]
 - alpha
 Working ISA floppy driver, thanks to some DMA debugging from Ross Harvey and Charles Hannum.  [thorpej 19990218]
 - fstat(1)
 display IP connection details of TCP and UDP sockets. [lukem 19990218]
 - eject(1)
 new "eject" program written by Chris Jones with improved device type recognition, automatic unmount of all partitions, support for opening empty CDROM drives and unit numbers larger than 1. [tron 19990217]
 - standards
 add XPG4.2 nl(1) utility.  [kleink 19990215]
 - chess
 a newer GNU chess is in pkgsrc, so retire this version. [mrg 19990215]
 - mvme68k
 Support for Motorola's MVME-167 board added. This is a VMEbus board with an mc68040 processor running at either 25 or 33MHz, and various amounts of RAM (32Mb ECC is common). There are 4 serial ports, handled by a Cirrus Logic CD2401 communications controller, a SCSI interface handled by an ncr53c710 chip and an i82596 ethernet controller. At this time, the SCSI port is not yet supported (though it will be soon) and the CD2401 support is not complete. Work still needs to be done to fully utilise the facilities of the memory and VMEbus controllers. However, as a diskless NFS client, the board performs very well as it stands just now. [scw 19990215]
 - kernel
 Change compat path lookup to reference the true root when the path begins with /.. [christos 19990214]
 - misc
	MI Driver for Cirrus Logic 240[01] Four channel Serial Controller [scw 19990213]
 - /etc/mk.conf
 support MKxxx=no in favour of NOxxx=. add mk.conf(5). support MKCATPAGES=no, which prevents catman pages from being built or installed.  [lukem 19990212]
 - mtree(8)
 add -m and -i switches to make changing file flags much simpler.  from Dr. Lex Wennmacher <wennmach@geo.Uni-Koeln.DE> [mrg 19990212]
 - comm(1)
 add -f option to allow case-independent operation when comparing files which contain the same line but with different mixture of upper/lower case.. [hubertf 19990211]
 - grep(1)
 update to GNU grep 2.2f. [simonb 19990210]
 - kernel
 Add COMPAT_AOUT [christos 19990209]
 - eject(1)
 change eject(1) to take avantage of the new DIOCEJECT, so that CDROM drives can be eject'd with no media, and implement a '-l' option to load the media on cdrom drives. [bouyer 19990208]
 - i386
	ELF integration complete. [christos 19990205]
 - kernel
 change DIOCEJECT ioctl to unlock the media if no other partition are open before eject. A non-null argument will force the old behavior. The previous ioctl has been keep as ODIOCEJECT for binary compatibility. [bouyer 19990208]
 - toolchain
 Imported binutils 2.9.1, tested completely on i386 and partly working on alpha and arm32. [tv 19990202]
 - pax(1)
 changed meaning of tar emulation mode option -o to mean "use V7 tar mode"; change default output in tar emulation to POSIX ustar. [tv 19990202]
 - zoneinfo
  update to tzdata1999b.  [mrg 19990202]
 
January 1999
- i386
	bootblocks, installboot: First pass at ELF version. The bootblocks right now can only be compiled with the a.out assembler, but installboot, bootblocks, and the kernel are ELF aware. [christos 19990128]
 - kernel
 Implement [v]snprintf to make kernel safer. [msaitoh 19990128]
 - kernel
 allow the raw character partition to be opened even with no media for sd and cd driver (for raw IOCTLs) [bouyer 19990126]
 - install(1)
 add a -b(ackup) flag to move any existing file(s) aside by renaming them to file.old instead of simply deleting them. A different backup suffix may be chosen with the -B option's argument; If the suffix contains a '%' sign, a numbered backup will be performed, expanding the %-pattern via sprintf(3). [hubertf 19990126]
 - libc
 add hesiod 3.0.2 functionality (currently used by the nsswitch code for passwd, group, and shells.  [lukem 19990125]
 - mkdep(1)
 add C replacement for old shell script. [tron 19990125]
 - procfs
 add support /proc/#/map. From FreeBSD. This file contains the process' virtual memory map and we can use this information to debug and control the process. And we may use it to process migration or remote fork. [msaitoh 19990125]
 - kernel
 scheduler enhancements provide a dramatic improvement in interactive response when competing with loads that fork many new processes. [ross/sommerfeld 19990124]
 - ypserv(8)
 change to use libwrap, not home-grown access control code.  [thorpej 19990121]
 - ethernet
 Add FreeBSD's "vr" driver for VIA Rhine fast ethernet PCI NIC written by Bill Paul <wpaul@ctr.columbia.edu>. [sakamoto 19990121]
 - pax(1)
 implement GNU tar's -X option in terms of the pax -s option with an empty replacement.  [mrg 19990120]
 - libstdc++
 Added code size optimizations for programs compiled to use complex, string, or the STL. [tv 19990119]
 - pkg_install
 Added "check" command to pkg_admin to allow checking of pkgs' files against their MD5 checksum. [hubertf 19990119]
 - pkg_install
 Added code to pkg_add and pkg_create to maintain a database (``pkgdb'') with mappings of which file belongs to which pkg, and enable pkg_info to query it with the -F switch (which tells it to expect a filename instead of a package name). A pkg_admin utility was added to (re)build the pkgdb from scratch - for migrating from old non-pkgdb pkg_* tools.  [hubertf 19990119]
 - find(1)
 add GNU-style -{a,c,m}min primaries.  [simonb 19990117]
 - bc(1), dc(1)
 update to bc 1.05a and dc 1.2.  [simonb 19990116]
 - libc
 implement nsswitch.conf(5) functionality.	 [lukem 19990116]
 - portmap(8)
 use libwrap for access control, add -l flag to log all connections and -2 flag to su to daemon before running, so that forwarded connections use non- privileged ports.  Also restrict GET/SET calls to the loopback interface [jwise 19990111]
 - amiga
 Add driver for the serial ports of the HyperCom3+ and HyperCom4+ ZBUS boards. [is 19990110]
 - scsi
 Add a driver for the AMD Am53c974 PCscsi-PCI SCSI chip, written by Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>. [thorpej 19990106]
 - domains
 added /usr/share/misc/domains containing a list of all Top Level Domains (TLDs) from ISO 3166 as of today. [hubertf 19990104]
 - kernel
 add support for multisession CDs, by Torsten Duwe. [is 19990104]
 - find(1)
 add support for `-flags [-]flags'.  [lukem 19990104]
 - tetris(6)
 display shape that will appear next in the game as some sort of preview function if -p is given. [hubertf 19990103]
 - ftp(1)
 support http/1.1 chunked transfers, www and proxy authentication, ftp auto-login with ftp:// URLs even if $ftp_proxy set.  send user-agent in http request. cleanup http redirects. improve display of transfer rate.  [lukem 19990101]
 
December 1998
- x68k
 Switch default to UVM on x68k.  [itohy 19981223]
 - sun3
  use UVM by default everywhere.  [mrg 19981223]
 - a.out ld/ld.so
 salvage ld.so(1), ldconfig(8) and ldd(1) sources from `gnu' subtree and resettle them into standard locations. [pk 19981217]
 - sparc
 bfd, ld.new - build in elf32_sparc and sun4 support as well. once ld.new works for sparc a.out, a single ld(1) will work for both a.out and ELF, and SunOS 4.0 objects.	[mrg 19981217]
 - toolchain
 add various bits for building 64 bit NetBSD/sparc64 ELF binaries (gcc, gas, ld), via a `sparc64--netbsd' target.  do the same for 32 bit and `sparc--netbsdelf' target.  we can now build sparc ELF binaries, but no csu.  [mrg 19981217]
 - isa
 ISA Driver from TC400, TC800 multi-port serial cards from Eric S. Hvozda [christos 19981216]
 - m68k, compat/linux
 Add initial support of linux compatibility on m68k ports. [itohy 19981215]
 - egcs
 Imported egcs 1.1.1 release. [tv 19981213]
 - amiga
 Switched default compiler to egcs. [is 19981212]
 - sparc64
 add installboot program and man page.	[mrg 19981211]
 - audio
 Add a driver for the S3 SonicVibes chip. [augustss 19981210]
 - atari
 Add driver for BVME410. From 'maximum entropy'. [leo 19981209]
 - rbootd(8)
 fix memory leak.  [mrg 19981209]
 - xsrc
 fix problems with missing -R paths when linking binarys and shared objects.	 [mrg 19981208]
 - usb
 Add a generic USB driver, ugen.  [augustss 19981208]
 - mtree(8)
 add "md5" keyword for md5 cryptographic checksum. [jwise 19981206]
 - kernel, fs, mount(8)
 add support for a new mount option, "nodevmtime", which inhibits the updating of modification times on device special files.  Useful on laptops and other power-managed systems [kenh 19981202]
 
November 1998
- powerpc
 Add shared library support.  [tsubai 19981124]
 - sparc64
 add bfd support.  [mrg 19981123]
 - sparc64
 add ld.new, gas.new & egcs support, 64bit target. [mrg 19981123]
 - xsrc
 updated to XFree86 3.3.3 [veego 19981123]
 - ipfilter
 updated to 3.2.10.  [mrg 19981123]
 - hippi
 Added HIPPI-FP support to Essential HIPPI driver (esh) [kml 19981120]
 - kernel
 fix d_mmap routines to deal with signed offsets.  fixes many real & potential security problems.  problem found by ted lemon, fixed by matthew green.	see NetBSD-SA1998-005 for more deatils.  [mrg 19981119]
 - morse(6)
 Add support for decoding of morse code. [hubertf 19981118]
 - bebox
 Add PCI frame buffer console driver. [sakamoto 19981118]
 - pmax
 Add md ramdisk driver.  Install kernels now run off ramdisk root, not from disk or NFS.  [jonathan 19981118]
 - pcmcia
 Implement PCMCIA hot-swap.  [thorpej 19981116]
 - kernel
 Add support for detaching and activating/deactivating devices. Mostly from Chris Demetriou, with some changes by Ken Hornstein and Jason Thorpe. [thorpej 19981116]
 - pmax
  Add crunched miniroot distribution media [jonathan 19981116]
 - mbrlabel(8)
 Add a utility to access partitions on MBR labeled disks like those transferred from a DOS machine [ws 19981116]
 - sparc
 Switch to gas.new on sparc. [kristerw 19981116]
 - i386
 Switch to gas.new on i386. [kristerw 19981116]
 - newsmips
 Switch to UVM by default on newsmips. [tsubai 19981116]
 - egcs
 Imported egcs 1.1.1-prerelease-2. [tv 19981114]
 - pmax
 Switch default to UVM on pmax. [mhitch 19981114]
 - next68k
 Switch to UVM on next68k. [dbj 19981114]
 - raid
 Added RAIDframe, version 1.1, from the Parallel Data Laboratory at Carnegie Mellon University.  Supports RAID levels 0, 1, 4, 5, 6, parity logging, and more. [oster 19981112]
 - kernel
 Implement kthread_create() and kthread_exit(), to create and destroy kernel threads.	 Use these to create the pagedaemon and reaper.	 [thorpej 19981111]
 - amiga
 Added a new ethernet driver for the Ariadne II. [veego 19981111]
 - x68k
 Added the X server for x68k port to xsrc. [minoura 19981111]
 - i386
 pciide is now enabled in GENERIC and INSTALL kernels. [bouyer 19981110]
 - send-pr(1)
 added support for GNATS `install' category.  [lukem 19981110]
 - ethernet
 Add a driver for 3Com 90xB cards, which also will drive 90x cards using DMA. [fvdl 19981103]
 - libz
 updated to 1.1.3 [tron 19981101]
 
October 1998
- vax
 Enable VAX shared library support (uses gas.new and egcs). [matt 19981031]
 - ethernet
 (ne2000) Added media selection support for Realtek 8019-based ISA, ISAPnP, and PCMCIA cards.	[thorpej 19981030]
 - shutdown(8)
 Run /etc/rc.shutdown before bringing down the system. [bad 19981029]
 - amiga
 switched default VM system to UVM.  [is 19981028]
 - macppc
 Added support for AdvanSys Narrow SCSI boards: ABP-9xx[U,UA]. [dante 19981028]
 - ethernet
 (ne2000) Added media selection support to the PCI front-end. [thorpej 19981027]
 - routed(8), ping(8)
 updates from ftp.rhyolite.com. [christos 19981025]
 - mac68k
 switch to split ADB driver (kbd/ms/aed).  [ender 19981023]
 - route(8)
 add support for -f; flush routes before executing command. [lukem 19981023]
 - egcs
 Imported egcs 1.1.1 snapchot 19981014. [tv 19981014]
 - ide
 Major changes to the IDE code for better error handling, improved ATAPI support, 32 bit data I/O support and bus-master DMA support on PCI IDE controllers.	 [bouyer 19981012]
 - vax
 Added support for DWBUA (BI to Unibus adapter) and KLESI-B (TMSCP tape ctlr). [ragge 19981018]
 - getty(8)
 add support for ppp autodetect with the :pp=/usr/sbin/pppd: gettytab entry.  Derived from code from Michael Hancock <michaelh@cet.co.jp> and Erik 'PPP' Olson <eriko@wrq.com>, via FreeBSD and OpenBSD. [tsarna 19981012]
 - mtree(8)
 add support for 4.4BSD file flags.  [mrg 19981010]
 - arm32
 Chalice CATS motherboard support added [mark 19981005]
 - coda
 added the coda distributed file system as a fs and an lkm. There are also coda related packages in pkgsrc/net [rvb 19981005]
 - named(8)
 updated BIND programs to 8.1.2 sources.  [tron 19981005]
 - netinet
 Apply/merge/adapt the NEWRENO parts of the UCSB SACK/FACK/NEWRENO diffs of BSDI's 3.0 netinet to NetBSD. [unknown 19981005]
 - compat/linux
 rearrage to allow compatibility support for multiple architechtures.	 Include beginnings of linux compatibility on the Alpha.  [erh 19981001]
 
September 1998
- gre
 add support for IPPROTO_MOBILE tunneling from RFC2004. This is the tunnel protocol of the mobile IP people [hwr 19980930]
 - /etc/mk.conf
 add support for NOSHARE; if defined files that would be installed under /usr/share are not built nor installed.	[lukem 19980928]
 - i386
 add support for AdvanSys Ultra Wide boards. At this time the following PCI boards are supported: - ABP-9xx - ABP-9xxU - ABP-9xxUA - ABP-9xxUW [dante 19980926]
 - alpha
 add some support for multiple processors to the pmap module.	 Still needs TLB shootdown code, but that is easier once the code to spin up the additional CPUs is working.  [thorpej 19980921]
 - egcs
 Imported egcs 1.1b release. [tv 19980913]
 - bzip2(1)
 imported bzip2, a block sorting file compressor with a BSD license, no ad clause, generally excellent compression capability, and a possibly (it's not really for us to say) patent-free implementation. [ross 19980913]
 - gre
 Implement a gre pseudo network interface that allows to tunnel L3 protocols over IP. Currently only IP/IP and IP/GRE supported. [hwr 19980913]
 - kernel
 Implement a new kernel thread, the process "reaper", which cleans up VM resources (vmspace and u-area).  Machine-dependent code now calls exit2() to schedule the reaper to run once we are no longer running on the dead proc's vmspace and stack.  A valid thread must do this work since it may block in a multiprocessor environment. Original idea from Charles Hannum.  [thorpej 19980908]
 - ftpd(8)
 extend functionality of /etc/ftpchroot to support globbing (similar to /etc/ftpusers). based on patches in [PR bin/4769] by Ty Sarna <tsarna@endicor.com>.  add support for RFC2389 commands (FEAT & OPTS). other cleanups.	 [lukem 19980907]
 - arm32
 EBSA285 architecture board support added [mark 19980906]
 - arm32
 DC21285 'Footbridge' core logic support added [mark 19980906]
 - ftpd(8)
 fix long standing bug where two error replies may have been returned instead of one when unexpected arguments were supplied to certain commands, resulting in the client and server getting out of sync.  [lukem 19980906]
 - arm32
 Separated hardware and software interrupt masks along with interrupt dispatching optimisations. [mark 19980905]
 - amiga
 added support for Amiga 3000 mainboards reworked for the Apollo 68060 accellerator board. [is 19980904]
 - macppc
 Switch to UVM on macppc. [tsubai 19980903]
 - bebox, ofppc
 Switch to UVM on bebox and ofppc. [sakamoto 19980903]
 - atari
 Switch to UVM on atari. [mrg 19980902]
 - pc532
 Switch to UVM on pc532. [matthias 19980902]
 - arm32
 Added csc driver for Cumana SCSI II podules. [mark 19980901]
 - sparc64
 Switch to UVM by default. [mrg 19980901]
 
August 1998
- i386
 added 32-bit register support for bioscall interface [jtk 19980831]
 - kernel
 killed the last vestiges of __BROKEN_INDIRECT_CONFIG. [cgd 19980831]
 - i386
 Switch to UVM+PMAP_NEW. [thorpej 19980831]
 - sparc, sparc64
 Sbus `esp' and `le' and their DMA engines restructured to live in sys/dev/sbus and use a common LSI64954 DMA engine driver. [pk 19980829]
 - i386
 Add AdvanSys PCI SCSI controllers support. At this time only the ABP-9xxUA controllers are supported. This driver has been tested only on i386 architecture, but should work on other PCI architectures. [dante 19980826]
 - arm32
 Switch to UVM as standard [mark 19980825]
 - /etc/security
 if $check_disklabels=YES, backup text copies of disklabels of available disks, and check backups as per $check_changelist.	[lukem 19980825]
 - egcs
 Imported egcs 1.1 snapshot 19980824.  [tv 19980824]
 - atari
 Added a driver for the Circad Leonardo video card from 'Maximum Entropy'. [leo 19980824]
 - vax
 Increase logical pagesize to 4K. [ragge 19980821]
 - audio
 Add support for MIDI device drivers and device independent access to them.	 The raw MIDI devices can be accessed through /dev/rmidiN. /dev/music presents a sequencer interface.  The API has been modelled after the OSS API. There is also a syntheziser layer that helps emulate a MIDI device.	 This layer is used by the Yamaha OPL[23] driver and the PC speaker driver.  [augustss 19980818]
 - egcs
 Imported egcs 1.1 snapshot 19980816.  [tv 19980816]
 - filecorefs
 Added filecorefs, a read only version of Acorn Computers filecore filesystem [mark 19980814]
 - mac68k
 Integrate new interrupt handling framework, derived in part from the hp300 port.  [scottr 19980812]
 - mac68k
 Rewrite console framebuffer initialization and autoconfig. [scottr 19980812]
 - kernel
 Removed vm_offset_t and vm_size_t and replaced them with vaddr_t and vsize_t for virtual addresses and paddr_t and psize_t for physical addresses.  This allows machines where physical addresses are different sizes or formats from virtual addresses. [eeh 19980812]
 - ethernet
 Rewrite media selection in "ep" driver, and add support for the MII/PHY on the 3c905 boards.  Fixes PR kern/4782. [thorpej 19980812]
 - xntp
 upgraded to 3-5.93c [christos 19980812]
 - mii
 near rewrite of MII layer, now exports a software interface like BSDI's.  Add PHY drivers for Intel i82555 and Quality Semiconductor QS6612 PHYs.  Significantly improve the NS83840 and ThunderLAN PHY drivers.	 Convert "tl", "fxp", and "epic" drivers to use the new code. [thorpej 19980810]
 - vax
 Support for VS4000/60 CPU, serial console and ethernet. This is first VMS-only vax supported.  [ragge 19980810]
 - kernel
 Most of the kernel now uses memcpy, memmove, memset and memcmp instead of bcopy, ovbcopy, bzero and bcmp. [perry 19980809]
 - i386
 build libm using the FPU instructions if I387_LIBM is set in /etc/mk.conf. [perry 19980809]
 - amd(8)
 upgraded to 6.0a16 [christos 19980808]
 - nfs
 Add client pathconf support.  [kleink 19980807]
 - ifmedia
 Completely rewrite the way media descriptions are represented.  The same data structure is used, but a much saner matching mechanism is used, one which allows greater ease in adding new types.  Also, change the format of ifconfig's status report to make it more attractive in the presense of many media types. [thorpej 19980805]
 - x68k
 switch to MI zs driver [minoura 19980805]
 - misc
	Add support for POSIX 1003.1b Synchronized I/O.	 [kleink 19980803]
 - ftp(1)
 implement $no_proxy and $FTPANONPASS support. [lukem 19980803]
 - netinet
 use the pool allocator for inpcbs, tcpcbs, and syn cache entries.  [thorpej 19980801]
 - alpha
 implement isa_intr_disestablish() and pci_intr_disestablish(). [thorpej 19980801]
 
July 1998
- kernel
 Use the pool allocator for mbufs and mbuf clusters.  [thorpej 19980731]
 - isapnp
 Use config_defer(), and add support for all of the platforms that support ISA.  [thorpej 19980730]
 - scsipi
 use the pool allocator for scsipi_xfers. [thorpej 19980730]
 - vnd(4)
 use the pool allocator for vndxfer and vndbuf structures. [thorpej 19980730]
 - ccd(4)
 use the pool allocator for component buffers.  [thorpej 19980730]
 - tftpd(8)
 add support for -u user and -g group, which specify the user and group to run as. Fixes PR #4218.  [lukem 19980729]
 - libedit
 add 'edit on|off' editrc command, which is used to advise invoking programs if a user's does or doesn't want editline support. Modify ftp(1) to honour this.	[lukem 19980729]
 - misc
	Change uio_resid to a size_t, and change the residual argument of vn_rdwr() from int * to size_t * to match.  No behavioral difference, except for Alpha, which can now use full SSIZE_MAX sized transfers (i.e. signed 64-bit length). Sweep inspired by a discussion of a bug introduced in OpenBSD on Bugtraq.  [thorpej 19980728]
 - kernel
 update of memory resource pool: configurable back-end storage provider; cache coloring and dynamic sizing after Bonwick's "slabs". [pk 19980727]
 - usb
 change mouse and keyboard drivers so that they use wscons. Also add the wsmouse protocol to XFree86.  [augustss 19980727]
 - arm32
 Break up the Shark CS8900 driver into core, ISA, and OfISA parts, and make it machine-independent.  [thorpej 19980724]
 - ftp(1)
 support HTTP 301 and 302 redirects, and speed up transfer completion in HTTP/1.1 downloads (by disabling persistent connections).  [lukem 19980723]
 - vax
 vax now has both UVM and PMAP_NEW as default [ragge 19980718]
 - traceroute(8)
 add path MTU discovery option [is 19980717]
 - identd(8)
 Upgraded pidentd to version 2.8.3 [msaitoh 19980715]
 - atapi
 Add support for ATAPI changer devices like the NEC CDR-251. Userland support in /bin/chio. [hpeyerl,thorpej 19980713]
 - usb
 Add USB support.  USB is only supported for i386 at the moment, but it should be easy to add to other PCI platforms as well. See usb(4) for an overview. [augustss 19980712]
 - amiga
	Added UVM support [mhitch 19980712]
 - ipfilter
 updated to 3.2.9 [veego 19980712]
 - ftp(1)
 add "sndbuf" and "rcvbuf" commands, for setting socket buffer sizes, allowing use of large TCP windows.  Work in progress, no support for setting system and per-user defaults, yet. [thorpej 19980709]
 - arm32, bus_dma(9)
 implement a bus_dma back-end for the Shark. [thorpej 19980707]
 - uvm
 add support for multiple page free lists.	[thorpej 19980707]
 - vm, uvm
 Add support for mmap'ing disk block devices. [thorpej 19980707]
 - alpha
	Enabled the IDE controller on the AXPPCI33. IDE and ATAPI CDROM drives should now work. [ross 19980707]
 - xsrc
	Major code sweep: modified 57 files to clean up 98% of all the LP64-related warnings. This killed a few real bugs and a lot of compiler false alarms. [ross 19980706]
 
June 1998
- pread(2), pwrite(2)
 Add pread(2) and pwrite(2) system calls (per XPG4.2) and preadv(2) and pwritev(2), which are NetBSD extensions (positional cousins to readv(2) and writev(2)). [thorpej 19980630]
 - sun3
 make the boot programs look for netbsd.$arch before "netbsd" so boot media can support both sun3/sun3x by including a kernel for each.	 [gwr 19980629]
 - misc
	Add mechanism for programs to dump core into either "core" or "progname.core", based on an adjustable system-wide setting. [nathanw 19980628]
 - alpha
 take a stab at EB66 support.  An EB66 is basically an EB64+ with a 21066 LCA instead of a 21064 + APECS. [thorpej 19980627]
 - pci
 added 'puc' driver for "PCI 'universal' communications' cards containing 'com' and 'lpt' ports.  [cgd 19980626]
 - alpha
 Add first-draft support for the Tadpole/DEC AlphaBook, which is basically an AXPpci33 in laptop's clothing. [thorpej 19980625]
 - nfs
 move the lease check into genfs, and make its null-op'ness a compile-time decision for the kernel, not for file system modules.	 Allows loaded file systems to export, which did not previously work correctly.  [thorpej 19980625]
 - alpha
 Added support for three new server platforms, Noritake, Pintake, and Corelle. [ross 19980623]
 - sparc64
 Initial import of sparc64 port [eeh 19980620]
 - misc
	Change kernel includes to be installed directory-by-directory, which provides added flexibility in terms of what is to be installed, and which makes incremental installs a bit easier.  Existing behaviour (symlinks vs. copies, etc.) is preserved, except for bug fixes.  A new mk template, bsd.kinc.mk, exists to help support these changes and factor out common bits.  [cgd 19980612]
 - scsipi
 Add a shutdown hook for SCSI-2 and higher disks that issue a SYNCHRONIZE CACHE operation, to ensure that data is on the platter if we're doing a powerdown. [thorpej 19980610]
 - next68k
 initial import of next68k port. [dbj 19980609]
 - kernel
 Implement config_defer(), a generic mechanism to defer the configuration of a device until all of its siblings have been attached.  Make the PCI-ISA bridge code use this mechanism, rather than its own.  [thorpej 19980609]
 - isa
 Change the ISA DMA API to take an isa_chipset_tag_t rather than a struct device * corresponding to the ISA bus device. The ISA DMA controller driver functions have been renamed and now take a struct isa_dma_state *, and are called indirectly by machine-dependent code which provides the DMA state.  These changes allow e.g. `ofisa' (the OpenFirmware configuration mechanism for the ISA bus, used by e.g. Sharks) to use the MI ISA DMA controller code. [thorpej 19980608]
 - sun3
 Add UVM support (sun3x still to come) [gwr 19980608]
 - ftpd(8)
 display any messages that a LIST or conversion command generated to stderr to the user at the end of a transfer. [lukem 19980608]
 - ypinit(8)
 add -c to setup a YP client.  [lukem 19980608]
 - libc
 add support for reading master.passwd or passwd.adjunct YP maps in getpw*() for root users.  /var/yp/`domainname`/Makefile.yp can now have INSECURE=yes commented out.  [lukem 19980608]
 - isapnp
 Add ISAPnP attachment for PCMCIA [sommerfeld 19980607]
 - i386
 add optional strict alignment checking to the bus_space implementation.	 [thorpej 19980606]
 - alpha
 Implement bus_space_{alloc,free}() for BWX mem and i/o and swiz i/o space.  PCMCIA now works on Alpha. [thorpej 19980606]
 - i386
 Systems w/ APM will no longer powerdown automatically on halt; an explicit RB_POWERDOWN (halt or shutdown -p) is now required.  [thorpej 19980606]
 - sparc
 add support for software powerdown on Sun4m systems which have that capability.  [thorpej 19980606]
 - alpha
 add support for software powerdown on the Digital Personal Workstation (Miata).  [thorpej 19980606]
 - halt(8), shutdown(8)
 Add a -p option to halt(8) and shutdown(8), that specifies that the system is to be powered down.  If the powerdown fails, or the system does not support software powerdown, the system will simply halt.  [thorpej 19980606]
 - audio
 Added Aria driver from R. C. Dowdeswell <elric@imrryr.org>. [anon 19980606]
 - misc
	Add fine-grained locking to the extent code.  [thorpej 19980605]
 - powerpc
 Added UVM support. [sakamoto 19980605]
 - alpha
 Added support for the Digital Personal Workstation (Miata), mostly cloned from the EB164 code, with changes from me, and some more from Andrew Gallatin.  [thorpej 19980604]
 - ftp(1)
 add -o outfile, -r waittime. default to passive with fallback to active (configurable with $FTPMODE).  [lukem 19980604]
 - alpha
 Added support for using BWX for PCI config and device access on the ALCOR2 and Pyxis core logic chipsets. [thorpej 19980604]
 - arm32
 Added UVM support. [mark 19980604]
 - vax
 Support for VS3100 builtin graphics console. [ragge 19980604]
 - netstat(1)
 Add a -P pcbaddr option to netstat(1) to dump the PCB at the specified address.	Implement this option for TCP. [thorpej 19980602]
 - ethernet
 Added driver for SMC 83c170 EPIC/100 Ethernet. [thorpej 19980601]
 - ftp(1)
 terminal beeps on ambiguous completion, auto-append a space or '/' on a command or local path completion as necessary.  [lukem 19980601]
 
May 1998
- ipfilter
 updated to 3.2.7. IP Nat works now on the alpha. [veego 19980529]
 - bebox
 Use new PowerPC-generic stuff. [sakamoto 19980528]
 - powerpc
 Rename NetBSD/powerpc to NetBSD/ofppc. New sys/arch/powerpc with PowerPC-generic stuff. [sakamoto 19980528]
 - misc
	Change /dev/[u]random to use SHA1 rather than MD5, and release 96 bits of the hash directly.  [explorer 19980526]
 - arm32
 Added PCI bus support. [mark 19980525]
 - arm32
 Added MACHINE_NEW_NONCONTIG support. [mark 19980525]
 - toolchain
 Changed most toolchain bits present in GNU binutils (ar, nm, ranlib, size, strings) to use GNU binutils instead of Berkeley code; added addr2line, c++filt, and objdump. [tv 19980524]
 - pmax, bus_dma(9)
 Completely rewrite bus_space back-end and write a first-cut bus_dma back-end for the DECstation.  [thorpej 19980522]
 - fddi, bus_dma(9)
 switch pdq (fpa,fta,fea) driver to bus_dma(9) framework.  [matt 19980521]
 - audio
 added ym driver for Yamaha OPL3-SA3.  Written by Constantine Sapuntzakis for OpenBSD.  [augustss 19980520]
 - libedit
 rework the history appending code; take advantage of the changes to put in some non compatible api improvements. Bump the major number to 2.0 [christos 19980519]
 - ipfilter
 updated to 3.2.5 [veego 19980517]
 - hippi
 Added driver for Essential Communications' RoadRunner HIPPI device [kml 19980516]
 - macppc
 initial import of macppc port.	[tsubai 19980515]
 - net
 Add monotonically increasing "current time" timestamps for the protocol fast and slow timeouts.  Convert the TCP timers to use these timestamps, shaving some instructions (quite a few, actually, on the Alpha) from the inner loop of tcp_slowtimo().	 [thorpej 19980505]
 - mac68k
 Add kgdb support.  [scottr 19980505]
 - sparc
 switch to UVM on the sparc.  [mrg 19980505]
 - xsrc
 patch for Xaw which fixes the Xaw part of the CERT Vendor-Initiated Bulletin VB-98.04 (NetBSD Security Advisory 1998-002) [veego 19980503]
 - alpha, hp300, mac68k, mvme68k
 switch to UVM+PMAP_NEW on the alpha, and UVM on hp300, mac68k, and mvme68k.  [thorpej 19980503]
 - pppd(8)
 Upgraded to 2.3.4 [christos 19980502]
 - xsrc
 new xterm which fixes the xterm part of the CERT Vendor-Initiated Bulletin VB-98.04 (NetBSD Security Advisory 1998-002) [veego 19980501]
 - audio
 Add Ensoniq AudioPCI sound card driver.	[augustss 19980501]
 
April 1998
- inetd(8)
 Add support for specifying send and receive socket buffer sizes to inetd. This will allow larger windows to be advertised for TCP servers, improving TCP performance in some situations.  [thorpej 19980430]
 - netinet
 make TCP_COMPAT_42, TCP_CWM, and the CWM burst size configurable via sysctl. [thorpej 19980430]
 - arm32
 Overhauled page table management separating the page tables from the processes vm_map. [mark 19980430]
 - misc
	Changed vslock() and vsunlock() to take a proc *, rather than implicitly operating on curproc.  [thorpej 19980429]
 - net/bpf
 add support for two new ioctls, BIOC[GS]HDRCMPLT to get/set the "header already complete" flag.  This allows BPF writers to spoof layer 2 source addresses (if the layer 2 supports it) in applications where it is necessary. Submitted by Greg Smith <greg@nas.nasa.gov>. [thorpej 19980429]
 - netinet, net
 add IP fast forwarding (flow-based) routing.  The code will bypass the normal IP processing path and directly forward from a device receive interrupt (via ether_input or fddi_input for now).  [matt 19980429]
 - netinet
 add new TCP input reassembly code as a stepping stone to implementing SACK (RFC2018).	 [matt 19980429]
 - netinet
 update our implementation of RFC1323 PAWS/timestamps/wscale to be compliant with the updated RFC1323.bis. [thorpej 19980428]
 - mac68k
 Added MACHINE_NEW_NONCONTIG and UVM support.  [scottr 19980424]
 - atari
 Crazy Dots (et4000 vme) driver from Julian Coleman. [leo 19980423]
 - atari
 Bus-space implementation for big endian busses like VME. [leo 19980423]
 - atari
 Add the isapnp code from Thomas Gerner. [leo 19980423]
 - alpha
 preliminary support for PCI IDE compat interrupts.  Only supported on the EB164 systype for now (specifically, for the AlphaPC 164SX, which has PCI IDE on its Cypress PCI-ISA bridge).  [thorpej 19980417]
 - pci
 Add pci_conf_print(), which dumps PCI configuration space, useful in driver debugging.  Fixes PR #4249, from "Zubin D. Dittia" <zubin@clouseau.arl.wustl.edu>. [thorpej 19980414]
 - pkgsrc
 move bsd.port.mk and bsd.port.subdir.mk from src/share/mk into pkgsrc/mk. [agc 19980414]
 - xsrc
 new xterm which fixes the utmp problem [veego 19980410]
 - atari
 use the MI wd-driver. [leo 19980410]
 - atari
 Complete redo of the bus_space implementation. The atari bus_space implementation now properly supports: the atari 'mainbus', the pci and isa bus. [leo 19980410]
 - ide
 Add hardware-locking hooks to the wd-driver; enabled through WDC_CAPABILITY_HWLOCK. [leo 19980407]
 
March 1998
- egcs
 Imported egcs 1.0.2 into src/gnu/dist/gcc, including libstdc++, fortran user libraries, and added Makefiles to build and install these.	tested on the sparc only.  [mrg 19980330]
 - alpha
 GC alpha's ECOFF_TOOLCHAIN make variable, and related bits.  Nobody should be using an ECOFF toolchain on NetBSD/alpha any more. [cgd 19980327]
 - mips
 Add mips support to libexec/ld.elf_so and change GCC to use /usr/libexec/ld.elf_so. [mhitch 19980326]
 - kernel
 Make proc0 use the kernel pmap. Since proc0's address space is shared by other kernel-only processes, this makes it much easier for pmaps to detect errors like entering user mappings for kernel-only processes.  [thorpej 19980326]
 - alpha
 Make the pmap much more robust in exteremely low memory conditions. [thorpej 19980326]
 - nfsstat(1)
 Choose only client/server statistics via -s/-c. [hubertf 19980325]
 - sparc
 Move all bus and device drivers towards a bus-space based implementation. [pk 19980321]
 - alpha
 Major pmap cleanup/partial rewrite.  Major highlights: - Completely rewrite page table management, to be completely   dynamic, save memory, and not require kernel virtual address   space. - Increase available user address space to 4TB, and allow   a large value for `maxproc'. - Add support for ASNs, significantly improving context   switch performance. - Make a note of things to address for multiprocessor   support. Written by Jason R. Thorpe, with a bunch of help from Chris Demetriou and Ross Harvey.  [thorpej 19980321]
 - ethernet
 Split ISA `fe' driver into ISA `ate' driver, ISA `fmv' driver and MI mb8696x driver `mbe'.  Add PCMCIA bus attachment code for `mbe'.  [enami 19980322]
 - vax
 Add support for QDSS graphic console, 4.4BSD code ported to NetBSD by Boris Gjenero. Also note standalone qe driver written by Roar Thronaes. [ragge 19980321]
 - ffs
 Change ffs and the associated utilities so that they can work on non-host byte order [bouyer 19980318]
 - alpha
 Add support for PMAP_NEW (UVM's new pmap interface). [thorpej 19980317]
 - scsi
 Aic7xxx driver modified to use bus_dma functions. [leo 19980316]
 - amiga
 add spanish keyboard map for ite (by Inaki Saez). [is 19980313]
 - atari
 implement a bus_dma interface. [leo 19980310]
 - xsrc
 updated to XFree86 3.3.2 [veego 19980308]
 - amiga
 add french keyboard map for Xamiga (by Jerome Lovy). [is 19980306]
 - pax(1)
 add a cpio front end, and add some extra tar options. [mrg 19980306]
 - ide
 added generic PCI IDE driver, 'pciide', to which wdc's can attach.	 [cgd 19980304]
 - misc
	Merge in Lite2 kernel changes, plus a few leftover userland bits [fvdl 19980301]
 
February 1998
- ethernet
 replace ISA `ie' driver by three front-ends (`ai', `ef', `ix') for the MI i82586 driver in sys/dev/ic [pk 19980228]
 - misc
	Change the default ownership of installed files from bin:bin to root:wheel. [lukem 19980226]
 - mips
 implement and switch all NetBSD/mips ports to MACHINE_NEW_NONCONTIG, and pull a bunch of common code into mips_machdep.c [thorpej 19980225]
 - amiga
 scale the pmap kernel page table with memory size, and make slope of this, or an alternative fixed addon, configurable. This should fix the Amiga big machine panic. [is 19980222]
 - mips
 switch all NetBSD/mips ports to the new libkvm and crash dump format.  Delete libkvm.old and savecore_old. [thorpej 19980219]
 - pmax
 rewrite rzdump(), so that crash dumps will work. [thorpej 19980219]
 - config(8)
 Alter config(8) to generate dependencies on file-system options, suggested by Chris Demetriou.	[thorpej 19980218]
 - newsmips
 Initial import of NetBSD/news [tsubai 19980218]
 - kernel
 Change the way file systems are added to and removed from the kernel.  vfssw[] is gone, replaced by vfs_list. config(8) now emits the default set of file systems into a table, vfs_list_initial[].  Implement vfs_attach() and vfs_detach(), and adjust file system initialization interfaces to suit.  Bump version to 1.3D. [thorpej 19980217]
 - i386
 use the new crash dump format, and switch from libkvm.old to libkvm.  [thorpej 19980217]
 - alpha
 implement MACHINE_NEW_NONCONTIG, from Chris Demetriou and Jason R. Thorpe.  [thorpej 19980216]
 - config(8)
 minor adjustment to the previous device class changes. Instead, treat classes like special attributes.	 From Chris Demetriou.  [thorpej 19980216]
 - standards
 Change the semantics of chown(), fchown() and lchown(): clear the set-id bit of the attribute changed; add compatibility syscalls which provide POSIX/XPG semantics. [kleink 19980214]
 - standards
 Implement getsid(2) and tcgetsid(3), per XPG4.2. [thorpej 19980213]
 - misc
	Fix a problem where the session ID would not longer be accessible if the session leader exits, by storing the session ID in the session structure itself.  Submitted by Tom Proett <proett@nas.nasa.gov>.  [thorpej 19980213]
 - termios(4)
 Added ONOCR and ONLRET output modes. [kleink 19980213]
 - netinet
 change data structure holding our IP addresses from a linked list to a hash.	 This significantly improves performance on hosts with many many IP addresses, such as large HTTP or FTP servers with many "virtual hosts". [tls 19980213]
 - uvm
  made userland work with UVM (sans kvm_uread).  [mrg 19980209]
 - standards
 Added ENOMSG errno for SysV IPC and message catalogs. [kleink 19980208]
 - sun3
 Better frame buffer probes (Use P4 reg).	[gwr 19980207]
 - standards
 Added EIDRM errno for SysV IPC.  [mikel 19980206]
 - i386
  committed i386 potions of UVM framework.	[mrg 19980206]
 - sparc
	committed sparc potions of UVM framework.  [mrg 19980205]
 - uvm
  committed new virtual memory system written by chuck cranor <chuck@maria.wustl.edu>.  uvm totally replaces the old Mach vm code (though parts of uvm are somewhat derived from some of the Mach code).  [mrg 19980205]
 - sun3
 Merged arch/sun3x into arch/sun3.	 [gwr 19980204]
 - bus_dma(9)
 Rename BUS_DMAMEM_NOSYNC to BUS_DMA_COHERENT, and specify it as nothing more than a hint to machine-dependent code. Add offset and length parameters to bus_dmamap_sync() for implementing partial syncs.  Add a dm_mapsize member to bus_dmamap_t which holds the size of the current DMA mapping.  See bus_dma(9) for details.  [thorpej 19980203]
 
January 1998
- alpha
 Add support for installing boot blocks onto ISO-9660 file system images, for making bootable CD-ROMs. [thorpej 19980131]
 - alpha
 Add support for the alpha port to sysinst, and create an "instkernel" with larger ramdisk which includes sysinst, useful for netbooting or putting on a CD-ROM. [thorpej 19980131]
 - alpha
 Initial platform support in arch/alpha for the Avalon A12 scalable parallel processor. [ross 19980129]
 - ethernet, bus_dma(9)
 Convert fxp driver to use bus_dma.  [thorpej 19980128]
 - libkern
 Add offsetof() to libkern.h, and make all the places that define their own use the libkern definition, with the exception of genassym and 3rd party packages (IP-Filter and the PDQ driver).	 [thorpej 19980127]
 - ethernet
 Update fxp driver to FreeBSD-current-19980122.  Also, work around an apparent hardware bug where the board reports itself as prefetchable, but isn't actually prefetchable (this makes a significant difference on the Alpha).  [thorpej 19980122]
 - libkern
 Add strrchr() to libkern.  [cgd 19980121]
 - misc
	Add an event log for malloc, useful for debugging "Data modified" and "multiple free" problems.  From Chris Demetriou. [thorpej 19980121]
 - sup(1)
 changed system supfile directory (-s) from /usr/lib/supfiles to /etc/supfiles.  [mikel 19980121]
 - bebox
 initial import of bebox kernel loader. [sakamoto 19980116]
 - scsipi
 Cleaned up the scsipi code (especially the 'cd' driver and ATAPI code) in various ways.  [cgd 19980114]
 - atapi
 Added ATAPI disk ('sd') support.	 Tested on ATAPI zip, but should work on other ATAPI disks as well.  [cgd 19980114]
 - ide
 bus_space-ified wd and drivers, made them MI, and split the wdc driver's ISA attachment off.  [cgd 19980114]
 - i386, sparc
 convert to MACHINE_NEW_NONCONTIG.	code by chuck cranor.	 [mrg 19980112]
 - hp300
 add a <machine/bus.h> and a bus_space implementation. [thorpej 19980111]
 - kernel
 add general-purpose memory resource-pool allocator [pk 19980110]
 - vm
 add chuck cranor's MACHINE_NEW_NONCONTIG code, that defines a new method of telling the VM system about physical memory configuration.	[mrg 19980108]
 - netstat(1)
 if a pcb has INP_ANONPORT set, don't attempt to lookup the service name of the port. From FreeBSD. [lukem 19980108]
 - netinet
 add IP_PORTRANGE socket option, which allows control over whether ephemeral ports are allocated from the normal range or from a reserved port range (600..1023). Also added flag (INP_ANONPORT) to indicate if the port was ephemerally allocated. From FreeBSD, with changes. [lukem 19980108]
 - net
 Make insertion and removal of sockets from the partial and incoming connection queues O(C) rather than O(N). [thorpej 19980107]
 - misc
	Add support for passing credentials as ancillary data over Unix domain sockets, via the LOCAL_CREDS socket option, similar to BSD/OS, but with some differences.  [thorpej 19980107]
 - gcc(1), g++(1)
 TMPDIR always default to /tmp (and /var/tmp is not used anymore).	[lukem 19980106]
 - netinet
 change the range for ephemeral ports from 1024..5000 to 49152..65535 as per IANA's Assigned Ports document.  Allow tuning of these with sysctl net.inet.ip.anonport{min,max}. [lukem 19980105]
 - vfork(2)
 new implementation that has old 3BSD semantics, i.e. address space is shared _and_ parent is blocked.  This results in a fairly noticeable performance improvement in some situations.  [thorpej 19980103]
 - vm
 implement address space sharing (by keeping ref counts on the vmspace structure).	 Thanks to Chuck Cranor for the debugging assistence.  [thorpej 19980102]
 - vm
 standardize the interface to pmap_activate(), and implement it on platforms which previously didn't have one (bebox, powerpc, sparc, vax). [thorpej 19980102]
 
December 1997
- netinet
 implement a queue for delayed ACK processing, eliminating the need to scan all open TCP connections every 200ms. [thorpej 19971231]
 - netinet
 Pull in a few changes from 4.4BSD-Lite2 (effectively bringing us in sync in sys/netinet), including some optimization in processing of timers, and support for dropping persisting connections which are stuck longer than the maximum retransmit backoff (happens w/ buggy clients).  [thorpej 19971217]
 - netinet
 define INADDR_ALLRTRS_GROUP and INADDR_MAX_LOCAL_GROUP multicast groups (noted by chopps@NetBSD.org) [thorpej 19971216]
 - netinet
 implement support for larger initial windows in TCP, per discussion in the IETF tcpimpl working group. [thorpej 19971211]
 - netinet
 Fix the "stretch ACK violation" bug documented in internet draft draft-ietf-tcpimpl-prob-02.txt. [thorpej 19971211]
 - netinet
 Implement tcp_drain(), which frees the reassembly queue of open TCP connections in extreme low memory conditions. [thorpej 19971210]
 
November 1997
- dev/vme
 new MI VMEbus framework. [pk 19971101]
 - games
 moved to setgid paradigm.  [mrg 19971120]
 
October 1997
- amd(8)
 upgraded to 6.0a13 [christos 19971025]
 - ddb(4)
 changed ddb "ps" so that it doesn't overflow lines [chuck 19971024]
 - kernel
 import libc vfprintf to replace old kprintf which did not handle all the standard printf formatting options properly [chuck 19971024]
 
NetBSD/arm covers (for NetBSD 1.4):
- NetBSD/cats
 - NetBSD/evbarm
 - NetBSD/iyonix
 - NetBSD/acorn32
 - NetBSD/acorn26
 - NetBSD/shark
 - NetBSD/arm26
 - NetBSD/netwinder
 - NetBSD/zaurus
 - NetBSD/arm32
 - NetBSD/hpcarm
 
NetBSD/hppa covers (for NetBSD 1.4):
NetBSD/m68k covers (for NetBSD 1.4):
NetBSD/mips covers (for NetBSD 1.4):
- NetBSD/sbmips
 - NetBSD/evbmips
 - NetBSD/pmax
 - NetBSD/algor
 - NetBSD/mipsco
 - NetBSD/sgimips
 - NetBSD/emips
 - NetBSD/arc
 - NetBSD/ews4800mips
 - NetBSD/cobalt
 - NetBSD/playstation2
 - NetBSD/hpcmips
 - NetBSD/newsmips
 
NetBSD/ns32k covers (for NetBSD 1.4):
NetBSD/sh3 covers (for NetBSD 1.4):
- NetBSD/evbsh3
 - NetBSD/landisk
 - NetBSD/hpcsh
 - NetBSD/dreamcast
 - NetBSD/mmeye
 
NetBSD/sh5 covers (for NetBSD 1.4):
-  Initial platform support in arch/alpha for the Avalon A12 scalable parallel processor. [ross 19980129]
 -  Add support for the alpha port to sysinst, and create an "instkernel" with larger ramdisk which includes sysinst, useful for netbooting or putting on a CD-ROM. [thorpej 19980131]
 -  Add support for installing boot blocks onto ISO-9660 file system images, for making bootable CD-ROMs. [thorpej 19980131]
 -  implement MACHINE_NEW_NONCONTIG, from Chris Demetriou and Jason R. Thorpe.  [thorpej 19980216]
 -  Add support for PMAP_NEW (UVM's new pmap interface). [thorpej 19980317]
 -  Major pmap cleanup/partial rewrite.  Major highlights: - Completely rewrite page table management, to be completely   dynamic, save memory, and not require kernel virtual address   space. - Increase available user address space to 4TB, and allow   a large value for `maxproc'. - Add support for ASNs, significantly improving context   switch performance. - Make a note of things to address for multiprocessor   support. Written by Jason R. Thorpe, with a bunch of help from Chris Demetriou and Ross Harvey.  [thorpej 19980321]
 -  Make the pmap much more robust in exteremely low memory conditions. [thorpej 19980326]
 -  GC alpha's ECOFF_TOOLCHAIN make variable, and related bits.  Nobody should be using an ECOFF toolchain on NetBSD/alpha any more. [cgd 19980327]
 -  preliminary support for PCI IDE compat interrupts.  Only supported on the EB164 systype for now (specifically, for the AlphaPC 164SX, which has PCI IDE on its Cypress PCI-ISA bridge).  [thorpej 19980417]
 -  switch to UVM+PMAP_NEW on the alpha, and UVM on hp300, mac68k, and mvme68k.  [thorpej 19980503]
 -  Added support for using BWX for PCI config and device access on the ALCOR2 and Pyxis core logic chipsets. [thorpej 19980604]
 -  Added support for the Digital Personal Workstation (Miata), mostly cloned from the EB164 code, with changes from me, and some more from Andrew Gallatin.  [thorpej 19980604]
 -  add support for software powerdown on the Digital Personal Workstation (Miata).  [thorpej 19980606]
 -  Implement bus_space_{alloc,free}() for BWX mem and i/o and swiz i/o space.  PCMCIA now works on Alpha. [thorpej 19980606]
 -  Added support for three new server platforms, Noritake, Pintake, and Corelle. [ross 19980623]
 -  Add first-draft support for the Tadpole/DEC AlphaBook, which is basically an AXPpci33 in laptop's clothing. [thorpej 19980625]
 -  take a stab at EB66 support.  An EB66 is basically an EB64+ with a 21066 LCA instead of a 21064 + APECS. [thorpej 19980627]
 - 	Enabled the IDE controller on the AXPPCI33. IDE and ATAPI CDROM drives should now work. [ross 19980707]
 -  implement isa_intr_disestablish() and pci_intr_disestablish(). [thorpej 19980801]
 -  add some support for multiple processors to the pmap module.	 Still needs TLB shootdown code, but that is easier once the code to spin up the additional CPUs is working.  [thorpej 19980921]
 -  Working ISA floppy driver, thanks to some DMA debugging from Ross Harvey and Charles Hannum.  [thorpej 19990218]
 - Non port specific changes that may affect port-alpha.
 
-  scale the pmap kernel page table with memory size, and make slope of this, or an alternative fixed addon, configurable. This should fix the Amiga big machine panic. [is 19980222]
 -  add french keyboard map for Xamiga (by Jerome Lovy). [is 19980306]
 -  add spanish keyboard map for ite (by Inaki Saez). [is 19980313]
 - 	Added UVM support [mhitch 19980712]
 -  added support for Amiga 3000 mainboards reworked for the Apollo 68060 accellerator board. [is 19980904]
 -  switched default VM system to UVM.  [is 19981028]
 -  Added a new ethernet driver for the Ariadne II. [veego 19981111]
 -  Switched default compiler to egcs. [is 19981212]
 - m68k:  Add initial support of linux compatibility on m68k ports. [itohy 19981215]
 -  Add driver for the serial ports of the HyperCom3+ and HyperCom4+ ZBUS boards. [is 19990110]
 -  Enhancements to the aucc (internal custom chip Audio hardware on Amiga machines) driver: more data types, especially 14bit output. By Bernardo Innocenti, PR #6787. [is 19990304]
 -  Driver for Symbios 53c720/770, and attachment code for the Cyberstorm Mk. III/ Cyberstorm PPC SCSI host adapter, by Michael Hitch. Note that this does NOT currently support wide transfers. [is 19990309]
 -  aster.c driver now attaches to the ISDN Master II, too. [is 19990317]
 -  Add ATAPI support to idesc.c.  Works with my CDROM, but don't have any other ATAPI devices to test with. [mhitch 19990326]
 -  Update Symbios 53c720/770 driver to do wide and Ultra transfers. CyberStorm Mk. III driver now supports 15 targets. [mhitch 19990326]
 -  Recognize RDB "LNX\0" partitions (Linux ext2fs). [is 19990428]
 - Non port specific changes that may affect port-amiga.
 
-  Overhauled page table management separating the page tables from the processes vm_map. [mark 19980430]
 -  Added MACHINE_NEW_NONCONTIG support. [mark 19980525]
 -  Added PCI bus support. [mark 19980525]
 -  Added UVM support. [mark 19980604]
 -  implement a bus_dma back-end for the Shark. [thorpej 19980707]
 -  Break up the Shark CS8900 driver into core, ISA, and OfISA parts, and make it machine-independent.  [thorpej 19980724]
 -  Switch to UVM as standard [mark 19980825]
 -  Added csc driver for Cumana SCSI II podules. [mark 19980901]
 -  Separated hardware and software interrupt masks along with interrupt dispatching optimisations. [mark 19980905]
 -  DC21285 'Footbridge' core logic support added [mark 19980906]
 -  EBSA285 architecture board support added [mark 19980906]
 -  Chalice CATS motherboard support added [mark 19981005]
 - Non port specific changes that may affect port-arm32.
 
-  implement a bus_dma interface. [leo 19980310]
 -  Complete redo of the bus_space implementation. The atari bus_space implementation now properly supports: the atari 'mainbus', the pci and isa bus. [leo 19980410]
 -  use the MI wd-driver. [leo 19980410]
 -  Add the isapnp code from Thomas Gerner. [leo 19980423]
 -  Bus-space implementation for big endian busses like VME. [leo 19980423]
 -  Crazy Dots (et4000 vme) driver from Julian Coleman. [leo 19980423]
 -  Added a driver for the Circad Leonardo video card from 'Maximum Entropy'. [leo 19980824]
 -  Switch to UVM on atari. [mrg 19980902]
 -  Add driver for BVME410. From 'maximum entropy'. [leo 19981209]
 - m68k:  Add initial support of linux compatibility on m68k ports. [itohy 19981215]
 - Non port specific changes that may affect port-atari.
 
-  initial import of bebox kernel loader. [sakamoto 19980116]
 - powerpc:  Rename NetBSD/powerpc to NetBSD/ofppc. New sys/arch/powerpc with PowerPC-generic stuff. [sakamoto 19980528]
 -  Use new PowerPC-generic stuff. [sakamoto 19980528]
 - powerpc:  Added UVM support. [sakamoto 19980605]
 -  Switch to UVM on bebox and ofppc. [sakamoto 19980903]
 -  Add PCI frame buffer console driver. [sakamoto 19981118]
 - powerpc:  Add shared library support.  [tsubai 19981124]
 - Non port specific changes that may affect port-bebox.
 
-  add a <machine/bus.h> and a bus_space implementation. [thorpej 19980111]
 -  switch to UVM+PMAP_NEW on the alpha, and UVM on hp300, mac68k, and mvme68k.  [thorpej 19980503]
 - m68k:  Add initial support of linux compatibility on m68k ports. [itohy 19981215]
 - Non port specific changes that may affect port-hp300.
 
-  convert to MACHINE_NEW_NONCONTIG.	code by chuck cranor.	 [mrg 19980112]
 -   committed i386 potions of UVM framework.	[mrg 19980206]
 -  use the new crash dump format, and switch from libkvm.old to libkvm.  [thorpej 19980217]
 -  Systems w/ APM will no longer powerdown automatically on halt; an explicit RB_POWERDOWN (halt or shutdown -p) is now required.  [thorpej 19980606]
 -  add optional strict alignment checking to the bus_space implementation.	 [thorpej 19980606]
 -  build libm using the FPU instructions if I387_LIBM is set in /etc/mk.conf. [perry 19980809]
 -  Add AdvanSys PCI SCSI controllers support. At this time only the ABP-9xxUA controllers are supported. This driver has been tested only on i386 architecture, but should work on other PCI architectures. [dante 19980826]
 -  Switch to UVM+PMAP_NEW. [thorpej 19980831]
 -  added 32-bit register support for bioscall interface [jtk 19980831]
 -  add support for AdvanSys Ultra Wide boards. At this time the following PCI boards are supported: - ABP-9xx - ABP-9xxU - ABP-9xxUA - ABP-9xxUW [dante 19980926]
 -  pciide is now enabled in GENERIC and INSTALL kernels. [bouyer 19981110]
 -  Switch to gas.new on i386. [kristerw 19981116]
 - 	bootblocks, installboot: First pass at ELF version. The bootblocks right now can only be compiled with the a.out assembler, but installboot, bootblocks, and the kernel are ELF aware. [christos 19990128]
 - 	ELF integration complete. [christos 19990205]
 -  Build and install serial bootblocks into /usr/mdec/biosboot_ser.sym [sommerfeld 19990312]
 -  Add driver for TROPIC based Token-Ring ISA cards, by Onno van der Linden. [bad 19990322]
 -  Add driver for Databook TCIC family PCMCIA chips. [bad 19990323]
 -  add driver LAN Media Corporation's line of high speed serial network interfaces.  Currently supported are the LMC5200 (HSSI) LMC5245 (DS3) and LMC10000 (programmable speeds, up to 10Mbps).	Currently tested only on i386. [explorer 19990325]
 - Non port specific changes that may affect port-i386.
 
-  Added MACHINE_NEW_NONCONTIG and UVM support.  [scottr 19980424]
 -  switch to UVM+PMAP_NEW on the alpha, and UVM on hp300, mac68k, and mvme68k.  [thorpej 19980503]
 -  Add kgdb support.  [scottr 19980505]
 -  Rewrite console framebuffer initialization and autoconfig. [scottr 19980812]
 -  Integrate new interrupt handling framework, derived in part from the hp300 port.  [scottr 19980812]
 -  switch to split ADB driver (kbd/ms/aed).  [ender 19981023]
 - m68k:  Add initial support of linux compatibility on m68k ports. [itohy 19981215]
 - Non port specific changes that may affect port-mac68k.
 
-  initial import of macppc port.	[tsubai 19980515]
 - powerpc:  Rename NetBSD/powerpc to NetBSD/ofppc. New sys/arch/powerpc with PowerPC-generic stuff. [sakamoto 19980528]
 - powerpc:  Added UVM support. [sakamoto 19980605]
 -  Switch to UVM on macppc. [tsubai 19980903]
 -  Added support for AdvanSys Narrow SCSI boards: ABP-9xx[U,UA]. [dante 19981028]
 - powerpc:  Add shared library support.  [tsubai 19981124]
 -  Add MESH SCSI driver.  [tsubai 19990219]
 - Non port specific changes that may affect port-macppc.
 
-  switch to UVM+PMAP_NEW on the alpha, and UVM on hp300, mac68k, and mvme68k.  [thorpej 19980503]
 - m68k:  Add initial support of linux compatibility on m68k ports. [itohy 19981215]
 -  Support for Motorola's MVME-167 board added. This is a VMEbus board with an mc68040 processor running at either 25 or 33MHz, and various amounts of RAM (32Mb ECC is common). There are 4 serial ports, handled by a Cirrus Logic CD2401 communications controller, a SCSI interface handled by an ncr53c710 chip and an i82596 ethernet controller. At this time, the SCSI port is not yet supported (though it will be soon) and the CD2401 support is not complete. Work still needs to be done to fully utilise the facilities of the memory and VMEbus controllers. However, as a diskless NFS client, the board performs very well as it stands just now. [scw 19990215]
 -  Add SCSI and VMEbus drivers for MVME-167 board. [scw 19990220]
 - Non port specific changes that may affect port-mvme68k.
 
-  Initial import of NetBSD/news [tsubai 19980218]
 - mips:  switch all NetBSD/mips ports to the new libkvm and crash dump format.  Delete libkvm.old and savecore_old. [thorpej 19980219]
 - mips:  implement and switch all NetBSD/mips ports to MACHINE_NEW_NONCONTIG, and pull a bunch of common code into mips_machdep.c [thorpej 19980225]
 - mips:  Add mips support to libexec/ld.elf_so and change GCC to use /usr/libexec/ld.elf_so. [mhitch 19980326]
 -  Switch to UVM by default on newsmips. [tsubai 19981116]
 - Non port specific changes that may affect port-newsmips.
 
-  initial import of next68k port. [dbj 19980609]
 -  Switch to UVM on next68k. [dbj 19981114]
 - m68k:  Add initial support of linux compatibility on m68k ports. [itohy 19981215]
 -  Working mono video and keyboard support using wscons developed by Matt Debergalis <deberg@mit.edu> [dbj 19990324]
 - Non port specific changes that may affect port-next68k.
 
- powerpc:  Rename NetBSD/powerpc to NetBSD/ofppc. New sys/arch/powerpc with PowerPC-generic stuff. [sakamoto 19980528]
 - powerpc:  Added UVM support. [sakamoto 19980605]
 -  Switch to UVM on bebox and ofppc. [sakamoto 19980903]
 - powerpc:  Add shared library support.  [tsubai 19981124]
 - Non port specific changes that may affect port-ofppc.
 
-  rewrite rzdump(), so that crash dumps will work. [thorpej 19980219]
 - mips:  switch all NetBSD/mips ports to the new libkvm and crash dump format.  Delete libkvm.old and savecore_old. [thorpej 19980219]
 - mips:  implement and switch all NetBSD/mips ports to MACHINE_NEW_NONCONTIG, and pull a bunch of common code into mips_machdep.c [thorpej 19980225]
 - mips:  Add mips support to libexec/ld.elf_so and change GCC to use /usr/libexec/ld.elf_so. [mhitch 19980326]
 -  Completely rewrite bus_space back-end and write a first-cut bus_dma back-end for the DECstation.  [thorpej 19980522]
 -  Switch default to UVM on pmax. [mhitch 19981114]
 -   Add crunched miniroot distribution media [jonathan 19981116]
 -  Add md ramdisk driver.  Install kernels now run off ramdisk root, not from disk or NFS.  [jonathan 19981118]
 -  bootblocks that work on -current. [simonb 19990222]
 -  two stage disk boot blocks that can load a.out, ECOFF and ELF kernels, and pass a bootinfo record to the kernel with ddb symbol information. [simonb 19990327]
 - Non port specific changes that may affect port-pmax.
 
-  convert to MACHINE_NEW_NONCONTIG.	code by chuck cranor.	 [mrg 19980112]
 - 	committed sparc potions of UVM framework.  [mrg 19980205]
 -  Move all bus and device drivers towards a bus-space based implementation. [pk 19980321]
 -  switch to UVM on the sparc.  [mrg 19980505]
 -  add support for software powerdown on Sun4m systems which have that capability.  [thorpej 19980606]
 -  Sbus `esp' and `le' and their DMA engines restructured to live in sys/dev/sbus and use a common LSI64954 DMA engine driver. [pk 19980829]
 -  Switch to gas.new on sparc. [kristerw 19981116]
 -  bfd, ld.new - build in elf32_sparc and sun4 support as well. once ld.new works for sparc a.out, a single ld(1) will work for both a.out and ELF, and SunOS 4.0 objects.	[mrg 19981217]
 - Non port specific changes that may affect port-sparc.
 
-  Initial import of sparc64 port [eeh 19980620]
 -  Sbus `esp' and `le' and their DMA engines restructured to live in sys/dev/sbus and use a common LSI64954 DMA engine driver. [pk 19980829]
 -  Switch to UVM by default. [mrg 19980901]
 -  add ld.new, gas.new & egcs support, 64bit target. [mrg 19981123]
 -  add bfd support.  [mrg 19981123]
 -  add installboot program and man page.	[mrg 19981211]
 - Non port specific changes that may affect port-sparc64.
 
-  Merged arch/sun3x into arch/sun3.	 [gwr 19980204]
 -  Better frame buffer probes (Use P4 reg).	[gwr 19980207]
 -  Add UVM support (sun3x still to come) [gwr 19980608]
 -  make the boot programs look for netbsd.$arch before "netbsd" so boot media can support both sun3/sun3x by including a kernel for each.	 [gwr 19980629]
 - m68k:  Add initial support of linux compatibility on m68k ports. [itohy 19981215]
 -   use UVM by default everywhere.  [mrg 19981223]
 - Non port specific changes that may affect port-sun3.
 
-  Add support for QDSS graphic console, 4.4BSD code ported to NetBSD by Boris Gjenero. Also note standalone qe driver written by Roar Thronaes. [ragge 19980321]
 -  Support for VS3100 builtin graphics console. [ragge 19980604]
 -  vax now has both UVM and PMAP_NEW as default [ragge 19980718]
 -  Support for VS4000/60 CPU, serial console and ethernet. This is first VMS-only vax supported.  [ragge 19980810]
 -  Increase logical pagesize to 4K. [ragge 19980821]
 -  Added support for DWBUA (BI to Unibus adapter) and KLESI-B (TMSCP tape ctlr). [ragge 19981018]
 -  Enable VAX shared library support (uses gas.new and egcs). [matt 19981031]
 -  Use csr's for vsbus devices. Detect interrupt vector and mask automatic on vsbus. Correct detection of system console on vaxstations. [ragge 19990314]
 -  Rudimentary support for VS4000/90, VS4000/VLC and MV4000/300 from Michael Kukat. [ragge 19990326]
 - Non port specific changes that may affect port-vax.
 
-  switch to MI zs driver [minoura 19980805]
 -  Added the X server for x68k port to xsrc. [minoura 19981111]
 - m68k:  Add initial support of linux compatibility on m68k ports. [itohy 19981215]
 -  Switch default to UVM on x68k.  [itohy 19981223]
 -  Add <machine/bus.h> implementation.  Some drivers are reorganized under `intio' virtual device to utilize it. [minoura 19990316]
 - Non port specific changes that may affect port-x68k.
 
/etc/mk.conf
-  add support for NOSHARE; if defined files that would be installed under /usr/share are not built nor installed.	[lukem 19980928]
 -  support MKxxx=no in favour of NOxxx=. add mk.conf(5). support MKCATPAGES=no, which prevents catman pages from being built or installed.  [lukem 19990212]
 
/etc/security
-  if $check_disklabels=YES, backup text copies of disklabels of available disks, and check backups as per $check_changelist.	[lukem 19980825]
 
a.out ld/ld.so
-  upgraded to 6.0a13 [christos 19971025]
 -  upgraded to 6.0a16 [christos 19980808]
 
atapi
-  Added ATAPI disk ('sd') support.	 Tested on ATAPI zip, but should work on other ATAPI disks as well.  [cgd 19980114]
 -  Add support for ATAPI changer devices like the NEC CDR-251. Userland support in /bin/chio. [hpeyerl,thorpej 19980713]
 
audio
-  Add Ensoniq AudioPCI sound card driver.	[augustss 19980501]
 -  added ym driver for Yamaha OPL3-SA3.  Written by Constantine Sapuntzakis for OpenBSD.  [augustss 19980520]
 -  Added Aria driver from R. C. Dowdeswell <elric@imrryr.org>. [anon 19980606]
 -  Add support for MIDI device drivers and device independent access to them.	 The raw MIDI devices can be accessed through /dev/rmidiN. /dev/music presents a sequencer interface.  The API has been modelled after the OSS API. There is also a syntheziser layer that helps emulate a MIDI device.	 This layer is used by the Yamaha OPL[23] driver and the PC speaker driver.  [augustss 19980818]
 -  Add a driver for the S3 SonicVibes chip. [augustss 19981210]
 -  Enhancements to the aucc (internal custom chip Audio hardware on Amiga machines) driver: more data types, especially 14bit output. By Bernardo Innocenti, PR #6787. [is 19990304]
 - 	add audioplay and audiorecord tools, based on the SunOS 5.x tools of the same name interface, written from scatch by myself.	 [mrg 19990327]
 
-  update to bc 1.05a and dc 1.2.  [simonb 19990116]
 
-  Convert fxp driver to use bus_dma.  [thorpej 19980128]
 -  Rename BUS_DMAMEM_NOSYNC to BUS_DMA_COHERENT, and specify it as nothing more than a hint to machine-dependent code. Add offset and length parameters to bus_dmamap_sync() for implementing partial syncs.  Add a dm_mapsize member to bus_dmamap_t which holds the size of the current DMA mapping.  See bus_dma(9) for details.  [thorpej 19980203]
 -  switch pdq (fpa,fta,fea) driver to bus_dma(9) framework.  [matt 19980521]
 -  Completely rewrite bus_space back-end and write a first-cut bus_dma back-end for the DECstation.  [thorpej 19980522]
 -  implement a bus_dma back-end for the Shark. [thorpej 19980707]
 
-  imported bzip2, a block sorting file compressor with a BSD license, no ad clause, generally excellent compression capability, and a possibly (it's not really for us to say) patent-free implementation. [ross 19980913]
 
-  use the pool allocator for component buffers.  [thorpej 19980730]
 
chess
-  a newer GNU chess is in pkgsrc, so retire this version. [mrg 19990215]
 
coda
-  added the coda distributed file system as a fs and an lkm. There are also coda related packages in pkgsrc/net [rvb 19981005]
 
-  add -f option to allow case-independent operation when comparing files which contain the same line but with different mixture of upper/lower case.. [hubertf 19990211]
 
compat/linux
-  rearrage to allow compatibility support for multiple architechtures.	 Include beginnings of linux compatibility on the Alpha.  [erh 19981001]
 -  Add initial support of linux compatibility on m68k ports. [itohy 19981215]
 -  add support for getcwd syscall [tron 19990327]
 
compat/netbsd32
-  split sparc32 compatibility layer into MD/MI pair, and put the MI section into "netbsd32".  this is in anticipation of future `mips64' architecture work.  [mrg 19990326]
 
-  minor adjustment to the previous device class changes. Instead, treat classes like special attributes.	 From Chris Demetriou.  [thorpej 19980216]
 -  Alter config(8) to generate dependencies on file-system options, suggested by Chris Demetriou.	[thorpej 19980218]
 
-  update to bc 1.05a and dc 1.2.  [simonb 19990116]
 
-  changed ddb "ps" so that it doesn't overflow lines [chuck 19971024]
 
dev
-  Add driver for TROPIC based Token-Ring ISA cards, by Onno van der Linden. [bad 19990322]
 -  Add driver for Databook TCIC family PCMCIA chips. [bad 19990323]
 -  add driver LAN Media Corporation's line of high speed serial network interfaces.  Currently supported are the LMC5200 (HSSI) LMC5245 (DS3) and LMC10000 (programmable speeds, up to 10Mbps).	Currently tested only on i386. [explorer 19990325]
 
dev/vme
-  new MI VMEbus framework. [pk 19971101]
 
domains
-  added /usr/share/misc/domains containing a list of all Top Level Domains (TLDs) from ISO 3166 as of today. [hubertf 19990104]
 
-  handle nodump flag on directories: don't dump the directory or any files under it [bouyer 19990309]
 -  Add read cache. Speeds up dump operations in most cases [bouyer,mjl 19990323]
 
dumps
-   add support for "dp" entries to set the dump device from userland.  [mrg 19990224]
 
egcs
-  Imported egcs 1.0.2 into src/gnu/dist/gcc, including libstdc++, fortran user libraries, and added Makefiles to build and install these.	tested on the sparc only.  [mrg 19980330]
 -  Imported egcs 1.1 snapshot 19980816.  [tv 19980816]
 -  Imported egcs 1.1 snapshot 19980824.  [tv 19980824]
 -  Imported egcs 1.1b release. [tv 19980913]
 -  Imported egcs 1.1.1 snapchot 19981014. [tv 19981014]
 -  Imported egcs 1.1.1-prerelease-2. [tv 19981114]
 -  Imported egcs 1.1.1 release. [tv 19981213]
 
-  change eject(1) to take avantage of the new DIOCEJECT, so that CDROM drives can be eject'd with no media, and implement a '-l' option to load the media on cdrom drives. [bouyer 19990208]
 -  new "eject" program written by Chris Jones with improved device type recognition, automatic unmount of all partitions, support for opening empty CDROM drives and unit numbers larger than 1. [tron 19990217]
 
ethernet
-  Update fxp driver to FreeBSD-current-19980122.  Also, work around an apparent hardware bug where the board reports itself as prefetchable, but isn't actually prefetchable (this makes a significant difference on the Alpha).  [thorpej 19980122]
 -  Convert fxp driver to use bus_dma.  [thorpej 19980128]
 -  replace ISA `ie' driver by three front-ends (`ai', `ef', `ix') for the MI i82586 driver in sys/dev/ic [pk 19980228]
 -  Split ISA `fe' driver into ISA `ate' driver, ISA `fmv' driver and MI mb8696x driver `mbe'.  Add PCMCIA bus attachment code for `mbe'.  [enami 19980322]
 -  Added driver for SMC 83c170 EPIC/100 Ethernet. [thorpej 19980601]
 -  Rewrite media selection in "ep" driver, and add support for the MII/PHY on the 3c905 boards.  Fixes PR kern/4782. [thorpej 19980812]
 -  (ne2000) Added media selection support to the PCI front-end. [thorpej 19981027]
 -  (ne2000) Added media selection support for Realtek 8019-based ISA, ISAPnP, and PCMCIA cards.	[thorpej 19981030]
 -  Add a driver for 3Com 90xB cards, which also will drive 90x cards using DMA. [fvdl 19981103]
 -  Add FreeBSD's "vr" driver for VIA Rhine fast ethernet PCI NIC written by Bill Paul <wpaul@ctr.columbia.edu>. [sakamoto 19990121]
 
fddi
-  switch pdq (fpa,fta,fea) driver to bus_dma(9) framework.  [matt 19980521]
 
ffs
-  Change ffs and the associated utilities so that they can work on non-host byte order [bouyer 19980318]
 
filecorefs
-  Added filecorefs, a read only version of Acorn Computers filecore filesystem [mark 19980814]
 
-  add support for `-flags [-]flags'.  [lukem 19990104]
 -  add GNU-style -{a,c,m}min primaries.  [simonb 19990117]
 
fs
-  add support for a new mount option, "nodevmtime", which inhibits the updating of modification times on device special files.  Useful on laptops and other power-managed systems [kenh 19981202]
 
-  display IP connection details of TCP and UDP sockets. [lukem 19990218]
 
-  terminal beeps on ambiguous completion, auto-append a space or '/' on a command or local path completion as necessary.  [lukem 19980601]
 -  add -o outfile, -r waittime. default to passive with fallback to active (configurable with $FTPMODE).  [lukem 19980604]
 -  add "sndbuf" and "rcvbuf" commands, for setting socket buffer sizes, allowing use of large TCP windows.  Work in progress, no support for setting system and per-user defaults, yet. [thorpej 19980709]
 -  support HTTP 301 and 302 redirects, and speed up transfer completion in HTTP/1.1 downloads (by disabling persistent connections).  [lukem 19980723]
 -  implement $no_proxy and $FTPANONPASS support. [lukem 19980803]
 -  support http/1.1 chunked transfers, www and proxy authentication, ftp auto-login with ftp:// URLs even if $ftp_proxy set.  send user-agent in http request. cleanup http redirects. improve display of transfer rate.  [lukem 19990101]
 
-  display any messages that a LIST or conversion command generated to stderr to the user at the end of a transfer. [lukem 19980608]
 -  fix long standing bug where two error replies may have been returned instead of one when unexpected arguments were supplied to certain commands, resulting in the client and server getting out of sync.  [lukem 19980906]
 -  extend functionality of /etc/ftpchroot to support globbing (similar to /etc/ftpusers). based on patches in [PR bin/4769] by Ty Sarna <tsarna@endicor.com>.  add support for RFC2389 commands (FEAT & OPTS). other cleanups.	 [lukem 19980907]
 
-  TMPDIR always default to /tmp (and /var/tmp is not used anymore).	[lukem 19980106]
 
games
-  moved to setgid paradigm.  [mrg 19971120]
 
-  TMPDIR always default to /tmp (and /var/tmp is not used anymore).	[lukem 19980106]
 
-  add support for ppp autodetect with the :pp=/usr/sbin/pppd: gettytab entry.  Derived from code from Michael Hancock <michaelh@cet.co.jp> and Erik 'PPP' Olson <eriko@wrq.com>, via FreeBSD and OpenBSD. [tsarna 19981012]
 
gre
-  Implement a gre pseudo network interface that allows to tunnel L3 protocols over IP. Currently only IP/IP and IP/GRE supported. [hwr 19980913]
 -  add support for IPPROTO_MOBILE tunneling from RFC2004. This is the tunnel protocol of the mobile IP people [hwr 19980930]
 
-  update to GNU grep 2.2f. [simonb 19990210]
 -  update to GNU grep 2.3. [simonb 19990221]
 
-  Add a -p option to halt(8) and shutdown(8), that specifies that the system is to be powered down.  If the powerdown fails, or the system does not support software powerdown, the system will simply halt.  [thorpej 19980606]
 
hippi
-  Added driver for Essential Communications' RoadRunner HIPPI device [kml 19980516]
 -  Added HIPPI-FP support to Essential HIPPI driver (esh) [kml 19981120]
 
ide
-  bus_space-ified wd and drivers, made them MI, and split the wdc driver's ISA attachment off.  [cgd 19980114]
 -  added generic PCI IDE driver, 'pciide', to which wdc's can attach.	 [cgd 19980304]
 -  Add hardware-locking hooks to the wd-driver; enabled through WDC_CAPABILITY_HWLOCK. [leo 19980407]
 -  Major changes to the IDE code for better error handling, improved ATAPI support, 32 bit data I/O support and bus-master DMA support on PCI IDE controllers.	 [bouyer 19981012]
 
-  Upgraded pidentd to version 2.8.3 [msaitoh 19980715]
 
ifmedia
-  Completely rewrite the way media descriptions are represented.  The same data structure is used, but a much saner matching mechanism is used, one which allows greater ease in adding new types.  Also, change the format of ifconfig's status report to make it more attractive in the presense of many media types. [thorpej 19980805]
 
-  Add support for specifying send and receive socket buffer sizes to inetd. This will allow larger windows to be advertised for TCP servers, improving TCP performance in some situations.  [thorpej 19980430]
 
-  Add userland programs to get values from the netgroup map.  [christos 19990302]
 
-  add a -b(ackup) flag to move any existing file(s) aside by renaming them to file.old instead of simply deleting them. A different backup suffix may be chosen with the -B option's argument; If the suffix contains a '%' sign, a numbered backup will be performed, expanding the %-pattern via sprintf(3). [hubertf 19990126]
 
ipfilter
-  updated to 3.2.5 [veego 19980517]
 -  updated to 3.2.7. IP Nat works now on the alpha. [veego 19980529]
 -  updated to 3.2.9 [veego 19980712]
 -  updated to 3.2.10.  [mrg 19981123]
 
isa
-  Change the ISA DMA API to take an isa_chipset_tag_t rather than a struct device * corresponding to the ISA bus device. The ISA DMA controller driver functions have been renamed and now take a struct isa_dma_state *, and are called indirectly by machine-dependent code which provides the DMA state.  These changes allow e.g. `ofisa' (the OpenFirmware configuration mechanism for the ISA bus, used by e.g. Sharks) to use the MI ISA DMA controller code. [thorpej 19980608]
 -  ISA Driver from TC400, TC800 multi-port serial cards from Eric S. Hvozda [christos 19981216]
 
isapnp
-  Add ISAPnP attachment for PCMCIA [sommerfeld 19980607]
 -  Use config_defer(), and add support for all of the platforms that support ISA.  [thorpej 19980730]
 
kernel
-  import libc vfprintf to replace old kprintf which did not handle all the standard printf formatting options properly [chuck 19971024]
 -  add general-purpose memory resource-pool allocator [pk 19980110]
 -  Change the way file systems are added to and removed from the kernel.  vfssw[] is gone, replaced by vfs_list. config(8) now emits the default set of file systems into a table, vfs_list_initial[].  Implement vfs_attach() and vfs_detach(), and adjust file system initialization interfaces to suit.  Bump version to 1.3D. [thorpej 19980217]
 -  Make proc0 use the kernel pmap. Since proc0's address space is shared by other kernel-only processes, this makes it much easier for pmaps to detect errors like entering user mappings for kernel-only processes.  [thorpej 19980326]
 -  Implement config_defer(), a generic mechanism to defer the configuration of a device until all of its siblings have been attached.  Make the PCI-ISA bridge code use this mechanism, rather than its own.  [thorpej 19980609]
 -  update of memory resource pool: configurable back-end storage provider; cache coloring and dynamic sizing after Bonwick's "slabs". [pk 19980727]
 -  Use the pool allocator for mbufs and mbuf clusters.  [thorpej 19980731]
 -  Most of the kernel now uses memcpy, memmove, memset and memcmp instead of bcopy, ovbcopy, bzero and bcmp. [perry 19980809]
 -  Removed vm_offset_t and vm_size_t and replaced them with vaddr_t and vsize_t for virtual addresses and paddr_t and psize_t for physical addresses.  This allows machines where physical addresses are different sizes or formats from virtual addresses. [eeh 19980812]
 -  killed the last vestiges of __BROKEN_INDIRECT_CONFIG. [cgd 19980831]
 -  Implement a new kernel thread, the process "reaper", which cleans up VM resources (vmspace and u-area).  Machine-dependent code now calls exit2() to schedule the reaper to run once we are no longer running on the dead proc's vmspace and stack.  A valid thread must do this work since it may block in a multiprocessor environment. Original idea from Charles Hannum.  [thorpej 19980908]
 -  Implement kthread_create() and kthread_exit(), to create and destroy kernel threads.	 Use these to create the pagedaemon and reaper.	 [thorpej 19981111]
 -  Add support for detaching and activating/deactivating devices. Mostly from Chris Demetriou, with some changes by Ken Hornstein and Jason Thorpe. [thorpej 19981116]
 -  fix d_mmap routines to deal with signed offsets.  fixes many real & potential security problems.  problem found by ted lemon, fixed by matthew green.	see NetBSD-SA1998-005 for more deatils.  [mrg 19981119]
 -  add support for a new mount option, "nodevmtime", which inhibits the updating of modification times on device special files.  Useful on laptops and other power-managed systems [kenh 19981202]
 -  add support for multisession CDs, by Torsten Duwe. [is 19990104]
 -  scheduler enhancements provide a dramatic improvement in interactive response when competing with loads that fork many new processes. [ross/sommerfeld 19990124]
 -  allow the raw character partition to be opened even with no media for sd and cd driver (for raw IOCTLs) [bouyer 19990126]
 -  Implement [v]snprintf to make kernel safer. [msaitoh 19990128]
 -  change DIOCEJECT ioctl to unlock the media if no other partition are open before eject. A non-null argument will force the old behavior. The previous ioctl has been keep as ODIOCEJECT for binary compatibility. [bouyer 19990208]
 -  Add COMPAT_AOUT [christos 19990209]
 -  Change compat path lookup to reference the true root when the path begins with /.. [christos 19990214]
 -  the scheduler has been revised and reorganized to fix bugs, improve interfaces, and to add a mechanism for a platform- specific scheduler clock. This fixes the scheduler bugs that were letting nice +20 processes steal time from nice +0 procs. This bug affected most platforms to some degree, and completely broke nice(1) on alpha. [ross 19990222]
 -  Modified vnode locking protocol to always pass the VOP_CLOSE operation a locked vnode as opposed to an unlocked one. Also separated export verification and file handle to vnode conversion. VFS_FHTOVP now only returns a vnode from a file handle while VFS_CHECKEXP performs export verification. Bump version to 1.3J. [wrstuden 19990226]
 -  implement core of getcwd in kernel, for a significant performance improvement (25x to 30x when 4-5 levels deep).  Also, use the same framework to close a few chroot-related holes. [sommerfeld 19990324]
 
lfs
-  Fix various problems with the LFS.	 See summary of changes in src/sys/ufs/lfs/CHANGES for details. [perseant 19990310]
 
libc
-  add support for reading master.passwd or passwd.adjunct YP maps in getpw*() for root users.  /var/yp/`domainname`/Makefile.yp can now have INSECURE=yes commented out.  [lukem 19980608]
 -  implement nsswitch.conf(5) functionality.	 [lukem 19990116]
 -  add hesiod 3.0.2 functionality (currently used by the nsswitch code for passwd, group, and shells.  [lukem 19990125]
 -  add t{search,find,walk,delete} to manipulate binary search trees, from OpenBSD [christos 19990222]
 -  implement core of getcwd in kernel, for a significant performance improvement (25x to 30x when 4-5 levels deep).  Also, use the same framework to close a few chroot-related holes. [sommerfeld 19990324]
 
libedit
-  rework the history appending code; take advantage of the changes to put in some non compatible api improvements. Bump the major number to 2.0 [christos 19980519]
 -  add 'edit on|off' editrc command, which is used to advise invoking programs if a user's does or doesn't want editline support. Modify ftp(1) to honour this.	[lukem 19980729]
 
libkern
-  Add strrchr() to libkern.  [cgd 19980121]
 -  Add offsetof() to libkern.h, and make all the places that define their own use the libkern definition, with the exception of genassym and 3rd party packages (IP-Filter and the PDQ driver).	 [thorpej 19980127]
 
libstdc++
-  Added code size optimizations for programs compiled to use complex, string, or the STL. [tv 19990119]
 
libz
-  updated to 1.1.3 [tron 19981101]
 
-  Add a utility to access partitions on MBR labeled disks like those transferred from a DOS machine [ws 19981116]
 
mii
-  near rewrite of MII layer, now exports a software interface like BSDI's.  Add PHY drivers for Intel i82555 and Quality Semiconductor QS6612 PHYs.  Significantly improve the NS83840 and ThunderLAN PHY drivers.	 Convert "tl", "fxp", and "epic" drivers to use the new code. [thorpej 19980810]
 
misc
- 	Add support for passing credentials as ancillary data over Unix domain sockets, via the LOCAL_CREDS socket option, similar to BSD/OS, but with some differences.  [thorpej 19980107]
 - 	Add an event log for malloc, useful for debugging "Data modified" and "multiple free" problems.  From Chris Demetriou. [thorpej 19980121]
 - 	Fix a problem where the session ID would not longer be accessible if the session leader exits, by storing the session ID in the session structure itself.  Submitted by Tom Proett <proett@nas.nasa.gov>.  [thorpej 19980213]
 - 	Change the default ownership of installed files from bin:bin to root:wheel. [lukem 19980226]
 - 	Merge in Lite2 kernel changes, plus a few leftover userland bits [fvdl 19980301]
 - 	Changed vslock() and vsunlock() to take a proc *, rather than implicitly operating on curproc.  [thorpej 19980429]
 - 	Change /dev/[u]random to use SHA1 rather than MD5, and release 96 bits of the hash directly.  [explorer 19980526]
 - 	Add fine-grained locking to the extent code.  [thorpej 19980605]
 - 	Change kernel includes to be installed directory-by-directory, which provides added flexibility in terms of what is to be installed, and which makes incremental installs a bit easier.  Existing behaviour (symlinks vs. copies, etc.) is preserved, except for bug fixes.  A new mk template, bsd.kinc.mk, exists to help support these changes and factor out common bits.  [cgd 19980612]
 - 	Add mechanism for programs to dump core into either "core" or "progname.core", based on an adjustable system-wide setting. [nathanw 19980628]
 - 	Change uio_resid to a size_t, and change the residual argument of vn_rdwr() from int * to size_t * to match.  No behavioral difference, except for Alpha, which can now use full SSIZE_MAX sized transfers (i.e. signed 64-bit length). Sweep inspired by a discussion of a bug introduced in OpenBSD on Bugtraq.  [thorpej 19980728]
 - 	Add support for POSIX 1003.1b Synchronized I/O.	 [kleink 19980803]
 - 	MI Driver for Cirrus Logic 240[01] Four channel Serial Controller [scw 19990213]
 
-  add C replacement for old shell script. [tron 19990125]
 
-  Add support for decoding of morse code. [hubertf 19981118]
 
-  add support for a new mount option, "nodevmtime", which inhibits the updating of modification times on device special files.  Useful on laptops and other power-managed systems [kenh 19981202]
 
-  add support for 4.4BSD file flags.  [mrg 19981010]
 -  add "md5" keyword for md5 cryptographic checksum. [jwise 19981206]
 -  add -m and -i switches to make changing file flags much simpler.  from Dr. Lex Wennmacher <wennmach@geo.Uni-Koeln.DE> [mrg 19990212]
 
-  updated BIND programs to 8.1.2 sources.  [tron 19981005]
 
net
-  Make insertion and removal of sockets from the partial and incoming connection queues O(C) rather than O(N). [thorpej 19980107]
 -  add IP fast forwarding (flow-based) routing.  The code will bypass the normal IP processing path and directly forward from a device receive interrupt (via ether_input or fddi_input for now).  [matt 19980429]
 -  Add monotonically increasing "current time" timestamps for the protocol fast and slow timeouts.  Convert the TCP timers to use these timestamps, shaving some instructions (quite a few, actually, on the Alpha) from the inner loop of tcp_slowtimo().	 [thorpej 19980505]
 -  Add support for Token-Ring drivers, by Onno van der Linden <onno@simplex.nl>. [bad 19990322]
 -  prevent bind(2)ing to a unicast address/port if the uids of the socket creators are different and the new bind(2) is not done by root.  [luke 19990324]
 -  MTU of a SLIP interface can be modified via ifconfig now. "SLMTU" is still used as initial value. [tron 19990325]
 -  add sync. serial ppp/Cisco HDLC bits.  [explorer 19990325]
 
net/bpf
-  add support for two new ioctls, BIOC[GS]HDRCMPLT to get/set the "header already complete" flag.  This allows BPF writers to spoof layer 2 source addresses (if the layer 2 supports it) in applications where it is necessary. Submitted by Greg Smith <greg@nas.nasa.gov>. [thorpej 19980429]
 
-  Add userland programs to get values from the netgroup map.  [christos 19990302]
 
netinet
-  Implement tcp_drain(), which frees the reassembly queue of open TCP connections in extreme low memory conditions. [thorpej 19971210]
 -  Fix the "stretch ACK violation" bug documented in internet draft draft-ietf-tcpimpl-prob-02.txt. [thorpej 19971211]
 -  implement support for larger initial windows in TCP, per discussion in the IETF tcpimpl working group. [thorpej 19971211]
 -  define INADDR_ALLRTRS_GROUP and INADDR_MAX_LOCAL_GROUP multicast groups (noted by chopps@NetBSD.org) [thorpej 19971216]
 -  Pull in a few changes from 4.4BSD-Lite2 (effectively bringing us in sync in sys/netinet), including some optimization in processing of timers, and support for dropping persisting connections which are stuck longer than the maximum retransmit backoff (happens w/ buggy clients).  [thorpej 19971217]
 -  implement a queue for delayed ACK processing, eliminating the need to scan all open TCP connections every 200ms. [thorpej 19971231]
 -  change the range for ephemeral ports from 1024..5000 to 49152..65535 as per IANA's Assigned Ports document.  Allow tuning of these with sysctl net.inet.ip.anonport{min,max}. [lukem 19980105]
 -  add IP_PORTRANGE socket option, which allows control over whether ephemeral ports are allocated from the normal range or from a reserved port range (600..1023). Also added flag (INP_ANONPORT) to indicate if the port was ephemerally allocated. From FreeBSD, with changes. [lukem 19980108]
 -  change data structure holding our IP addresses from a linked list to a hash.	 This significantly improves performance on hosts with many many IP addresses, such as large HTTP or FTP servers with many "virtual hosts". [tls 19980213]
 -  update our implementation of RFC1323 PAWS/timestamps/wscale to be compliant with the updated RFC1323.bis. [thorpej 19980428]
 -  add new TCP input reassembly code as a stepping stone to implementing SACK (RFC2018).	 [matt 19980429]
 -  add IP fast forwarding (flow-based) routing.  The code will bypass the normal IP processing path and directly forward from a device receive interrupt (via ether_input or fddi_input for now).  [matt 19980429]
 -  make TCP_COMPAT_42, TCP_CWM, and the CWM burst size configurable via sysctl. [thorpej 19980430]
 -  use the pool allocator for inpcbs, tcpcbs, and syn cache entries.  [thorpej 19980801]
 -  Apply/merge/adapt the NEWRENO parts of the UCSB SACK/FACK/NEWRENO diffs of BSDI's 3.0 netinet to NetBSD. [unknown 19981005]
 -  Add support for Token-Ring drivers, by Onno van der Linden <onno@simplex.nl>. [bad 19990322]
 
-  if a pcb has INP_ANONPORT set, don't attempt to lookup the service name of the port. From FreeBSD. [lukem 19980108]
 -  Add a -P pcbaddr option to netstat(1) to dump the PCB at the specified address.	Implement this option for TCP. [thorpej 19980602]
 
nfs
-  move the lease check into genfs, and make its null-op'ness a compile-time decision for the kernel, not for file system modules.	 Allows loaded file systems to export, which did not previously work correctly.  [thorpej 19980625]
 -  Add client pathconf support.  [kleink 19980807]
 
-  Choose only client/server statistics via -s/-c. [hubertf 19980325]
 
-  add a cpio front end, and add some extra tar options. [mrg 19980306]
 -  implement GNU tar's -X option in terms of the pax -s option with an empty replacement.  [mrg 19990120]
 -  changed meaning of tar emulation mode option -o to mean "use V7 tar mode"; change default output in tar emulation to POSIX ustar. [tv 19990202]
 
pci
-  Add pci_conf_print(), which dumps PCI configuration space, useful in driver debugging.  Fixes PR #4249, from "Zubin D. Dittia" <zubin@clouseau.arl.wustl.edu>. [thorpej 19980414]
 -  added 'puc' driver for "PCI 'universal' communications' cards containing 'com' and 'lpt' ports.  [cgd 19980626]
 
pcmcia
-  Implement PCMCIA hot-swap.  [thorpej 19981116]
 
-  updates from ftp.rhyolite.com. [christos 19981025]
 
pkg_install
-  Added code to pkg_add and pkg_create to maintain a database (``pkgdb'') with mappings of which file belongs to which pkg, and enable pkg_info to query it with the -F switch (which tells it to expect a filename instead of a package name). A pkg_admin utility was added to (re)build the pkgdb from scratch - for migrating from old non-pkgdb pkg_* tools.  [hubertf 19990119]
 -  Added "check" command to pkg_admin to allow checking of pkgs' files against their MD5 checksum. [hubertf 19990119]
 -  Add -r flags to pkg_delete to delete a package and all the packages that depend on it [chopps 19990226]
 -  Added -O switch to pkg_delete to only remove any references to the package from the pkgdb, but do not touch the package or its files otherwise. Used by the pkgsrc build system's "make reinstall" target. [hubertf 19990302]
 -  For pkg_info, also show which packages the package in question requires. [hubertf 19990304]
 -  Add -R flags to pkg_delete to delete a package and all packages it depends on [hubertf 19990308]
 
pkgsrc
-  move bsd.port.mk and bsd.port.subdir.mk from src/share/mk into pkgsrc/mk. [agc 19980414]
 
-  use libwrap for access control, add -l flag to log all connections and -2 flag to su to daemon before running, so that forwarded connections use non- privileged ports.  Also restrict GET/SET calls to the loopback interface [jwise 19990111]
 
-  Upgraded to 2.3.4 [christos 19980502]
 
procfs
-  add support /proc/#/map. From FreeBSD. This file contains the process' virtual memory map and we can use this information to debug and control the process. And we may use it to process migration or remote fork. [msaitoh 19990125]
 
raid
-  Added RAIDframe, version 1.1, from the Parallel Data Laboratory at Carnegie Mellon University.  Supports RAID levels 0, 1, 4, 5, 6, parity logging, and more. [oster 19981112]
 -  Add component labels, hot-adding of spares, in-place component rebuilding, and shutdownhooks to RAIDframe. [oster 19990301]
 
-  fix memory leak.  [mrg 19981209]
 
-  add support for -f; flush routes before executing command. [lukem 19981023]
 
-  updates from ftp.rhyolite.com. [christos 19981025]
 
scsi
-  Aic7xxx driver modified to use bus_dma functions. [leo 19980316]
 -  Add a driver for the AMD Am53c974 PCscsi-PCI SCSI chip, written by Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>. [thorpej 19990106]
 
scsipi
-  Cleaned up the scsipi code (especially the 'cd' driver and ATAPI code) in various ways.  [cgd 19980114]
 -  Add a shutdown hook for SCSI-2 and higher disks that issue a SYNCHRONIZE CACHE operation, to ensure that data is on the platter if we're doing a powerdown. [thorpej 19980610]
 -  use the pool allocator for scsipi_xfers. [thorpej 19980730]
 
-  added support for GNATS `install' category.  [lukem 19981110]
 
-  Add a -p option to halt(8) and shutdown(8), that specifies that the system is to be powered down.  If the powerdown fails, or the system does not support software powerdown, the system will simply halt.  [thorpej 19980606]
 -  Run /etc/rc.shutdown before bringing down the system. [bad 19981029]
 
standards
-  Added EIDRM errno for SysV IPC.  [mikel 19980206]
 -  Added ENOMSG errno for SysV IPC and message catalogs. [kleink 19980208]
 -  Implement getsid(2) and tcgetsid(3), per XPG4.2. [thorpej 19980213]
 -  Change the semantics of chown(), fchown() and lchown(): clear the set-id bit of the attribute changed; add compatibility syscalls which provide POSIX/XPG semantics. [kleink 19980214]
 -  add XPG4.2 nl(1) utility.  [kleink 19990215]
 
-  changed system supfile directory (-s) from /usr/lib/supfiles to /etc/supfiles.  [mikel 19980121]
 
-   add support for "dp" entries to set the dump device from userland.  [mrg 19990224]
 
-  allow multiple -p flags (and do something useful with them).	new -P flag for list of log sockets.  this is very useful/essential for chroot usage.  [mrg 19990221]
 
-  add a new `ps' view which clones the output of `ps aux'. Add pid of process in question to each line of the `pigs' display.  [jwise 19990221]
 
-  Make it understand Token-Ring frames, by Onno van der Linden. [bad 19990323]
 
-  Added ONOCR and ONLRET output modes. [kleink 19980213]
 
-  display shape that will appear next in the game as some sort of preview function if -p is given. [hubertf 19990103]
 
-  add support for -u user and -g group, which specify the user and group to run as. Fixes PR #4218.  [lukem 19980729]
 
toolchain
-  Changed most toolchain bits present in GNU binutils (ar, nm, ranlib, size, strings) to use GNU binutils instead of Berkeley code; added addr2line, c++filt, and objdump. [tv 19980524]
 -  add various bits for building 64 bit NetBSD/sparc64 ELF binaries (gcc, gas, ld), via a `sparc64--netbsd' target.  do the same for 32 bit and `sparc--netbsdelf' target.  we can now build sparc ELF binaries, but no csu.  [mrg 19981217]
 -  Imported binutils 2.9.1, tested completely on i386 and partly working on alpha and arm32. [tv 19990202]
 
-  add path MTU discovery option [is 19980717]
 
usb
-  Add USB support.  USB is only supported for i386 at the moment, but it should be easy to add to other PCI platforms as well. See usb(4) for an overview. [augustss 19980712]
 -  change mouse and keyboard drivers so that they use wscons. Also add the wsmouse protocol to XFree86.  [augustss 19980727]
 -  Add a generic USB driver, ugen.  [augustss 19981208]
 
uvm
-   committed new virtual memory system written by chuck cranor <chuck@maria.wustl.edu>.  uvm totally replaces the old Mach vm code (though parts of uvm are somewhat derived from some of the Mach code).  [mrg 19980205]
 -   made userland work with UVM (sans kvm_uread).  [mrg 19980209]
 -  Add support for mmap'ing disk block devices. [thorpej 19980707]
 -  add support for multiple page free lists.	[thorpej 19980707]
 -  detect when the system is out of swap space and avoid system hangs by killing processes which try to allocate anonymous memory in this situation. [chs 19990327]
 
-  new implementation that has old 3BSD semantics, i.e. address space is shared _and_ parent is blocked.  This results in a fairly noticeable performance improvement in some situations.  [thorpej 19980103]
 
vm
-  standardize the interface to pmap_activate(), and implement it on platforms which previously didn't have one (bebox, powerpc, sparc, vax). [thorpej 19980102]
 -  implement address space sharing (by keeping ref counts on the vmspace structure).	 Thanks to Chuck Cranor for the debugging assistence.  [thorpej 19980102]
 -  add chuck cranor's MACHINE_NEW_NONCONTIG code, that defines a new method of telling the VM system about physical memory configuration.	[mrg 19980108]
 -  Add support for mmap'ing disk block devices. [thorpej 19980707]
 -  delete Mach VM.  [mrg 19990324]
 
-  use the pool allocator for vndxfer and vndbuf structures. [thorpej 19980730]
 
xntp
-  upgraded to 3-5.93c [christos 19980812]
 
xsrc
-  updated to XFree86 3.3.2 [veego 19980308]
 -  new xterm which fixes the utmp problem [veego 19980410]
 -  new xterm which fixes the xterm part of the CERT Vendor-Initiated Bulletin VB-98.04 (NetBSD Security Advisory 1998-002) [veego 19980501]
 -  patch for Xaw which fixes the Xaw part of the CERT Vendor-Initiated Bulletin VB-98.04 (NetBSD Security Advisory 1998-002) [veego 19980503]
 - 	Major code sweep: modified 57 files to clean up 98% of all the LP64-related warnings. This killed a few real bugs and a lot of compiler false alarms. [ross 19980706]
 -  updated to XFree86 3.3.3 [veego 19981123]
 -  fix problems with missing -R paths when linking binarys and shared objects.	 [mrg 19981208]
 -  fixed security problem in xtrans library [tron 19990322]
 
-  add -c to setup a YP client.  [lukem 19980608]
 
-  change to use libwrap, not home-grown access control code.  [thorpej 19990121]
 
zoneinfo
-   update to tzdata1999b.  [mrg 19990202]
 
(top)
Up to Recent Changes and NetBSD News
  
  (Contact us)
  Generated by changes2html version 1.160, last updated: Fri Aug  1 18:33:16 2025
  Copyright © 1994-2024
  The NetBSD Foundation, Inc.  ALL RIGHTS RESERVED.
  NetBSD® is a
  registered trademark of The NetBSD Foundation, Inc.