CHANGES revision 1.1182 1 1.1182 lukem # LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1182 $>
2 1.1095 tsutsui #
3 1.1095 tsutsui #
4 1.1095 tsutsui # [Note: This file does not mention every change made to the NetBSD source tree.
5 1.1095 tsutsui # For an exhaustive list, please subscribe to the `source-changes' mailing list,
6 1.1095 tsutsui # or see the mailing list archives. For more information, send a message
7 1.1095 tsutsui # containing just the word `help' to `majordomo (a] NetBSD.org'.]
8 1.1095 tsutsui #
9 1.1095 tsutsui # ----------------------------------------------------------------------------
10 1.1095 tsutsui # PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS:
11 1.1095 tsutsui #
12 1.1095 tsutsui # theme: Content ...
13 1.1095 tsutsui # more content ...
14 1.1095 tsutsui # more content. [developer DATE-FORMAT]
15 1.1095 tsutsui #
16 1.1095 tsutsui # That's it, one tab to start an item, and two tabs to indent the content.
17 1.1095 tsutsui # Also please start the content with a capital and end it with a dot.
18 1.1095 tsutsui #
19 1.1095 tsutsui # This is very important for the www scripts, otherwise it won't be able to
20 1.1095 tsutsui # parse the file and the HTML output will be mangled.
21 1.1106 tsutsui #
22 1.1106 tsutsui # See htutils/changes/changes2html script for more details.
23 1.1106 tsutsui #
24 1.1095 tsutsui # ----------------------------------------------------------------------------
25 1.1028 xtraeme
26 1.1 lukem
27 1.1143 agc Changes from NetBSD 5.0 to NetBSD 6.0:
28 1.1144 christos
29 1.1147 tsutsui syslog(3): Import Martin Schuette's Summer of Code project:
30 1.1147 tsutsui Reliable TCP connections, syslog protocol API,
31 1.1144 christos encryption. [christos 20081031]
32 1.1148 tsutsui agp(4): Add support for Intel G35. [christos 20081108]
33 1.1148 tsutsui kernel: Add generic producer/consumer queue. [matt 20081111]
34 1.1148 tsutsui lkm: Removed. Superseded by the new module framework. [ad 20081112]
35 1.1148 tsutsui module: Allow the POSIX semaphore code to be loaded as a module.
36 1.1148 tsutsui [ad 20081112]
37 1.1148 tsutsui module: Make compat_ossaudio a module. [ad 20081113]
38 1.1148 tsutsui module: Make compat_ndis a module. [ad 20081113]
39 1.1148 tsutsui build.sh: Add support for new MAKEVERBOSE levels 3 and 4.
40 1.1148 tsutsui [apb 20081113]
41 1.1148 tsutsui libfetch: Update to libfetch 2.20. Allow HTTP auth to be provided in
42 1.1148 tsutsui URL. [joerg 20081114]
43 1.1148 tsutsui module: Make POSIX AIO loadable as a module. [ad 20081114]
44 1.1148 tsutsui amd64, i386: Make boot loader autoload a kernel module corresponding
45 1.1148 tsutsui to the root file system type. [ad 20081119]
46 1.1148 tsutsui module: Make the emulations, exec formats, coredump, NFS, and
47 1.1148 tsutsui the NFS server into modules. [ad 20081119]
48 1.1147 tsutsui rump(3): Move VFS functionality away from librump to a new library:
49 1.1145 pooka librumpvfs [pooka 20081119]
50 1.1148 tsutsui kernel, libc: Add new ptree (Patricia / RADIX tree) implementation.
51 1.1148 tsutsui [matt 20081120]
52 1.1148 tsutsui i386: Switch the i386 installation CDs away from RAM disks and
53 1.1148 tsutsui instead use the CD-ROM as the root file system. [ad 20081121]
54 1.1148 tsutsui i386: Remove most compat and file system options from GENERIC
55 1.1148 tsutsui since they are also provided by modules. [ad 20081122]
56 1.1148 tsutsui nfs: Avoid noisy nfs_timer/nfs_reply DEBUG output that occurs
57 1.1148 tsutsui when the NFS server goes away. [mrg 20081123]
58 1.1148 tsutsui compat_osf1(8): Add getpgid, needed for Tru64 4.0g ksh.
59 1.1148 tsutsui [njoly 20081124]
60 1.1148 tsutsui module: Make PPP compressors modules. [cube 20081125]
61 1.1148 tsutsui i386: Make pxeboot(8) understand boot.cfg(5). [ad 20081125]
62 1.1148 tsutsui agp(4): Add support for the Intel G45 AGP. [christos 20081129]
63 1.1148 tsutsui compat_osf1(8): Fix getdirentries(2). [njoly 20081202]
64 1.1148 tsutsui module: Add a couple of sysctl(8) entries, kern.module.autoload and
65 1.1148 tsutsui kern.module.verbose. [ad 20081203]
66 1.1148 tsutsui module: Add a layerfs module. [ad 20081205]
67 1.1149 tsutsui libc: Add fdopendir(3), from Solaris/Linux. [ad 20081205]
68 1.1148 tsutsui compat_linux32: Add getresuid() and getresgid() syscalls.
69 1.1148 tsutsui [njoly 20081205]
70 1.1148 tsutsui ddb(4): Add 'show vmem' and 'show all vmems' commands.
71 1.1148 tsutsui [cegger 20081207]
72 1.1168 tsutsui re(4): Add support for a 8168C/8111C revision. [alc 20081208]
73 1.1168 tsutsui tab(1): Add tabs utility, fixes PR bin/11227. [roy 20081211]
74 1.1168 tsutsui httpd(8): Add rc.d script to control httpd daemon. [mishka 20081211]
75 1.1153 alc ath(4): Switch from the binary HAL to the open-source HAL released by
76 1.1153 alc Sam Leffler. [alc 20081211]
77 1.1168 tsutsui compat_linux32: Add clock_nanosleep syscall. [njoly 20081212]
78 1.1168 tsutsui boot.cfg(5): Add an option to clear the screen. [christos 20081213]
79 1.1154 jmcneill pms(4): Add Elantech multi-touch trackpad support [jmcneill 20081213]
80 1.1168 tsutsui sparc: Switch to use wscons. [macallan 20081213]
81 1.1168 tsutsui snprintb(3), kprintf(9): Share snprintb(3) among kernel and libutil
82 1.1168 tsutsui and make it supersede bitmask_snprintf(9). [christos 20081216]
83 1.1168 tsutsui sup(1): Add -M user flag to specify the username to send mail to from
84 1.1168 tsutsui the command line. [christos 20081217]
85 1.1168 tsutsui malloc(9): Remove MALLOC() and FREE() macros. [cegger 20081217]
86 1.1157 isaki x68k: pow(4) switches to use MI powerd(8) [isaki 20081220]
87 1.1168 tsutsui viaide(4): Add VT8237S Integrated SATA Controller support.
88 1.1168 tsutsui [nonaka 20081221]
89 1.1158 haad lvm: Add LVM functionality to NetBSD; this is done by dm(4) driver
90 1.1158 haad in kernel and lvm2 tools made by RedHat. We use the same well
91 1.1159 jmcneill known interface as Linux does for managing LVM. [haad 20081222]
92 1.1159 jmcneill gcscaudio(4): Add AMD Geode CS5536 audio driver, from SHIMIZU Ryo.
93 1.1159 jmcneill [jmcneill 20081228]
94 1.1168 tsutsui mount_cd9660(8): Add nocasetrans option as a synonym for nomaplcase.
95 1.1168 tsutsui [christos 20090103]
96 1.1168 tsutsui rc.d(8): Add a script for rndctl(8). [apb 20090104]
97 1.1168 tsutsui module: Add sysvbfs module. [pooka 20090105]
98 1.1179 tsutsui bwi(4): Add a driver for Broadcom AirForce / Apple Airport Extreme
99 1.1161 macallan wireless network controllers. From Taylor Campbell.
100 1.1161 macallan [macallan 20090109]
101 1.1162 cegger rgephy(4): Support for RTL8211C(L) phy. From FreeBSD. [cegger 20090109]
102 1.1162 cegger rgephy(4): Support for flow control. From OpenBSD. [cegger 20090109]
103 1.1168 tsutsui makefs(8): Add support for encoding RISC OS metadata into
104 1.1168 tsutsui ISO 9660 filesystems. [bjh21 20090110]
105 1.1168 tsutsui time_t, dev_t: Change time_t and dev_t to be 64 bit quantities. Fixed
106 1.1168 tsutsui POSIX issues in timeval and timespec. [christos 20090110]
107 1.1166 wiz make(1): Changes to the way .for loops are processed. [dsl 20090111]
108 1.1168 tsutsui openpgpsdk: Initial import of openpgpsdk v0.9. [agc 20090112]
109 1.1167 cegger age(4): Add a driver for Attensic/Atheros L1 gigabit ethernet.
110 1.1167 cegger From FreeBSD via OpenBSD. [cegger 20090116]
111 1.1167 cegger atphy(4): Add a driver for Attensic/Atheros F1 PHY.
112 1.1167 cegger From FreeBSD via OpenBSD. [cegger 20090116]
113 1.1170 jmmv atf(7): Import 0.6. [jmmv 20090119]
114 1.1172 jmcneill msdosfs: The default behaviour when mounting empty filesystems has
115 1.1172 jmcneill been changed. Previously, msdosfs would assume the -s flag
116 1.1172 jmcneill (short filenames) in this case; now msdosfs will assume the
117 1.1173 jmcneill -l flag (long filenames). [jmcneill 20090122]
118 1.1174 agc openpgpsdk: Imported openpgpsdk 0.9 library (BSD-licensed) into
119 1.1174 agc src/crypto/external. The command-line driver program, openpgp,
120 1.1174 agc which is shipped with it has been mostly rewritten to be more
121 1.1174 agc user-friendly. [agc 20090123]
122 1.1175 bouyer X11: added support for X11FLAVOUR=xorg for NetBSD/alpha. No support
123 1.1175 bouyer for turbochannel graphic cards yet. [bouyer 20090124]
124 1.1180 reinoud udf, mount_udf(8): add support for session opening/closing on
125 1.1180 reinoud sequential media. Media can be closed on request on unmount by
126 1.1180 reinoud passing the '-c' flag as mount option. [reinoud 20090208]
127 1.1182 lukem share/mk: Enable -Wsign-compare for $WARNS>=4. [lukem 20090212]
128 1.1178 roy
129