Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/doc remove 1.5 -> 1.6 changes (they'll end up in CHANGE...



details:   https://anonhg.NetBSD.org/src/rev/841731b82338
branches:  netbsd-1-6
changeset: 529091:841731b82338
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Sep 23 07:58:49 2002 +0000

description:
remove 1.5 -> 1.6 changes (they'll end up in CHANGES in this branch)

diffstat:

 doc/CHANGES.prev |  1128 +-----------------------------------------------------
 1 files changed, 3 insertions(+), 1125 deletions(-)

diffs (truncated from 1153 to 300 lines):

diff -r 500e0dab5f7a -r 841731b82338 doc/CHANGES.prev
--- a/doc/CHANGES.prev  Mon Sep 23 07:54:44 2002 +0000
+++ b/doc/CHANGES.prev  Mon Sep 23 07:58:49 2002 +0000
@@ -1,4 +1,4 @@
-LIST OF CHANGES FROM PREVIOUS RELEASES:                        <$Revision: 1.1.2.2 $>
+LIST OF CHANGES FROM PREVIOUS RELEASES:                        <$Revision: 1.1.2.3 $>
 
 
 Changes from 386bsd 0.1 + patchkit 0.2.2 to NetBSD 0.8:
@@ -652,7 +652,7 @@
        libc: add MI insque/remque (and man pages) to libc. (brezak)
        brought in fixed/renamed/matching MS-DOS FS code, from Jeff Polk
                <polk%bsdi.com@localhost>. (cgd)
-       ppp added thanks to <paulus%NetBSD.org@localhost>, <mw%NetBSD.org@localhost>, and
+       ppp added thanks to <paulus%NetBSD.ORG@localhost>, <mw%NetBSD.ORG@localhost>, and
                <Peter.Galbavy%micromuse.co.uk@localhost> (deraadt)
        pppd(8): bugs/completeness - stty/print.c (recognize line disc),
                pppd/main.c (use LOG_INFO for informational stuff, correctly
@@ -2532,7 +2532,7 @@
                  attached to parents with different autoconfiguration
                  semantics.
                Changes to config(8) and kern/subr_autoconf.c from
-               Chris Demetriou <cgd%NetBSD.org@localhost>. [thorpej 19960316]
+               Chris Demetriou <cgd%NetBSD.ORG@localhost>. [thorpej 19960316]
        New libkvm/savecore.
                1) savecore will not access the dump or live-kernel directly.
                   It will always use the kvm-functions. Allowing it to work on
@@ -5914,1125 +5914,3 @@
                has the necessary support. [is 20001024]
        sparc64: sbus ethernet devices (LANCE & HME) now work.  Fixes from
                Andrei Petrov <and%genesyslab.com@localhost>.  [mrg 20001025]
-
-Changes from NetBSD 1.5 to NetBSD 1.6:
-       sparc: the sun4/400 class of machines (using a more elaborate
-               3-level MMU) is finally supported [pk 20000621]
-       vm: Mach VM is dead!  Long live UVM! [mrg 20000629]
-       faithd(8): now it can be invoked via inetd(8). [itojun 20000704]
-       pcmcia:  added WEP encryption to awi driver, for AMD 79c930-based
-               IEEE802.11 FH and DS cards. [onoe 20000704]
-       systat(1): allow selection of statistics update mode for IP
-               displays. [ad 20000705]
-       libc: add `RIPEMD-160' message digest functions. [ad 20000705]
-       misc: add passwd.conf: allows selection of password encryption
-               scheme. may be different for local and yp passwords, thus
-               improving NIS inter-operability. [ad 20000706]
-       newsyslog(8): completely overhaul this. add a new flag, `C' 
-               (create log file). [ad 20000708]
-       vax: ld.elf_so can now load and run dynamically linked VAX ELF
-               programs. [matt 20000714]
-       openssl: update to 0.9.5a. [mrg 20000716]
-       pppd(8): update to 2.3.11 [tron 20000717]
-       rcorder(8): implement `# KEYWORD:' support, with two new arguments to
-               either keep (-k) or skip (-s) files which have the matching
-               keyword. [mrg 20000717]
-       rc(8): in rc.shutdown only run scripts with a 'KEYWORD: shutdown' in
-               them at shutdown, making the process faster and more robust. 
-               [lukem 20000717]
-       ftp(1): add support for FEAT & OPTS (from RFC 2389), and MLSD & MLST
-               (from draft-ietf-ftpext-mlst-11). other fixes and cleanups.
-               [lukem 20000718]
-       newsyslog(8): more changes. most importantly, log files can now be
-               rotated at specific times. [ad 20000718]
-       ifconfig(8): add nwkey support to enable/disable WEP encryption
-               and to get/set WEP key for IEEE802.11 wireless network
-               interfaces [onoe 20000721]
-       arm26: ea(4) now aligns payloads of incoming packets, fixing many
-               bugs. [bjh21 20000722]
-       tcpdump(1): decode IEEE 802.1Q encapsulated packets. [ad 20000724]
-       ftpd(8): add -W - don't log to wtmp.  [lukem 20000726]
-       libc: non-IPv4 hostname lookup over NIS.  follows Solaris 8 practice,
-               look up ipnodes.{byname,byaddr}.  [itojun 20000729]
-       zoneinfo: install UTC as the default time zone. [kleink 20000803]
-       xsrc: add support for XDM-AUTHENTICATION-1.   [tron 20000806]
-       ddb(4): add options DDB_BREAK_CHAR to override break for entering
-               ddb when using the com driver.  [jeffs 20000803]
-       depca(4): Add support for the DEC DE422 Ethernet.  [thorpej 20000810]
-       arp(4): Add kernel counters (displayable with netstat -s) for
-               various arp events. [jhawk 20000815]
-       disklabel(8): Be case insensitive when looking up up filesystem and
-               disk types. Display supported types in interactive mode if
-               `?' is given at the prompt.  [lukem 20000815]
-       mvme68k: Support for VMEbus slave mode added to mvme147 and mvme167.
-               [scw 20000820]
-       sparc64: gcc now generates 32 bit code with `-m32'  [mrg 20010830]
-       cvs(1): Add cvs-1.10.8 to gnusrc [christos 20000904]
-       mvme68k: Added support for MVME162-LX 200/300 series of boards.
-               [scw 20000906]
-       kernel: Number of available pty's is now settable via sysctl
-               kern.maxptys, kernel pty resources are allocated on demand.
-               [jdolecek 20000909]
-       mount(8): If device and mountpoint given, check disklabel for fstype.
-               [abs 20000918]
-       sparc64: Work around many GCC building the tree. [mrg 20000918]
-       fmt(1): Add -C - centre lines [abs 20000918]
-       expr(1): Reimplemented as yacc-style parser grammar (this also fixes
-               PR #10995), arithmetic now uses 64 bit integers.
-               [jdolecek 20000919]
-       kernel: New option, NFS_V2_ONLY, for a slimmer NFS client
-               [bjh21 20000919]
-       pppd(8): update to 2.4.0; cleans up gpl code, adds new tty abstraction,
-               and api to multilink support (not implemented for NetBSD yet).
-               [christos 20000923]
-       kernel: New boot flags -v (bootverbose) and -q (bootquiet) added for
-               all ports. To be used by kernel code to optionally print
-               information on boot. [jdolecek 20000925]
-       cac(4): add support for EISA controllers and latest PCI controllers.
-               [ad 20000926]
-       vlan(4): add support for 802.1Q virtual LANs. [ad 20000928]
-       Ethernet: move the check for "promisc + unicast + not for us"
-               into ether_input(), and change Ethernet drivers to always
-               pass all received frames to ether_input(). [thorpej 20001001]
-       sendmail(8): upgrade to 8.11.1 from sendmail.org. [itojun 20001001]
-       newsmips: add support for tulip based 100BaseTX card: NWB-5852A.
-               [onoe 20001012]
-       dhcpd(8): upgrade to version 3 beta 2 patchlevel 9.  [taca 20001017]
-       ca(4): this has been replaced by the `ld' driver. [ad 20001019]
-       twe(4): add support for the 3ware Escalade family of RAID
-               controllers. [ad 20001019]
-       cvs(1): deprecate LOCALID compile-time option in favour of a new
-               'tag' keyword in CVSROOT/config (repository-specific).
-               [wiz 20001021]
-       siop(4): rework the driver for lower interrupt and PCI load, and
-               add tagged command queuing support. [bouyer 20001024]
-       cvs(1): import cvs-1.11. [wiz 20001026]
-       bktr(4): Merge with bktr driver v2.17 (from FreeBSD). [wiz 20001028]
-       i386: Add support to the bootblocks for booting off RAIDframe RAID1
-               mirrors (even though installboot(8) can't install them
-               onto a RAID1 mirror yet).  [lukem 20001030]
-       libintl: bring in libintl from Citrus project xpg4dl tree.  it is
-               BSD-licensed implementation, and is fully compatible with
-               GNU libintl from GNU gettext.  [itojun 20001030]
-       gettext(1): import GNU gettext suite.  userland tools only - libintl
-               is from Citrus xpg4dl tree.  [itojun 20001031]
-       kernel: Add a watchdog timer framework, and support for the watchdog
-               timer function on the PC-Weasel serial console
-               board.  [thorpej 20001104]
-       audio: Add a driver for the NeoMagic 256 AC'97 audio, found in many
-               laptops. [thorpej 20001104]
-       iop(4): Add support for I2O adapters, and SCSI, FC-AL and block class
-               peripherals. [ad 20001107]
-       cnmagic(9): allows the console magic key sequence to break into
-               the debugger or ROM monitor to be managed and customized.
-               [eeh 20001108]
-       named(8): upgrade to 8.2.2-P7 from ISC. [itojun 20001110]
-       pfil(9): rework the pfil interface to be more generic, allowing
-               an arbitrary number of filtering points. [thorpej 20001110]
-       usb: add the uscanner device driver for USB scanners.  From
-               FreeBSD. [augustss 20001114]
-       openfirm: add a MI /dev/openfirm to interrogate OpenFirmware 
-               about the device tree (currently works on arm32(SHARK)
-               and macppc). [matt 20001114]
-       ftp(1): implement `mreget'. allow choosing of alternate .netrc
-               with `-N netrc' and $NETRC.  [lukem 20001115]
-       ftpd(8): new ftpd.conf(5) directives: `maxfilesize' - limit maximum
-               size of upload files, `sanenames' - only permit uploaded
-               filenames that don't start with `.' and only contain
-               `[-+,._A-Za-z0-9]'.  new command line options: `-e emailaddr'
-               for %E escape, `-P dataport' different dataport, `-q' enable
-               pidfiles (default), `-Q' disable pidfiles, `-u' write utmp,
-               `-U' don't write utmp (default), `-w' write wtmp (default),
-               `-W' don't write wtmp.
-               NOTE: -U meaning changed from `write utmp' to `don't write
-               utmp" to be consistent with -q/-Q and -w/-W. old use of -U
-               won't enable an unwanted feature, it just won't enable a
-               wanted feature.  [lukem 20001117]
-       swapctl(8): new `-z' option to display dump device.  [mrg 20001117]
-       mvme68k: Added support for MVME-172 and MVME-177 m68060-based
-               boards.  [scw 20001120]
-       compat_linux(8): Now works on the Alpha port.  [erh 20001120]
-       amd(8): upgraded to 6.0.4 [wiz 20001120]
-       compat_linux(8): ptrace(2) emulation improved for i386:
-               PTRACE_{SET|GET}FPREGS is now fully supported,
-               PTRACE_{PEEK|POKE}USER partially; linux gdb can
-               now attach to running linux process and show first function
-               on stack backtrace, info float works. [jdolecek 20001121]
-       file(1): update to 3.33. [pooka 20001123]
-       kernel: Integrate the UBC (unified buffer cache) project. [chs 20001126]
-       auich(4): added driver for Intel ICH integrated AC'97
-               audio.  [thorpej 20001127]
-       eeprom(8): make this work on the sparc64.  [mrg 20001128]
-       kernel: lfs support is now loadable via LKM. [jdolecek 20001130]
-       ffs: vfs.ffs.doreallocblks is now on by default. [jdolecek 20001130]
-       ncr53c9x: add TAG QUEUE support [eeh 20001130]
-       mount_mfs(8): allow an 'm' suffix to the file system size option to
-               specify the size of the mfs in megabytes. [simonb 20001201]
-       libutil: added pw_getprefix() and pw_setprefix() to get and set the
-               root directory used by the passwd file update functions.
-               [tron 20001206]
-       vipw(8): Add `-d /directory' option to specify the root directory
-               of the passwd file.  [tron 20001206]
-       mvme68k: Native object file format changed to ELF, using gas.new
-               and ld.new. [scw 20001207]
-       rpc.yppasswdd(8): Add `-d /directory' option to specify the root
-               directory of the passwd file.  [tron 20001208]
-       kernel: Added infrastructure to load emulations and their executable
-               support dynamically via LKM. [jdolecek 20001208]
-       arm26: support for "Unix" backplanes (with interrupt masking) via
-               unixbp(4). [bjh21 20001209]
-       ldd_elf(1): add handling of a.out binaries.  [simonb 20001212]
-       libc: switch to tzcode strftime() implementation.  [kleink 20001212]
-       pkg_install: Added support for creating and adding bzip2 compressed
-               packages (expected suffix: .tbz). [hubertf 20001213]
-       pcmcia: added an(4) driver for Aironet 4500/4800 and Cisco Aironet
-               340 series from FreeBSD. [onoe 20001213]
-       audiorecord(1): If we can't output a valid sun header, don't output
-               any header at all.  [mrg 20001213]
-       tc: added drivers for the DEC PixelStamp family of graphics
-               accellerators. [ad 20001218]
-       ftpd(8): new command line flag: `-X' - syslog wu-ftpd style xferlog
-               entries. new ftpd.conf(5) directive: `advertise' - change the
-               address advertised by PASV (useful for certain firewall
-               environments). [lukem 20001218].
-       sb(4): Add support for Avance Logic ALS100+ [mjl 20001219]
-       fdisk(8): Print out contents of extended partitions. [lukem 20001220]
-       m68k: All m68k-based ports now share a common kernel syscall()
-               function. [scw 20001219]
-       arm26: New eh(4) driver for older i-cubed EtherLan cards.
-               [bjh21 20001220]
-       libc: enable citrus LC_CTYPE locale framework.  single byte only,
-               multibyte will be enabled shortly. [itojun 20001221]
-       mbrlabel(8): by default only display the changed disk label; only
-               update the label if -f is given. be saner about adding entries
-               from the MBR to the NetBSD disk label.  [lukem 20001224]
-       racoon(8): KAME IKE daemon for IPsec key negotiation. [itojun 20001229]
-       usbhidaction(1): a new command to perform actions when USB HID items
-               take on certain values.  [augustss 20001230]
-       du(1): Add -m option. Similar to -k, use megabyte (1024*1024 bytes)
-               as size unit. [hubertf 20001230]
-       df(1): Add -m option. Similar to -k, use megabyte (1024*1024 bytes)
-               as size unit. [hubertf 20001230]
-       make(1): support for use of -j (spawn jobs in parallel) in recursive 
-               builds; all make processes in a build cooperate to limit 
-               the total number of compile jobs.
-               [sommerfeld 20001230]
-       bktr(4): Merge with bktr driver v2.18 (from FreeBSD). [wiz 20001230]
-       xsrc: import XFree86 4.0.2 [veego 20010101]
-       pmax: MI TCDS option cards work.  [mrg 20010101]
-       i386: bump maximum partition number to 16 [tron 20010102]
-       _DIAGASSERT(3): allow user to control behaviour with $LIBC_DIAGASSERT.
-               [lukem 20010104]
-       sendmail(8): upgrade to 8.11.2 from sendmail.org. [itojun 20010104]
-       libcdk: initial import of CDK-4.9.9-20000407-myc3 [garbled 20010104]
-       sushi(8): Initial import of sushi.  Sushi is an interactive,
-               menu-based program that is designed to aid the user or
-               administrator with administrative and complex tasks on thier
-               machines. [garbled 20010105]
-       hp300: Switch to using ELF binary format by default.
-               [simonb 20010106]
-       audio: Add esm driver for the ESS Technology Maestro-2/2e AC97 PCI
-               Audio Accelerator. [rh 20010108]
-       libedit: Support arbitrarily long input lines. [jdolecek 20010110]
-       usb: Add usscanner, a driver for some SCSI-over-USB scanners, e.g.,
-               HP5300. [augustss 20010111]
-       /etc/ifconfig.xxN: now able to take shell script fragment on lines
-               start with "!". [itojun 20010112]
-       wi(4): Default mode is now BSS-mode, not ad hoc mode. [jhawk 20010111]
-       netinet: apps can now specify interface index with multicast
-               set/getsockopt (instead of interface addresses), using
-               network byteorder value within 0.0.0.0/8.  [itojun 20010113]
-       sort(1): Switched to BSD sort, GNU sort nuked. [jdolecek 20010113]
-       sysinst: Rework large portions of sysinst disk and filesystem handling,
-               /etc support, IPv6 support and general clean ups.
-               [mrg 20010114]
-       xsrc: Initial support for Alpha PCI video cards in XFree86 4.0.2.
-               [simonb 20010114]
-       ssh: upgrade OpenBSD-based Secure Shell, based on OpenSSH 2.3.0 around
-               20010105. [itojun 20010114]
-       hpcsh: initial import of hpcsh port, for SH3-based WinCE machines.
-               [itojun 20010117]
-       net: pull post-4.4BSD change to sys/net/route.c.  rt_addrinfo is
-               passed all the way down to rtrequest logic.  3rd argument
-               to ifa->ifa_rtrequest is now rt_addrinfo *. [itojun 20010117]
-       amiga: the machine-independent wdc is now the default driver for
-               the A1200 IDE connector. [is 20010122]
-       amiga: pcmcia support is now in standard kernel configurations 
-               (GENERIC, AMIGA, INSTALL). [is 20010122]
-       net: integrated isdn4bsd userland, kernel stack and drivers for
-               pci/isa/isapnp/pcmcia/zbus boards. [martin,is 20010122]
-       audio: add clct(4), a driver for Cirrus Logic CS4281.
-               Driver by Tatoku Ogaito. [augustss 20010121]
-       usb: add uplcom(4) driver for Prolific PL-2303 USB-RS232 bridge chip.
-               e.g., I/O DATA USB-RSAQ2. [ichiro 20010123]
-       ipsec/ipf: ipf now looks into wire-format packet only (not the
-               form after get decapsulated by IPsec).  It will make
-               it very simple to configure NAT box and IPsec tunnel gateway
-               in the same box.
-               NOTE: if you are using ipf to filter decapsulated IPsec
-               packets, please be warned. [itojun 20010124]
-       libc: enable multibyte LC_CTYPE locale support, from citrus XPG4DL
-               codebase. [itojun 20010125]
-       net: mark cloned routes with RTF_CLONED.  cloned routes can now be
-               overwritten by explicit route addition requests (fixes PR
-               11916). cloned routes goes away if parent route (RTF_CLONING)
-               goes away. [itojun 20010127]
-       bind: upgrade to 8.2.3.  8.2.3 includes security fixes so be sure
-               to upgrade.  [itojun 20010127]
-       usb: update uplcom(4) driver. support I/O DATA USB-RSAQ.
-               [ichiro 20010128]
-       amiga: add ZEUS ISDN-link and Individual Computers ISDN surfer 
-               support [is 20010128]



Home | Main Index | Thread Index | Old Index