Thu Dec 5 16:51:06 2019 UTC ()
Fix date sorting order of previous checkin


(scole)
diff -r1.151 -r1.152 src/doc/CHANGES.prev

cvs diff -r1.151 -r1.152 src/doc/CHANGES.prev (switch to unified diff)

--- src/doc/CHANGES.prev 2019/12/05 09:36:01 1.151
+++ src/doc/CHANGES.prev 2019/12/05 16:51:06 1.152
@@ -1,1000 +1,1000 @@ @@ -1,1000 +1,1000 @@
1LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.151 $> 1LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.152 $>
2 2
3 3
4Changes from 386bsd 0.1 + patchkit 0.2.2 to NetBSD 0.8: 4Changes from 386bsd 0.1 + patchkit 0.2.2 to NetBSD 0.8:
5 fdescfs, kernfs included 5 fdescfs, kernfs included
6 mt(1): added bsd mt 6 mt(1): added bsd mt
7 ktrace(1): now works 7 ktrace(1): now works
8 cron(8): crond, crontab cleaned, and install properly 8 cron(8): crond, crontab cleaned, and install properly
9 prompt for floppy root disk 9 prompt for floppy root disk
10 added kgmon, gprof 10 added kgmon, gprof
11 many vm bug fixes 11 many vm bug fixes
12 ed(1): free ed 12 ed(1): free ed
13 fixes to /etc/*, particular /etc/{weekly,daily,monthly}, netstart 13 fixes to /etc/*, particular /etc/{weekly,daily,monthly}, netstart
14 yp: beginnings of yp support 14 yp: beginnings of yp support
15 tmpnam(3): tmpnam fix 15 tmpnam(3): tmpnam fix
16 some alpha patchkit 0.2.3 stuff (piecemeal, and in some cases improved) 16 some alpha patchkit 0.2.3 stuff (piecemeal, and in some cases improved)
17 better sun rpc support 17 better sun rpc support
18 rwall(1), rpc.rwalld(8): Added 18 rwall(1), rpc.rwalld(8): Added
19 ETXTBUSY, returned properly on writes to files being executed, etc 19 ETXTBUSY, returned properly on writes to files being executed, etc
20 maxfdescs - fixes bash, sendmail, etc. behaviour when you use 'unlimit' 20 maxfdescs - fixes bash, sendmail, etc. behaviour when you use 'unlimit'
21 larger default tcp windows (buffer space per socket) 21 larger default tcp windows (buffer space per socket)
22 games brought in from bnr2 22 games brought in from bnr2
23 bpf fixes 23 bpf fixes
24 wdc vs wd, fdc vs fd fix; basically distinguish between controller 24 wdc vs wd, fdc vs fd fix; basically distinguish between controller
25 and slave(s) attached to it. see sample configs 25 and slave(s) attached to it. see sample configs
26 scsi: incomplete wd7000 driver 26 scsi: incomplete wd7000 driver
27 makesyscalls.sh, brought in from bnr2, works 27 makesyscalls.sh, brought in from bnr2, works
28 longer wd/fd probes, to catch more controller/drive combos 28 longer wd/fd probes, to catch more controller/drive combos
29 (customize kernel config to look for devices that you know 29 (customize kernel config to look for devices that you know
30 are there, to avoid delay). better fix in next release 30 are there, to avoid delay). better fix in next release
31 scsi: multiple open st(4) should get EBUSY 31 scsi: multiple open st(4) should get EBUSY
32 updated elvis 32 updated elvis
33 scsi: options SCSI, no more 'scbus' crap. see sample configs 33 scsi: options SCSI, no more 'scbus' crap. see sample configs
34 patch(1): patch patchlevel 12 integrated (non-GPLed) 34 patch(1): patch patchlevel 12 integrated (non-GPLed)
35 netiso, netcitt, netns: added and they even compile 35 netiso, netcitt, netns: added and they even compile
36 more stuff incorporated from bnr2 (some from patchkit 2.3, some not) 36 more stuff incorporated from bnr2 (some from patchkit 2.3, some not)
37 kernel: probe printf improvements 37 kernel: probe printf improvements
38 fnmatch fix 38 fnmatch fix
39 fdisk(8): program 39 fdisk(8): program
40 pcfs 40 pcfs
41 config(8): hacked to be more rational, generate less broken garbage, 41 config(8): hacked to be more rational, generate less broken garbage,
42 added expression support, and "requires" 42 added expression support, and "requires"
43 swapinfo 43 swapinfo
44 ps(1), w(1): fix for command line args 44 ps(1), w(1): fix for command line args
45 mmap, et. al protection fixes 45 mmap, et. al protection fixes
46 nfs: nfs client, nfs server split. now individually configurable, see 46 nfs: nfs client, nfs server split. now individually configurable, see
47 sample configs 47 sample configs
48 zillions of bug fixes for 48 zillions of bug fixes for
49 broken Makefiles 49 broken Makefiles
50 poor error handling 50 poor error handling
51 broken features 51 broken features
52 enhancements for ease of use 52 enhancements for ease of use
53 greater functionality 53 greater functionality
54 fixing, and replacing some of Jolitz's cruftier 54 fixing, and replacing some of Jolitz's cruftier
55 hacks 55 hacks
56 bringing some old BSD utilities into modern age 56 bringing some old BSD utilities into modern age
57 57
58Changes from NetBSD 0.8 to NetBSD 0.9: 58Changes from NetBSD 0.8 to NetBSD 0.9:
59 fixed PCFS so this it actually works now. 59 fixed PCFS so this it actually works now.
60 (Jim Jegers, via patchkit) 60 (Jim Jegers, via patchkit)
61 i386: got rid of bt0 driver in GENERICISA, as 61 i386: got rid of bt0 driver in GENERICISA, as
62 it was conflicting with aha0. (cgd) 62 it was conflicting with aha0. (cgd)
63 i386: make sure .../sys.386bsd/compile makes it into 63 i386: make sure .../sys.386bsd/compile makes it into
64 the distribution. (cgd) 64 the distribution. (cgd)
65 kernel: added support for BSDI's QMAGIC exec format to the kernel and 65 kernel: added support for BSDI's QMAGIC exec format to the kernel and
66 related utilities; *NULL now core dumps. Also fixed several 66 related utilities; *NULL now core dumps. Also fixed several
67 NULL pointer references caught by this. (mycroft and sef) 67 NULL pointer references caught by this. (mycroft and sef)
68 fixed "/bin/sh: not found" problem when cleaning in libc (cgd) 68 fixed "/bin/sh: not found" problem when cleaning in libc (cgd)
69 added the latest db lib from vangogh (v1.1 done by proven, 1.6 by cgd) 69 added the latest db lib from vangogh (v1.1 done by proven, 1.6 by cgd)
70 db.h, ndbm.h, mpool.h updated. 70 db.h, ndbm.h, mpool.h updated.
71 sys/syslimits.h has macro for SSIZE_MAX 71 sys/syslimits.h has macro for SSIZE_MAX
72 libc/getpwent and ttyname changed to use dbopen along with 72 libc/getpwent and ttyname changed to use dbopen along with
73 pwd_mkdb, kvm_mkdb, dev_mkdb, vacation, ps 73 pwd_mkdb, kvm_mkdb, dev_mkdb, vacation, ps
74 sped up console driver considerably by reducing the number of spl*() 74 sped up console driver considerably by reducing the number of spl*()
75 calls. (mycroft) 75 calls. (mycroft)
76 games: fixed various bugs in the games. (mycroft) 76 games: fixed various bugs in the games. (mycroft)
77 crypt(3): moved non-exportable crypt(3) software into 77 crypt(3): moved non-exportable crypt(3) software into
78 /usr/src/lib/libcrypt, made crypt.c in libc a dummy, and made 78 /usr/src/lib/libcrypt, made crypt.c in libc a dummy, and made
79 appropriate changes elsewhere to get things right. 79 appropriate changes elsewhere to get things right.
80 use "make EXPORTABLE_SYSTEM=true" to make binaries 80 use "make EXPORTABLE_SYSTEM=true" to make binaries
81 w/o libcrypt. (cgd) 81 w/o libcrypt. (cgd)
82 yp: added YP to libc, and yp programs to usr.sbin/yp. (deraadt) 82 yp: added YP to libc, and yp programs to usr.sbin/yp. (deraadt)
83 netstat(1): -s now prints out all of the udp statistics gathered (glass) 83 netstat(1): -s now prints out all of the udp statistics gathered (glass)
84 login(1): brought in new login(1) from uunet. (cgd) 84 login(1): brought in new login(1) from uunet. (cgd)
85 test(1): brought in new test(1) from uunet, ditched bash version 85 test(1): brought in new test(1) from uunet, ditched bash version
86 (glass) 86 (glass)
87 tr(1): brought in new tr(1) from uunet (glass) 87 tr(1): brought in new tr(1) from uunet (glass)
88 termios(4): added termios(4) man page from uunet (glass) 88 termios(4): added termios(4) man page from uunet (glass)
89 syslog(3): updated syslog(3) from uunet for better error handling 89 syslog(3): updated syslog(3) from uunet for better error handling
90 (glass) 90 (glass)
91 fixed syscall() with John Kohl's patch (proven) 91 fixed syscall() with John Kohl's patch (proven)
92 tcp_*space reduced to 4k, because of interactions with vm. (cgd) 92 tcp_*space reduced to 4k, because of interactions with vm. (cgd)
93 fixed: SLATTACH hangs up on connect to modem port -> raise DTR 93 fixed: SLATTACH hangs up on connect to modem port -> raise DTR
94 patch from: bugs@rafal.slip.uiuc.edu (cgd) 94 patch from: bugs@rafal.slip.uiuc.edu (cgd)
95 kernel: can't exec a file people are writing to, any more... (cgd) 95 kernel: can't exec a file people are writing to, any more... (cgd)
96 ethernet: fixed the amazingly shitty ethernet performance with cheap 96 ethernet: fixed the amazingly shitty ethernet performance with cheap
97 Western Digital cards. (mycroft) 97 Western Digital cards. (mycroft)
98 i386: the /usr/src/sys/i386/boot/rmaouthdr script was not executable, 98 i386: the /usr/src/sys/i386/boot/rmaouthdr script was not executable,
99 which caused 0.8 to have a broken bootwd (deraadt) 99 which caused 0.8 to have a broken bootwd (deraadt)
100 segregated GNU software in the standard dist. from the rest. 100 segregated GNU software in the standard dist. from the rest.
101 it's now in /usr/src/gnu/* (cgd) 101 it's now in /usr/src/gnu/* (cgd)
102 various changes from Ralf Freidl to fix brokenness in pcfs (cgd) 102 various changes from Ralf Freidl to fix brokenness in pcfs (cgd)
103 tail(1), join(1): replaced gnu tail(1), join(1) with bsd equivalents 103 tail(1), join(1): replaced gnu tail(1), join(1) with bsd equivalents
104 from uunet (glass) 104 from uunet (glass)
105 fixed kernel profiling, again. now it _works_. (cgd) 105 fixed kernel profiling, again. now it _works_. (cgd)
106 touch(1), err(3): integrated CSRG-released touch(1), err(3) (glass) 106 touch(1), err(3): integrated CSRG-released touch(1), err(3) (glass)
107 add process accounting & fix related utilities (cgd) 107 add process accounting & fix related utilities (cgd)
108 networking: make generic kernels include slip interface so they don't 108 networking: make generic kernels include slip interface so they don't
109 die of stack overflow when using loopback w/no enet (cgd) 109 die of stack overflow when using loopback w/no enet (cgd)
110 rpc include files are now installed from /usr/src/include (deraadt) 110 rpc include files are now installed from /usr/src/include (deraadt)
111 actually fix that loopback+no other interfaced->reboot problem (cgd) 111 actually fix that loopback+no other interfaced->reboot problem (cgd)
112 kernel: make serial ports be correctly-numbered (cgd) 112 kernel: make serial ports be correctly-numbered (cgd)
113 hp300, ethernet: added support for HP ethernet controllers. (mycroft) 113 hp300, ethernet: added support for HP ethernet controllers. (mycroft)
114 made the entire distribution compile and run with GCC 2. (mycroft) 114 made the entire distribution compile and run with GCC 2. (mycroft)
115 dd(1): replace GNU dd(1) with recently released Berkeley version 115 dd(1): replace GNU dd(1) with recently released Berkeley version
116 (glass) 116 (glass)
117 update (f)lex to version 2.3.8 from prep.ai.mit.edu (cgd) 117 update (f)lex to version 2.3.8 from prep.ai.mit.edu (cgd)
118 bc(1): fix bc so that it uses the distributed files, not ones we 118 bc(1): fix bc so that it uses the distributed files, not ones we
119 yacc/lex ourself. makes it work, and not require extra 119 yacc/lex ourself. makes it work, and not require extra
120 newlines (cgd) 120 newlines (cgd)
121 ifconfig -a (deraadt) 121 ifconfig -a (deraadt)
122 iostat and vmstat now understand wd/fd disks. Not scsi disks 122 iostat and vmstat now understand wd/fd disks. Not scsi disks
123 yet though.. (deraadt) 123 yet though.. (deraadt)
124 Jim Wilson's sh changes (sef) 124 Jim Wilson's sh changes (sef)
125 uname(1), uname(3): add uname program and syscall, for POSIX. changes 125 uname(1), uname(3): add uname program and syscall, for POSIX. changes
126 came from John Brezak <brezak@osf.org> (cgd) 126 came from John Brezak <brezak@osf.org> (cgd)
127 made num, caps, and scroll lock not repeat. (mycroft) 127 made num, caps, and scroll lock not repeat. (mycroft)
128 fix from Pete Chown <pc123@cus.cam.ac.uk> for appropriate 128 fix from Pete Chown <pc123@cus.cam.ac.uk> for appropriate
129 mmap permissions checking (cgd) 129 mmap permissions checking (cgd)
130 add assembly language version of index, rindex, strchr, and strrchr 130 add assembly language version of index, rindex, strchr, and strrchr
131 supplied by J.T. Conklin <conklin@kaleida.com> (cgd) 131 supplied by J.T. Conklin <conklin@kaleida.com> (cgd)
132 update source tree with changes from patchkit-0.2.3 (cgd) 132 update source tree with changes from patchkit-0.2.3 (cgd)
133 update stdio buffering routines with replacements from 133 update stdio buffering routines with replacements from
134 Chris Torek <torek@ee.lbl.gov> (cgd) 134 Chris Torek <torek@ee.lbl.gov> (cgd)
135 network loopback now supports multiple interfaces via, e.g. 135 network loopback now supports multiple interfaces via, e.g.
136 "pseudo-device loop 2". patch provided 136 "pseudo-device loop 2". patch provided
137 by David Burren <davidb@otto.bf.rmit.oz.au> (cgd) 137 by David Burren <davidb@otto.bf.rmit.oz.au> (cgd)
138 wd disks print their geometry if it can be determined via a READP 138 wd disks print their geometry if it can be determined via a READP
139 command (deraadt) 139 command (deraadt)
140 i386: fd drives print their geometry according to what the 140 i386: fd drives print their geometry according to what the
141 BIOS says (deraadt) 141 BIOS says (deraadt)
142 npx changes from patchkit patch 10002. Original author of these 142 npx changes from patchkit patch 10002. Original author of these
143 patches is Bruce Evans. (deraadt) 143 patches is Bruce Evans. (deraadt)
144 the ring buffer code now uses "rbchar"s rather than char's. An rbchar 144 the ring buffer code now uses "rbchar"s rather than char's. An rbchar
145 is actually a short. This patch allows "literal next" to 145 is actually a short. This patch allows "literal next" to
146 work (ie. ^V^D<return>) (deraadt) 146 work (ie. ^V^D<return>) (deraadt)
147 fixed kvm_getprocs() to work after kvm_getprocs() and kvm_freeprocs() 147 fixed kvm_getprocs() to work after kvm_getprocs() and kvm_freeprocs()
148 have been called already (cgd) 148 have been called already (cgd)
149 tip(1): fix from Bakul Shah <bvs@BitBlocks.com> to make tip not dump 149 tip(1): fix from Bakul Shah <bvs@BitBlocks.com> to make tip not dump
150 core when Courier acu routines are used with a non- 150 core when Courier acu routines are used with a non-
151 USR Courier modem. (cgd) 151 USR Courier modem. (cgd)
152 nfsd will no longer loop endlessly if it is invoked on a kernel 152 nfsd will no longer loop endlessly if it is invoked on a kernel
153 in which NFSSERVER has not been included in. (glass) 153 in which NFSSERVER has not been included in. (glass)
154 cron(8): crond will no longer directly open /var/cron/log, fail and 154 cron(8): crond will no longer directly open /var/cron/log, fail and
155 complain. now uses syslog(3); cron.info can now be used to 155 complain. now uses syslog(3); cron.info can now be used to
156 select the messages it logs. default syslog.conf has: 156 select the messages it logs. default syslog.conf has:
157 cron.info /var/cron/log # for backwards compat. 157 cron.info /var/cron/log # for backwards compat.
158 lockf patch from Paul Kranenburg <pk@cs.few.eur.nl> (deraadt) 158 lockf patch from Paul Kranenburg <pk@cs.few.eur.nl> (deraadt)
159 the rpc library now has xdr_float and xdr_double. patches from 159 the rpc library now has xdr_float and xdr_double. patches from
160 J.T. Conklin <conklin@talisman.kaleida.com> (deraadt) 160 J.T. Conklin <conklin@talisman.kaleida.com> (deraadt)
161 fix tmac.andoc .TH directive handling. patch from 161 fix tmac.andoc .TH directive handling. patch from
162 J.T. Conklin <conklin@talisman.kaleida.com> (cgd) 162 J.T. Conklin <conklin@talisman.kaleida.com> (cgd)
163 sendmail(8): make sendbug give a "To:" to sendmail. patch supplied 163 sendmail(8): make sendbug give a "To:" to sendmail. patch supplied
164 by Gordon Burditt <gordon@sneaky.lonestar.org> (cgd) 164 by Gordon Burditt <gordon@sneaky.lonestar.org> (cgd)
165 fix kernel printf's "%b" (bits) format. patch supplied 165 fix kernel printf's "%b" (bits) format. patch supplied
166 by Gordon Burditt <gordon@sneaky.lonestar.org> (cgd) 166 by Gordon Burditt <gordon@sneaky.lonestar.org> (cgd)
167 add TIOCSTAT ioctl to give load average stats if requested (for tcsh) 167 add TIOCSTAT ioctl to give load average stats if requested (for tcsh)
168 from Luke Mewburn (cgd) 168 from Luke Mewburn (cgd)
169 hp300: integraged hp300 code from net/2 (cgd) 169 hp300: integraged hp300 code from net/2 (cgd)
170 fixed uninitialized field of struct proc which would occasionally 170 fixed uninitialized field of struct proc which would occasionally
171 cause "w" to panic the system (cgd) 171 cause "w" to panic the system (cgd)
172 various 8-bit patches from Andrew Chernov <ache@astral.msk.su> 172 various 8-bit patches from Andrew Chernov <ache@astral.msk.su>
173 tty_compat.c is cleaned up, as is STOP+TIOCSTI 173 tty_compat.c is cleaned up, as is STOP+TIOCSTI
174 in tty.c (deraadt) 174 in tty.c (deraadt)
175 fd error reporting cleanup. (deraadt) 175 fd error reporting cleanup. (deraadt)
176 fixed bad man page & syscall definition for getpgrp(). 176 fixed bad man page & syscall definition for getpgrp().
177 (posix says it takes no args, and i don't argue...) (cgd) 177 (posix says it takes no args, and i don't argue...) (cgd)
178 add change from Guido van Rooij <guido@gvr.win.tue.nl> so that 178 add change from Guido van Rooij <guido@gvr.win.tue.nl> so that
179 io port access from user processes doesn't randomly 179 io port access from user processes doesn't randomly
180 work/fail. now must open /dev/mem to get access. (cgd) 180 work/fail. now must open /dev/mem to get access. (cgd)
181 isofs: apply patch from Jagane D. Sundar <jagane@netcom.com> to allow 181 isofs: apply patch from Jagane D. Sundar <jagane@netcom.com> to allow
182 NFS-mounting of ISO 9660 (isofs) filesystems, and to 182 NFS-mounting of ISO 9660 (isofs) filesystems, and to
183 fix a few small isofs bugs. (cgd) 183 fix a few small isofs bugs. (cgd)
184 config(8): have config make kernel compilation directories in 184 config(8): have config make kernel compilation directories in
185 /sys/${MACHINE}/compile rather than /sys/compile (cgd) 185 /sys/${MACHINE}/compile rather than /sys/compile (cgd)
186 netstat(1): changes from David Burren <davidb@otto.bf.rmit.oz.au> so 186 netstat(1): changes from David Burren <davidb@otto.bf.rmit.oz.au> so
187 that netstat prints names for routes when not given -n, 187 that netstat prints names for routes when not given -n,
188 and so that it prints address family names (cgd) 188 and so that it prints address family names (cgd)
189 libc, tset(1): add new getcap routines to libc, adjust termcap build 189 libc, tset(1): add new getcap routines to libc, adjust termcap build
190 and tset(1) accordingly, and add cap_mkdb (cgd) 190 and tset(1) accordingly, and add cap_mkdb (cgd)
191 move csu.${MACHINE} libraries into one subdir in /usr/src/lib (cgd) 191 move csu.${MACHINE} libraries into one subdir in /usr/src/lib (cgd)
192 kernel: moved kernel architecture-dependent sub-directories into 192 kernel: moved kernel architecture-dependent sub-directories into
193 /sys/arch/${MACHINE}. great for more archs! (cgd) 193 /sys/arch/${MACHINE}. great for more archs! (cgd)
194 kernel: fixed "swap generic" support (cgd) 194 kernel: fixed "swap generic" support (cgd)
195 kernel: improve kernel select mechanism further, by making setup 195 kernel: improve kernel select mechanism further, by making setup
196 done by a function. put protos into /sys/sys/select.h 196 done by a function. put protos into /sys/sys/select.h
197 and clean up all of the messes it makes (cgd) 197 and clean up all of the messes it makes (cgd)
198 file(1): now prints the targets of symbolic links, thanks 198 file(1): now prints the targets of symbolic links, thanks
199 to John Brezak (brezak@osf.org) for the patch. (cgd) 199 to John Brezak (brezak@osf.org) for the patch. (cgd)
200 ed(1): 8-bit clean; no line-length limit; regex support for NULs (alm) 200 ed(1): 8-bit clean; no line-length limit; regex support for NULs (alm)
201 sed(1): fixed NULL indirection (alm) 201 sed(1): fixed NULL indirection (alm)
202 fix "cpu" declarations in kernel config files so that they 202 fix "cpu" declarations in kernel config files so that they
203 work as originally intended. this means that only 203 work as originally intended. this means that only
204 CPUs for which there is a CPU declaration (see kernel 204 CPUs for which there is a CPU declaration (see kernel
205 config files for examples) are supported by a kernel 205 config files for examples) are supported by a kernel
206 compiled with the config. also, if you want the math 206 compiled with the config. also, if you want the math
207 emulator in your kernel, you now need the "MATH_EMULATE" 207 emulator in your kernel, you now need the "MATH_EMULATE"
208 option in the kernel config file. (cgd) 208 option in the kernel config file. (cgd)
209 disklabel stuff in the kernel has been split up into arch 209 disklabel stuff in the kernel has been split up into arch
210 indep & arch dep components. no more dos stuff in 210 indep & arch dep components. no more dos stuff in
211 ufs_disksubr.c! (deraadt) 211 ufs_disksubr.c! (deraadt)
212 add packet size check for raw IP provided by Paul Antonov 212 add packet size check for raw IP provided by Paul Antonov
213 <apg@apg.kiae.su>, to fix the "traceroute foohost 2000 213 <apg@apg.kiae.su>, to fix the "traceroute foohost 2000
214 causes panic" problem. (cgd) 214 causes panic" problem. (cgd)
215 Fixed packet counters in if_ec, as noted by Mike J. Fuller 215 Fixed packet counters in if_ec, as noted by Mike J. Fuller
216 <mike@sarah.lerc.nasa.gov> (davidb) 216 <mike@sarah.lerc.nasa.gov> (davidb)
217 Modified the SCSI disk startup so that DEC disks (for example) 217 Modified the SCSI disk startup so that DEC disks (for example)
218 are told to spin up _before_ they are asked if they're 218 are told to spin up _before_ they are asked if they're
219 ready. (davidb) 219 ready. (davidb)
220 mips, ns32k: Updated the rpc library to support MIPS and NS32k CPUs. 220 mips, ns32k: Updated the rpc library to support MIPS and NS32k CPUs.
221 (davidb) 221 (davidb)
222 netiso, ethernet: applied various patches supplied by Havard Eidnes 222 netiso, ethernet: applied various patches supplied by Havard Eidnes
223 <Havard.Eidnes@runit.sintef.no> to generally fix ISO 223 <Havard.Eidnes@runit.sintef.no> to generally fix ISO
224 support, including: reception of ISO multicasts in with 224 support, including: reception of ISO multicasts in with
225 we ethernet driver, fixed CLNP Echo reponder, and 225 we ethernet driver, fixed CLNP Echo reponder, and
226 netstat, ifconfig, and libc fixes (cgd) 226 netstat, ifconfig, and libc fixes (cgd)
227 use the Athena "newsyslog" utility to rotate logs, rather than the 227 use the Athena "newsyslog" utility to rotate logs, rather than the
228 old, cumbersome method in /etc/{daily,weekly,monthly} (cgd) 228 old, cumbersome method in /etc/{daily,weekly,monthly} (cgd)
229 replaced broken /usr/include/bitstring.h w/new version from 229 replaced broken /usr/include/bitstring.h w/new version from
230 Mike Murphy <mrm@optigfx.com> (cgd) 230 Mike Murphy <mrm@optigfx.com> (cgd)
231 added /usr/src/regress, for regression tests (cgd) 231 added /usr/src/regress, for regression tests (cgd)
232 add Yuval Yarom's changes (originally for BSD/386) for advisory 232 add Yuval Yarom's changes (originally for BSD/386) for advisory
233 record locking on NFS files. Note that this DOES NOT 233 record locking on NFS files. Note that this DOES NOT
234 support network locking, only local advisory locks. (cgd) 234 support network locking, only local advisory locks. (cgd)
235 fix /bin/ls; is clobbered first env. var. if given no filename args 235 fix /bin/ls; is clobbered first env. var. if given no filename args
236 given. patch from Bob Willcox <bob@obiwan.uucp>. (deraadt) 236 given. patch from Bob Willcox <bob@obiwan.uucp>. (deraadt)
237 mail.local can now use username.lock files as well as flock(). 237 mail.local can now use username.lock files as well as flock().
238 Use the -l flag in your favorite sendmail.cf file. (deraadt) 238 Use the -l flag in your favorite sendmail.cf file. (deraadt)
239 kernel: don't remake newvers and relink kernel if nothing has changed 239 kernel: don't remake newvers and relink kernel if nothing has changed
240 (cgd) 240 (cgd)
241 sup(1): fix SUP to not need any version of crypt. Use 241 sup(1): fix SUP to not need any version of crypt. Use
242 "make MAKE_EXPORT=1" to build a SUP for export. (brezak) 242 "make MAKE_EXPORT=1" to build a SUP for export. (brezak)
243 compress(1): add patch00144 - fixed compress bug with a small path[] 243 compress(1): add patch00144 - fixed compress bug with a small path[]
244 array from <stacey@guug.de>. (deraadt) 244 array from <stacey@guug.de>. (deraadt)
245 add patch00149: sd/cd drivers printed incorrect blocknumbers when they 245 add patch00149: sd/cd drivers printed incorrect blocknumbers when they
246 hit errors. From <julian@jules.dialix.oz.au>. (deraadt) 246 hit errors. From <julian@jules.dialix.oz.au>. (deraadt)
247 /etc/localtime is now created from by "make distribution" (deraadt) 247 /etc/localtime is now created from by "make distribution" (deraadt)
248 more(1): fixed /usr/bin/more to not play with magic numbers from 248 more(1): fixed /usr/bin/more to not play with magic numbers from
249 executables directly. It now uses the N_BADMAG() macro. 249 executables directly. It now uses the N_BADMAG() macro.
250 (deraadt) 250 (deraadt)
251 lpr(1): fixed lpr's dealings with magic numbers. It now no longer 251 lpr(1): fixed lpr's dealings with magic numbers. It now no longer
252 accesses exec.a_magic directly, and it knows about modern "ar" 252 accesses exec.a_magic directly, and it knows about modern "ar"
253 files rather than the old ones (deraadt) 253 files rather than the old ones (deraadt)
254 use EXPORTABLE_SYSTEM instead of MAKE_EXPORT to build crypt-free SUP. 254 use EXPORTABLE_SYSTEM instead of MAKE_EXPORT to build crypt-free SUP.
255 Just like the rest of the system. (brezak) 255 Just like the rest of the system. (brezak)
256 tty structures are allocated dynamically. The d_ttys field in cdevs[] 256 tty structures are allocated dynamically. The d_ttys field in cdevs[]
257 now has an extra level of indirection. The pty and com 257 now has an extra level of indirection. The pty and com
258 drivers allocate pty's dynamically, the pccons driver does 258 drivers allocate pty's dynamically, the pccons driver does
259 not. Check out the "ttys" field in vmstat -m. (deraadt) 259 not. Check out the "ttys" field in vmstat -m. (deraadt)
260 kernel: make sleeps during FIFO open interruptable (cgd) 260 kernel: make sleeps during FIFO open interruptable (cgd)
261 kernel: various patches to kernel files to make things compile 261 kernel: various patches to kernel files to make things compile
262 with GCC-2.3.3 (proven) 262 with GCC-2.3.3 (proven)
263 patch to signal .h for ANSI validation (proven) 263 patch to signal .h for ANSI validation (proven)
264 cron(8): update to version 3.0 of Paul Vixie's cron package (cgd) 264 cron(8): update to version 3.0 of Paul Vixie's cron package (cgd)
265 kernels without pc0 support can be built, and work (deraadt) 265 kernels without pc0 support can be built, and work (deraadt)
266 yp: add yppoll command (brezak) 266 yp: add yppoll command (brezak)
267 update yacc to the latest version from Berkeley (1.9) (cgd) 267 update yacc to the latest version from Berkeley (1.9) (cgd)
268 fixed kernfs security hole, where it wouldn't actually 268 fixed kernfs security hole, where it wouldn't actually
269 check perms before allowing users to write hostname (cgd) 269 check perms before allowing users to write hostname (cgd)
270 added chown/chmod/chgrp functionality to kernfs (cgd) 270 added chown/chmod/chgrp functionality to kernfs (cgd)
271 telnet(1): sending simple telnet commands fixed. patch originally 271 telnet(1): sending simple telnet commands fixed. patch originally
272 from Jonathan Stone <jonathan@CS.Stanford.EDU> (cgd) 272 from Jonathan Stone <jonathan@CS.Stanford.EDU> (cgd)
273 execve(2): replace execve with new one, based on work by Wolfgang 273 execve(2): replace execve with new one, based on work by Wolfgang
274 Solfrank <ws@tools.de>, but beaten up a good amount by cgd. 274 Solfrank <ws@tools.de>, but beaten up a good amount by cgd.
275 (after several iterations of beating have gone on, 275 (after several iterations of beating have gone on,
276 this code is *really* differnt...) (cgd) 276 this code is *really* differnt...) (cgd)
277 update kvm library for the new exec, and add a kvm_getenv function, 277 update kvm library for the new exec, and add a kvm_getenv function,
278 to get a process's environment var list. ps and w 278 to get a process's environment var list. ps and w
279 apply strvis() to args/environment before printing (cgd) 279 apply strvis() to args/environment before printing (cgd)
280 ps(1): give ps an 'e' option, to print the environment variables 280 ps(1): give ps an 'e' option, to print the environment variables
281 of processes (cgd) 281 of processes (cgd)
282 add vt300 to termcap.src (brezak) 282 add vt300 to termcap.src (brezak)
283 stty(1): fixed stty so that setting "ispeed" works. (cgd) 283 stty(1): fixed stty so that setting "ispeed" works. (cgd)
284 i386: move i386 signal trampoline code from the pcb to the top of 284 i386: move i386 signal trampoline code from the pcb to the top of
285 the stack. at the same time, implement copying out 285 the stack. at the same time, implement copying out
286 of the signal trampoline code, on process creation. (cgd) 286 of the signal trampoline code, on process creation. (cgd)
287 libg++: shut up libg++ "make"'s whining (cgd) 287 libg++: shut up libg++ "make"'s whining (cgd)
288 allow user to specity that programs depend on c++ sources 288 allow user to specity that programs depend on c++ sources
289 (previously only could be done for libraries) (cgd) 289 (previously only could be done for libraries) (cgd)
290 fix library "make depend" problem, in which it wasn't 290 fix library "make depend" problem, in which it wasn't
291 generating dependencies for profiled .o files (cgd) 291 generating dependencies for profiled .o files (cgd)
292 ps(1): fix to not show CPU/memory/swap usage if process is zombie (cgd) 292 ps(1): fix to not show CPU/memory/swap usage if process is zombie (cgd)
293 fix from Wolfgang Solfrank (ws@tools.de) to kill processes 293 fix from Wolfgang Solfrank (ws@tools.de) to kill processes
294 outright if they exceed their hard CPU-usage limit (cgd) 294 outright if they exceed their hard CPU-usage limit (cgd)
295 fix for NFS's bogus use if va_flags and va_gen, and other minor 295 fix for NFS's bogus use if va_flags and va_gen, and other minor
296 NFS fixes, supplied by John Woods, jfw@ksr.com (cgd) 296 NFS fixes, supplied by John Woods, jfw@ksr.com (cgd)
297 fix /usr/include/rpcsvc/rnusers.x - versions were reversed (brezak) 297 fix /usr/include/rpcsvc/rnusers.x - versions were reversed (brezak)
298 add /lib/rpcsvc for upcoming rusers/rup clients and daemons (brezak) 298 add /lib/rpcsvc for upcoming rusers/rup clients and daemons (brezak)
299 revert the "syncing disks" message on reboot to its original, 299 revert the "syncing disks" message on reboot to its original,
300 more informative, form (cgd) 300 more informative, form (cgd)
301 fix /usr/include/rpcsvc/klm_prot.x so it compiles. (brezak) 301 fix /usr/include/rpcsvc/klm_prot.x so it compiles. (brezak)
302 add /usr/libexec/rpc.rstatd, rpc.rusersd, rpc.rwalld. (brezak) 302 add /usr/libexec/rpc.rstatd, rpc.rusersd, rpc.rwalld. (brezak)
303 add /usr/bin/rup, rusers, rwall(changes). (brezak) 303 add /usr/bin/rup, rusers, rwall(changes). (brezak)
304 add LIBRPCSVC to bsd.prog.mk. (brezak) 304 add LIBRPCSVC to bsd.prog.mk. (brezak)
305 removed bugs and memory leaks from directory functions (proven) 305 removed bugs and memory leaks from directory functions (proven)
306 tip(1): make tip obey Taylor UUCP's locking conventions. Patch from 306 tip(1): make tip obey Taylor UUCP's locking conventions. Patch from
307 Peter da Silva <peter@taronga.com>, patchkit 307 Peter da Silva <peter@taronga.com>, patchkit
308 patch #139. (cgd) 308 patch #139. (cgd)
309 tip(1), getty(8), kernel: patch from David Greenman and Rod Grimes 309 tip(1), getty(8), kernel: patch from David Greenman and Rod Grimes
310 (davidg@implode.rain.com and rgrimes@agora.rain.com) to support 310 (davidg@implode.rain.com and rgrimes@agora.rain.com) to support
311 57600 and 115200 baud in the kernel, tip, and getty.  311 57600 and 115200 baud in the kernel, tip, and getty.
312 pk patch #150 (cgd) 312 pk patch #150 (cgd)
313 patch from <bob@speakez.com> so rlogin understands higher 313 patch from <bob@speakez.com> so rlogin understands higher
314 baud rates (deraadt) 314 baud rates (deraadt)
315 use Bruce Evans' pc3 termcap entry. pk patch #156 (cgd) 315 use Bruce Evans' pc3 termcap entry. pk patch #156 (cgd)
316 kernel: add delay loop to lpa and lpt drivers to allow data port 316 kernel: add delay loop to lpa and lpt drivers to allow data port
317 to stablize. make "lpflag" unique. patch from 317 to stablize. make "lpflag" unique. patch from
318 Rod Grimes <rgrimes@agora.rain.com>, as pk patch #164 (cgd) 318 Rod Grimes <rgrimes@agora.rain.com>, as pk patch #164 (cgd)
319 change MCLSHIFT to 11, so mbuf cluster size is bigger than MTU 319 change MCLSHIFT to 11, so mbuf cluster size is bigger than MTU
320 of network interfaces, for performance. to use old size, 320 of network interfaces, for performance. to use old size,
321 use "options MCLSHIFT=10" in your kernel config. 321 use "options MCLSHIFT=10" in your kernel config.
322 this is patchkit patch #166. (cgd) 322 this is patchkit patch #166. (cgd)
323 remove /usr/local and /usr/contrib from root's path, and 323 remove /usr/local and /usr/contrib from root's path, and
324 also give root and operator "sane" group ids. (cgd) 324 also give root and operator "sane" group ids. (cgd)
325 convert to Bruce Evans' <bde@runz.oz.au> new interrupt system, as 325 convert to Bruce Evans' <bde@runz.oz.au> new interrupt system, as
326 hacked by Rod Grimes <rgrimes@agora.rain.com>, and 326 hacked by Rod Grimes <rgrimes@agora.rain.com>, and
327 suppied in the patchkit (in patches 158 and 167). (cgd) 327 suppied in the patchkit (in patches 158 and 167). (cgd)
328 get rid of the "as" (old SCSI) driver, finally. (cgd) 328 get rid of the "as" (old SCSI) driver, finally. (cgd)
329 rename kernel functions getc() and ungetc() to 329 rename kernel functions getc() and ungetc() to
330 rbgetc() and rbungetc(), respectively. (cgd) 330 rbgetc() and rbungetc(), respectively. (cgd)
331 chmod(1): dealings with symbolic links now un-hosed (deraadt) 331 chmod(1): dealings with symbolic links now un-hosed (deraadt)
332 clean up miscfs and isofs filesystems. they now have 332 clean up miscfs and isofs filesystems. they now have
333 their own vnode types and malloc types. (cgd) 333 their own vnode types and malloc types. (cgd)
334 added Terry Lambert's <terry@cs.weber.edu> loadable kernel 334 added Terry Lambert's <terry@cs.weber.edu> loadable kernel
335 modules code. (cgd) 335 modules code. (cgd)
336 add man pages for rpc.rwalld, rpc.rusersd, cleaup rpc.rstatd (brezak) 336 add man pages for rpc.rwalld, rpc.rusersd, cleaup rpc.rstatd (brezak)
337 <stdlib.h>: fix alloca() definition for gcc2 and gcc1. (brezak) 337 <stdlib.h>: fix alloca() definition for gcc2 and gcc1. (brezak)
338 change host field width in rusers and rup. Also print idle 338 change host field width in rusers and rup. Also print idle
339 time in days,hours,minutes,seconds in rusers. (brezak) 339 time in days,hours,minutes,seconds in rusers. (brezak)
340 rwall(1), rusers(1): add man pages for rwall, and rusers. (brezak) 340 rwall(1), rusers(1): add man pages for rwall, and rusers. (brezak)
341 integrate changes from conklin@talisman.kaleida.com (J.T. Conklin) 341 integrate changes from conklin@talisman.kaleida.com (J.T. Conklin)
342 that incorporate changes from TIRPC to include/rpc and 342 that incorporate changes from TIRPC to include/rpc and
343 lib/librpc. I also added code to getrpcent.c for YP. (brezak) 343 lib/librpc. I also added code to getrpcent.c for YP. (brezak)
344 yp: delete lib/libc/yp/yppasswdxdr.c because it is now in 344 yp: delete lib/libc/yp/yppasswdxdr.c because it is now in
345 librpcsvc. (brezak) 345 librpcsvc. (brezak)
346 updated file(1) and magic database to Ian Darwin's 346 updated file(1) and magic database to Ian Darwin's
347 latest release. (jtc) 347 latest release. (jtc)
348 patch from Yuval Yarom so implicit binds in in_pcbbind will 348 patch from Yuval Yarom so implicit binds in in_pcbbind will
349 assign used ports if the if the port is bound on specific 349 assign used ports if the if the port is bound on specific
350 interface, and not on INADDR_ANY. (deraadt) 350 interface, and not on INADDR_ANY. (deraadt)
351 patch from Yavul Yarom. The loopback check for forwarded packets 351 patch from Yavul Yarom. The loopback check for forwarded packets
352 was wrong (deraadt) 352 was wrong (deraadt)
353 yp: fix pwd_mkdb to not accidentally grow a complete passwd file from 353 yp: fix pwd_mkdb to not accidentally grow a complete passwd file from
354 the YP passwd map. Include a getpwent.o that -UYP. (brezak) 354 the YP passwd map. Include a getpwent.o that -UYP. (brezak)
355 leave hole for AFS in vfssw[]. Define MOUNT_AFS in mount.h. (brezak) 355 leave hole for AFS in vfssw[]. Define MOUNT_AFS in mount.h. (brezak)
356 install symlinks to rpc and xdr manpages for rpc library 356 install symlinks to rpc and xdr manpages for rpc library
357 routines; convert rpcgen, rpcinfo, and librpc manpages 357 routines; convert rpcgen, rpcinfo, and librpc manpages
358 to -mandoc macros (jtc) 358 to -mandoc macros (jtc)
359 inetd(8): now can start RPC services. (brezak) 359 inetd(8): now can start RPC services. (brezak)
360 /etc/rc: remove starting of rwalld from /etc/rc and netstart. (brezak) 360 /etc/rc: remove starting of rwalld from /etc/rc and netstart. (brezak)
361 yp: chpass and passwd will use YP is available. (brezak) 361 yp: chpass and passwd will use YP is available. (brezak)
362 install(1): added -d option to install (jtc) 362 install(1): added -d option to install (jtc)
363 tip(1): can now read ~/.tiprc even when this file is not world- 363 tip(1): can now read ~/.tiprc even when this file is not world-
364 accessible. (andrew) 364 accessible. (andrew)
365 applied Yuval Yarom's closef() panic patch - the panic was caused 365 applied Yuval Yarom's closef() panic patch - the panic was caused
366 by multiple calls to unp_discard() sometimes being made when 366 by multiple calls to unp_discard() sometimes being made when
367 closing a socket. (andrew) 367 closing a socket. (andrew)
368 added Microsoft and Logitech busmouse drivers, originally by 368 added Microsoft and Logitech busmouse drivers, originally by
369 Erik Forsberg. (andrew) 369 Erik Forsberg. (andrew)
370 added fast symlinks. Add `options FASTLINKS' to your config file or 370 added fast symlinks. Add `options FASTLINKS' to your config file or
371 frob the variable `ufs_write_fastlinks' to enable creating 371 frob the variable `ufs_write_fastlinks' to enable creating
372 them. Note potential conflict with Pete Chown's ACLs (which 372 them. Note potential conflict with Pete Chown's ACLs (which
373 is currently not in our tree). And don't blame me if (though 373 is currently not in our tree). And don't blame me if (though
374 it's unlikely) your existing symlinks all barf because they 374 it's unlikely) your existing symlinks all barf because they
375 have dirty spare fields. (mycroft) 375 have dirty spare fields. (mycroft)
376 scsi: changed aha scsi driver to reduce the card's bus-on time from the 376 scsi: changed aha scsi driver to reduce the card's bus-on time from the
377 default 11ms to 9ms. Prevents floppy drive read/write 377 default 11ms to 9ms. Prevents floppy drive read/write
378 problems during heavy scsi io. (andrew) 378 problems during heavy scsi io. (andrew)
379 expr(1): changed expr(1) to use POSIX regular expressions (jtc) 379 expr(1): changed expr(1) to use POSIX regular expressions (jtc)
380 add assembly language versions of bcmp, ffs, memchr, memcmp, memset, 380 add assembly language versions of bcmp, ffs, memchr, memcmp, memset,
381 strcat, strcmp, strcpy, strlen, and strncmp; change bzero to 381 strcat, strcmp, strcpy, strlen, and strncmp; change bzero to
382 word align before its wordwise set. (jtc) 382 word align before its wordwise set. (jtc)
383 integrate fnmatch from keith bostic/bsd4.4-alpha; update sources 383 integrate fnmatch from keith bostic/bsd4.4-alpha; update sources
384 that use fnmatch: find, locate, mtree (jtc) 384 that use fnmatch: find, locate, mtree (jtc)
385 i386: move sys/arch/i386/isa/spkr.h to sys/arch/i386/include. (brezak) 385 i386: move sys/arch/i386/isa/spkr.h to sys/arch/i386/include. (brezak)
386 completely rewrote and replaced physio (cgd) 386 completely rewrote and replaced physio (cgd)
387 silence complaints about can't read size during probe in cd.c (brezak) 387 silence complaints about can't read size during probe in cd.c (brezak)
388 change assert.h to be ANSI compliant (jtc) 388 change assert.h to be ANSI compliant (jtc)
389 change signal.c to use ANSI C macro SIG_ERR, instead of BADSIG. 389 change signal.c to use ANSI C macro SIG_ERR, instead of BADSIG.
390 remove BADSIG from signal.h, it's not used elsewhere. (jtc) 390 remove BADSIG from signal.h, it's not used elsewhere. (jtc)
391 nuke silly printf in vm_swap.c. (brezak) 391 nuke silly printf in vm_swap.c. (brezak)
392 Use NNPX instead of NPX from npx.h. (brezak) 392 Use NNPX instead of NPX from npx.h. (brezak)
393 Correctly extract version number from version string for 393 Correctly extract version number from version string for
394 uname. (brezak) 394 uname. (brezak)
395 add new Julian Elischer's new floppy driver, with modifications, 395 add new Julian Elischer's new floppy driver, with modifications,
396 from the patchkit (deraadt) 396 from the patchkit (deraadt)
397 convert the a.out format's a_magic fields and a_mid fields into 397 convert the a.out format's a_magic fields and a_mid fields into
398 one field, which is kept in network byte order (deraadt) 398 one field, which is kept in network byte order (deraadt)
399 integrate Donn Seeley's (i.e. BSDI's & CSRG's) init, as posted 399 integrate Donn Seeley's (i.e. BSDI's & CSRG's) init, as posted
400 to various newsgroups (cgd) 400 to various newsgroups (cgd)
401 m4(1): upgraded m4 to latest version retrieved from Ozan Yigit 401 m4(1): upgraded m4 to latest version retrieved from Ozan Yigit
402 <oz@sis.yorku.ca> after some begging. adds support 402 <oz@sis.yorku.ca> after some begging. adds support
403 for 'm4 <filename>', and works with sendmail r8's m4 403 for 'm4 <filename>', and works with sendmail r8's m4
404 usage (glass) 404 usage (glass)
405 sendmail(8): upgraded sendmail to sendmail 8.1B; will follow future 405 sendmail(8): upgraded sendmail to sendmail 8.1B; will follow future
406 releases. see sendmail/READ_ME for information about the 406 releases. see sendmail/READ_ME for information about the
407 degree of backward compatability provided. 407 degree of backward compatability provided.
408 also sendmail/cf/README. 408 also sendmail/cf/README.
409 fixed bug in ECHONL processing (andrew) 409 fixed bug in ECHONL processing (andrew)
410 date(1): date command ignored setting the seconds value. patch from 410 date(1): date command ignored setting the seconds value. patch from
411 <mhw@cs.brown.edu> (deraadt) 411 <mhw@cs.brown.edu> (deraadt)
412 Fixed othersrc/xntp to find NetBSD kernels. (davidb) 412 Fixed othersrc/xntp to find NetBSD kernels. (davidb)
413 getopt(1): Add getopt command to usr.bin from agate:.../public. 413 getopt(1): Add getopt command to usr.bin from agate:.../public.
414 (brezak) 414 (brezak)
415 added ANSIfications to /sys/{sys,kern} and sundry other affected 415 added ANSIfications to /sys/{sys,kern} and sundry other affected
416 areas; removed the never-used second argument that was 416 areas; removed the never-used second argument that was
417 being passed to timeout functions. (andrew) 417 being passed to timeout functions. (andrew)
418 applied Yuval Yarom's recv() socket fixes to prevent incorrect 418 applied Yuval Yarom's recv() socket fixes to prevent incorrect
419 blocking with MSG_WAITALL. Fixes a sbdrop() panic during 419 blocking with MSG_WAITALL. Fixes a sbdrop() panic during
420 some MSG_WAITALL recv(2) sleeps. Access rights problem 420 some MSG_WAITALL recv(2) sleeps. Access rights problem
421 also fixed. (andrew) 421 also fixed. (andrew)
422 fixed bugs in vm_glue.c that allowed a process to access its user 422 fixed bugs in vm_glue.c that allowed a process to access its user
423 pages. Writing to one of these pages on an i[34]86 system 423 pages. Writing to one of these pages on an i[34]86 system
424 tends to cause an instant reboot... (andrew) 424 tends to cause an instant reboot... (andrew)
425 gzip(1), tar(1): brought in versions of Bmake'd versions of GNU gzip 425 gzip(1), tar(1): brought in versions of Bmake'd versions of GNU gzip
426 and tar off of freefall. These understand the .gz suffix for 426 and tar off of freefall. These understand the .gz suffix for
427 gzip'ed archives. (brezak) 427 gzip'ed archives. (brezak)
428 uucpd(8): from Net2. (brezak) 428 uucpd(8): from Net2. (brezak)
429 slattach(8): Support high tty speeds in slattach. (brezak) 429 slattach(8): Support high tty speeds in slattach. (brezak)
430 applied Paul Kranenburg's VM deadlock patches from the patchkit 430 applied Paul Kranenburg's VM deadlock patches from the patchkit
431 [patch00147, parts 2-4 - part 1 was already applied] 431 [patch00147, parts 2-4 - part 1 was already applied]
432 (andrew) 432 (andrew)
433 i386: fixed new i386 interrupt code to only do verbose statistics- 433 i386: fixed new i386 interrupt code to only do verbose statistics-
434 gathering when compiled with INTR_DEBUG. also, use 434 gathering when compiled with INTR_DEBUG. also, use
435 local labels for internal branches, so profiling works 435 local labels for internal branches, so profiling works
436 better. (cgd) 436 better. (cgd)
437 i386, ethernet: add support for David Greenman's if_ed wd80[01]3 and 437 i386, ethernet: add support for David Greenman's if_ed wd80[01]3 and
438 3c503 i386 ethernet driver. modify it to allow the "iosiz" 438 3c503 i386 ethernet driver. modify it to allow the "iosiz"
439 to override the probed shared memory size, to help 439 to override the probed shared memory size, to help
440 compatibility with clone boards (cgd) 440 compatibility with clone boards (cgd)
441 i386: change i386 interrupt vectors names so that they being with "X" 441 i386: change i386 interrupt vectors names so that they being with "X"
442 instead of "V", like every other BSD system... (cgd) 442 instead of "V", like every other BSD system... (cgd)
443 fixed /sys/scsi/sd.c to reject non block-aligned transfers, which 443 fixed /sys/scsi/sd.c to reject non block-aligned transfers, which
444 were causing scsi hangs (andrew) 444 were causing scsi hangs (andrew)
445 convince /usr/src/share/doc to make and use "obj" directories (cgd) 445 convince /usr/src/share/doc to make and use "obj" directories (cgd)
446 bootblocks: make the boot blocks make & install in same way as the 446 bootblocks: make the boot blocks make & install in same way as the
447 rest of /usr/src (cgd) 447 rest of /usr/src (cgd)
448 uniq -c /dev/null now works properly, it was not checking the return 448 uniq -c /dev/null now works properly, it was not checking the return
449 value from an fgets(). fix from <sjg@zen.void.oz.au> (deraadt) 449 value from an fgets(). fix from <sjg@zen.void.oz.au> (deraadt)
450 first part of merge of amiga code, sys/arch/amiga. Full merge will 450 first part of merge of amiga code, sys/arch/amiga. Full merge will
451 require some changes outside too, as well as some renameing 451 require some changes outside too, as well as some renameing
452 in sys/arch/amiga to avoid conflicts with existing modules (mw) 452 in sys/arch/amiga to avoid conflicts with existing modules (mw)
453 i386: wd controller driver - major rewrite of timeout code to use 453 i386: wd controller driver - major rewrite of timeout code to use
454 DELAY(). added code to reset controller if it times 454 DELAY(). added code to reset controller if it times
455 out. patches sent in by many people. (deraadt) 455 out. patches sent in by many people. (deraadt)
456 make the rlist code go away. it wasn't useful in the place 456 make the rlist code go away. it wasn't useful in the place
457 it was intended to be used, and it was incompatible. 457 it was intended to be used, and it was incompatible.
458 in addition, it caused a few bugs... replace it with 458 in addition, it caused a few bugs... replace it with
459 rmap code written by Wolfgang Solfrank. (cgd) 459 rmap code written by Wolfgang Solfrank. (cgd)
460 i386: pccons driver now malloc()'s its "struct tty" (deraadt) 460 i386: pccons driver now malloc()'s its "struct tty" (deraadt)
461 i386, hp300: cons.c "struct tty *cn_tty" wasn't being used by anything, 461 i386, hp300: cons.c "struct tty *cn_tty" wasn't being used by anything,
462 so it goes away (deraadt) 462 so it goes away (deraadt)
463 fix problem of passwd local_passwd exiting instead of passing status 463 fix problem of passwd local_passwd exiting instead of passing status
464 so YP password can be tried. Also change NIS --> YP. (brezak) 464 so YP password can be tried. Also change NIS --> YP. (brezak)
465 tar(1): remove usr.bin/gnu/tar. Use tar-1.11.2 instead. (brezak) 465 tar(1): remove usr.bin/gnu/tar. Use tar-1.11.2 instead. (brezak)
466 grep(1): update grep, egrep, and fgrep to gnu grep 2.0. (jtc) 466 grep(1): update grep, egrep, and fgrep to gnu grep 2.0. (jtc)
467 awk(1): update awk to gawk 2.15.2. (jtc) 467 awk(1): update awk to gawk 2.15.2. (jtc)
468 diff(1): update diff, diff3, and sdiff to gnu diffutils 2.3. (jtc) 468 diff(1): update diff, diff3, and sdiff to gnu diffutils 2.3. (jtc)
469 rcs(1): update rcs to 5.6.0.1. (jtc) 469 rcs(1): update rcs to 5.6.0.1. (jtc)
470 gzip(1): update gzip to 1.2.2. (jtc). 470 gzip(1): update gzip to 1.2.2. (jtc).
471 w(1): 'w' no longer thinks the console is a special device. (deraadt) 471 w(1): 'w' no longer thinks the console is a special device. (deraadt)
472 ignore the flags field in midmag in kern_exec.c from pk@cs.few.eur.nl. 472 ignore the flags field in midmag in kern_exec.c from pk@cs.few.eur.nl.
473 (brezak) 473 (brezak)
474 passwd(1): nuke yppasswd. Use "passwd" to change YP password. (brezak) 474 passwd(1): nuke yppasswd. Use "passwd" to change YP password. (brezak)
475 add Kermit 51(198) to othersrc. (brezak) 475 add Kermit 51(198) to othersrc. (brezak)
476 libcurses: updated with Andrew Chernov's 8-bit clean patches (alm) 476 libcurses: updated with Andrew Chernov's 8-bit clean patches (alm)
477 patch from Paul Kranenburg <pk@cs.few.eur.nl> so that if given a 477 patch from Paul Kranenburg <pk@cs.few.eur.nl> so that if given a
478 kernel name, kvm_mkdb will work properly. (cgd) 478 kernel name, kvm_mkdb will work properly. (cgd)
479 patch from Paul Kranenburg <pk@cs.few.eur.nl> to use symbols and 479 patch from Paul Kranenburg <pk@cs.few.eur.nl> to use symbols and
480 line numbers in stack tracebacks. Also a fix to the stack 480 line numbers in stack tracebacks. Also a fix to the stack
481 traceback for syscalls. Did NOT include dynamic sym changes. 481 traceback for syscalls. Did NOT include dynamic sym changes.
482 (brezak) 482 (brezak)
483 allow SYS_INCLUDE={copies,symlinks} in src/include/Makefile to be 483 allow SYS_INCLUDE={copies,symlinks} in src/include/Makefile to be
484 selected in bsd.own.mk. (brezak) 484 selected in bsd.own.mk. (brezak)
485 gcc(1): upgrade gcc and cc to gcc-2.4.5 (paul) 485 gcc(1): upgrade gcc and cc to gcc-2.4.5 (paul)
486 ddb(4): convince ddb to be quiet if it doesn't find any space for 486 ddb(4): convince ddb to be quiet if it doesn't find any space for
487 debugging symbols, and then don't ignore its output or exit 487 debugging symbols, and then don't ignore its output or exit
488 code (cgd) 488 code (cgd)
489 i386: integrated Bruce Evans' <bde@kralizec.zeta.org.au> bios boot-block 489 i386: integrated Bruce Evans' <bde@kralizec.zeta.org.au> bios boot-block
490 modifications, which include read-ahead buffering, loading 490 modifications, which include read-ahead buffering, loading
491 kernels at the 1MB mark, bad144 support and various other 491 kernels at the 1MB mark, bad144 support and various other
492 fixes (which enables the code to work with aha174x cards in 492 fixes (which enables the code to work with aha174x cards in
493 enhanced mode). (andrew) 493 enhanced mode). (andrew)
494 ethernet: upgrade if_is.c to handle multiple cards and bpf (paul) 494 ethernet: upgrade if_is.c to handle multiple cards and bpf (paul)
495 ps(1): make ps with an odd number of "w" flags behave properly. (cgd) 495 ps(1): make ps with an odd number of "w" flags behave properly. (cgd)
496 changed tty queue interface to be like old BSD clists, but with a 496 changed tty queue interface to be like old BSD clists, but with a
497 (new) ring buffer implementation which is more memory 497 (new) ring buffer implementation which is more memory
498 efficient. (mycroft and deraadt) 498 efficient. (mycroft and deraadt)
499 nice(1): fixed to not dump core when invoked with no arguments, and 499 nice(1): fixed to not dump core when invoked with no arguments, and
500 to understand negative niceness values. (jtc) 500 to understand negative niceness values. (jtc)
501 dbsym(8): fixed to strip gcc2 related trash syms before stuffing them 501 dbsym(8): fixed to strip gcc2 related trash syms before stuffing them
502 into the kernel. Added "-l" flag to strip local syms 502 into the kernel. Added "-l" flag to strip local syms
503 too. (brezak) 503 too. (brezak)
504 gcc(1): replaced gcc1 with gcc2 as standard compiler, and removed gcc1 504 gcc(1): replaced gcc1 with gcc2 as standard compiler, and removed gcc1
505 and the old version of g++ (cgd) 505 and the old version of g++ (cgd)
506 libg++: upgraded to version 2.3.90 (cgd) 506 libg++: upgraded to version 2.3.90 (cgd)
507 changed env, head, nohup, wc, and xargs to be IEEE 1003.2 (D11.2) 507 changed env, head, nohup, wc, and xargs to be IEEE 1003.2 (D11.2)
508 compliant. (jtc) 508 compliant. (jtc)
509 groff(1): upgraded to version 1.08. (jtc) 509 groff(1): upgraded to version 1.08. (jtc)
510 i386: if_ne.c bug fixes from <ache@astral.msk.su> (deraadt) 510 i386: if_ne.c bug fixes from <ache@astral.msk.su> (deraadt)
511 ddb(4): ddb changes. Add -more- pager for output. Add 'ps' command. 511 ddb(4): ddb changes. Add -more- pager for output. Add 'ps' command.
512 bring in ddb(4) man page. (brezak) 512 bring in ddb(4) man page. (brezak)
513 netstat(1): added Havard Eidnes fixes to netstat (paul) 513 netstat(1): added Havard Eidnes fixes to netstat (paul)
514 gcc(1): fixed gcc2 for multiple archs and tidied up man pages in cpp 514 gcc(1): fixed gcc2 for multiple archs and tidied up man pages in cpp
515 (paul) 515 (paul)
516 libg++: updated to 2.4 (paul) 516 libg++: updated to 2.4 (paul)
517 telnet(1): make lib/libtelnet/enc_des.c optional for telnet. (brezak) 517 telnet(1): make lib/libtelnet/enc_des.c optional for telnet. (brezak)
518 copyin/out(), copyin/outstr(), s/fubyte() et al protection fixes, 518 copyin/out(), copyin/outstr(), s/fubyte() et al protection fixes,
519 including COW support, using code based on that from 519 including COW support, using code based on that from
520 Wolfgang Solfrank and Christoph Robitschko. (andrew) 520 Wolfgang Solfrank and Christoph Robitschko. (andrew)
521 kernel: user segment descriptors fixed to disallow access to user area 521 kernel: user segment descriptors fixed to disallow access to user area
522 (andrew) 522 (andrew)
523 bde's boot >= 1MB fixes (andrew) 523 bde's boot >= 1MB fixes (andrew)
524 make NOPs in locore do something, by default. to make them 524 make NOPs in locore do something, by default. to make them
525 faster (and doing so will break some systems), 525 faster (and doing so will break some systems),
526 use 'options "DUMMY_NOPS"' in kernel config file (cgd) 526 use 'options "DUMMY_NOPS"' in kernel config file (cgd)
527 multiple beeps now generate a continuous tone. also, sysbeep() now 527 multiple beeps now generate a continuous tone. also, sysbeep() now
528 takes a frequency as its first argument. (mycroft) 528 takes a frequency as its first argument. (mycroft)
529 added library dependencies to Makefiles where they were missing. 529 added library dependencies to Makefiles where they were missing.
530 (mycroft) 530 (mycroft)
531 changed dinode.di_un to a dev_t in preparation for making dev_t larger. 531 changed dinode.di_un to a dev_t in preparation for making dev_t larger.
532 (mycroft) 532 (mycroft)
533 moved asm.h from /usr/include/sys to /usr/include/machine. (mycroft) 533 moved asm.h from /usr/include/sys to /usr/include/machine. (mycroft)
534 added CXX and CXXFLAGS and suffix rules for C++ files in 534 added CXX and CXXFLAGS and suffix rules for C++ files in
535 /usr/share/mk/*, with attendent Makefile changes. (mycroft) 535 /usr/share/mk/*, with attendent Makefile changes. (mycroft)
536 whereis(1): fixed search paths. (mycroft) 536 whereis(1): fixed search paths. (mycroft)
537 compress(1): fixed memory trashing bug. (mycroft) 537 compress(1): fixed memory trashing bug. (mycroft)
538 fixed various bugs in if_hp.c. (mycroft) 538 fixed various bugs in if_hp.c. (mycroft)
539 changed implementation of scroll lock to use sleep() and wakeup() so 539 changed implementation of scroll lock to use sleep() and wakeup() so
540 it doesn't freeze all sessions. (mycroft) 540 it doesn't freeze all sessions. (mycroft)
541 cat(1): fixed bug re: short (usually interrupted) writes. (mycroft) 541 cat(1): fixed bug re: short (usually interrupted) writes. (mycroft)
542 made pccons output in small chunks use ttrstrt() so it doesn't hog the 542 made pccons output in small chunks use ttrstrt() so it doesn't hog the
543 CPU. (mycroft) 543 CPU. (mycroft)
544 made splimp() mask both spltty() and splnet(), and removed Bill's kluge 544 made splimp() mask both spltty() and splnet(), and removed Bill's kluge
545 for SLIP that made spltty() and splnet() include each other. 545 for SLIP that made spltty() and splnet() include each other.
546 (mycroft) 546 (mycroft)
547 fixed handling of bad syscall numbers on 386. (mycroft) 547 fixed handling of bad syscall numbers on 386. (mycroft)
548 changed `make depend' to work in two passes--one for C files and one 548 changed `make depend' to work in two passes--one for C files and one
549 for C++ files. for the latter, `-+' is passed to mkdep 549 for C++ files. for the latter, `-+' is passed to mkdep
550 automatically; no need to specify it in the Makefile. (mycroft) 550 automatically; no need to specify it in the Makefile. (mycroft)
551 moved struct definitions outside of function declarations in kernel, 551 moved struct definitions outside of function declarations in kernel,
552 so GCC doesn't emit tons of warnings. (mycroft and cgd) 552 so GCC doesn't emit tons of warnings. (mycroft and cgd)
553 added -T option to dbsym to specify load address of kernel. this is 553 added -T option to dbsym to specify load address of kernel. this is
554 necessary for it to be able to find the blasted string it's 554 necessary for it to be able to find the blasted string it's
555 supposed to insert into when the kernel is not loaded at the 555 supposed to insert into when the kernel is not loaded at the
556 default address. Makefile.i386 now uses this. (mycroft) 556 default address. Makefile.i386 now uses this. (mycroft)
557 added a way to specify the kernel load address in the config file; add 557 added a way to specify the kernel load address in the config file; add
558 `at address' (e.g. `at 0xfe100000') to the `config' line. 558 `at address' (e.g. `at 0xfe100000') to the `config' line.
559 (mycroft) 559 (mycroft)
560 gdb(1): made GDB deal with stabs type info output by GCC 2. (mycroft) 560 gdb(1): made GDB deal with stabs type info output by GCC 2. (mycroft)
561 ps(1): fix from Brian Somers <brian@awfulhak.demon.co.uk> to make 561 ps(1): fix from Brian Somers <brian@awfulhak.demon.co.uk> to make
562 "ps -o command" work correctly (cgd) 562 "ps -o command" work correctly (cgd)
563 made kvm_procread() read the swap area in CLBYTES chunks. (mycroft) 563 made kvm_procread() read the swap area in CLBYTES chunks. (mycroft)
564 added ISOFS support for Rockridge filesystems, written by 564 added ISOFS support for Rockridge filesystems, written by
565 Atsushi Murai <amurai@spec.co.jp>. (cgd) 565 Atsushi Murai <amurai@spec.co.jp>. (cgd)
566 scsi bus probing sped up by remembering if there's actually a 566 scsi bus probing sped up by remembering if there's actually a
567 device at a particular unit number (deraadt) 567 device at a particular unit number (deraadt)
568 hp300: tty devs changed to do dynamic tty allocation (deraadt) 568 hp300: tty devs changed to do dynamic tty allocation (deraadt)
569 the ifconfig aui/bnc keywords go away, use -llc0 to select 569 the ifconfig aui/bnc keywords go away, use -llc0 to select
570 bnc/other onboard tranceiver, llc0 to select aui (deraadt) 570 bnc/other onboard tranceiver, llc0 to select aui (deraadt)
571 cleaned up /etc/magic to grok new-style executables (deraadt) 571 cleaned up /etc/magic to grok new-style executables (deraadt)
572 i386: removed bogus nop-like instructions put at the start of the i386 572 i386: removed bogus nop-like instructions put at the start of the i386
573 crt0.c by Bill (deraadt) 573 crt0.c by Bill (deraadt)
574 i386: wd.c now has timeout debugging code useful for seeing how slow 574 i386: wd.c now has timeout debugging code useful for seeing how slow
575 your controller's DIAG command really is. Enable 575 your controller's DIAG command really is. Enable
576 WDCNDELAY_DEBUG in wd.c if interested... (deraadt) 576 WDCNDELAY_DEBUG in wd.c if interested... (deraadt)
577 i386: if_ed.c call bpfattach() at the same place as other enet 577 i386: if_ed.c call bpfattach() at the same place as other enet
578 drivers (deraadt) 578 drivers (deraadt)
579 bpf(4): man page error found by hpeyerl, ok'd by mccanne (deraadt) 579 bpf(4): man page error found by hpeyerl, ok'd by mccanne (deraadt)
580 dbsym(8), ddb(4): added -g option to dbsym to include line number and 580 dbsym(8), ddb(4): added -g option to dbsym to include line number and
581 function symbols for DDB; note that this generates REALLY LARGE 581 function symbols for DDB; note that this generates REALLY LARGE
582 symbol tables; you'll need to load the kernel at >=1MB to use 582 symbol tables; you'll need to load the kernel at >=1MB to use
583 it. (mycroft) 583 it. (mycroft)
584 replaced vfs__bio.c with better one derived from one from CMU. 584 replaced vfs__bio.c with better one derived from one from CMU.
585 it works better, does the right thing with buffer_map, 585 it works better, does the right thing with buffer_map,
586 and, in general, is cleaner than the old one. (cgd) 586 and, in general, is cleaner than the old one. (cgd)
587 added man pages for all external mount types. (cgd) 587 added man pages for all external mount types. (cgd)
588 fix from J.T. Conklin to make nohup print the correct 588 fix from J.T. Conklin to make nohup print the correct
589 message re: the logging file on the user's console. (cgd) 589 message re: the logging file on the user's console. (cgd)
590 mount_msdos(8): mount_pcfs moved to mount_msdos; the latter is more 590 mount_msdos(8): mount_pcfs moved to mount_msdos; the latter is more
591 appropriate (cgd) 591 appropriate (cgd)
592 sendmail(8): sendmail upgraded to version 8.3 592 sendmail(8): sendmail upgraded to version 8.3
593 added statistics counters to if_is.c,ipackets etc (paul) 593 added statistics counters to if_is.c,ipackets etc (paul)
594 scsi: ultrastore 14f driver should now work w/34f as well. (cgd) 594 scsi: ultrastore 14f driver should now work w/34f as well. (cgd)
595 got rid of broken toupper() and tolower() macros (cgd) 595 got rid of broken toupper() and tolower() macros (cgd)
596 i386: wd.c change from <ws.tools.de> to fix single drive 596 i386: wd.c change from <ws.tools.de> to fix single drive
597 systems (deraadt) 597 systems (deraadt)
598 i386: fd.c reliability fix from <ws@tools.de> (deraadt) 598 i386: fd.c reliability fix from <ws@tools.de> (deraadt)
599 kern_sig.c used to wrap swtch() with splhardclock()/splnone() which 599 kern_sig.c used to wrap swtch() with splhardclock()/splnone() which
600 isn't right. (cgd) 600 isn't right. (cgd)
601 i386: swtch() didn't save splx() value per-process. (deraadt) 601 i386: swtch() didn't save splx() value per-process. (deraadt)
602 602
603Changes from NetBSD 0.9 to NetBSD 1.0: 603Changes from NetBSD 0.9 to NetBSD 1.0:
604 delete share/man/man4/kadb.4. (brezak) 604 delete share/man/man4/kadb.4. (brezak)
605 ddb(4): cleanup for DDB: allow one to fault in DDB, cleanup pretty 605 ddb(4): cleanup for DDB: allow one to fault in DDB, cleanup pretty
606 printers for maps and objects, and support for adding symbol 606 printers for maps and objects, and support for adding symbol
607 tables at runtime. (brezak) 607 tables at runtime. (brezak)
608 use XIDLE extension in rpc.rusersd (if present). (brezak) 608 use XIDLE extension in rpc.rusersd (if present). (brezak)
609 changed kill, mkdir, mkfifo, rmdir, and umask (sh builtin) to be 609 changed kill, mkdir, mkfifo, rmdir, and umask (sh builtin) to be
610 IEEE 1003.2 (D11.2) compliant. (jtc) 610 IEEE 1003.2 (D11.2) compliant. (jtc)
611 config(8): add latent support to config to generate header files for 611 config(8): add latent support to config to generate header files for
612 options. (brezak) 612 options. (brezak)
613 rewrote sun copyrighted header files (deraadt) 613 rewrote sun copyrighted header files (deraadt)
614 yp: fixed yp-related bug in endpwent() found by <pk@cs.few.eur.nl> 614 yp: fixed yp-related bug in endpwent() found by <pk@cs.few.eur.nl>
615 (deraadt) 615 (deraadt)
616 othersrc/kermit add LOCKDIR for Taylor uucp, SETREUID, and STRINGPIDS. 616 othersrc/kermit add LOCKDIR for Taylor uucp, SETREUID, and STRINGPIDS.
617 (brezak) 617 (brezak)
618 fixed vm_object.c to remove an object from the hashtable when 618 fixed vm_object.c to remove an object from the hashtable when
619 vm_object_collapse() starts fiddling with pagers. (pk) 619 vm_object_collapse() starts fiddling with pagers. (pk)
620 scsi: removed two bogus splx() calls in aha1742.c found by 620 scsi: removed two bogus splx() calls in aha1742.c found by
621 <hd@world.std.com> (deraadt) 621 <hd@world.std.com> (deraadt)
622 added RCS identifiers to many of the files which were missing them. 622 added RCS identifiers to many of the files which were missing them.
623 (mycroft) 623 (mycroft)
624 mount(8): added support for the `noauto' option to mount. (mycroft) 624 mount(8): added support for the `noauto' option to mount. (mycroft)
625 replaced much of the rtc code with code from Mach. Now handles 625 replaced much of the rtc code with code from Mach. Now handles
626 resettodr(). (brezak) 626 resettodr(). (brezak)
627 i386: added support for i486 instruction set extensions to gas. (jtc) 627 i386: added support for i486 instruction set extensions to gas. (jtc)
628 implement play_msf variants for SCSI cd. Now for the player... (brezak) 628 implement play_msf variants for SCSI cd. Now for the player... (brezak)
629 sup(1): changes from <nate@bsd.coe.montana.edu> for gzip'ed sup file 629 sup(1): changes from <nate@bsd.coe.montana.edu> for gzip'ed sup file
630 transfer. (brezak) 630 transfer. (brezak)
631 add service port for WWW http to /etc/services. (brezak) 631 add service port for WWW http to /etc/services. (brezak)
632 uucp(1): upgraded to version 1.04. (jtc) 632 uucp(1): upgraded to version 1.04. (jtc)
633 upgraded manpages of many programs, and most of the games to 633 upgraded manpages of many programs, and most of the games to
634 use -mandoc macros. (jtc) 634 use -mandoc macros. (jtc)
635 <math.h>: added __pure qualifier to many of the function declarations 635 <math.h>: added __pure qualifier to many of the function declarations
636 (jtc) 636 (jtc)
637 <err.h>: replaced volatile qualifier with __dead, for when we're 637 <err.h>: replaced volatile qualifier with __dead, for when we're
638 not compiling with gcc. (jtc) 638 not compiling with gcc. (jtc)
639 fts(3), vis(3), glob(3): Updated to latest versions from Berkeley, 639 fts(3), vis(3), glob(3): Updated to latest versions from Berkeley,
640 with local bug fixes. (mycroft) 640 with local bug fixes. (mycroft)
641 libc: added sys_signame[] to libc, like 4.4, and changed some programs 641 libc: added sys_signame[] to libc, like 4.4, and changed some programs
642 to use it. (mycroft) 642 to use it. (mycroft)
643 libutil: added getbsize() to libutil, like 4.4, but with a `force' 643 libutil: added getbsize() to libutil, like 4.4, but with a `force'
644 flag to specify a particular block size. (mycroft) 644 flag to specify a particular block size. (mycroft)
645 updated du and df to latest versions from Berkeley, but with `-k' 645 updated du and df to latest versions from Berkeley, but with `-k'
646 flag readded. (mycroft) 646 flag readded. (mycroft)
647 added a missing suser() to if_sl.c (deraadt) 647 added a missing suser() to if_sl.c (deraadt)
648 fixed the suser() call in if_tun.c (deraadt) 648 fixed the suser() call in if_tun.c (deraadt)
649 fixed a few utilities to work with the new fts(3) routines (deraadt) 649 fixed a few utilities to work with the new fts(3) routines (deraadt)
650 m68k: new MID_M68K and MID_M68K4K executables, and associated changes 650 m68k: new MID_M68K and MID_M68K4K executables, and associated changes
651 to file command (deraadt) 651 to file command (deraadt)
652 libc: add MI insque/remque (and man pages) to libc. (brezak) 652 libc: add MI insque/remque (and man pages) to libc. (brezak)
653 brought in fixed/renamed/matching MS-DOS FS code, from Jeff Polk 653 brought in fixed/renamed/matching MS-DOS FS code, from Jeff Polk
654 <polk@bsdi.com>. (cgd) 654 <polk@bsdi.com>. (cgd)
655 ppp added thanks to <paulus@NetBSD.org>, <mw@NetBSD.org>, and 655 ppp added thanks to <paulus@NetBSD.org>, <mw@NetBSD.org>, and
656 <Peter.Galbavy@micromuse.co.uk> (deraadt) 656 <Peter.Galbavy@micromuse.co.uk> (deraadt)
657 pppd(8): bugs/completeness - stty/print.c (recognize line disc), 657 pppd(8): bugs/completeness - stty/print.c (recognize line disc),
658 pppd/main.c (use LOG_INFO for informational stuff, correctly 658 pppd/main.c (use LOG_INFO for informational stuff, correctly
659 set line speeds), pppd/pppstats/Makefile,pppstats.c (install 659 set line speeds), pppd/pppstats/Makefile,pppstats.c (install
660 group and kernel name). (brezak) 660 group and kernel name). (brezak)
661 changed cut, date (via changes to strftime()), expand, nice, ln, 661 changed cut, date (via changes to strftime()), expand, nice, ln,
662 time and wc to be IEEE 1003.2-92 compliant. (jtc) 662 time and wc to be IEEE 1003.2-92 compliant. (jtc)
663 changed system(), popen(), and pclose() to be 663 changed system(), popen(), and pclose() to be
664 IEEE 1003.2-92 compliant. (jtc) 664 IEEE 1003.2-92 compliant. (jtc)
665 fixes for some typos in the pc3 termcap entry from 665 fixes for some typos in the pc3 termcap entry from
666 Thorsten Lockert <tholo@gandalf.bbb.no> (cgd) 666 Thorsten Lockert <tholo@gandalf.bbb.no> (cgd)
667 make(1): fix for make's handling of obj symlinks which point nowhere, 667 make(1): fix for make's handling of obj symlinks which point nowhere,
668 from Christoph Robitschko <chmr@edvz.tu-graz.ac.at> (cgd) 668 from Christoph Robitschko <chmr@edvz.tu-graz.ac.at> (cgd)
669 added proc filesystem (PROCFS) code (pk) 669 added proc filesystem (PROCFS) code (pk)
670 libc: add SYSV shared memory library stubs to libc. From usenet 670 libc: add SYSV shared memory library stubs to libc. From usenet
671 posting. (brezak) 671 posting. (brezak)
672 added "ed1" to generic kernels for 3c503 support. (cgd) 672 added "ed1" to generic kernels for 3c503 support. (cgd)
673 vop_setattr() aded to procfs, enables chmod's of processes and 673 vop_setattr() aded to procfs, enables chmod's of processes and
674 chmod/chown/chgrp on the procfs root dir. (pk) 674 chmod/chown/chgrp on the procfs root dir. (pk)
675 add bootpd to othersrc. Add bootp service nos to/etc/services. (brezak) 675 add bootpd to othersrc. Add bootp service nos to/etc/services. (brezak)
676 add -x flag to strip. Removes local syms, stabs, and compiler idents 676 add -x flag to strip. Removes local syms, stabs, and compiler idents
677 symbols. (brezak) 677 symbols. (brezak)
678 machine independent changes to VM to be able to handle machines with 678 machine independent changes to VM to be able to handle machines with
679 non-contiguous memory from Wolfgang Solfrank. Machines that 679 non-contiguous memory from Wolfgang Solfrank. Machines that
680 need this use "option MACHINE_NONCONTIG". (brezak) 680 need this use "option MACHINE_NONCONTIG". (brezak)
681 i386: machine dependent changes for non-contiguous memory. WARNING- 681 i386: machine dependent changes for non-contiguous memory. WARNING-
682 you will need a new config for this. (brezak) 682 you will need a new config for this. (brezak)
683 i386: boot program changes to load the symbols table from the image, 683 i386: boot program changes to load the symbols table from the image,
684 be able to boot omagic executables, pass a few more 684 be able to boot omagic executables, pass a few more
685 arguments, and enable the kbd clock. [You will need this 685 arguments, and enable the kbd clock. [You will need this
686 for the next changes having to do with DDB symbol loading] 686 for the next changes having to do with DDB symbol loading]
687 (brezak) 687 (brezak)
688 update othersrc/bootpd to conform with RFC-1395. (brezak) 688 update othersrc/bootpd to conform with RFC-1395. (brezak)
689 changes to allow boot to load ddb symbols. define SYMTAB_SPACE=nnn if 689 changes to allow boot to load ddb symbols. define SYMTAB_SPACE=nnn if
690 your boot program cannot do this. Otherwise build the new boot 690 your boot program cannot do this. Otherwise build the new boot
691 program for the i386 and don't define SYMTAB_SPACE. (brezak) 691 program for the i386 and don't define SYMTAB_SPACE. (brezak)
692 kernel: kernel pagers are controlled as options, not as pseudo-devices 692 kernel: kernel pagers are controlled as options, not as pseudo-devices
693 (deraadt) 693 (deraadt)
694 tty device driver XXstart() routines return void (deraadt) 694 tty device driver XXstart() routines return void (deraadt)
695 kernel: make pagers options, not pseudo-devices (deraadt) 695 kernel: make pagers options, not pseudo-devices (deraadt)
696 sun3: port now in the tree. Doesn't actually work, 696 sun3: port now in the tree. Doesn't actually work,
697 but real close. Status info in sys/arch/sun3/STATUS. (glass) 697 but real close. Status info in sys/arch/sun3/STATUS. (glass)
698 sun3, config(8): torek's 'config.new' integrated, including the 698 sun3, config(8): torek's 'config.new' integrated, including the
699 kernel support for his autoconfig mechanisim. Currently used 699 kernel support for his autoconfig mechanisim. Currently used
700 only by sun3. (glass) 700 only by sun3. (glass)
701 priority queueing for interactive traffic + bpf support added 701 priority queueing for interactive traffic + bpf support added
702 to the ppp driver. (paulus) 702 to the ppp driver. (paulus)
703 fix from "James W. Dolter" <jdolter@sawtooth.eecs.umich.edu> so that 703 fix from "James W. Dolter" <jdolter@sawtooth.eecs.umich.edu> so that
704 exec deals properly with shell scripts with symlinks in their 704 exec deals properly with shell scripts with symlinks in their
705 names. (cgd) 705 names. (cgd)
706 use "posix" rather than "right" rules for time conversions. fixes 706 use "posix" rather than "right" rules for time conversions. fixes
707 a 14-second discrepancy with other systems and WWV (cgd) 707 a 14-second discrepancy with other systems and WWV (cgd)
708 if_ppp.c: received IP packets now passed correctly to BPF. (paulus) 708 if_ppp.c: received IP packets now passed correctly to BPF. (paulus)
709 i386: reduce max stack limit to 2M (cgd) 709 i386: reduce max stack limit to 2M (cgd)
710 clean up stack size and limit code (cgd) 710 clean up stack size and limit code (cgd)
711 replace ptrace() implementation with a better one from Sean Fagan 711 replace ptrace() implementation with a better one from Sean Fagan
712 <sef@kithrup.com> (cgd) 712 <sef@kithrup.com> (cgd)
713 fix LKM's loading of device driver modules so it actually does it. 713 fix LKM's loading of device driver modules so it actually does it.
714 patch from Szabolcs Sziget <pink@bagira.fsz.bme.hu> (cgd) 714 patch from Szabolcs Sziget <pink@bagira.fsz.bme.hu> (cgd)
715 modified VFS readdir semantics to better support nfs cookies (ws) 715 modified VFS readdir semantics to better support nfs cookies (ws)
716 changed mountd/mount system call to allow exporting of filesystems 716 changed mountd/mount system call to allow exporting of filesystems
717 other than UFS (ws) 717 other than UFS (ws)
718 enhanced ISOFS filesystem with better Rockridge support, support 718 enhanced ISOFS filesystem with better Rockridge support, support
719 for generation numbers, extended attributes 719 for generation numbers, extended attributes
720 and associated files (ws) 720 and associated files (ws)
721 strip filename records from symtab with "strip -x". (brezak) 721 strip filename records from symtab with "strip -x". (brezak)
722 add .S.o rule to sys.mk. (brezak) 722 add .S.o rule to sys.mk. (brezak)
723 sh(1): fixes from Jim Wilson <wilson@cygnus.com> to sh: don't core if 723 sh(1): fixes from Jim Wilson <wilson@cygnus.com> to sh: don't core if
724 given a pair of backquotes with no command in between. 724 given a pair of backquotes with no command in between.
725 also, don't accept semicolon in for loop without 'in' 725 also, don't accept semicolon in for loop without 'in'
726 keyword, and handle TEOF like TNL in command parsing. (cgd) 726 keyword, and handle TEOF like TNL in command parsing. (cgd)
727 allow for exporting whole directory trees with -alldir in /etc/exports, 727 allow for exporting whole directory trees with -alldir in /etc/exports,
728 changes from Richard A Macklem <rmacklem@uoguelph.ca>> (ws) 728 changes from Richard A Macklem <rmacklem@uoguelph.ca>> (ws)
729 first fixes for the short/int mismatch in the system calls. (phil) 729 first fixes for the short/int mismatch in the system calls. (phil)
730 pc532: imported the src/sys/arch/pc532 tree. (phil) 730 pc532: imported the src/sys/arch/pc532 tree. (phil)
731 pc532: added a number of necessary #ifdef pc532 cases (deraadt) 731 pc532: added a number of necessary #ifdef pc532 cases (deraadt)
732 yp: fixed bug in ypbind that caused it to not keep the binding file 732 yp: fixed bug in ypbind that caused it to not keep the binding file
733 up-to-date (deraadt) 733 up-to-date (deraadt)
734 pc532: fixed arch/pc532/include/param.h (phil) 734 pc532: fixed arch/pc532/include/param.h (phil)
735 fixed up vm_object_print and vm_map_print so that they work as 735 fixed up vm_object_print and vm_map_print so that they work as
736 DIAGNOSTIC and DDB. (brezak) 736 DIAGNOSTIC and DDB. (brezak)
737 added MACHINE_NONCONTIG to *standard* configs. (brezak) 737 added MACHINE_NONCONTIG to *standard* configs. (brezak)
738 i386: changes to config and sys/arch/i386/conf/Makefile.i386 to default 738 i386: changes to config and sys/arch/i386/conf/Makefile.i386 to default
739 kernel load address at 1M. Use "at 0xfe000000" in config 739 kernel load address at 1M. Use "at 0xfe000000" in config
740 to load kernel low. (brezak) 740 to load kernel low. (brezak)
741 eliminte syscframes, they are now the same as trap frames. (brezak) 741 eliminte syscframes, they are now the same as trap frames. (brezak)
742 aculog owned by uucp.dialer after log rotation, not root.wheel. 742 aculog owned by uucp.dialer after log rotation, not root.wheel.
743 bug reported by Greg Tanaka <glt@cco.caltech.edu> (cgd) 743 bug reported by Greg Tanaka <glt@cco.caltech.edu> (cgd)
744 fix to the 'size' primary; -size <n>c didn't work. from 744 fix to the 'size' primary; -size <n>c didn't work. from
745 Thomas Eberhardt <thomas@mathematik.uni-Bremen.de> (cgd) 745 Thomas Eberhardt <thomas@mathematik.uni-Bremen.de> (cgd)
746 fix for "touch -t CCYYMMDDhhmm[.SS]". the CC part didn't work. from 746 fix for "touch -t CCYYMMDDhhmm[.SS]". the CC part didn't work. from
747 Thomas Eberhardt <thomas@mathematik.uni-Bremen.de> (cgd) 747 Thomas Eberhardt <thomas@mathematik.uni-Bremen.de> (cgd)
748 upgraded diff, diff3, and sdiff to version 2.4. (jtc) 748 upgraded diff, diff3, and sdiff to version 2.4. (jtc)
749 pc532: imported the src/lib/csu/pc532 and src/lib/libc/pc532 trees. 749 pc532: imported the src/lib/csu/pc532 and src/lib/libc/pc532 trees.
750 (phil) 750 (phil)
751 added timezone rules for Moscow, Russia, as provided by 751 added timezone rules for Moscow, Russia, as provided by
752 Andrew A. Chernov <ache@astral.msk.su> (cgd) 752 Andrew A. Chernov <ache@astral.msk.su> (cgd)
753 added fix from Theo for ypset. This should fix ypset through 753 added fix from Theo for ypset. This should fix ypset through
754 GW's. (brezak) 754 GW's. (brezak)
755 i386: changes to support running of Windows executable via Wine. 755 i386: changes to support running of Windows executable via Wine.
756 Changes to the kernel activated with "USER_LDT" option. New 756 Changes to the kernel activated with "USER_LDT" option. New
757 syscalls are in new architecure specific library - 757 syscalls are in new architecure specific library -
758 libarch/libi386. (brezak) 758 libarch/libi386. (brezak)
759 i386: add clearing of direction flag back to i386 bcopy and memmove. 759 i386: add clearing of direction flag back to i386 bcopy and memmove.
760 The previous change to remove it was too aggresive and broke 760 The previous change to remove it was too aggresive and broke
761 things like the Xserver. (brezak) 761 things like the Xserver. (brezak)
762 libc: fixed isascii(3) man page (cgd) 762 libc: fixed isascii(3) man page (cgd)
763 made biodone() work properly, from spec in daemon book and 763 made biodone() work properly, from spec in daemon book and
764 from what the various other parts of the system expect (cgd) 764 from what the various other parts of the system expect (cgd)
765 fix resettodr() to be able to reset rtc even if its time is 765 fix resettodr() to be able to reset rtc even if its time is
766 invalid. (brezak) 766 invalid. (brezak)
767 cron(8): fix crond so that it only stat()s the first 'word' of the 767 cron(8): fix crond so that it only stat()s the first 'word' of the
768 command for root's crontab (cgd) 768 command for root's crontab (cgd)
769 incorporate GNU malloc into the src/gnu source tree (cgd) 769 incorporate GNU malloc into the src/gnu source tree (cgd)
770 convert all GNU utilities to use GNU malloc (cgd) 770 convert all GNU utilities to use GNU malloc (cgd)
771 added keyboard typematic rate support to pccons and split off ioctl 771 added keyboard typematic rate support to pccons and split off ioctl
772 definitions to <sys/machine/pccons.h> (andrew) 772 definitions to <sys/machine/pccons.h> (andrew)
773 i386: macros added to support PIC code generation lib/libc/i386/SYS.h 773 i386: macros added to support PIC code generation lib/libc/i386/SYS.h
774 in library assembler stubs. Changed a number of these stubs in 774 in library assembler stubs. Changed a number of these stubs in
775 files in lib/libc/i386/{sys,gen} that touch global data. (pk) 775 files in lib/libc/i386/{sys,gen} that touch global data. (pk)
776 buffer allocation is now static at startup, rather than allocated 776 buffer allocation is now static at startup, rather than allocated
777 (via various means) by vfs_bio. (cgd) 777 (via various means) by vfs_bio. (cgd)
778 upgraded diff, diff3, and sdiff to version 2.5. (jtc) 778 upgraded diff, diff3, and sdiff to version 2.5. (jtc)
779 patch from Christoph Badura <bad@flatlin.ka.sub.org> to fix 779 patch from Christoph Badura <bad@flatlin.ka.sub.org> to fix
780 credential use by read-ahead blocks. (cgd) 780 credential use by read-ahead blocks. (cgd)
781 put gamma.c into libm, at the prompting of 781 put gamma.c into libm, at the prompting of
782 Eliot Dresselhaus <dresselh@rft47.nas.nasa.gov> (cgd) 782 Eliot Dresselhaus <dresselh@rft47.nas.nasa.gov> (cgd)
783 i386, sparc: update of gas to version 1.92.3 to support PIC code (i386 783 i386, sparc: update of gas to version 1.92.3 to support PIC code (i386
784 and sparc ports only, as of this moment) (pk) 784 and sparc ports only, as of this moment) (pk)
785 <a.out.h>: support for PIC relocation records in (pk) 785 <a.out.h>: support for PIC relocation records in (pk)
786 <sys/exec.h>: defined EX_DYNAMIC flag (pk) 786 <sys/exec.h>: defined EX_DYNAMIC flag (pk)
787 gcc(1): configured gcc to generate mode complete link commands, output 787 gcc(1): configured gcc to generate mode complete link commands, output
788 .size directives and generate a libgcc_pic.a archive (pk) 788 .size directives and generate a libgcc_pic.a archive (pk)
789 update Australia's zoneinfo file with new data 789 update Australia's zoneinfo file with new data
790 from Mark Davies <mark@comp.vuw.ac.nz> (cgd) 790 from Mark Davies <mark@comp.vuw.ac.nz> (cgd)
791 nfsd now reports fatal errors with syslog(), rather than err() 791 nfsd now reports fatal errors with syslog(), rather than err()
792 per Vernon Schryver <vjs@calcite.rhyolite.com> (cgd) 792 per Vernon Schryver <vjs@calcite.rhyolite.com> (cgd)
793 added a cyclades cyclom-8y (and 4/16y) multiport async serial 793 added a cyclades cyclom-8y (and 4/16y) multiport async serial
794 driver. (andrew) 794 driver. (andrew)
795 fixed vfs_bio so that it dynamically moves pages between buffers (cgd) 795 fixed vfs_bio so that it dynamically moves pages between buffers (cgd)
796 don't try to display the resident text size with "ps -v". Fix 796 don't try to display the resident text size with "ps -v". Fix
797 from Thomas Eberhardt <thomas@mathematik.uni-Bremen.de> (cgd) 797 from Thomas Eberhardt <thomas@mathematik.uni-Bremen.de> (cgd)
798 libc: move architecture-specific directories in libc into an 'arch' 798 libc: move architecture-specific directories in libc into an 'arch'
799 subdir, in the same way that they're under 'arch' in the kernel 799 subdir, in the same way that they're under 'arch' in the kernel
800 (cgd) 800 (cgd)
801 libc: move rpc library code into libc; it was being included in libc 801 libc: move rpc library code into libc; it was being included in libc
802 via makefile trickery, and there was no good reason to keep 802 via makefile trickery, and there was no good reason to keep
803 it out of the libc source tree proper (cgd) 803 it out of the libc source tree proper (cgd)
804 Rand48 routines from Martin Birgmeier <martin@ntkupc1.tuwien.ac.at>. 804 Rand48 routines from Martin Birgmeier <martin@ntkupc1.tuwien.ac.at>.
805 Sorry no man pages for this from the author. (brezak) 805 Sorry no man pages for this from the author. (brezak)
806 finger fixes and enhancements from Luke Mewburn. (brezak) 806 finger fixes and enhancements from Luke Mewburn. (brezak)
807 moved sources for rpc protocol definitions into src/lib/librpcsvc, 807 moved sources for rpc protocol definitions into src/lib/librpcsvc,
808 and set it up so that include/rpcsvc is made from there (cgd) 808 and set it up so that include/rpcsvc is made from there (cgd)
809 inetd(8): several extensions: group id specification, per service 809 inetd(8): several extensions: group id specification, per service
810 maximum invocation rate, a `/var/run/inetd.pid', 810 maximum invocation rate, a `/var/run/inetd.pid',
811 AF_UNIX family support, several minor bug fixes. (pk) 811 AF_UNIX family support, several minor bug fixes. (pk)
812 substantially modified ld in an effort to support shared libraries, 812 substantially modified ld in an effort to support shared libraries,
813 including a run-time linker ld.so (in subdir rtld). (pk) 813 including a run-time linker ld.so (in subdir rtld). (pk)
814 i386, sparc: added src/lib/csu/sparc + contents, modified crt0 814 i386, sparc: added src/lib/csu/sparc + contents, modified crt0
815 (sparc+i386) to support dynamic linking. (pk) 815 (sparc+i386) to support dynamic linking. (pk)
816 fix pow() to handle x == 0 and x == infinity (cgd) 816 fix pow() to handle x == 0 and x == infinity (cgd)
817 tossed old accounting routines in favor of better ones by 817 tossed old accounting routines in favor of better ones by
818 Mark Tinguely <tinguely@plains.NoDak.edu> (cgd) 818 Mark Tinguely <tinguely@plains.NoDak.edu> (cgd)
819 db: upgraded db library routines to version 1.72, 819 db: upgraded db library routines to version 1.72,
820 from ftp.cs.berkeley.edu (cgd) 820 from ftp.cs.berkeley.edu (cgd)
821 fix from Andrew Moore <alm@netcom.com> to correct test's handling of 821 fix from Andrew Moore <alm@netcom.com> to correct test's handling of
822 (non-negated) "-a" and "-o". (cgd) 822 (non-negated) "-a" and "-o". (cgd)
823 execve(2): exec fixed to return EACCES if trying to exec a program on 823 execve(2): exec fixed to return EACCES if trying to exec a program on
824 a file system mounted MNT_NOEXEC. (cgd) 824 a file system mounted MNT_NOEXEC. (cgd)
825 execve(2): update execve man page to note EACCES return if trying to 825 execve(2): update execve man page to note EACCES return if trying to
826 exec a program on a file system mounted MNT_NOEXEC, and fix a 826 exec a program on a file system mounted MNT_NOEXEC, and fix a
827 typo, with diffs. fixes from Garrett Wollman 827 typo, with diffs. fixes from Garrett Wollman
828 <wollman@emba.uvm.edu>. (cgd) 828 <wollman@emba.uvm.edu>. (cgd)
829 fstat(1): fixed multiple off-by-one bugs in fstat which caused open file 829 fstat(1): fixed multiple off-by-one bugs in fstat which caused open file
830 printing to not print the last open file. patch 830 printing to not print the last open file. patch
831 from David Greenman <davidg@implode.rain.com>. (cgd) 831 from David Greenman <davidg@implode.rain.com>. (cgd)
832 cleanup dup'ed defines for GDT/LDT entries in machdep.c/sys_machdep.c. 832 cleanup dup'ed defines for GDT/LDT entries in machdep.c/sys_machdep.c.
833 call resettodr() in boot() like other ports. (brezak) 833 call resettodr() in boot() like other ports. (brezak)
834 return EINVAL if trying to send negative amounts of data, 834 return EINVAL if trying to send negative amounts of data,
835 and a couple of minor TCP bugs. (from bsdi-users) (cgd) 835 and a couple of minor TCP bugs. (from bsdi-users) (cgd)
836 fix panic that can occur when two renames are moving the same source 836 fix panic that can occur when two renames are moving the same source
837 at the same time, and check that the rootfs pointer is 837 at the same time, and check that the rootfs pointer is
838 non-null before using it in sync(). (from bsdi-users) (cgd) 838 non-null before using it in sync(). (from bsdi-users) (cgd)
839 units(1): add a free 'units' command, written by Adrian Mariano 839 units(1): add a free 'units' command, written by Adrian Mariano
840 (<adrian@cam.cornell.edu> or <mariano@geom.umn.edu>) (cgd) 840 (<adrian@cam.cornell.edu> or <mariano@geom.umn.edu>) (cgd)
841 i386: apply fix in i386/isa/spkr.c for PIT_MODE from Keith White 841 i386: apply fix in i386/isa/spkr.c for PIT_MODE from Keith White
842 <kwhite@csi.UOttawa.CA>. (brezak) 842 <kwhite@csi.UOttawa.CA>. (brezak)
843 ISOFS: better handling of empty files (fix the symlink bug). 843 ISOFS: better handling of empty files (fix the symlink bug).
844 Let filenames alone, if mounted with -gen. 844 Let filenames alone, if mounted with -gen.
845 Change filename of associated files to start with `=' 845 Change filename of associated files to start with `='
846 and not end in `@'. (ws) 846 and not end in `@'. (ws)
847 m4(1): m4 upgraded to Ozan Yigit's latest and greatest version. (glass) 847 m4(1): m4 upgraded to Ozan Yigit's latest and greatest version. (glass)
848 Fixes bug that broke > 8.3 sendmail config files 848 Fixes bug that broke > 8.3 sendmail config files
849 sendmail(8): sendmail upgraded from version 8.3 to 8.6.3 (glass) 849 sendmail(8): sendmail upgraded from version 8.3 to 8.6.3 (glass)
850 See sendmail/RELEASE_NOTES for a detailed list of changes. 850 See sendmail/RELEASE_NOTES for a detailed list of changes.
851 tablet line discipline ported to net/2 tty system. (glass) 851 tablet line discipline ported to net/2 tty system. (glass)
852 cksum(1): Update to the latest sources on uunet. (cgd) 852 cksum(1): Update to the latest sources on uunet. (cgd)
853 mtree(8): Update to the latest sources on uunet. (cgd) 853 mtree(8): Update to the latest sources on uunet. (cgd)
854 added a64l(), l64a(), lfind(), lsearch(), <search.h>, etc. (jtc) 854 added a64l(), l64a(), lfind(), lsearch(), <search.h>, etc. (jtc)
855 rm(1): changed to be 1003.2-1992 compliant. (jtc) 855 rm(1): changed to be 1003.2-1992 compliant. (jtc)
856 find(1): added -print0 option. (jtc) 856 find(1): added -print0 option. (jtc)
857 gas(1): changed write.h to compile with PIC not defined (phil) 857 gas(1): changed write.h to compile with PIC not defined (phil)
858 gas(1), ns32k: added patch to config/tc-ns32k.c to make 858 gas(1), ns32k: added patch to config/tc-ns32k.c to make
859 "movd x(pc),y(pc)" work correctly. (phil) 859 "movd x(pc),y(pc)" work correctly. (phil)
860 file(1): updated to do sign-extension correctly for signed comparisons, 860 file(1): updated to do sign-extension correctly for signed comparisons,
861 and also allow explicitly unsigned comparisons (by prepending 861 and also allow explicitly unsigned comparisons (by prepending
862 `u' to the type). (mycroft) 862 `u' to the type). (mycroft)
863 chown(8), chgrp(1): moved into usr (where they were in net/2) (cgd) 863 chown(8), chgrp(1): moved into usr (where they were in net/2) (cgd)
864 broke link from 'acctoff' to accton; the former is no longer used (cgd) 864 broke link from 'acctoff' to accton; the former is no longer used (cgd)
865 fixed elvis so it returns exit code 0 if file unmodified (cgd) 865 fixed elvis so it returns exit code 0 if file unmodified (cgd)
866 updated timezone files with new revisions supplied by 866 updated timezone files with new revisions supplied by
867 Arthur David Olson <ado@elsie.nci.nih.gov> (cgd) 867 Arthur David Olson <ado@elsie.nci.nih.gov> (cgd)
868 timed(8): Update to the latest version, as supplied and ported 868 timed(8): Update to the latest version, as supplied and ported
869 by <Vernon Schryver> vjs@calcite.rhyolite.com. (cgd) 869 by <Vernon Schryver> vjs@calcite.rhyolite.com. (cgd)
870 sup(1): updated README.sup to reflect changes to collections. (brezak) 870 sup(1): updated README.sup to reflect changes to collections. (brezak)
871 incorporate new dev pager from Mike Hibler <hibler@cs.utah.edu> (cgd) 871 incorporate new dev pager from Mike Hibler <hibler@cs.utah.edu> (cgd)
872 sed(1): altered to exit when the n)ext command reaches EOF. (andrew) 872 sed(1): altered to exit when the n)ext command reaches EOF. (andrew)
873 changed printf(3), et. al. to be ANSI compliant. (jtc) 873 changed printf(3), et. al. to be ANSI compliant. (jtc)
874 printf(1): changed to be 1003.2-1992 compliant. (jtc) 874 printf(1): changed to be 1003.2-1992 compliant. (jtc)
875 add Mitsumi (non-SCSI) CD-ROM driver, written by Holger Veit 875 add Mitsumi (non-SCSI) CD-ROM driver, written by Holger Veit
876 and Brian Moore (cgd) 876 and Brian Moore (cgd)
877 bcd(6): fixed bad bcd(6) punch codes Dyane Bruce 877 bcd(6): fixed bad bcd(6) punch codes Dyane Bruce
878 <db@diana.ocunix.on.ca>. (jtc) 878 <db@diana.ocunix.on.ca>. (jtc)
879 sendmail(8): sendmail upgraded from version 8.6.3 to 8.6.4 (glass) 879 sendmail(8): sendmail upgraded from version 8.6.3 to 8.6.4 (glass)
880 See sendmail/RELEASE_NOTES for a detailed list of changes. 880 See sendmail/RELEASE_NOTES for a detailed list of changes.
881 fix from David Greenman <davidg@freefall.cdrom.com> to improve 881 fix from David Greenman <davidg@freefall.cdrom.com> to improve
882 socket performance by keeping sosend from attempting to 882 socket performance by keeping sosend from attempting to
883 reserve space in an mbuf cluster for datagram headers. 883 reserve space in an mbuf cluster for datagram headers.
884 It was unnecessary because the mbuf allocation routines 884 It was unnecessary because the mbuf allocation routines
885 do the right then when prepending to mbuf clusters. (cgd) 885 do the right then when prepending to mbuf clusters. (cgd)
886 fix from David Greenman <davidg@freefall.cdrom.com> to keep 886 fix from David Greenman <davidg@freefall.cdrom.com> to keep
887 large amounts of unidirectional UDP traffic from filling 887 large amounts of unidirectional UDP traffic from filling
888 up interface output queues with fragments. (cgd) 888 up interface output queues with fragments. (cgd)
889 i386: fix bogus uses of splnone() in the i386 port. (cgd) 889 i386: fix bogus uses of splnone() in the i386 port. (cgd)
890 err(3), fnmatch(3), glob(3), fts(3): update err(3), fnmatch(3), 890 err(3), fnmatch(3), glob(3), fts(3): update err(3), fnmatch(3),
891 glob(3), and fts(3) from uunet. (cgd) 891 glob(3), and fts(3) from uunet. (cgd)
892 define BSDSRCDIR and BSDOBJDIR to have make think of the src and obj 892 define BSDSRCDIR and BSDOBJDIR to have make think of the src and obj
893 trees as being rooted someplace other than /usr/src and 893 trees as being rooted someplace other than /usr/src and
894 /usr/obj. (cgd) 894 /usr/obj. (cgd)
895 update /etc/services and /etc/protocols with more (official) data 895 update /etc/services and /etc/protocols with more (official) data
896 Garrett Wollman <wollman@freefall.cdrom.com> did the 896 Garrett Wollman <wollman@freefall.cdrom.com> did the
897 leg-work (cgd) 897 leg-work (cgd)
898 update /etc/namedb/root.cache with current data. Garrett Wollman 898 update /etc/namedb/root.cache with current data. Garrett Wollman
899 <wollman@freefall.cdrom.com> did the leg-work. (cgd) 899 <wollman@freefall.cdrom.com> did the leg-work. (cgd)
900 clean up /etc/rc and /etc/netstart, add entry in netstart for 900 clean up /etc/rc and /etc/netstart, add entry in netstart for
901 sysads to define flags passed to sendmail and possibly 901 sysads to define flags passed to sendmail and possibly
902 turn it off (cgd) 902 turn it off (cgd)
903 sendmail(8): disable sendmail by default in future distributions; bad 903 sendmail(8): disable sendmail by default in future distributions; bad
904 things could happen if config files aren't properly customized 904 things could happen if config files aren't properly customized
905 (cgd) 905 (cgd)
906 compat/sunos: some sunos compatibility code in struct sigacts (deraadt) 906 compat/sunos: some sunos compatibility code in struct sigacts (deraadt)
907 pmax: add pmax architecture support to config program, done by 907 pmax: add pmax architecture support to config program, done by
908 rick &/| ralph (deraadt) 908 rick &/| ralph (deraadt)
909 move __LDPGSZ from sys/exec.h to machine/exec.h, because there's 909 move __LDPGSZ from sys/exec.h to machine/exec.h, because there's
910 too many "#ifdef ${ARCH}" things in there. (deraadt) 910 too many "#ifdef ${ARCH}" things in there. (deraadt)
911 set up make templates so that the contents of the LDSTATIC variable 911 set up make templates so that the contents of the LDSTATIC variable
912 control static linking (cgd) 912 control static linking (cgd)
913 use ./yearistype.sh rather than yearistype.sh when making 913 use ./yearistype.sh rather than yearistype.sh when making
914 /usr/share/zoneinfo (cgd) 914 /usr/share/zoneinfo (cgd)
915 mount(2): fix mount(2) man page to use the right names for mount flags 915 mount(2): fix mount(2) man page to use the right names for mount flags
916 (cgd) 916 (cgd)
917 csh(1): make csh be rational w.r.t. forground process groups (cgd) 917 csh(1): make csh be rational w.r.t. forground process groups (cgd)
918 link(5): add link(5) manual page, update of a.out(5) (pk) 918 link(5): add link(5) manual page, update of a.out(5) (pk)
919 curses(3): update curses(3) with latest version from CSRG (cgd) 919 curses(3): update curses(3) with latest version from CSRG (cgd)
920 more(1): update more(1) with the latest version for uunet 920 more(1): update more(1) with the latest version for uunet
921 and added regex(3) support (alm) 921 and added regex(3) support (alm)
922 pppd(8): update to version 2.0, fixes to chat (paulus) 922 pppd(8): update to version 2.0, fixes to chat (paulus)
923 'T_LINEP' member of 'struct tty' is now 't_sc' which is how it is 923 'T_LINEP' member of 'struct tty' is now 't_sc' which is how it is
924 being used currently. (glass) 924 being used currently. (glass)
925 pppd(8): add RCS IDs, minor enhancements (default local address to 925 pppd(8): add RCS IDs, minor enhancements (default local address to
926 first IP address of host), bugfix (paulus) 926 first IP address of host), bugfix (paulus)
927 lpr(1), lpd(8): fix some uninitialized variables in lpr and lpd (cgd) 927 lpr(1), lpd(8): fix some uninitialized variables in lpr and lpd (cgd)
928 crontab(1): do the right thing with EDITOR and PATH. reported 928 crontab(1): do the right thing with EDITOR and PATH. reported
929 (with fix) by Roland McGrath <roland@frob.com> (cgd) 929 (with fix) by Roland McGrath <roland@frob.com> (cgd)
930 rup(1), rusers(1): make prettier (deraadt) 930 rup(1), rusers(1): make prettier (deraadt)
931 vmstat(8): add some useful memory summing stuff to vmstat 931 vmstat(8): add some useful memory summing stuff to vmstat
932 (cgd & deraadt) 932 (cgd & deraadt)
933 libc: replace -lgnuregex and the regexp(3) functions in libc with Henry 933 libc: replace -lgnuregex and the regexp(3) functions in libc with Henry
934 Spencer's new POSIX.2 compliant regex(3) functions. (jtc) 934 Spencer's new POSIX.2 compliant regex(3) functions. (jtc)
935 upgraded diff, diff3, and sdiff to version 2.6. (jtc) 935 upgraded diff, diff3, and sdiff to version 2.6. (jtc)
936 moved fifo.h and specdev.h to /sys/miscfs, along with the various 936 moved fifo.h and specdev.h to /sys/miscfs, along with the various
937 file system ops they defined. (cgd) 937 file system ops they defined. (cgd)
938 add regex(3) support to elvis (alm) 938 add regex(3) support to elvis (alm)
939 ed(1): fixed line addressing to be consistent with SunOS ed (alm) 939 ed(1): fixed line addressing to be consistent with SunOS ed (alm)
940 i386: change bootcode to not skip the 256 bytes of BIOS variables 940 i386: change bootcode to not skip the 256 bytes of BIOS variables
941 if load address isn't 0 (ws) 941 if load address isn't 0 (ws)
942 stdio: more fixes from from torek with help from cgd. (cgd) 942 stdio: more fixes from from torek with help from cgd. (cgd)
943 termcap(3): Fix man page to have the correct definition of 943 termcap(3): Fix man page to have the correct definition of
944 tgetstr(). fix supplied by 944 tgetstr(). fix supplied by
945 gordon@sneaky.lonestar.org (Gordon Burditt). (cgd) 945 gordon@sneaky.lonestar.org (Gordon Burditt). (cgd)
946 Add the System V message queue and semaphore facilities. Implemented 946 Add the System V message queue and semaphore facilities. Implemented
947 by Daniel Boulet <danny@BouletFermat.ab.ca>. (cgd) 947 by Daniel Boulet <danny@BouletFermat.ab.ca>. (cgd)
948 Add an initial implementation of the POSIX 1003.4a Draft 7 thread 948 Add an initial implementation of the POSIX 1003.4a Draft 7 thread
949 standard. (proven) 949 standard. (proven)
950 join(1): fixes to join to fix a seg fault and a mixed up buffer, from 950 join(1): fixes to join to fix a seg fault and a mixed up buffer, from
951 Dave Matthews <dave@prlng.co.uk>, modded by cgd. (cgd) 951 Dave Matthews <dave@prlng.co.uk>, modded by cgd. (cgd)
952 strings(1): Add -t (radix) flag to strings to conform to POSIX.2. (jtc) 952 strings(1): Add -t (radix) flag to strings to conform to POSIX.2. (jtc)
953 changes for othersrc/mh-6.8 to use a libmh.so. Also fix vmh for 953 changes for othersrc/mh-6.8 to use a libmh.so. Also fix vmh for
954 new curses. (brezak) 954 new curses. (brezak)
955 slstats(8): add usr.sbin/slstats command from CSLIP-2.6 distr. (brezak) 955 slstats(8): add usr.sbin/slstats command from CSLIP-2.6 distr. (brezak)
956 quiz(6): fix uninitialized variable bug that caused quiz to dump core. 956 quiz(6): fix uninitialized variable bug that caused quiz to dump core.
957 from Szabolcs Szigeti <pink@bagira.fsz.bme.hu> (cgd) 957 from Szabolcs Szigeti <pink@bagira.fsz.bme.hu> (cgd)
958 change fnmatch(3) and getopt(3) to be POSIX.2 compliant. (jtc) 958 change fnmatch(3) and getopt(3) to be POSIX.2 compliant. (jtc)
959 add POSIX.2's confstr(3). (jtc) 959 add POSIX.2's confstr(3). (jtc)
960 do the right thing when lookup()-ing for creation. (cgd) 960 do the right thing when lookup()-ing for creation. (cgd)
961 change libg++ to not install "compatibility" header files --- 961 change libg++ to not install "compatibility" header files ---
962 our header files are already C++ compatible. (jtc) 962 our header files are already C++ compatible. (jtc)
963 add -m and -n options to swapinfo. (cgd) 963 add -m and -n options to swapinfo. (cgd)
964 patch from Ukai Fumitoshi <ukai@kmc.kyoto-u.ac.jp> to do the 964 patch from Ukai Fumitoshi <ukai@kmc.kyoto-u.ac.jp> to do the
965 right thing with NFS fsid's and getnewfsid(). (cgd) 965 right thing with NFS fsid's and getnewfsid(). (cgd)
966 size(1), strip(1): patches from Thomas Eberhardt to make size(1) and 966 size(1), strip(1): patches from Thomas Eberhardt to make size(1) and
967 strip(1) more robust, and to strip trailing zeroes in the data 967 strip(1) more robust, and to strip trailing zeroes in the data
968 segment of an executable. Further modifications to strip(1) by 968 segment of an executable. Further modifications to strip(1) by
969 me. (mycroft) 969 me. (mycroft)
970 fix function prototypes in shm.h to comply with the SVID. (brezak) 970 fix function prototypes in shm.h to comply with the SVID. (brezak)
971 use fread(), not read(), pending Vern Paxson's decision of what 971 use fread(), not read(), pending Vern Paxson's decision of what
972 to do in the next version of flex. (cgd) 972 to do in the next version of flex. (cgd)
973 printf(1): merged with latest version from uunet. (jtc) 973 printf(1): merged with latest version from uunet. (jtc)
974 gas(1): changes to handle the `.type' directive and symbolic 974 gas(1): changes to handle the `.type' directive and symbolic
975 expressions in `.size' directives (pk) 975 expressions in `.size' directives (pk)
976 remove rusers version 1 interface support (/etc/inetd.conf). Redo 976 remove rusers version 1 interface support (/etc/inetd.conf). Redo
977 version2 interface to use hand-crafted xdr routines to make 977 version2 interface to use hand-crafted xdr routines to make
978 it interoperable with Sun's. Rpcgen cannot generate this. Also 978 it interoperable with Sun's. Rpcgen cannot generate this. Also
979 add support for the version 3 interface in the rpc.rusersd 979 add support for the version 3 interface in the rpc.rusersd
980 daemon. Add rusers.x (version 3 only) to librpcsvc. (brezak) 980 daemon. Add rusers.x (version 3 only) to librpcsvc. (brezak)
981 m68k: shared-library support for the m68k architecture in gcc2, gas and 981 m68k: shared-library support for the m68k architecture in gcc2, gas and
982 ld; create m68k/ directories for this stuff rather than having 982 ld; create m68k/ directories for this stuff rather than having
983 separate directories for each m68k-based machine (paulus) 983 separate directories for each m68k-based machine (paulus)
984 isofs: bug fixes - 984 isofs: bug fixes -
985 memory corruption on RR-CD with name longer than 255 chars 985 memory corruption on RR-CD with name longer than 255 chars
986 fix handling of associated files' names on RR-CDs 986 fix handling of associated files' names on RR-CDs
987 incomplete directory on nfs-mounted CD 987 incomplete directory on nfs-mounted CD
988 hack to make find work on non-RR-CD 988 hack to make find work on non-RR-CD
989 the last two reported by mycroft (ws) 989 the last two reported by mycroft (ws)
990 m68k: shared-library support for m68k machines in src/lib/csu/m68k and 990 m68k: shared-library support for m68k machines in src/lib/csu/m68k and
991 src/lib/libc/arch/m68k (paulus) 991 src/lib/libc/arch/m68k (paulus)
992 pppd(8): fixes to ppp stuff - pppstats.c uses <paths.h>; enhance pppd 992 pppd(8): fixes to ppp stuff - pppstats.c uses <paths.h>; enhance pppd
993 security (paulus) 993 security (paulus)
994 sendmail(8): don't start sendmail if there's no /etc/sendmail.cf (cgd) 994 sendmail(8): don't start sendmail if there's no /etc/sendmail.cf (cgd)
995 rcs(1): deal properly with EINVAL when fsync()'ing a pipe (cgd) 995 rcs(1): deal properly with EINVAL when fsync()'ing a pipe (cgd)
996 tsort(1): shouldn't be so thorough when finding nodes in a cycle. 996 tsort(1): shouldn't be so thorough when finding nodes in a cycle.
997 fix provided by Jarle.F.Greipsland@idt.unit.no. (cgd) 997 fix provided by Jarle.F.Greipsland@idt.unit.no. (cgd)
998 more fixes to MS-DOS filesystem code, from Jeff Polk. (cgd) 998 more fixes to MS-DOS filesystem code, from Jeff Polk. (cgd)
999 fix uninitialized variable in ptrace() system call, 999 fix uninitialized variable in ptrace() system call,
1000 from Andy Heffernan <ahh@netcom.com>. (cgd) 1000 from Andy Heffernan <ahh@netcom.com>. (cgd)
@@ -11521,1135 +11521,1135 @@ Changes from NetBSD 6.0 to NetBSD 7.0: @@ -11521,1135 +11521,1135 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
11521 acafh(4): Added driver for Individual Computers ACA500. Enjoy NetBSD 11521 acafh(4): Added driver for Individual Computers ACA500. Enjoy NetBSD
11522 on an Amiga 500. [rkujawa 20131222]  11522 on an Amiga 500. [rkujawa 20131222]
11523 libc: Update to tzcode2013i. [christos 20131226] 11523 libc: Update to tzcode2013i. [christos 20131226]
11524 zoneinfo: Import tzdata2013i. [apb 20131226] 11524 zoneinfo: Import tzdata2013i. [apb 20131226]
11525 acpi(4): Updated ACPICA to 20131218. [christos 20131227] 11525 acpi(4): Updated ACPICA to 20131218. [christos 20131227]
11526 openpam(3): Import 20130907 (Nummularia). [christos 20131227] 11526 openpam(3): Import 20130907 (Nummularia). [christos 20131227]
11527 ntp: Import ntp 4.2.7p404. [christos 20131227] 11527 ntp: Import ntp 4.2.7p404. [christos 20131227]
11528 luna68k: Add preleminary support of 4bpp framebuffer. 11528 luna68k: Add preleminary support of 4bpp framebuffer.
11529 [tsutsui 20131227] 11529 [tsutsui 20131227]
11530 wm(4): Add support for I354 (C2000 Internal) Ethernet 11530 wm(4): Add support for I354 (C2000 Internal) Ethernet
11531 [msaitoh 20131230] 11531 [msaitoh 20131230]
11532 tcpdump(8): Import 4.5.1. [christos 20131231] 11532 tcpdump(8): Import 4.5.1. [christos 20131231]
11533 libpcap: Import 1.5.2. [christos 20131231] 11533 libpcap: Import 1.5.2. [christos 20131231]
11534 bind: Update to 9.9.5b1. [christos 20131231] 11534 bind: Update to 9.9.5b1. [christos 20131231]
11535 wpa: Import wpa_supplicant and hostapd 2.0. [christos 20140102] 11535 wpa: Import wpa_supplicant and hostapd 2.0. [christos 20140102]
11536 dhcpcd(8): Import dhcpcd-6.2.0. [roy 20140103] 11536 dhcpcd(8): Import dhcpcd-6.2.0. [roy 20140103]
11537 luna68k: Make bootloader to detect booted device on ROM monitor's 11537 luna68k: Make bootloader to detect booted device on ROM monitor's
11538 load command and set proper default boot device. 11538 load command and set proper default boot device.
11539 [tsutsui 20140105] 11539 [tsutsui 20140105]
11540 luna68k: Reorganize bootloader device configuration. I.e. use 11540 luna68k: Reorganize bootloader device configuration. I.e. use
11541 (controller * 10 + id) for sd unit number, rather than 11541 (controller * 10 + id) for sd unit number, rather than
11542 static numbers against probed disks at ID 5 and 6. 11542 static numbers against probed disks at ID 5 and 6.
11543 [tsutsui 20140110] 11543 [tsutsui 20140110]
11544 luna68k: Add support to pass boothowto and boot device info from 11544 luna68k: Add support to pass boothowto and boot device info from
11545 bootloader to kernel. [tsutsui 20140111] 11545 bootloader to kernel. [tsutsui 20140111]
11546 OpenSSL: Imported 1.0.1f. [christos 20140111] 11546 OpenSSL: Imported 1.0.1f. [christos 20140111]
11547 postfix(1): Import version 2.10.3. [tron 20140118] 11547 postfix(1): Import version 2.10.3. [tron 20140118]
11548 igmafb(4): Added framebuffer driver for Intel Graphics 11548 igmafb(4): Added framebuffer driver for Intel Graphics
11549 [mlelstv 20140121] 11549 [mlelstv 20140121]
11550 vndcompress(1): Add support for constant memory, so 32-bit systems 11550 vndcompress(1): Add support for constant memory, so 32-bit systems
11551 should in theory now be able to compress or uncompress 11551 should in theory now be able to compress or uncompress
11552 multi-terabyte disks. [riastradh 20140122] 11552 multi-terabyte disks. [riastradh 20140122]
11553 ohci(4): Support the National Semiconductor PC87560 as found in 11553 ohci(4): Support the National Semiconductor PC87560 as found in
11554 many hppa machines. [skrll 20140128] 11554 many hppa machines. [skrll 20140128]
11555 ews4800mips: Switch to X11FLAVOUR=Xorg. Untested. [tsutsui 20140131] 11555 ews4800mips: Switch to X11FLAVOUR=Xorg. Untested. [tsutsui 20140131]
11556 newsmips: Switch to X11FLAVOUR=Xorg. Untested. [tsutsui 20140131] 11556 newsmips: Switch to X11FLAVOUR=Xorg. Untested. [tsutsui 20140131]
11557 npf: Added support for CDB based tables. [rmind 20140206] 11557 npf: Added support for CDB based tables. [rmind 20140206]
11558 npf: Added support for static (stateless) NAT. [rmind 20140207] 11558 npf: Added support for static (stateless) NAT. [rmind 20140207]
11559 atf(7): Import atf 0.19. [jmmv 20140208] 11559 atf(7): Import atf 0.19. [jmmv 20140208]
11560 atf(7): Import atf 0.20. [jmmv 20140211] 11560 atf(7): Import atf 0.20. [jmmv 20140211]
11561 npf: Added support for IPv6-to-IPv6 Network Prefix Translation 11561 npf: Added support for IPv6-to-IPv6 Network Prefix Translation
11562 (NPTv6), as per RFC 6296. [rmind 20140213] 11562 (NPTv6), as per RFC 6296. [rmind 20140213]
11563 sqlite3: Import 3.8.3.1. [christos 20140216] 11563 sqlite3: Import 3.8.3.1. [christos 20140216]
11564 luna68k: Make sysinst to create a boot UFS partition and install 11564 luna68k: Make sysinst to create a boot UFS partition and install
11565 the native bootloader during installation. [tsutsui 20140219] 11565 the native bootloader during installation. [tsutsui 20140219]
11566 dhcpcd(8): Import dhcpcd-6.3.0. [roy 20140225] 11566 dhcpcd(8): Import dhcpcd-6.3.0. [roy 20140225]
11567 mcp48x1dac(4): Add preliminary support for Microchip MCP48x1 family of 11567 mcp48x1dac(4): Add preliminary support for Microchip MCP48x1 family of
11568 Digital-to-Analog converters. [rkujawa 20140225] 11568 Digital-to-Analog converters. [rkujawa 20140225]
11569 micphy(4): Add Micrel PHY (KSZ9021RN). [ozaki-r 20140226] 11569 micphy(4): Add Micrel PHY (KSZ9021RN). [ozaki-r 20140226]
11570 bind: Update to 9.10.0b1. [christos 20140228] 11570 bind: Update to 9.10.0b1. [christos 20140228]
11571 dhcpcd(8): Import dhcpcd-6.3.1. [roy 20140301] 11571 dhcpcd(8): Import dhcpcd-6.3.1. [roy 20140301]
11572 x68k: Switch to X11FLAVOUR=Xorg, including X68k monolithic server. 11572 x68k: Switch to X11FLAVOUR=Xorg, including X68k monolithic server.
11573 [tsutsui 20140301] 11573 [tsutsui 20140301]
11574 macppc: Add support for ppc601-based machines 11574 macppc: Add support for ppc601-based machines
11575 from scole_mail via PR48600. [macallan 20140303] 11575 from scole_mail via PR48600. [macallan 20140303]
11576 hppa: Switched to GCC 4.8. [skrll 20140306] 11576 hppa: Switched to GCC 4.8. [skrll 20140306]
11577 sparc: Switched to GCC 4.8. [mrg 20140306] 11577 sparc: Switched to GCC 4.8. [mrg 20140306]
11578 sparc64: Switched to GCC 4.8. [mrg 20140306] 11578 sparc64: Switched to GCC 4.8. [mrg 20140306]
11579 alpha: Switched to GCC 4.8. [martin 20140307] 11579 alpha: Switched to GCC 4.8. [martin 20140307]
11580 arm: Switched to GCC 4.8. [skrll 20140307] 11580 arm: Switched to GCC 4.8. [skrll 20140307]
11581 elftoolchain: Import FreeBSD-2014-03-08. [christos 20140309] 11581 elftoolchain: Import FreeBSD-2014-03-08. [christos 20140309]
11582 amd64: Switched to GCC 4.8. [christos 20140311] 11582 amd64: Switched to GCC 4.8. [christos 20140311]
11583 dhcpcd(8): Import dhcpcd-6.3.2. [roy 20140314] 11583 dhcpcd(8): Import dhcpcd-6.3.2. [roy 20140314]
11584 rtsx(4): Add a driver for Realtek RTS5209/RTS5229 Card Reader. 11584 rtsx(4): Add a driver for Realtek RTS5209/RTS5229 Card Reader.
11585 Ported from OpenBSD. [nonaka 20140319] 11585 Ported from OpenBSD. [nonaka 20140319]
11586 mdnsd(8), dns-sd(1), libdns_sd: Import mDNSResponder 258.14 11586 mdnsd(8), dns-sd(1), libdns_sd: Import mDNSResponder 258.14
11587 [pettai 20140324] 11587 [pettai 20140324]
11588 arm: Add support for ARMv6+ MMU features ASIDS, XN, split TTBR. 11588 arm: Add support for ARMv6+ MMU features ASIDS, XN, split TTBR.
11589 add support for SMP. [matt 20140330] 11589 add support for SMP. [matt 20140330]
11590 applesmc(4): Add drivers for the Apple System Management Controller. 11590 applesmc(4): Add drivers for the Apple System Management Controller.
11591 [riastradh 20140401] 11591 [riastradh 20140401]
11592 ptyfs: Allow multiple mounts and support proper device visibility 11592 ptyfs: Allow multiple mounts and support proper device visibility
11593 in chroots (Ilya Zykov). [christos 20140404] 11593 in chroots (Ilya Zykov). [christos 20140404]
11594 i386: Switched to GCC 4.8. [christos 20140404] 11594 i386: Switched to GCC 4.8. [christos 20140404]
11595 mcp23s17gpio(4): Add Microchip MCP23S17 16-bit GPIO chip driver. 11595 mcp23s17gpio(4): Add Microchip MCP23S17 16-bit GPIO chip driver.
11596 e.g. Raspberry Pi interface boards. [kardel 20140406] 11596 e.g. Raspberry Pi interface boards. [kardel 20140406]
11597 OpenSSL: Imported 1.0.1g. [christos 20140407] 11597 OpenSSL: Imported 1.0.1g. [christos 20140407]
11598 sparc64: Switched to TOPDOWN_VM. [martin 20140414] 11598 sparc64: Switched to TOPDOWN_VM. [martin 20140414]
11599 hp300: Fix broken apci console support of bootloader. [tsutsui 20140410] 11599 hp300: Fix broken apci console support of bootloader. [tsutsui 20140410]
11600 hp300: Add sti(4) at sgc screen console support to bootloader. 11600 hp300: Add sti(4) at sgc screen console support to bootloader.
11601 [tsutsui 20140413] 11601 [tsutsui 20140413]
11602 hp300: Add HP9000/425e RTC support. [tsutsui 20140419] 11602 hp300: Add HP9000/425e RTC support. [tsutsui 20140419]
11603 ubsec(4): Add support for AES-CBC modes and BCM586x chips. 11603 ubsec(4): Add support for AES-CBC modes and BCM586x chips.
11604 [bad 20140419] 11604 [bad 20140419]
11605 hp300: Add proper consinit(9) support for sti(4) at sgc framebuffer on 11605 hp300: Add proper consinit(9) support for sti(4) at sgc framebuffer on
11606 HP9000/425e. [tsutsui 20140420] 11606 HP9000/425e. [tsutsui 20140420]
11607 bcmgpio(4): Add BCM2835 GPIO obio driver. 11607 bcmgpio(4): Add BCM2835 GPIO obio driver.
11608 [kardel 20140422] 11608 [kardel 20140422]
11609 kerberos(8): Update to latest Heimdal-1-5-branch. 11609 kerberos(8): Update to latest Heimdal-1-5-branch.
11610 [pettai 20140424] 11610 [pettai 20140424]
11611 hp300: Make the Apollo Domain keyboard actually work. 11611 hp300: Make the Apollo Domain keyboard actually work.
11612 [tsutsui 20140424] 11612 [tsutsui 20140424]
11613 hp300: Enable sti(4) driver for HP9000/425e console graphics on 11613 hp300: Enable sti(4) driver for HP9000/425e console graphics on
11614 install kernels. [tsutsui 20140430] 11614 install kernels. [tsutsui 20140430]
11615 libc: Update to tzcode2014c. [christos 20140513] 11615 libc: Update to tzcode2014c. [christos 20140513]
11616 zoneinfo: Import tzdata2014c. [apb 20140515] 11616 zoneinfo: Import tzdata2014c. [apb 20140515]
11617 ossaudio(3): Add initial OSSv4 support. [nat 20140517] 11617 ossaudio(3): Add initial OSSv4 support. [nat 20140517]
11618 hythygtemp(4): Add HYT-221/271/939 humidity/temperature iic sensor 11618 hythygtemp(4): Add HYT-221/271/939 humidity/temperature iic sensor
11619 driver. [kardel 20140518] 11619 driver. [kardel 20140518]
11620 envsys(4): Add %rH (relative Humidity) to sensor framework.  11620 envsys(4): Add %rH (relative Humidity) to sensor framework.
11621 [kardel 20140518] 11621 [kardel 20140518]
11622 gcc(1): Import version 4.8.3. [skrll 20140527] 11622 gcc(1): Import version 4.8.3. [skrll 20140527]
11623 openldap: Import 2.4.39. [tron 20140528] 11623 openldap: Import 2.4.39. [tron 20140528]
11624 libc: Update to tzcode2014d. [christos 20140528] 11624 libc: Update to tzcode2014d. [christos 20140528]
11625 alpha: Fix wrong disk cylinder detection during sysinst installation 11625 alpha: Fix wrong disk cylinder detection during sysinst installation
11626 onto a disk disklabel'ed by Tru64 as reported in PR/48697. 11626 onto a disk disklabel'ed by Tru64 as reported in PR/48697.
11627 [tsutsui 20140602] 11627 [tsutsui 20140602]
11628 OpenSSL: Imported 1.0.1h. [christos 20140605] 11628 OpenSSL: Imported 1.0.1h. [christos 20140605]
11629 vax: Switch to GCC 4.8. [matt 20140605] 11629 vax: Switch to GCC 4.8. [matt 20140605]
11630 vmx(4): Add VMware VMXNET3 driver, from OpenBSD. [hikaru 20140610] 11630 vmx(4): Add VMware VMXNET3 driver, from OpenBSD. [hikaru 20140610]
11631 etcupdate(8): Add destdir support. [apb 20140612] 11631 etcupdate(8): Add destdir support. [apb 20140612]
11632 file(1): Upgraded to 5.19. [christos 20140612] 11632 file(1): Upgraded to 5.19. [christos 20140612]
11633 zoneinfo: Import tzdata2014e. [apb 20140613] 11633 zoneinfo: Import tzdata2014e. [apb 20140613]
11634 libc: Update to tzcode2014e. [christos 20140614] 11634 libc: Update to tzcode2014e. [christos 20140614]
11635 dhcpcd(8): Import dhcpcd-6.4.0. [roy 20140614] 11635 dhcpcd(8): Import dhcpcd-6.4.0. [roy 20140614]
11636 pigz(1): Update to pigz-2.3.1. [tls 20140615] 11636 pigz(1): Update to pigz-2.3.1. [tls 20140615]
11637 gdb(1): Updated to 7.7.1. [christos 20140622] 11637 gdb(1): Updated to 7.7.1. [christos 20140622]
11638 kernel: Fix, improve and enable KMEM_SIZE on development kernels. 11638 kernel: Fix, improve and enable KMEM_SIZE on development kernels.
11639 [maxv 20140623] 11639 [maxv 20140623]
11640 m68k: Use "-O2 -fno-reorder-blocks" for the default optimization 11640 m68k: Use "-O2 -fno-reorder-blocks" for the default optimization
11641 by default to avoid unexpected code size growth by 11641 by default to avoid unexpected code size growth by
11642 -freorder-blocks option on m68k. [tsutsui 20140705] 11642 -freorder-blocks option on m68k. [tsutsui 20140705]
11643 m68k: Use "-O2 -fno-reorder-blocks" for most kernels as userland. 11643 m68k: Use "-O2 -fno-reorder-blocks" for most kernels as userland.
11644 [tsutsui 20140705] 11644 [tsutsui 20140705]
11645 /usr/share/doc: Install formatted docs instead of nroff sources, 11645 /usr/share/doc: Install formatted docs instead of nroff sources,
11646 and reorganize. [dholland 20140705] 11646 and reorganize. [dholland 20140705]
11647 x68k: Make bootloader probe actual memory size and warn if memory size 11647 x68k: Make bootloader probe actual memory size and warn if memory size
11648 value stored in SRAM is different, for machines with dead 11648 value stored in SRAM is different, for machines with dead
11649 battery. [tsutsui 20140706] 11649 battery. [tsutsui 20140706]
11650 postfix(1): Import version 2.11.1. [tron 20140706] 11650 postfix(1): Import version 2.11.1. [tron 20140706]
11651 bind: Import version 9.10.0-P2. [spz 20140708] 11651 bind: Import version 9.10.0-P2. [spz 20140708]
11652 dhcp: Import version 4.3.0. [spz 20140712] 11652 dhcp: Import version 4.3.0. [spz 20140712]
11653 luna68k: Add ANSI text color support for 8bpp color framebuffer. 11653 luna68k: Add ANSI text color support for 8bpp color framebuffer.
11654 [tsutsui 20140713] 11654 [tsutsui 20140713]
11655 dhcpcd(8): Import dhcpcd-6.4.2. [roy 20140714] 11655 dhcpcd(8): Import dhcpcd-6.4.2. [roy 20140714]
11656 wskbd(4): Added belgian keyboard layouts (KB_BE) to pckbd(4) and 11656 wskbd(4): Added belgian keyboard layouts (KB_BE) to pckbd(4) and
11657 ukbd(4). [mbalmer 20140714] 11657 ukbd(4). [mbalmer 20140714]
11658 tiotg(4): Added a driver for the Texas Instruments AM335x SoC's 11658 tiotg(4): Added a driver for the Texas Instruments AM335x SoC's
11659 USB OTG controller. [bouyer 20140716] 11659 USB OTG controller. [bouyer 20140716]
11660 tifb(4): Added an experimental driver for the Texas Instruments AM335x 11660 tifb(4): Added an experimental driver for the Texas Instruments AM335x
11661 SoC's graphic controller. [bouyer 20140716] 11661 SoC's graphic controller. [bouyer 20140716]
11662 lua(1): Updated to 5.3 work3. [lneto 20140719] 11662 lua(1): Updated to 5.3 work3. [lneto 20140719]
11663 luna68k: Add WSDISPLAY_COMPAT_RAWKBD support so that keyboard on 11663 luna68k: Add WSDISPLAY_COMPAT_RAWKBD support so that keyboard on
11664 Xserver works without xmodmap(1) tweaks. [tsutsui 20140720] 11664 Xserver works without xmodmap(1) tweaks. [tsutsui 20140720]
11665 urtwn(4): Add support for Realtek RTL8188EUS and RTL8188ETV chipsets. 11665 urtwn(4): Add support for Realtek RTL8188EUS and RTL8188ETV chipsets.
11666 Ported from FreeBSD. [nonaka 20140720] 11666 Ported from FreeBSD. [nonaka 20140720]
11667 luna68k: Make wsfb Xserver work as monochrome server even with 11667 luna68k: Make wsfb Xserver work as monochrome server even with
11668 4bpp/8bpp color framebuffers. [tsutsui 20140721] 11668 4bpp/8bpp color framebuffers. [tsutsui 20140721]
11669 wm(4): Add internal SERDES support older than 82575. 11669 wm(4): Add internal SERDES support older than 82575.
11670 [msaitoh 20140722] 11670 [msaitoh 20140722]
11671 kernel: Fix, improve and enable KMEM_REDZONE on development kernels. 11671 kernel: Fix, improve and enable KMEM_REDZONE on development kernels.
11672 [maxv 20140722] 11672 [maxv 20140722]
11673 kernel: Many improvements in the ELF binary loader - performance, 11673 kernel: Many improvements in the ELF binary loader - performance,
11674 correctness and security. [maxv 20140722] 11674 correctness and security. [maxv 20140722]
11675 tmux(1): Import of tmux 1.9a. [christos 20140724] 11675 tmux(1): Import of tmux 1.9a. [christos 20140724]
11676 kernel: Added fdiscard and posix_fallocate system calls. 11676 kernel: Added fdiscard and posix_fallocate system calls.
11677 [dholland 20140725] 11677 [dholland 20140725]
11678 evbarm: Add support for the Kobo touch (i.MX50). [hkenken 20140725] 11678 evbarm: Add support for the Kobo touch (i.MX50). [hkenken 20140725]
11679 luna68k: Reset console ANSI color palette properly after returning to 11679 luna68k: Reset console ANSI color palette properly after returning to
11680 WSDISPLAYIO_MODE_EMUL, i.e. on exiting Xserver. 11680 WSDISPLAYIO_MODE_EMUL, i.e. on exiting Xserver.
11681 [tsutsui 20140725] 11681 [tsutsui 20140725]
11682 atari: Adjust VM related constants so that larger packages can be built 11682 atari: Adjust VM related constants so that larger packages can be built
11683 on TT030. [tsutsui 20140726] 11683 on TT030. [tsutsui 20140726]
11684 sun3: Move bootloader address to allow loading growing GENERIC kernels. 11684 sun3: Move bootloader address to allow loading growing GENERIC kernels.
11685 [tsutsui 20140726] 11685 [tsutsui 20140726]
11686 dhcpcd(8): Import dhcpcd-6.4.3. [roy 20140730] 11686 dhcpcd(8): Import dhcpcd-6.4.3. [roy 20140730]
11687 timeout(1): Import from FreeBSD. [christos 20140801] 11687 timeout(1): Import from FreeBSD. [christos 20140801]
11688 build: New BUILDINFO variable may be passed to build.sh, and exposed 11688 build: New BUILDINFO variable may be passed to build.sh, and exposed
11689 in /etc/release, as well as in sysctl kern.buildinfo. 11689 in /etc/release, as well as in sysctl kern.buildinfo.
11690 [apb 20140803] 11690 [apb 20140803]
11691 x68k: Add a 'switch' command to bootloader to display and modify 11691 x68k: Add a 'switch' command to bootloader to display and modify
11692 SRAM parameters as NetBSD's memswitch(8) and Human68k's 11692 SRAM parameters as NetBSD's memswitch(8) and Human68k's
11693 SWITCH.X commands. [isaki 20140805] 11693 SWITCH.X commands. [isaki 20140805]
11694 zoneinfo: Import tzdata2014f. [apb 20140806] 11694 zoneinfo: Import tzdata2014f. [apb 20140806]
11695 ekermit(1): Add BSD-licenced ekermit, and remove GPL-licenced 11695 ekermit(1): Add BSD-licenced ekermit, and remove GPL-licenced
11696 gkermit. [apb 20140808] 11696 gkermit. [apb 20140808]
11697 rescue(8): Add /rescue/ekermit. [apb 20140809] 11697 rescue(8): Add /rescue/ekermit. [apb 20140809]
11698 rnd(4): Suck in much more entropy early in boot and thereafter: 11698 rnd(4): Suck in much more entropy early in boot and thereafter:
11699 autoconf timings, all sysctl settings (including hostname), 11699 autoconf timings, all sysctl settings (including hostname),
11700 contents of early network packets, environmental sensor 11700 contents of early network packets, environmental sensor
11701 values generically rather than as per-driver special cases. 11701 values generically rather than as per-driver special cases.
11702 [tls 20140810] 11702 [tls 20140810]
11703 cprng_fast(9): Replace slow/broken mutex-protected kernel 11703 cprng_fast(9): Replace slow/broken mutex-protected kernel
11704 _arc4random() with new cprng_fast implemenation 11704 _arc4random() with new cprng_fast implemenation
11705 from riastradh@ using per-cpu instances of chacha8. 11705 from riastradh@ using per-cpu instances of chacha8.
11706 [tls 20140810] 11706 [tls 20140810]
11707 OpenSSL: Update to 1.0.1i. [spz 20140810] 11707 OpenSSL: Update to 1.0.1i. [spz 20140810]
11708 kernel: Add MODULAR infrastructure for Xen kernels. [jnemeth 20140810] 11708 kernel: Add MODULAR infrastructure for Xen kernels. [jnemeth 20140810]
11709 hp300: Add arcofi(4) audio driver for the HP "Audio1" device found on 11709 hp300: Add arcofi(4) audio driver for the HP "Audio1" device found on
11710 HP9000/425e. Ported from OpenBSD. [tsutsui 20140824] 11710 HP9000/425e. Ported from OpenBSD. [tsutsui 20140824]
11711 rnd(9): Add explicit enable/disable hooks for callout-driven 11711 rnd(9): Add explicit enable/disable hooks for callout-driven
11712 sources (be more power friendly). [tls 20141026] 11712 sources (be more power friendly). [tls 20141026]
11713 rnd(9): Make "skew" source polled so it runs only when there 11713 rnd(9): Make "skew" source polled so it runs only when there
11714 is entropy demand. [tls 20141026] 11714 is entropy demand. [tls 20141026]
11715 rnd(9): Adjust entropy collection from polled sources so it's 11715 rnd(9): Adjust entropy collection from polled sources so it's
11716 processed sooner. [tls 20141026] 11716 processed sooner. [tls 20141026]
11717 viornd(4): Add driver for VirtIO entropy source available on 11717 viornd(4): Add driver for VirtIO entropy source available on
11718 QEMU, KVM, and Google Compute Engine. From OpenBSD. 11718 QEMU, KVM, and Google Compute Engine. From OpenBSD.
11719 [tls 20141026] 11719 [tls 20141026]
11720 postfix(1): Import version 2.11.3. [tron 20150124] 11720 postfix(1): Import version 2.11.3. [tron 20150124]
11721 postfix(1): Import version 2.11.4. [tron 20150221] 11721 postfix(1): Import version 2.11.4. [tron 20150221]
11722 service(8): Import adapted script from FreeBSD [ast 20150322] 11722 service(8): Import adapted script from FreeBSD [ast 20150322]
11723 malloc(9): Interface obsoleted and cleaned up. [maxv 20150325] 11723 malloc(9): Interface obsoleted and cleaned up. [maxv 20150325]
11724 ixg(4): Add X540 support [msaitoh 20150327] 11724 ixg(4): Add X540 support [msaitoh 20150327]
11725 veriexec(4): Several improvements and bug fixes. [maxv 20150519] 11725 veriexec(4): Several improvements and bug fixes. [maxv 20150519]
11726 11726
11727Changes from NetBSD 7.0 to NetBSD 8.0: 11727Changes from NetBSD 7.0 to NetBSD 8.0:
11728 libc: Update to tzcode2014f. [christos 20140815] 11728 libc: Update to tzcode2014f. [christos 20140815]
11729 gmake: Update to gmake-3.81 in external/gpl2/gmake and remove  11729 gmake: Update to gmake-3.81 in external/gpl2/gmake and remove
11730 gnu/dist/gmake (3.80) [christos 20140818] 11730 gnu/dist/gmake (3.80) [christos 20140818]
11731 module(7): Create MODULAR_DEFAULT_AUTOLOAD config flag to control 11731 module(7): Create MODULAR_DEFAULT_AUTOLOAD config flag to control
11732 whether module autoloading is on by default. 11732 whether module autoloading is on by default.
11733 [jnemeth 20140824] 11733 [jnemeth 20140824]
11734 kernel: Option SYMTAB_SPACE has been replaced with COPY_SYMTAB. 11734 kernel: Option SYMTAB_SPACE has been replaced with COPY_SYMTAB.
11735 The related changes to src/sys/conf require a rebuild of 11735 The related changes to src/sys/conf require a rebuild of
11736 config(1). [joerg 20140824] 11736 config(1). [joerg 20140824]
11737 zoneinfo: Import tzdata2014g. [apb 20140831] 11737 zoneinfo: Import tzdata2014g. [apb 20140831]
11738 wm(4): Add internal SERDES support for 82575 and newer controllers. 11738 wm(4): Add internal SERDES support for 82575 and newer controllers.
11739 [msaitoh 20140903] 11739 [msaitoh 20140903]
11740 or1k: Add new port. [matt 20140903] 11740 or1k: Add new port. [matt 20140903]
11741 awindma(4): Add support for Allwinner A10/A20 DMA controller. 11741 awindma(4): Add support for Allwinner A10/A20 DMA controller.
11742 [jmcneill 20140906] 11742 [jmcneill 20140906]
11743 awinac(4): Add support for Allwinner A10/A20 audio codec. 11743 awinac(4): Add support for Allwinner A10/A20 audio codec.
11744 [jmcneill 20140906] 11744 [jmcneill 20140906]
11745 awinrtc(4): Add support for Allwinner A10/A20 real-time clock. 11745 awinrtc(4): Add support for Allwinner A10/A20 real-time clock.
11746 [jmcneill 20140907] 11746 [jmcneill 20140907]
11747 awinmmc(4): Use DMA for MMC transfers. [jmcneill 20140908] 11747 awinmmc(4): Use DMA for MMC transfers. [jmcneill 20140908]
11748 axp20x(4): Add AXP20x PMU driver. [jmcneill 20140909] 11748 axp20x(4): Add AXP20x PMU driver. [jmcneill 20140909]
11749 rtsol(8): Removed in favour of dhcpcd. [roy 20140911] 11749 rtsol(8): Removed in favour of dhcpcd. [roy 20140911]
11750 rtsold(8): Removed in favour of dhcpcd. [roy 20140911] 11750 rtsold(8): Removed in favour of dhcpcd. [roy 20140911]
11751 dhcpcd(8): Import dhcpcd-6.4.5. [roy 20140918] 11751 dhcpcd(8): Import dhcpcd-6.4.5. [roy 20140918]
11752 arm: Add support for i.MX6 SoC. [ryo 20140925] 11752 arm: Add support for i.MX6 SoC. [ryo 20140925]
11753 gpt(8): Completed overhaul, including adding follwing subcommands: 11753 gpt(8): Completed overhaul, including adding follwing subcommands:
11754 resize, set, unset, backup, restore, and resizedisk. 11754 resize, set, unset, backup, restore, and resizedisk.
11755 [jnemeth 20140926] 11755 [jnemeth 20140926]
11756 dhcpcd(8): Import dhcpcd-6.4.7. [roy 20140927] 11756 dhcpcd(8): Import dhcpcd-6.4.7. [roy 20140927]
11757 mpt(4): added bio(4) support. [jmcneill 20140927] 11757 mpt(4): added bio(4) support. [jmcneill 20140927]
11758 gpt(8): added type subcommand to modify partition type. 11758 gpt(8): added type subcommand to modify partition type.
11759 [jnemeth 20140927] 11759 [jnemeth 20140927]
11760 zoneinfo: Import tzdata2014h. [apb 20141004] 11760 zoneinfo: Import tzdata2014h. [apb 20141004]
11761 dhcpcd(8): Import dhcpcd-6.5.0. [roy 20141006] 11761 dhcpcd(8): Import dhcpcd-6.5.0. [roy 20141006]
11762 libc: Update to tzcode2014h. [christos 20141007] 11762 libc: Update to tzcode2014h. [christos 20141007]
11763 file(1): Upgraded to 5.20. [christos 20141010] 11763 file(1): Upgraded to 5.20. [christos 20141010]
11764 arm: Add support for Allwinner A31 SoC. [jmcneill 20141010] 11764 arm: Add support for Allwinner A31 SoC. [jmcneill 20141010]
11765 awiniic(4): Add support for Allwinner A31 SoC. [jmcneill 20141012] 11765 awiniic(4): Add support for Allwinner A31 SoC. [jmcneill 20141012]
11766 awinp2wi(4): Add support for Allwinner A31 Push-Pull Two Wire 11766 awinp2wi(4): Add support for Allwinner A31 Push-Pull Two Wire
11767 Interface. [jmcneill 20141012] 11767 Interface. [jmcneill 20141012]
11768 axp22x(4): Add AXP22x PMU driver. [jmcneill 20141012] 11768 axp22x(4): Add AXP22x PMU driver. [jmcneill 20141012]
11769 awinrtc(4): Add support for Allwinner A31 real-time clock. 11769 awinrtc(4): Add support for Allwinner A31 real-time clock.
11770 [jmcneill 20141012] 11770 [jmcneill 20141012]
11771 awindma(4): Add support for Allwinner A31 DMA controller. 11771 awindma(4): Add support for Allwinner A31 DMA controller.
11772 [jmcneill 20141013] 11772 [jmcneill 20141013]
11773 awinac(4): Add support for Allwinner A31 audio codec. 11773 awinac(4): Add support for Allwinner A31 audio codec.
11774 [jmcneill 20141013] 11774 [jmcneill 20141013]
11775 motg(4): Add support for Allwinner A10/A20 SoC. [jmcneill 20141015] 11775 motg(4): Add support for Allwinner A10/A20 SoC. [jmcneill 20141015]
11776 wpa: Import wpa_supplicant and hostapd 2.3. [christos 20141016] 11776 wpa: Import wpa_supplicant and hostapd 2.3. [christos 20141016]
11777 dhcpcd(8): Import dhcpcd-6.5.1. [roy 20141018] 11777 dhcpcd(8): Import dhcpcd-6.5.1. [roy 20141018]
11778 OpenSSH: Imported 6.7. [christos 20141018] 11778 OpenSSH: Imported 6.7. [christos 20141018]
11779 resolvconf(8): Import openresolv-3.6.0 [roy 20141020] 11779 resolvconf(8): Import openresolv-3.6.0 [roy 20141020]
11780 gcc: Support -fsanitize=address [christos 20141022] 11780 gcc: Support -fsanitize=address [christos 20141022]
11781 zoneinfo: Import tzdata2014i. [apb 20141023] 11781 zoneinfo: Import tzdata2014i. [apb 20141023]
11782 libc: Update to tzcode2014i. [christos 20141023] 11782 libc: Update to tzcode2014i. [christos 20141023]
11783 openpam(3): update to 20140912 (ourouparia) [christos 20141024] 11783 openpam(3): update to 20140912 (ourouparia) [christos 20141024]
11784 pppd(8): updated to version 2.4.7. [christos 20141025] 11784 pppd(8): updated to version 2.4.7. [christos 20141025]
11785 acpi(4): Updated ACPICA to 20140926. [christos 20141025] 11785 acpi(4): Updated ACPICA to 20140926. [christos 20141025]
11786 dhcpcd(8): Import dhcpcd-6.6.0 [roy 20141029] 11786 dhcpcd(8): Import dhcpcd-6.6.0 [roy 20141029]
11787 resolvconf(8): Import openresolv-3.6.1 [roy 20141029] 11787 resolvconf(8): Import openresolv-3.6.1 [roy 20141029]
11788 rtsx(4): Add support for Realtek RTS5227/RTL8402/RTL8411/RTL8411B. 11788 rtsx(4): Add support for Realtek RTS5227/RTL8402/RTL8411/RTL8411B.
11789 [nonaka 20141029] 11789 [nonaka 20141029]
11790 flex(1): Import flex-2.5.37 [christos 20141029] 11790 flex(1): Import flex-2.5.37 [christos 20141029]
11791 iwn(4): Add support for Intel Centrino Wireless-N 11791 iwn(4): Add support for Intel Centrino Wireless-N
11792 100/105/130/135/2200/2230. From OpenBSD. [nonaka 20141030] 11792 100/105/130/135/2200/2230. From OpenBSD. [nonaka 20141030]
11793 awge(4): Add support for gigabit ethernet found on various 11793 awge(4): Add support for gigabit ethernet found on various
11794 Allwinner SOCs. [martin 20141101] 11794 Allwinner SOCs. [martin 20141101]
11795 dhcpcd(8): Import dhcpcd-6.6.1. [roy 20141107] 11795 dhcpcd(8): Import dhcpcd-6.6.1. [roy 20141107]
11796 awinhdmi(4): Add support for Allwinner A20/A31 HDMI controller. 11796 awinhdmi(4): Add support for Allwinner A20/A31 HDMI controller.
11797 [jmcneill 20141110] 11797 [jmcneill 20141110]
11798 awintcon(4): Add support for Allwinner A20/A31 TV/LCD controller. 11798 awintcon(4): Add support for Allwinner A20/A31 TV/LCD controller.
11799 [jmcneill 20141110] 11799 [jmcneill 20141110]
11800 awindebe(4): Add support for Allwinner A20/A31 Display engine 11800 awindebe(4): Add support for Allwinner A20/A31 Display engine
11801 backend (DE-BE). [jmcneill 20141110] 11801 backend (DE-BE). [jmcneill 20141110]
11802 awinhdmiaudio(4): Add support for Allwinner A20/A31 HDMI audio 11802 awinhdmiaudio(4): Add support for Allwinner A20/A31 HDMI audio
11803 controller. [jmcneill 20141111] 11803 controller. [jmcneill 20141111]
11804 dhcpcd(8): Import dhcpcd-6.6.2. [roy 20141114] 11804 dhcpcd(8): Import dhcpcd-6.6.2. [roy 20141114]
11805 awinir(4): Add support for Allwinner A20/A31 IR receiver. 11805 awinir(4): Add support for Allwinner A20/A31 IR receiver.
11806 [jmcneill 20141115] 11806 [jmcneill 20141115]
11807 zoneinfo: Import tzdata2014j. [apb 20141116] 11807 zoneinfo: Import tzdata2014j. [apb 20141116]
11808 libc: Change arc4random(3) to use ChaCha20 and per-thread state. 11808 libc: Change arc4random(3) to use ChaCha20 and per-thread state.
11809 [riastradh 20141116] 11809 [riastradh 20141116]
11810 libc: Update to tzcode2014j. [christos 20141117] 11810 libc: Update to tzcode2014j. [christos 20141117]
11811 libpcap: Import 1.6.2. [christos 20141119] 11811 libpcap: Import 1.6.2. [christos 20141119]
11812 tcpdump(8): Import 4.6.2. [christos 20141119] 11812 tcpdump(8): Import 4.6.2. [christos 20141119]
11813 dhcpcd(8): Import dhcpcd-6.6.4. [roy 20141126] 11813 dhcpcd(8): Import dhcpcd-6.6.4. [roy 20141126]
11814 dhcpcd(8): Import dhcpcd-6.6.5. [roy 20141209] 11814 dhcpcd(8): Import dhcpcd-6.6.5. [roy 20141209]
11815 bind: Import version 9.10.1-P1. [christos 20141209] 11815 bind: Import version 9.10.1-P1. [christos 20141209]
11816 dhcpcd(8): Import dhcpcd-6.6.6. [roy 20141217] 11816 dhcpcd(8): Import dhcpcd-6.6.6. [roy 20141217]
11817 powerpc: Switch to GCC 4.8. [matt 20141218] 11817 powerpc: Switch to GCC 4.8. [matt 20141218]
11818 dhcpcd(8): Import dhcpcd-6.6.7. [roy 20141219] 11818 dhcpcd(8): Import dhcpcd-6.6.7. [roy 20141219]
11819 ntp: Import ntp 4.2.8. [christos 20141219] 11819 ntp: Import ntp 4.2.8. [christos 20141219]
11820 midirecord(1): Add program to record MIDI files. [mrg 20141229] 11820 midirecord(1): Add program to record MIDI files. [mrg 20141229]
11821 file: update to 5.22 security limits [christos 20150102] 11821 file: update to 5.22 security limits [christos 20150102]
11822 byacc: update to 20141128 for more bison compat [christos 20150103] 11822 byacc: update to 20141128 for more bison compat [christos 20150103]
11823 mgx: driver for Southland Media Systems (now Quantum 3D) MGX SBus 11823 mgx: driver for Southland Media Systems (now Quantum 3D) MGX SBus
11824 graphics devices [macallan 20150106] 11824 graphics devices [macallan 20150106]
11825 gcc: Import GCC 4.8.4. [mrg 20150109] 11825 gcc: Import GCC 4.8.4. [mrg 20150109]
11826 openssl: Import openssl 1.0.1k [spz 20150113] 11826 openssl: Import openssl 1.0.1k [spz 20150113]
11827 am-utils: Upgrade to 6.2; adds nfsv4, lustre (which we can't use) 11827 am-utils: Upgrade to 6.2; adds nfsv4, lustre (which we can't use)
11828 nfs3 rpc support for amfs [christos 20150117] 11828 nfs3 rpc support for amfs [christos 20150117]
11829 arm: Add support for Zynq SoC. [hkenken 20150123] 11829 arm: Add support for Zynq SoC. [hkenken 20150123]
11830 evbarm: Add support for the PARALLELLA (Zynq). [hkenken 20150123] 11830 evbarm: Add support for the PARALLELLA (Zynq). [hkenken 20150123]
11831 blacklist: Added daemon and library [christos 20150125] 11831 blacklist: Added daemon and library [christos 20150125]
11832 libevent: Import libevent 2.0.22 [spz 20150129] 11832 libevent: Import libevent 2.0.22 [spz 20150129]
11833 dhcpcd(8): Import dhcpcd-6.7.1. [roy 20150130] 11833 dhcpcd(8): Import dhcpcd-6.7.1. [roy 20150130]
11834 zoneinfo: Import tzdata2015a. [apb 20150131] 11834 zoneinfo: Import tzdata2015a. [apb 20150131]
11835 libc: Import tzcode2015a. [christos 20150131] 11835 libc: Import tzcode2015a. [christos 20150131]
11836 tetris(6): Add down key support, as 'n'. [mrg 20150218] 11836 tetris(6): Add down key support, as 'n'. [mrg 20150218]
11837 bind: patch to version 9.10.1-P2. [spz 20150221] 11837 bind: patch to version 9.10.1-P2. [spz 20150221]
11838 network: introduce RTF_LOCAL for local address routes. [roy 20150226] 11838 network: introduce RTF_LOCAL for local address routes. [roy 20150226]
11839 evbarm: Add support for RPI2. [skrll 20150304] 11839 evbarm: Add support for RPI2. [skrll 20150304]
11840 evbarm: Add support for ODROID-C1. [jmcneill 20150304] 11840 evbarm: Add support for ODROID-C1. [jmcneill 20150304]
11841 dtrace: Add syscall support [christos 20150307] 11841 dtrace: Add syscall support [christos 20150307]
11842 dtrace: Add lockstat support [riastradh, christos 20150308] 11842 dtrace: Add lockstat support [riastradh, christos 20150308]
11843 zoneinfo: Import tzdata2015b. [apb 20150321] 11843 zoneinfo: Import tzdata2015b. [apb 20150321]
11844 openssl: Import openssl 1.0.1m [spz 20150323] 11844 openssl: Import openssl 1.0.1m [spz 20150323]
11845 libc: Update to tzcode2015b. [christos 20150324] 11845 libc: Update to tzcode2015b. [christos 20150324]
11846 dhcpcd(8): Import dhcpcd-6.8.1. [roy 20150327] 11846 dhcpcd(8): Import dhcpcd-6.8.1. [roy 20150327]
11847 libpcap: Import 1.7.2. [christos 20150331] 11847 libpcap: Import 1.7.2. [christos 20150331]
11848 tcpdump(8): Import 4.7.3. [christos 20150331] 11848 tcpdump(8): Import 4.7.3. [christos 20150331]
11849 wpa: Import wpa_supplicant and hostapd 2.4. [christos 20150401] 11849 wpa: Import wpa_supplicant and hostapd 2.4. [christos 20150401]
11850 OpenSSH: Imported 6.8. [christos 20150403] 11850 OpenSSH: Imported 6.8. [christos 20150403]
11851 btmagic(4): add Magic Trackpad support [bouyer 20150406] 11851 btmagic(4): add Magic Trackpad support [bouyer 20150406]
11852 ntp: Import ntp 4.2.8p2. [christos 20150407] 11852 ntp: Import ntp 4.2.8p2. [christos 20150407]
11853 acpi(4): Updated ACPICA to 20150410. [christos 20150413] 11853 acpi(4): Updated ACPICA to 20150410. [christos 20150413]
11854 evbarm: add a driver for EDMA controller on AM335x SoC. 11854 evbarm: add a driver for EDMA controller on AM335x SoC.
11855 Add DMA support to the sdhc controllers on AM335x SoC. 11855 Add DMA support to the sdhc controllers on AM335x SoC.
11856 Enable DMA for sdhc0 and sdhc1 on BEAGLEBONE [bouyer 20150414] 11856 Enable DMA for sdhc0 and sdhc1 on BEAGLEBONE [bouyer 20150414]
11857 xz(1): Import of XZ 5.2.1. [christos 20150417] 11857 xz(1): Import of XZ 5.2.1. [christos 20150417]
11858 x86: Support MSI/MSI-X. [knakahara 20150427] 11858 x86: Support MSI/MSI-X. [knakahara 20150427]
11859 libc: Update to tzcode2015d. [christos 20150428] 11859 libc: Update to tzcode2015d. [christos 20150428]
11860 openresolv(8): Import openresolv-3.7.0 [roy 20150501] 11860 openresolv(8): Import openresolv-3.7.0 [roy 20150501]
11861 netinet: Added IN_IFF_TENTATIVE, IN_IFF_DUPLICATED and IN_IFF_DETACHED. 11861 netinet: Added IN_IFF_TENTATIVE, IN_IFF_DUPLICATED and IN_IFF_DETACHED.
11862 IPV4 addresses now perform DAD using ARP as described in 11862 IPV4 addresses now perform DAD using ARP as described in
11863 RFC 5227. [roy 20150502] 11863 RFC 5227. [roy 20150502]
11864 amd64: Bump CHILD_MAX and OPEN_MAX. [mrg 20150507] 11864 amd64: Bump CHILD_MAX and OPEN_MAX. [mrg 20150507]
11865 i386: Bump CHILD_MAX and OPEN_MAX. [mrg 20150507] 11865 i386: Bump CHILD_MAX and OPEN_MAX. [mrg 20150507]
11866 aarch64: Bump CHILD_MAX and OPEN_MAX. [mrg 20150507] 11866 aarch64: Bump CHILD_MAX and OPEN_MAX. [mrg 20150507]
11867 evbarm: Bump CHILD_MAX and OPEN_MAX. [mrg 20150507] 11867 evbarm: Bump CHILD_MAX and OPEN_MAX. [mrg 20150507]
11868 sparc64: Bump CHILD_MAX and OPEN_MAX. [mrg 20150507] 11868 sparc64: Bump CHILD_MAX and OPEN_MAX. [mrg 20150507]
11869 dhcpcd(8): Import dhcpcd-6.9.0. [roy 20150517] 11869 dhcpcd(8): Import dhcpcd-6.9.0. [roy 20150517]
11870 FFS: General improvements in the superblock parser. [maxv 20150523] 11870 FFS: General improvements in the superblock parser. [maxv 20150523]
11871 openssl: Import openssl 1.0.1n [christos 20150612] 11871 openssl: Import openssl 1.0.1n [christos 20150612]
11872 openssl: Import openssl 1.0.1o [christos 20150616] 11872 openssl: Import openssl 1.0.1o [christos 20150616]
11873 zoneinfo: Import tzdata2015e. [apb 20150621] 11873 zoneinfo: Import tzdata2015e. [apb 20150621]
11874 nfssvc(2): Support 32-bit system calls for the NFS server. 11874 nfssvc(2): Support 32-bit system calls for the NFS server.
11875 [mrg 20150622] 11875 [mrg 20150622]
11876 gcc: Import GCC 4.8.5. [mrg 20150624] 11876 gcc: Import GCC 4.8.5. [mrg 20150624]
11877 OpenSSH: Imported 6.9. [christos 20150630] 11877 OpenSSH: Imported 6.9. [christos 20150630]
11878 bind: Import version 9.10.2-P2. [christos 20150708] 11878 bind: Import version 9.10.2-P2. [christos 20150708]
11879 dhcpcd: Import dhcpcd 6.9.1. [roy 20150709] 11879 dhcpcd: Import dhcpcd 6.9.1. [roy 20150709]
11880 iostat(8): Support fnmatch(3) patterns for disknames. [mrg 20150709] 11880 iostat(8): Support fnmatch(3) patterns for disknames. [mrg 20150709]
11881 openssl: Import openssl 1.0.1p [christos 20150709] 11881 openssl: Import openssl 1.0.1p [christos 20150709]
11882 ntp: Import ntp 4.2.8p3. [christos 20150710] 11882 ntp: Import ntp 4.2.8p3. [christos 20150710]
11883 X11: Delete XFree86 sources. [mrg 20150723] 11883 X11: Delete XFree86 sources. [mrg 20150723]
11884 arm: Add support for NVIDIA Tegra K1 SoC. [jmcneill 20150725] 11884 arm: Add support for NVIDIA Tegra K1 SoC. [jmcneill 20150725]
11885 evbarm: Add support for NVIDIA Jetson TK1. [jmcneill 20150725] 11885 evbarm: Add support for NVIDIA Jetson TK1. [jmcneill 20150725]
11886 bind: Import version 9.10.2-P3. [christos 20150728] 11886 bind: Import version 9.10.2-P3. [christos 20150728]
11887 kernel: Several bug fixes and improvements in the PaX subsystem. 11887 kernel: Several bug fixes and improvements in the PaX subsystem.
11888 [maxv 20150804] 11888 [maxv 20150804]
11889 sdmmc(4): Add support for UHS-I and MMC HS200 transfer modes. 11889 sdmmc(4): Add support for UHS-I and MMC HS200 transfer modes.
11890 [jmcneill 20150808] 11890 [jmcneill 20150808]
11891 sdhc(4): Add support for UHS-I and MMC HS200 transfer modes. 11891 sdhc(4): Add support for UHS-I and MMC HS200 transfer modes.
11892 [jmcneill 20150808] 11892 [jmcneill 20150808]
11893 amlogicsdhc(4): Add support for UHS-I and MMC HS200 transfer modes. 11893 amlogicsdhc(4): Add support for UHS-I and MMC HS200 transfer modes.
11894 [jmcneill 20150808] 11894 [jmcneill 20150808]
11895 zoneinfo: Import tzdata2015f. [apb 20150811] 11895 zoneinfo: Import tzdata2015f. [apb 20150811]
11896 OpenSSH: Imported 7.0. [christos 20150813] 11896 OpenSSH: Imported 7.0. [christos 20150813]
11897 libc: Update to tzcode2015f. [christos 20150813] 11897 libc: Update to tzcode2015f. [christos 20150813]
11898 intrctl(8): Add interrupt distribution control utility. 11898 intrctl(8): Add interrupt distribution control utility.
11899 [knakahara 20150817] 11899 [knakahara 20150817]
11900 gdb(1): Updated to 7.9.1. [christos 20150818] 11900 gdb(1): Updated to 7.9.1. [christos 20150818]
11901 acpi(4): Updated ACPICA to 20150717. [christos 20150818] 11901 acpi(4): Updated ACPICA to 20150717. [christos 20150818]
11902 mcp3kadc(4): Driver for Microchip 3x0x SAR ADC chips. [phx 20150818] 11902 mcp3kadc(4): Driver for Microchip 3x0x SAR ADC chips. [phx 20150818]
11903 OpenSSH: Imported 7.1. [christos 20150821] 11903 OpenSSH: Imported 7.1. [christos 20150821]
11904 dhcpcd: Import dhcpcd 6.9.2. [roy 20150821] 11904 dhcpcd: Import dhcpcd 6.9.2. [roy 20150821]
11905 rtwn(4): Add a driver for Realtek RTL8188CE/RTL8192CE PCIe IEEE 11905 rtwn(4): Add a driver for Realtek RTL8188CE/RTL8192CE PCIe IEEE
11906 802.11b/g/n wireless network devices, ported from OpenBSD. 11906 802.11b/g/n wireless network devices, ported from OpenBSD.
11907 [nonaka 20150827] 11907 [nonaka 20150827]
11908 arp(4): Remove net.inet.arp.{prune,refresh} sysctl. [ozaki-r 20150831] 11908 arp(4): Remove net.inet.arp.{prune,refresh} sysctl. [ozaki-r 20150831]
11909 bind: Import version 9.10.2-P4. [christos 20150903] 11909 bind: Import version 9.10.2-P4. [christos 20150903]
11910 dhcpcd: Import dhcpcd 6.9.3. [roy 20150904] 11910 dhcpcd: Import dhcpcd 6.9.3. [roy 20150904]
11911 ftp(1): SNI support for https. [wiz 20150912] 11911 ftp(1): SNI support for https. [wiz 20150912]
11912 netstat(1): Now knows how tall the display is. [mrg 20150919] 11912 netstat(1): Now knows how tall the display is. [mrg 20150919]
11913 atactl(8): Add smart codes 210, 246, 247 and 248. [mrg 20150920] 11913 atactl(8): Add smart codes 210, 246, 247 and 248. [mrg 20150920]
11914 libproc, librtld_db: Added from FreeBSD [christos 20150924] 11914 libproc, librtld_db: Added from FreeBSD [christos 20150924]
11915 dtrace: Updated from FreeBSD [christos 20150924] 11915 dtrace: Updated from FreeBSD [christos 20150924]
11916 resolvconf: Import openresolv-3.7.1 [roy 20150929] 11916 resolvconf: Import openresolv-3.7.1 [roy 20150929]
11917 x86: Add PCI Extended Configuration Space support [nonaka 20151002] 11917 x86: Add PCI Extended Configuration Space support [nonaka 20151002]
11918 pci(3): Decode Extended Capability in PCI Extended Configuration Space. 11918 pci(3): Decode Extended Capability in PCI Extended Configuration Space.
11919 [nonaka 20151002] 11919 [nonaka 20151002]
11920 lua: Updated to Lua 5.3.1 [mbalmer 20151008] 11920 lua: Updated to Lua 5.3.1 [mbalmer 20151008]
11921 libc: Update to tzcode2015g. [christos 20151009] 11921 libc: Update to tzcode2015g. [christos 20151009]
11922 wm(4): Support RX multiqueue. [knakahara,msaitoh 20151013] 11922 wm(4): Support RX multiqueue. [knakahara,msaitoh 20151013]
11923 ntp: Import ntp 4.2.8p4. [christos 20151023] 11923 ntp: Import ntp 4.2.8p4. [christos 20151023]
11924 scdebug: Add a way to have system call debug logs go to a kernel 11924 scdebug: Add a way to have system call debug logs go to a kernel
11925 history. [mrg 20151028] 11925 history. [mrg 20151028]
11926 vioscsi(4): Add driver for virtio SCSI devices [christos 20151030] 11926 vioscsi(4): Add driver for virtio SCSI devices [christos 20151030]
11927 omapgpio(4): Add support for TI AM335x GPIO. [jmcneill 20151101] 11927 omapgpio(4): Add support for TI AM335x GPIO. [jmcneill 20151101]
11928 libc/ti-rpc: Remove FD_SETSIZE limit; provide MT support for svc_run() 11928 libc/ti-rpc: Remove FD_SETSIZE limit; provide MT support for svc_run()
11929 to be run by multiple threads each thread handling the fd's it 11929 to be run by multiple threads each thread handling the fd's it
11930 created. Provide support for a poll based svc_run() and the 11930 created. Provide support for a poll based svc_run() and the
11931 global variables svc_pollfd and svc_pollfd_max. 11931 global variables svc_pollfd and svc_pollfd_max.
11932 [christos 20151107] 11932 [christos 20151107]
11933 amiga: wsdisplay(4) virtual terminals are working on CV64 and 11933 amiga: wsdisplay(4) virtual terminals are working on CV64 and
11934 CV64/3D. [phx 20151112] 11934 CV64/3D. [phx 20151112]
11935 amiga: Build the Xorg server with wsfb(4) driver. 11935 amiga: Build the Xorg server with wsfb(4) driver.
11936 Added wsfb(4) support for CV64 and CV64/3D graphics cards. 11936 Added wsfb(4) support for CV64 and CV64/3D graphics cards.
11937 [phx 20151112] 11937 [phx 20151112]
11938 cpuctl(8): Most commands can specify more than one CPU now. 11938 cpuctl(8): Most commands can specify more than one CPU now.
11939 [mrg 20151115] 11939 [mrg 20151115]
11940 ndp: net.inet6.ip6.neighborgcthresh is now per interface basis. 11940 ndp: net.inet6.ip6.neighborgcthresh is now per interface basis.
11941 [ozaki-r 20151125] 11941 [ozaki-r 20151125]
11942 dhcpcd: Import dhcpcd 6.9.4. [roy 20151130] 11942 dhcpcd: Import dhcpcd 6.9.4. [roy 20151130]
11943 openssl: Import openssl 1.0.1q [christos 20151206] 11943 openssl: Import openssl 1.0.1q [christos 20151206]
11944 ip6addrctl: Import from FreeBSD [christos 20151212] 11944 ip6addrctl: Import from FreeBSD [christos 20151212]
11945 adm1026hm(4): Add driver for ADM1026 i2c hardware monitor 11945 adm1026hm(4): Add driver for ADM1026 i2c hardware monitor
11946 [jdc 20151216] 11946 [jdc 20151216]
11947 bind: Import version 9.10.3-P2. [christos 20151216] 11947 bind: Import version 9.10.3-P2. [christos 20151216]
11948 mdocml: Import 1.13.3. [christos 20151217] 11948 mdocml: Import 1.13.3. [christos 20151217]
11949 sortinfo(1): Add utility to sort texinfo dir files [christos 20151218] 11949 sortinfo(1): Add utility to sort texinfo dir files [christos 20151218]
11950 x86: Add support for SMEP on amd64 and i386. [maxv 20151219] 11950 x86: Add support for SMEP on amd64 and i386. [maxv 20151219]
11951 raidframe: Now built as a kernel module; it can be built-in at 11951 raidframe: Now built as a kernel module; it can be built-in at
11952 kernel build time, or (for MODULAR kernels) loaded as 11952 kernel build time, or (for MODULAR kernels) loaded as
11953 needed. [pgoyette 20151226] 11953 needed. [pgoyette 20151226]
11954 admtemp(4): Add chip temperature limits for envsys(4) [jdc 20160103] 11954 admtemp(4): Add chip temperature limits for envsys(4) [jdc 20160103]
11955 lmtemp(4): Add chip temperature limits for envsys(4) [jdc 20160103] 11955 lmtemp(4): Add chip temperature limits for envsys(4) [jdc 20160103]
11956 ismt(4): Add another Intel Chipset internal SMBus driver. 11956 ismt(4): Add another Intel Chipset internal SMBus driver.
11957 [msaitoh 20160105] 11957 [msaitoh 20160105]
11958 dhcpcd: Import dhcpcd 6.10.0. [roy 20160107] 11958 dhcpcd: Import dhcpcd 6.10.0. [roy 20160107]
11959 ntp: Import ntp 4.2.8p5. [christos 20160108] 11959 ntp: Import ntp 4.2.8p5. [christos 20160108]
11960 flex(1): Import flex-2.6.0 [christos 20160109] 11960 flex(1): Import flex-2.6.0 [christos 20160109]
11961 acpi(4): Updated ACPICA to 20160108. [christos 20160109] 11961 acpi(4): Updated ACPICA to 20160108. [christos 20160109]
11962 byacc: update to 20150711 [christos 20160109] 11962 byacc: update to 20150711 [christos 20160109]
11963 tmux(1): Import of tmux 2.1 [christos 20160110] 11963 tmux(1): Import of tmux 2.1 [christos 20160110]
11964 dhcp: Import version 4.3.3. [christos 20160110] 11964 dhcp: Import version 4.3.3. [christos 20160110]
11965 gettext: Upgrade to 0.16.1 [christos 20160112] 11965 gettext: Upgrade to 0.16.1 [christos 20160112]
11966 bind: Import version 9.10.3-P3. [christos 20160119] 11966 bind: Import version 9.10.3-P3. [christos 20160119]
11967 dhcpcd: Import dhcpcd 6.10.1. [roy 20160120] 11967 dhcpcd: Import dhcpcd 6.10.1. [roy 20160120]
11968 gcc: Import GCC 5.3.0. [mrg 20160123] 11968 gcc: Import GCC 5.3.0. [mrg 20160123]
11969 lua: Updated to 5.3.2 [lneto 20160128] 11969 lua: Updated to 5.3.2 [lneto 20160128]
11970 openssl: Import openssl 1.0.1r [christos 20160130] 11970 openssl: Import openssl 1.0.1r [christos 20160130]
11971 gdb(1): Updated to 7.10.1. [christos 20160202] 11971 gdb(1): Updated to 7.10.1. [christos 20160202]
11972 network: Packet input processing (except for bpf) never runs in 11972 network: Packet input processing (except for bpf) never runs in
11973 hardware interrupt. [ozaki-r 20160209] 11973 hardware interrupt. [ozaki-r 20160209]
11974 elftoolchain: Import FreeBSD-2016-02-19. [christos 20160219] 11974 elftoolchain: Import FreeBSD-2016-02-19. [christos 20160219]
11975 openresolv: Import openresolv-3.7.3. [roy 20160222] 11975 openresolv: Import openresolv-3.7.3. [roy 20160222]
11976 mv(1): Add SIGINFO support. [mrg 20160228] 11976 mv(1): Add SIGINFO support. [mrg 20160228]
11977 openssl: Import openssl 1.0.1s - disable weak (export) ciphers and SSLv2 11977 openssl: Import openssl 1.0.1s - disable weak (export) ciphers and SSLv2
11978 [christos 20160301] 11978 [christos 20160301]
11979 bind: Import version 9.10.3-P4. [christos 20160309] 11979 bind: Import version 9.10.3-P4. [christos 20160309]
11980 OpenSSH: Imported 7.2. [christos 20160310] 11980 OpenSSH: Imported 7.2. [christos 20160310]
11981 libc: Update to tzcode2016b. [christos 20160315] 11981 libc: Update to tzcode2016b. [christos 20160315]
11982 zoneinfo: Import tzdata2016b. [christos 20160315] 11982 zoneinfo: Import tzdata2016b. [christos 20160315]
11983 wpa_supplicant(8): Added interface matching rules [roy 20160323] 11983 wpa_supplicant(8): Added interface matching rules [roy 20160323]
11984 lua: Applied second and third patch from http://lua.org/bugs.html 11984 lua: Applied second and third patch from http://lua.org/bugs.html
11985 [mbalmer 20160325] 11985 [mbalmer 20160325]
11986 i386: Add a GENERIC_PAE kernel that supports >4GB systems. [mrg 20160326] 11986 i386: Add a GENERIC_PAE kernel that supports >4GB systems. [mrg 20160326]
11987 network: Drop the concept of cloning/cloned routes [ozaki-r 20160404] 11987 network: Drop the concept of cloning/cloned routes [ozaki-r 20160404]
11988 network: Remove RTF_CLONING, RTF_XRESOLVE, RTF_LLINFO, RTF_CLONED and 11988 network: Remove RTF_CLONING, RTF_XRESOLVE, RTF_LLINFO, RTF_CLONED and
11989 RTM_RESOLVE [ozaki-r 20160404] 11989 RTM_RESOLVE [ozaki-r 20160404]
11990 network: Add RTF_CONNECTED as a substitute of RTF_CLONING 11990 network: Add RTF_CONNECTED as a substitute of RTF_CLONING
11991 [ozaki-r 20160404] 11991 [ozaki-r 20160404]
11992 route(8): Remove -xresolve, -[no]cloned and -llinfo options and add 11992 route(8): Remove -xresolve, -[no]cloned and -llinfo options and add
11993 [no]connected option (same as -[no]cloning) [ozaki-r 20160404] 11993 [no]connected option (same as -[no]cloning) [ozaki-r 20160404]
11994 route(8): Remove 'c' and 'L' flags and 'C' is now for connected routes 11994 route(8): Remove 'c' and 'L' flags and 'C' is now for connected routes
11995 [ozaki-r 20160404] 11995 [ozaki-r 20160404]
11996 netstat(1): Remove 'c' and 'L' flags and 'C' is now for connected routes 11996 netstat(1): Remove 'c' and 'L' flags and 'C' is now for connected routes
11997 [ozaki-r 20160404] 11997 [ozaki-r 20160404]
11998 route(8): route show doesn't contain nexthop caches [ozaki-r 20160404] 11998 route(8): route show doesn't contain nexthop caches [ozaki-r 20160404]
11999 netstat(1): netstat -r doesn't contain nexthop caches [ozaki-r 20160404] 11999 netstat(1): netstat -r doesn't contain nexthop caches [ozaki-r 20160404]
12000 network: Separate nexthop caches from routing table. [ozaki-r 20160404] 12000 network: Separate nexthop caches from routing table. [ozaki-r 20160404]
12001 libutil: added pidfile_lock, pidfile_read, pidfile_read [roy 20160410] 12001 libutil: added pidfile_lock, pidfile_read, pidfile_read [roy 20160410]
12002 dhcpcd(8): Import dhcpcd-6.10.2 [roy 20160410] 12002 dhcpcd(8): Import dhcpcd-6.10.2 [roy 20160410]
12003 openresolv(8): Import openresolv-3.8.0 [roy 20160411] 12003 openresolv(8): Import openresolv-3.8.0 [roy 20160411]
12004 ddb(4): rename show arptab to show routes [ozaki-r 20160413] 12004 ddb(4): rename show arptab to show routes [ozaki-r 20160413]
12005 bridge(4): Device is now MP-safe. [ozaki-r 20160108] 12005 bridge(4): Device is now MP-safe. [ozaki-r 20160108]
12006 dhcpcd(8): Import dhcpcd-6.10.3 [roy 20160420] 12006 dhcpcd(8): Import dhcpcd-6.10.3 [roy 20160420]
12007 usb(4) subsystem: Merge nick-nhusb [skrll 20160423] 12007 usb(4) subsystem: Merge nick-nhusb [skrll 20160423]
12008 - API / infra changes to support memory management changes. 12008 - API / infra changes to support memory management changes.
12009 - Memory management improvements and bug fixes. 12009 - Memory management improvements and bug fixes.
12010 - HCDs should now be MP safe 12010 - HCDs should now be MP safe
12011 - conversion to KERNHIST based debug 12011 - conversion to KERNHIST based debug
12012 - FS/LS isoc support on ehci(4). 12012 - FS/LS isoc support on ehci(4).
12013 - conversion to kmem(9) 12013 - conversion to kmem(9)
12014 - Some USB 3 support - mostly from Takahiro HAYASHI (t-hash). 12014 - Some USB 3 support - mostly from Takahiro HAYASHI (t-hash).
12015 - interrupt transfers now get proper DMA operations 12015 - interrupt transfers now get proper DMA operations
12016 - general bug fixes 12016 - general bug fixes
12017 - kern/48308 12017 - kern/48308
12018 - uhub status notification improvements 12018 - uhub status notification improvements
12019 - umass(4) probe fix (applied to HEAD already) 12019 - umass(4) probe fix (applied to HEAD already)
12020 - ohci(4) short transfer fix 12020 - ohci(4) short transfer fix
12021 nvme(4): Add a driver for Non-Volatile Memory Host Controller Interface 12021 nvme(4): Add a driver for Non-Volatile Memory Host Controller Interface
12022 devices, ported from OpenBSD. [nonaka 20160501] 12022 devices, ported from OpenBSD. [nonaka 20160501]
12023 ntp: Import ntp 4.2.8p7. [christos 20160501] 12023 ntp: Import ntp 4.2.8p7. [christos 20160501]
12024 openssl: Import openssl 1.0.1t - security fixes [christos 20160503] 12024 openssl: Import openssl 1.0.1t - security fixes [christos 20160503]
12025 acpi(4): Updated ACPICA to 20160422. [christos 20160504] 12025 acpi(4): Updated ACPICA to 20160422. [christos 20160504]
12026 dhcpcd(8): Import dhcpcd-6.11.0 [roy 20160509] 12026 dhcpcd(8): Import dhcpcd-6.11.0 [roy 20160509]
12027 x86: Map the kernel image segments independently with fine-grained 12027 x86: Map the kernel image segments independently with fine-grained
12028 permissions on amd64 and i386 (W^X). [maxv 20160514] 12028 permissions on amd64 and i386 (W^X). [maxv 20160514]
12029 x86: Use processor-specific features to optimize memory access time to 12029 x86: Use processor-specific features to optimize memory access time to
12030 the kernel image on amd64 and i386. [maxv 20160515] 12030 the kernel image on amd64 and i386. [maxv 20160515]
12031 arm: Add support for i.MX7 SoC. [ryo 20160517] 12031 arm: Add support for i.MX7 SoC. [ryo 20160517]
12032 wm(4): Support TX multiqueue. [knakahara 20160519] 12032 wm(4): Support TX multiqueue. [knakahara 20160519]
12033 bind: Import version 9.10.4-P1. [christos 20160526] 12033 bind: Import version 9.10.4-P1. [christos 20160526]
12034 network: Change hostzerobroadcast default to "no". This has has been 12034 network: Change hostzerobroadcast default to "no". This has has been
12035 the default for many years (broadcast to all ones instead to 12035 the default for many years (broadcast to all ones instead to
12036 all zeroes), but might affect some really old machines out 12036 all zeroes), but might affect some really old machines out
12037 there [christos 20160527] 12037 there [christos 20160527]
12038 zoneinfo: Import tzdata2016d. [agc 20160531] 12038 zoneinfo: Import tzdata2016d. [agc 20160531]
12039 ntp: Import ntp 4.2.8p8. [christos 20160603] 12039 ntp: Import ntp 4.2.8p8. [christos 20160603]
12040 ext2fs: Add ext4 extent support from FreeBSD, ported and contributed by 12040 ext2fs: Add ext4 extent support from FreeBSD, ported and contributed by
12041 Hrishikesh Goyal (GSoc 2016) [christos 20160603] 12041 Hrishikesh Goyal (GSoc 2016) [christos 20160603]
12042 sys_info: Import a script to return version information for system 12042 sys_info: Import a script to return version information for system
12043 libraries and utilities [agc 20160604] 12043 libraries and utilities [agc 20160604]
12044 nvmectl(8): Added NVM Express control utility. [nonaka 20160604] 12044 nvmectl(8): Added NVM Express control utility. [nonaka 20160604]
12045 gcc: Import GCC 5.4.0. [mrg 20160606] 12045 gcc: Import GCC 5.4.0. [mrg 20160606]
12046 dhcpcd(8): Import dhcpcd-6.11.1. [roy 20160617] 12046 dhcpcd(8): Import dhcpcd-6.11.1. [roy 20160617]
12047 nfs: Support NFS server with COMAPT_NETBSD32. [mrg 20160622] 12047 nfs: Support NFS server with COMAPT_NETBSD32. [mrg 20160622]
12048 ext2fs: Add ext4 htree index support from FreeBSD, ported and 12048 ext2fs: Add ext4 htree index support from FreeBSD, ported and
12049 contributed by Hrishikesh Goyal (GSoc 2016). [christos 20160624] 12049 contributed by Hrishikesh Goyal (GSoc 2016). [christos 20160624]
12050 mdocml: Import 1.13.4. [christos 20160715] 12050 mdocml: Import 1.13.4. [christos 20160715]
12051 acpi(4): Updated ACPICA to 20160527. [christos 20160718] 12051 acpi(4): Updated ACPICA to 20160527. [christos 20160718]
12052 kernel: Use fine-grained permissions for kernel modules segments 12052 kernel: Use fine-grained permissions for kernel modules segments
12053 (W^X). [maxv 20160720] 12053 (W^X). [maxv 20160720]
12054 amd64: Prevent NULL from being mappable in kernel mode. [maxv 20160722] 12054 amd64: Prevent NULL from being mappable in kernel mode. [maxv 20160722]
12055 amd64: Use fine-grained permissions for architecture-specific memory 12055 amd64: Use fine-grained permissions for architecture-specific memory
12056 areas (W^X). [maxv 20160725] 12056 areas (W^X). [maxv 20160725]
12057 sdtemp(4): Add support for Atmel AT30TS00, AT30TSE004, Giantec 12057 sdtemp(4): Add support for Atmel AT30TS00, AT30TSE004, Giantec
12058 GT30TS00, GT34TS02, Microchip MCP9804, MCP98244, IDT 12058 GT30TS00, GT34TS02, Microchip MCP9804, MCP98244, IDT
12059 TS3000GB[02], TS3001GB2, TSE200[24]GB2 and On Semiconductor 12059 TS3000GB[02], TS3001GB2, TSE200[24]GB2 and On Semiconductor
12060 CAT34TS04. [msaitoh 20160726] 12060 CAT34TS04. [msaitoh 20160726]
12061 sdtemp(4): Add JEDEC TSE2004av support. [msaitoh 20160728] 12061 sdtemp(4): Add JEDEC TSE2004av support. [msaitoh 20160728]
12062 xorg-server: Import xorg-server 1.18.4. [mrg 20160801] 12062 xorg-server: Import xorg-server 1.18.4. [mrg 20160801]
12063 OpenSSH: Imported 7.3. [christos 20160802] 12063 OpenSSH: Imported 7.3. [christos 20160802]
12064 xen: Map the kernel image segments independently with fine-grained 12064 xen: Map the kernel image segments independently with fine-grained
12065 permissions (W^X). [maxv 20160802] 12065 permissions (W^X). [maxv 20160802]
12066 ext2fs: Add ext4 extra_inode support. [jdolecek 20160803] 12066 ext2fs: Add ext4 extra_inode support. [jdolecek 20160803]
12067 kernel: Provide an efficient way to prevent NULL from being mappable 12067 kernel: Provide an efficient way to prevent NULL from being mappable
12068 in userland processes. [maxv 20160806] 12068 in userland processes. [maxv 20160806]
12069 ext2fs: Actually fill file type for readdir(4) and friends. 12069 ext2fs: Actually fill file type for readdir(4) and friends.
12070 [jdolecek 20160615] 12070 [jdolecek 20160615]
12071 zoneinfo: Import tzdata2016f. [kre 20160807] 12071 zoneinfo: Import tzdata2016f. [kre 20160807]
12072 tcu(4): Add support for flxd TC-USB TURBOchannel USB and GPIO option. 12072 tcu(4): Add support for flxd TC-USB TURBOchannel USB and GPIO option.
12073 [flxd 20160811] 12073 [flxd 20160811]
12074 ext2fs: Add read-only ext4 extended attribute support. 12074 ext2fs: Add read-only ext4 extended attribute support.
12075 [jdolecek 20160612] 12075 [jdolecek 20160612]
12076 dhcpcd(8): Import dhcpcd-6.11.3. [roy 20160815] 12076 dhcpcd(8): Import dhcpcd-6.11.3. [roy 20160815]
12077 ext2fs: Add ext4 dir_nlink support, supporting up to 64000 file hard 12077 ext2fs: Add ext4 dir_nlink support, supporting up to 64000 file hard
12078 links, and unlimited directory links. [jdolecek 20160815] 12078 links, and unlimited directory links. [jdolecek 20160815]
12079 ext2fs: Add ext4 gdt_csum/uninit_bg support. [jdolecek 20160815] 12079 ext2fs: Add ext4 gdt_csum/uninit_bg support. [jdolecek 20160815]
12080 unbound: Import 1.5.9. [christos 20160820] 12080 unbound: Import 1.5.9. [christos 20160820]
12081 tmux(1): Import of tmux 2.2 [christos 20160831] 12081 tmux(1): Import of tmux 2.2 [christos 20160831]
12082 lua: updated to 5.3.3 and applied all three patches from  12082 lua: updated to 5.3.3 and applied all three patches from
12083 http://lua.org/bugs.html [salazar 20160908] 12083 http://lua.org/bugs.html [salazar 20160908]
12084 libc: Update to tzcode2016f. [christos 20160916] 12084 libc: Update to tzcode2016f. [christos 20160916]
12085 nvme(4): NVMe driver is now MPSAFE. [jdolecek 20160918] 12085 nvme(4): NVMe driver is now MPSAFE. [jdolecek 20160918]
12086 pci(4): Introduce a better drvname method. [mrg 20160924] 12086 pci(4): Introduce a better drvname method. [mrg 20160924]
12087 zoneinfo: Import tzdata2016g. [kre 20160929] 12087 zoneinfo: Import tzdata2016g. [kre 20160929]
12088 libc: Add <stdalign.h> and <stdnoreturn.h>. [kamil 20161002] 12088 libc: Add <stdalign.h> and <stdnoreturn.h>. [kamil 20161002]
12089 c11: Import cc(1) wrapper for C11. [kamil 20161003] 12089 c11: Import cc(1) wrapper for C11. [kamil 20161003]
12090 libc: Add the C11 static_assert macro in <assert.h>. [kamil 20161003] 12090 libc: Add the C11 static_assert macro in <assert.h>. [kamil 20161003]
12091 mntva(4): Add driver for MNTMN VA2000 FPGA-based graphics card for 12091 mntva(4): Add driver for MNTMN VA2000 FPGA-based graphics card for
12092 Amiga computers with Zorro slot. Supports accelerated wsdisplay 12092 Amiga computers with Zorro slot. Supports accelerated wsdisplay
12093 console and wsfb-based X11. [rkujawa 20161003] 12093 console and wsfb-based X11. [rkujawa 20161003]
12094 libc: Add the timespec_get function and TIME_UTC definition in the 12094 libc: Add the timespec_get function and TIME_UTC definition in the
12095 <time.h> header. Enable unconditionally the timespec struct 12095 <time.h> header. Enable unconditionally the timespec struct
12096 definition in <time.h>. Changes conform to the C11 standard. 12096 definition in <time.h>. Changes conform to the C11 standard.
12097 [kamil 20161004] 12097 [kamil 20161004]
12098 bind: Import version 9.10.4-P3. [christos 20161004] 12098 bind: Import version 9.10.4-P3. [christos 20161004]
12099 atactl(8): Add smart code 249. [mrg 20161004] 12099 atactl(8): Add smart code 249. [mrg 20161004]
12100 mips: Add support for MediaTek MT7628 SoC [ryo 20161006] 12100 mips: Add support for MediaTek MT7628 SoC [ryo 20161006]
12101 libc: Update to tzcode2016g. [christos 20161007] 12101 libc: Update to tzcode2016g. [christos 20161007]
12102 dhcpcd(8): Import dhcpcd-6.11.4 [roy 20161009] 12102 dhcpcd(8): Import dhcpcd-6.11.4 [roy 20161009]
12103 urtwn(4): Add support for Realtek 8192EU [nat 20161012] 12103 urtwn(4): Add support for Realtek 8192EU [nat 20161012]
12104 gdb(1): Updated to 7.12. [christos 20161012] 12104 gdb(1): Updated to 7.12. [christos 20161012]
12105 libc: Add the wcsnlen(3) function in <wchar.h>. [kamil 20161015] 12105 libc: Add the wcsnlen(3) function in <wchar.h>. [kamil 20161015]
12106 libc: Update to tzcode2016h. [christos 20161020] 12106 libc: Update to tzcode2016h. [christos 20161020]
12107 zoneinfo: Import tzdata2016h. [kre 20161020] 12107 zoneinfo: Import tzdata2016h. [kre 20161020]
12108 binutils: Updated to FSF binutils 2.27. [christos 20161026] 12108 binutils: Updated to FSF binutils 2.27. [christos 20161026]
12109 wapbl(4): Improved truncate performance, and stability [jdolecek 20161028] 12109 wapbl(4): Improved truncate performance, and stability [jdolecek 20161028]
12110 bind: Import version 9.10.4-P4. [christos 20161101] 12110 bind: Import version 9.10.4-P4. [christos 20161101]
12111 zoneinfo: Import tzdata2016i. [kre 20161103] 12111 zoneinfo: Import tzdata2016i. [kre 20161103]
12112 libc: Update to tzcode2016i. [christos 20161104] 12112 libc: Update to tzcode2016i. [christos 20161104]
12113 acpi(4): Updated ACPICA to 20160930. [christos 20161111] 12113 acpi(4): Updated ACPICA to 20160930. [christos 20161111]
12114 scsictl(8): Add "getrealloc" and "setrealloc" commands to get/set 12114 scsictl(8): Add "getrealloc" and "setrealloc" commands to get/set
12115 automatic reallocation parameters/enables for error recovery. 12115 automatic reallocation parameters/enables for error recovery.
12116 [flxd 20161119] 12116 [flxd 20161119]
12117 scsipi(9): Make scsipi framework MPSAFE. [mlelstv 20161120] 12117 scsipi(9): Make scsipi framework MPSAFE. [mlelstv 20161120]
12118 umass(4): mark MPSAFE. [skrll 20161121] 12118 umass(4): mark MPSAFE. [skrll 20161121]
12119 wpa: Import wpa_supplicant and hostapd 2.6. [christos 20161121] 12119 wpa: Import wpa_supplicant and hostapd 2.6. [christos 20161121]
12120 ntp: Import ntp 4.2.8p9. [christos 20161121] 12120 ntp: Import ntp 4.2.8p9. [christos 20161121]
12121 zoneinfo: Import tzdata2016j. [kre 20161124] 12121 zoneinfo: Import tzdata2016j. [kre 20161124]
12122 systat(1): Add -b option to dump once and exit. [mrg 20161202] 12122 systat(1): Add -b option to dump once and exit. [mrg 20161202]
12123 luna68k: Preliminary support for LUNA's HD647180X I/O processor 12123 luna68k: Preliminary support for LUNA's HD647180X I/O processor
12124 (a.k.a. XP). [tsutsui 20161203] 12124 (a.k.a. XP). [tsutsui 20161203]
12125 axe(4): added support for AX88772A and AX88772B chipsets (from 12125 axe(4): added support for AX88772A and AX88772B chipsets (from
12126 FreeBSD) [skrll 20161204] 12126 FreeBSD) [skrll 20161204]
12127 ixg(4): Add X55x support [msaitoh 20161205] 12127 ixg(4): Add X55x support [msaitoh 20161205]
12128 audio(4): Audio sub-system changes - in kernel mixing [nat 20161208] 12128 audio(4): Audio sub-system changes - in kernel mixing [nat 20161208]
12129 speaker(4):Synthesized beep for platforms with audio [nat 20161208] 12129 speaker(4):Synthesized beep for platforms with audio [nat 20161208]
12130 crash(8): Add sparc support. [mrg 20161210] 12130 crash(8): Add sparc support. [mrg 20161210]
12131 cgd(4): Add aes-xts. [alnsn 20161211] 12131 cgd(4): Add aes-xts. [alnsn 20161211]
12132 options(4): Remove KSTACK_CHECK_DR0. [kamil 20161213] 12132 options(4): Remove KSTACK_CHECK_DR0. [kamil 20161213]
12133 ptrace(2): Add hardware assisted breakpoint/watchpoint API: 12133 ptrace(2): Add hardware assisted breakpoint/watchpoint API:
12134 PT_READ_WATCHPOINT, PT_WRITE_WATCHPOINT and 12134 PT_READ_WATCHPOINT, PT_WRITE_WATCHPOINT and
12135 PT_COUNT_WATCHPOINTS [kamil 20161215] 12135 PT_COUNT_WATCHPOINTS [kamil 20161215]
12136 rtadvd(8): Support -p <pidfile> option. [ozaki-r 20161216] 12136 rtadvd(8): Support -p <pidfile> option. [ozaki-r 20161216]
12137 xen: Add support for kernel modules. [maxv 20161216] 12137 xen: Add support for kernel modules. [maxv 20161216]
12138 mips64: Use N64 binaries where kvm is required, fixing fstat, netstat, 12138 mips64: Use N64 binaries where kvm is required, fixing fstat, netstat,
12139 systat, crash, pstat and kgmon. [mrg 20161222] 12139 systat, crash, pstat and kgmon. [mrg 20161222]
12140 OpenSSH: Imported 7.4. [christos 20161224] 12140 OpenSSH: Imported 7.4. [christos 20161224]
12141 dreamcast: Add preliminary "G1-ATA" IDE HDD support. [tsutsui 20161229] 12141 dreamcast: Add preliminary "G1-ATA" IDE HDD support. [tsutsui 20161229]
12142 resolvconf(8): Import openresolv-3.9.0 [roy 20161230] 12142 resolvconf(8): Import openresolv-3.9.0 [roy 20161230]
12143 flex(1): Import flex-2.6.3 [christos 20170102] 12143 flex(1): Import flex-2.6.3 [christos 20170102]
12144 ptrace(2): Add new si_code value of SIGTRAP: TRAP_EXEC [kamil 20170107] 12144 ptrace(2): Add new si_code value of SIGTRAP: TRAP_EXEC [kamil 20170107]
12145 ptrace(2): Add signal information accessors API: 12145 ptrace(2): Add signal information accessors API:
12146 PT_GET_SIGINFO and PT_SET_SIGINFO [kamil 20170107] 12146 PT_GET_SIGINFO and PT_SET_SIGINFO [kamil 20170107]
12147 nsd(8): Add the NSD Authoritative DNS server [christos 20170107] 12147 nsd(8): Add the NSD Authoritative DNS server [christos 20170107]
12148 zlib(3): Import 1.2.10 [christos 20170109] 12148 zlib(3): Import 1.2.10 [christos 20170109]
12149 ptrace(2): Add new si_code value of SIGTRAP: TRAP_CHLD [kamil 20170110] 12149 ptrace(2): Add new si_code value of SIGTRAP: TRAP_CHLD [kamil 20170110]
12150 ptrace(2): Add new options in EVENT_MASK: PTRACE_VFORK and 12150 ptrace(2): Add new options in EVENT_MASK: PTRACE_VFORK and
12151 PTRACE_VFORK_DONE [kamil 20170113] 12151 PTRACE_VFORK_DONE [kamil 20170113]
12152 ptrace(2): Add new options in EVENT_MASK: PTRACE_LWP_CREATE and 12152 ptrace(2): Add new options in EVENT_MASK: PTRACE_LWP_CREATE and
12153 PTRACE_LWP_EXIT [kamil 20170114] 12153 PTRACE_LWP_EXIT [kamil 20170114]
12154 siginfo(2): Add new si_code for SIGTRAP: TRAP_LWP [kamil 20170114] 12154 siginfo(2): Add new si_code for SIGTRAP: TRAP_LWP [kamil 20170114]
12155 libpcap: Import 1.8.1. [christos 20170124] 12155 libpcap: Import 1.8.1. [christos 20170124]
12156 tcpdump(8): Import 4.8.1. [christos 20170124] 12156 tcpdump(8): Import 4.8.1. [christos 20170124]
12157 acpi(4): Updated ACPICA to 20170119. [christos 20170125] 12157 acpi(4): Updated ACPICA to 20170119. [christos 20170125]
12158 bta2dpd(8): Add new bluetooth A2DP daemon. [nat 20170129] 12158 bta2dpd(8): Add new bluetooth A2DP daemon. [nat 20170129]
12159 kerberos(8): Update to latest Heimdal-HEAD [christos 20170128] 12159 kerberos(8): Update to latest Heimdal-HEAD [christos 20170128]
12160 libevent: Import libevent 2.1.18 [christos 20170131] 12160 libevent: Import libevent 2.1.18 [christos 20170131]
12161 nc(1): Add a netcat utility from OpenBSD [christos 20170206] 12161 nc(1): Add a netcat utility from OpenBSD [christos 20170206]
12162 pthread_dbg(3): Removed from the base distribution. [kamil 20170208] 12162 pthread_dbg(3): Removed from the base distribution. [kamil 20170208]
12163 ixg(4): Support TX/RX multiqueue [msaitoh 20170208] 12163 ixg(4): Support TX/RX multiqueue [msaitoh 20170208]
12164 ixv(4): Add Intel 10G Ethernet virtual function driver. 12164 ixv(4): Add Intel 10G Ethernet virtual function driver.
12165 [msaitoh 20170208] 12165 [msaitoh 20170208]
12166 bind: Import version 9.10.4-P6. [christos 20170208] 12166 bind: Import version 9.10.4-P6. [christos 20170208]
12167 openldap: Import 2.4.44. [christos 20170208] 12167 openldap: Import 2.4.44. [christos 20170208]
12168 libc: Add accept4 function for compatibility [maya 20170208] 12168 libc: Add accept4 function for compatibility [maya 20170208]
12169 bpf(4): Make it MP-safe [ozaki-r 20170209] 12169 bpf(4): Make it MP-safe [ozaki-r 20170209]
12170 file(1): Upgraded to 5.30. [christos 20170210] 12170 file(1): Upgraded to 5.30. [christos 20170210]
12171 byacc: update to 20170201 [christos 20170211] 12171 byacc: update to 20170201 [christos 20170211]
12172 postfix(1): Import version 3.1.4. [christos 20170213] 12172 postfix(1): Import version 3.1.4. [christos 20170213]
12173 l2tp(4): Add L2TPv3 interface. [knakahara 20170216] 12173 l2tp(4): Add L2TPv3 interface. [knakahara 20170216]
12174 siginfo(2): Add new si_code for SIGTRAP: TRAP_DBREG [kamil 20170217] 12174 siginfo(2): Add new si_code for SIGTRAP: TRAP_DBREG [kamil 20170217]
12175 disklabel(5): Add DISKLABEL_EI (``Endian-Independent'' disklabel) 12175 disklabel(5): Add DISKLABEL_EI (``Endian-Independent'' disklabel)
12176 kernel option to machines that support Master Boot Record 12176 kernel option to machines that support Master Boot Record
12177 (MBR). [rin 20170219] 12177 (MBR). [rin 20170219]
12178 ptrace(2): Add new API replacing PT_WATCHPOINT for Debug Registers: 12178 ptrace(2): Add new API replacing PT_WATCHPOINT for Debug Registers:
12179 PT_GETDBREGS and PT_SETDBREGS [kamil 20170223] 12179 PT_GETDBREGS and PT_SETDBREGS [kamil 20170223]
12180 dk(4): Add DKWEDGE_METHOD_RDB option to enable Amiga Rigid Disk Block 12180 dk(4): Add DKWEDGE_METHOD_RDB option to enable Amiga Rigid Disk Block
12181 (RDB) partitioning detection method. [rin 20170226] 12181 (RDB) partitioning detection method. [rin 20170226]
12182 siginfo(2): Add new si_code values for SIGTRAP: TRAP_SCE and TRAP_SCX 12182 siginfo(2): Add new si_code values for SIGTRAP: TRAP_SCE and TRAP_SCX
12183 [kamil 20170228] 12183 [kamil 20170228]
12184 zoneinfo: Import tzdata2017a. [kre 20170301] 12184 zoneinfo: Import tzdata2017a. [kre 20170301]
12185 vioscsi(4): Allocate bus dma maps on attach, improves stability 12185 vioscsi(4): Allocate bus dma maps on attach, improves stability
12186 and performance, adresses kern/52043 [jdolecek 20170307] 12186 and performance, adresses kern/52043 [jdolecek 20170307]
12187 luna68k: Add a driver for LUNA's front panel LCD. Ported from 12187 luna68k: Add a driver for LUNA's front panel LCD. Ported from
12188 OpenBSD/luna88k. [tsutsui 20170309] 12188 OpenBSD/luna88k. [tsutsui 20170309]
12189 sqlite3: Import 3.17.0. [christos 20170311] 12189 sqlite3: Import 3.17.0. [christos 20170311]
12190 libc: Update to tzcode2017a. [christos 20170311] 12190 libc: Update to tzcode2017a. [christos 20170311]
12191 x86: Revamp the PMC (Performance-Monitoring Counter) support. 12191 x86: Revamp the PMC (Performance-Monitoring Counter) support.
12192 [maxv 20170311] 12192 [maxv 20170311]
12193 mdocml: Import 1.14.1. [christos 20170318] 12193 mdocml: Import 1.14.1. [christos 20170318]
12194 sh(1): Arithmetic parser imported from dash (via FreeBSD) 12194 sh(1): Arithmetic parser imported from dash (via FreeBSD)
12195 adding support for all required operators, as well 12195 adding support for all required operators, as well
12196 as being smaller and faster. [kre 20170320] 12196 as being smaller and faster. [kre 20170320]
12197 zoneinfo: Import tzdata2017b. [kre 20170321] 12197 zoneinfo: Import tzdata2017b. [kre 20170321]
12198 virtio(4): Refactor child driver attach code for better modularization 12198 virtio(4): Refactor child driver attach code for better modularization
12199 [jdolecek 20170325] 12199 [jdolecek 20170325]
12200 vioscsi(4): Use MSI/MSI-X, reduce disk probe time [jdolecek 20170325] 12200 vioscsi(4): Use MSI/MSI-X, reduce disk probe time [jdolecek 20170325]
12201 dhcpcd(8): Import dhcpcd-7.0.0-beta2 [roy 20170402] 12201 dhcpcd(8): Import dhcpcd-7.0.0-beta2 [roy 20170402]
12202 ptrace(2): Add operations to single step specified threads: 12202 ptrace(2): Add operations to single step specified threads:
12203 PT_SETSTEP and PT_CLEARSTEP [kamil 20170408] 12203 PT_SETSTEP and PT_CLEARSTEP [kamil 20170408]
12204 route(4): Add RO_MSGFILTER [roy 20170411] 12204 route(4): Add RO_MSGFILTER [roy 20170411]
12205 dc(1): Import from OpenBSD (replaced GPL version) [christos 20170410] 12205 dc(1): Import from OpenBSD (replaced GPL version) [christos 20170410]
12206 bind: Import version 9.10.4-P8. [christos 20170413] 12206 bind: Import version 9.10.4-P8. [christos 20170413]
12207 ntp: Import ntp 4.2.8p10. [christos 20170413] 12207 ntp: Import ntp 4.2.8p10. [christos 20170413]
12208 dhcpcd: Import dhcpcd 7.0.0-beta3 [roy 20170414] 12208 dhcpcd: Import dhcpcd 7.0.0-beta3 [roy 20170414]
12209 OpenSSH: Imported 7.5. [christos 20170418] 12209 OpenSSH: Imported 7.5. [christos 20170418]
12210 tmux(1): Import of tmux 2.4 [christos 20170423] 12210 tmux(1): Import of tmux 2.4 [christos 20170423]
12211 libc: Update to tzcode2017b. [christos 20170425] 12211 libc: Update to tzcode2017b. [christos 20170425]
12212 lua: Updated to Lua 5.3.4. [mbalmer 20170426] 12212 lua: Updated to Lua 5.3.4. [mbalmer 20170426]
12213 acpi(4): Updated ACPICA to 20170303. [christos 20170430] 12213 acpi(4): Updated ACPICA to 20170303. [christos 20170430]
12214 openpam(3): update to 20170430 (resedacea) [christos 20170506] 12214 openpam(3): update to 20170430 (resedacea) [christos 20170506]
12215 dhcpcd: Import dhcpcd 7.0.0-rc1 [roy 20170510] 12215 dhcpcd: Import dhcpcd 7.0.0-rc1 [roy 20170510]
12216 vioscsi(4): Stability fixes [jdolecek 20170515] 12216 vioscsi(4): Stability fixes [jdolecek 20170515]
12217 localcount(9): Add localcount ref-count primitives [pgoyette 20170519] 12217 localcount(9): Add localcount ref-count primitives [pgoyette 20170519]
12218 openssl: Remove MKCRYPTO_RC5 option now that the patents have expired. 12218 openssl: Remove MKCRYPTO_RC5 option now that the patents have expired.
12219 [riastradh 20170521] 12219 [riastradh 20170521]
12220 src: Remove MKCRYPTO option and always include cryptography. 12220 src: Remove MKCRYPTO option and always include cryptography.
12221 [riastradh 20170521] 12221 [riastradh 20170521]
12222 file(1): Upgraded to 5.31. [christos 20170524] 12222 file(1): Upgraded to 5.31. [christos 20170524]
12223 can(4): Added a socketcan implementation, a socket layer for 12223 can(4): Added a socketcan implementation, a socket layer for
12224 CAN busses. [bouyer 20170527] 12224 CAN busses. [bouyer 20170527]
12225 vlan(4): Make it MP-safe from s-yamaguchi@IIJ [knakahara 20170607] 12225 vlan(4): Make it MP-safe from s-yamaguchi@IIJ [knakahara 20170607]
12226 opencrypto(9): Complete MP-ification [knakahara 20170731] 12226 opencrypto(9): Complete MP-ification [knakahara 20170731]
12227 ipsec(4): Make it MP-safe [ozaki-r 20170809] 12227 ipsec(4): Make it MP-safe [ozaki-r 20170809]
12228 evbmips: Merge sbmips port into evbmips. [mrg 20170815] 12228 evbmips: Merge sbmips port into evbmips. [mrg 20170815]
12229 amd64: Backport SVS (Meltdown mitigation). [maxv 20180404] 12229 amd64: Backport SVS (Meltdown mitigation). [maxv 20180404]
12230 x86: Backport retpoline (SpectreV2 mitigation). [mrg 20180411] 12230 x86: Backport retpoline (SpectreV2 mitigation). [mrg 20180411]
12231 amd64: Backport SMAP. [maxv 20180414] 12231 amd64: Backport SMAP. [maxv 20180414]
12232 x86: Backport SpectreV2 mitigations (hardware). [maxv 20180609] 12232 x86: Backport SpectreV2 mitigations (hardware). [maxv 20180609]
12233 x86: Backport SpectreV4 mitigations. [maxv 20180609] 12233 x86: Backport SpectreV4 mitigations. [maxv 20180609]
12234 12234
12235Changes from NetBSD 8.0 to NetBSD 9.0: 12235Changes from NetBSD 8.0 to NetBSD 9.0:
12236 byacc: Update to 20170430. [christos 20170605] 12236 byacc: Update to 20170430. [christos 20170605]
12237 vax: Add support for VAXstation 4000 TURBOchannel. [flxd 20170609] 12237 vax: Add support for VAXstation 4000 TURBOchannel. [flxd 20170609]
12238 wsbell(4): Added console bell support for all speaker devices, not 12238 wsbell(4): Added console bell support for all speaker devices, not
12239 only those attached at pcppi. [nat 20170612] 12239 only those attached at pcppi. [nat 20170612]
12240 bind: Import version 9.10.5-P1. [christos 20170615] 12240 bind: Import version 9.10.5-P1. [christos 20170615]
12241 dts: Import dts files from Linux 4.11.5. [jmcneill 20170615] 12241 dts: Import dts files from Linux 4.11.5. [jmcneill 20170615]
12242 amd64: Support 16TB of PA, and 32TB of kernel VA on the architecture 12242 amd64: Support 16TB of PA, and 32TB of kernel VA on the architecture
12243 side. [maxv 20170617] 12243 side. [maxv 20170617]
12244 expat: Import 2.2.1 (security fixes). [christos 20170617] 12244 expat: Import 2.2.1 (security fixes). [christos 20170617]
12245 evbarm: Add support for Allwinner H3 SoC. [jmcneill 20170628] 12245 evbarm: Add support for Allwinner H3 SoC. [jmcneill 20170628]
12246 bind: Import version 9.10.5-P2. [christos 20170630] 12246 bind: Import version 9.10.5-P2. [christos 20170630]
12247 sunxiemac(4): Add support for Allwinner Gigabit Ethernet (EMAC). 12247 sunxiemac(4): Add support for Allwinner Gigabit Ethernet (EMAC).
12248 [jmcneill 20170701] 12248 [jmcneill 20170701]
12249 fsdb(8): Add "saveblks" command. [mrg 20170804] 12249 fsdb(8): Add "saveblks" command. [mrg 20170804]
12250 wbsio(4): Add support for Winbond W83627DHG-P, W83627SF, W83627UHG, 12250 wbsio(4): Add support for Winbond W83627DHG-P, W83627SF, W83627UHG,
12251 W83667HGB, W83687THF, W83697UG, Nuvoton NCT5104D, NCT6775, 12251 W83667HGB, W83687THF, W83697UG, Nuvoton NCT5104D, NCT6775,
12252 NCT6779, NCT6791, NCT6792 and NCT6793. [msaitoh 20170707] 12252 NCT6779, NCT6791, NCT6792 and NCT6793. [msaitoh 20170707]
12253 evbarm: Add support for Allwinner A83T SoC. [jmcneill 20170707] 12253 evbarm: Add support for Allwinner A83T SoC. [jmcneill 20170707]
12254 MAKEDEV(8): Regenerate, documenting lua, dk, plcom, wmcom, hdmicec, mfi, 12254 MAKEDEV(8): Regenerate, documenting lua, dk, plcom, wmcom, hdmicec, mfi,
12255 nvme, nvme ns, tpm, and dtrace devices. [sevan 20170710] 12255 nvme, nvme ns, tpm, and dtrace devices. [sevan 20170710]
12256 wbsio(4): Add support for NCT6795. [msaitoh 20170711] 12256 wbsio(4): Add support for NCT6795. [msaitoh 20170711]
12257 lm(4): Add support for NCT5174D, NCT6775F, NCT6779D and NCT679[1235]D. 12257 lm(4): Add support for NCT5174D, NCT6775F, NCT6779D and NCT679[1235]D.
12258 [msaitoh 20170711] 12258 [msaitoh 20170711]
12259 evbarm: Add support for NVIDIA Tegra X1 SoC. [jmcneill 20170720] 12259 evbarm: Add support for NVIDIA Tegra X1 SoC. [jmcneill 20170720]
12260 evbarm: Add support for Allwinner A64 SoC. [jmcneill 20170723] 12260 evbarm: Add support for Allwinner A64 SoC. [jmcneill 20170723]
12261 gzip(1): Add SIGINFO support. [mrg 20170804] 12261 gzip(1): Add SIGINFO support. [mrg 20170804]
12262 i386: Remove vm86. [maxv 20170812] 12262 i386: Remove vm86. [maxv 20170812]
12263 itesio(4): Add support IT8628E. [hauke 20170814] 12263 itesio(4): Add support IT8628E. [hauke 20170814]
12264 ichsmb(4): Add support for Intel C3000. [msaitoh 20170817] 12264 ichsmb(4): Add support for Intel C3000. [msaitoh 20170817]
12265 ismt(4): Add support for Intel C3000. [msaitoh 20170817] 12265 ismt(4): Add support for Intel C3000. [msaitoh 20170817]
12266 powerpc: Bump MAXTSIZ to 128MB for OEA based systems. [sevan 20170818] 12266 powerpc: Bump MAXTSIZ to 128MB for OEA based systems. [sevan 20170818]
12267 GMP/MPFR/MPC: Update to 6.1.2, 3.1.5 and 1.0.3. [mrg 20170821] 12267 GMP/MPFR/MPC: Update to 6.1.2, 3.1.5 and 1.0.3. [mrg 20170821]
12268 ixg(4), ixv(4): Add C3000 support. Add bypass function support for 12268 ixg(4), ixv(4): Add C3000 support. Add bypass function support for
12269 bypass adapters. [msaitoh 20170830] 12269 bypass adapters. [msaitoh 20170830]
12270 file(1): Upgraded to 5.32. [christos 20170908] 12270 file(1): Upgraded to 5.32. [christos 20170908]
12271 tcpdump(8): Import 4.9.2. [christos 20170908] 12271 tcpdump(8): Import 4.9.2. [christos 20170908]
12272 veriexecgen(8): Drop support for MD5, SHA1, RMD160. [sevan 20170909] 12272 veriexecgen(8): Drop support for MD5, SHA1, RMD160. [sevan 20170909]
12273 itesio(4): Add support IT8728GF and IT877[12]E. [hauke 20170814] 12273 itesio(4): Add support IT8728GF and IT877[12]E. [hauke 20170814]
12274 evbarm: Add support for Allwinner A13 and R8 SoCs. [jmcneill 20170825] 12274 evbarm: Add support for Allwinner A13 and R8 SoCs. [jmcneill 20170825]
12275 veriexec(4): Drop support for VERIFIED_EXEC_FP_MD5, 12275 veriexec(4): Drop support for VERIFIED_EXEC_FP_MD5,
12276 VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_RMD160 options. 12276 VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_RMD160 options.
12277 [sevan 20170913] 12277 [sevan 20170913]
12278 acpi(4): Updated ACPICA to 20170831. [christos 20170915] 12278 acpi(4): Updated ACPICA to 20170831. [christos 20170915]
12279 dtrace: Install dtruss, execsnoop, opensnoop, and procsystime from the 12279 dtrace: Install dtruss, execsnoop, opensnoop, and procsystime from the
12280 DTrace Toolkit if DTrace support is enabled. [sevan 20170917] 12280 DTrace Toolkit if DTrace support is enabled. [sevan 20170917]
12281 dhcpcd(8): Import dhcpcd-7.0.0-rc3. [roy 20171007] 12281 dhcpcd(8): Import dhcpcd-7.0.0-rc3. [roy 20171007]
12282 ahcisata(4), siisata(4): Add support for NCQ. [jdolecek 20171007] 12282 ahcisata(4), siisata(4): Add support for NCQ. [jdolecek 20171007]
12283 mvsata(4): Add support for NCQ, and enable ATAPI support. 12283 mvsata(4): Add support for NCQ, and enable ATAPI support.
12284 [jdolecek 20171007] 12284 [jdolecek 20171007]
12285 OpenSSH: Imported 7.6. [christos 20171007] 12285 OpenSSH: Imported 7.6. [christos 20171007]
12286 amd64: Add support for Kernel ASLR. [maxv 20171010] 12286 amd64: Add support for Kernel ASLR. [maxv 20171010]
12287 evbarm: Add support for Allwinner H5 SoC. [jmcneill 20171011] 12287 evbarm: Add support for Allwinner H5 SoC. [jmcneill 20171011]
12288 tmux(1): Imported 2.6. [christos 20171012] 12288 tmux(1): Imported 2.6. [christos 20171012]
12289 amd64: Add support for SMAP. [maxv 20171017] 12289 amd64: Add support for SMAP. [maxv 20171017]
12290 amd64: Add support for USER_LDT. [maxv 20171021] 12290 amd64: Add support for USER_LDT. [maxv 20171021]
12291 tzdata Updated to 2017c. [kre 20171024] 12291 tzdata Updated to 2017c. [kre 20171024]
12292 libc: Update to tzcode2017c. [christos 20171024] 12292 libc: Update to tzcode2017c. [christos 20171024]
12293 bwfm(4): Add driver for Broadcom BCM43xxx "FullMAC" USB wireless 12293 bwfm(4): Add driver for Broadcom BCM43xxx "FullMAC" USB wireless
12294 adapters. [jmcneill 20171025] 12294 adapters. [jmcneill 20171025]
12295 kernhist(9): Reworked the export-via-sysctl code to use uintptr_t 12295 kernhist(9): Reworked the export-via-sysctl code to use uintptr_t
12296 arguments, PR kern/52639. Requires contemporaneous update 12296 arguments, PR kern/52639. Requires contemporaneous update
12297 of vmstat(1). [pgoyette 20171028] 12297 of vmstat(1). [pgoyette 20171028]
12298 evbarm: Add support for NextThing GR8 SoC. [jmcneill 20171106] 12298 evbarm: Add support for NextThing GR8 SoC. [jmcneill 20171106]
12299 acpi(4): Updated ACPICA to 20171110. [christos 20171111] 12299 acpi(4): Updated ACPICA to 20171110. [christos 20171111]
12300 sunxinand(4): Add driver for Allwinner NAND Flash Controller. 12300 sunxinand(4): Add driver for Allwinner NAND Flash Controller.
12301 [jmcneill 20171113] 12301 [jmcneill 20171113]
12302 gcc(1): Import GCC 5.5. [mrg 20171113] 12302 gcc(1): Import GCC 5.5. [mrg 20171113]
12303 libtre: Update to the latest git source. [rin 20171117] 12303 libtre: Update to the latest git source. [rin 20171117]
12304 qemufwcfg(4): Add driver for QEMU Firmware Configuration device. 12304 qemufwcfg(4): Add driver for QEMU Firmware Configuration device.
12305 [jmcneill 20171125] 12305 [jmcneill 20171125]
12306 gdb(1): Updated to 8.0.1. [christos 20171128] 12306 gdb(1): Updated to 8.0.1. [christos 20171128]
12307 dhcpcd(8): Import dhcpcd-7.0.0-rc4. [roy 20171206] 12307 dhcpcd(8): Import dhcpcd-7.0.0-rc4. [roy 20171206]
12308 ihidev(4), ims(4): Added drivers for i2c HID mice. [bouyer 20171210] 12308 ihidev(4), ims(4): Added drivers for i2c HID mice. [bouyer 20171210]
12309 sparc: Fix time goes backwards. [mrg 20180112] 12309 sparc: Fix time goes backwards. [mrg 20180112]
12310 lua: Applied 6th bugfix to Lua 5.3.4 from lua.org/bugs.html. 12310 lua: Applied 6th bugfix to Lua 5.3.4 from lua.org/bugs.html.
12311 [mbalmer 20171213] 12311 [mbalmer 20171213]
12312 sstk: Remove the "stack section size change" syscall. [kamil 20171219] 12312 sstk: Remove the "stack section size change" syscall. [kamil 20171219]
12313 sbrk(2): Remove the "data section size change" syscall. [kamil 20171219] 12313 sbrk(2): Remove the "data section size change" syscall. [kamil 20171219]
12314 ovadvise: Remove the old vadvise syscall header. [kamil 20171219] 12314 ovadvise: Remove the old vadvise syscall header. [kamil 20171219]
12315 dhcpcd(8): Import dhcpcd-7.0.0. [roy 20180101] 12315 dhcpcd(8): Import dhcpcd-7.0.0. [roy 20180101]
12316 mdnsd(8), dns-sd(1), libdns_sd: import mDNSResponder 878.1. 12316 mdnsd(8), dns-sd(1), libdns_sd: import mDNSResponder 878.1.
12317 [christos 20180114] 12317 [christos 20180114]
12318 cpuctl(8): Add cpuctl identify support for sparc and sparc64. 12318 cpuctl(8): Add cpuctl identify support for sparc and sparc64.
12319 [mrg 20180116] 12319 [mrg 20180116]
12320 macppc: Enable Veriexec support in the GENERIC kernel. [sevan 20180117] 12320 macppc: Enable Veriexec support in the GENERIC kernel. [sevan 20180117]
12321 raid(4): Add support for 32-bit on 64-bit kernel. [mrg 20180117] 12321 raid(4): Add support for 32-bit on 64-bit kernel. [mrg 20180117]
12322 zoneinfo: Import tzdata2018c (skipping 2018a & 2018b). [kre 20180124] 12322 zoneinfo: Import tzdata2018c (skipping 2018a & 2018b). [kre 20180124]
12323 libc: Update to tzcode2018c. [christos 20180125] 12323 libc: Update to tzcode2018c. [christos 20180125]
12324 i386: Add support for SMAP. [maxv 20180128] 12324 i386: Add support for SMAP. [maxv 20180128]
12325 dhcpcd(8): Import dhcpcd-7.0.1. [roy 20180129] 12325 dhcpcd(8): Import dhcpcd-7.0.1. [roy 20180129]
12326 gcc(1): Import GCC 6.4. [mrg 20180201] 12326 gcc(1): Import GCC 6.4. [mrg 20180201]
12327 openldap: Import 2.4.45. [christos 20180205] 12327 openldap: Import 2.4.45. [christos 20180205]
12328 unbound(8): Import 1.6.8. [christos 20180205] 12328 unbound(8): Import 1.6.8. [christos 20180205]
12329 nsd: import 4.1.19. [christos 20180209] 12329 nsd: import 4.1.19. [christos 20180209]
12330 ddb(4): Introduce dumpstack sysctl for printing a stack trace on panic, 12330 ddb(4): Introduce dumpstack sysctl for printing a stack trace on panic,
12331 enable by default. [sevan 20180217] 12331 enable by default. [sevan 20180217]
12332 sdtemp(4): Add Microchp EMC1501, another device ID of Maxim MAX6604 12332 sdtemp(4): Add Microchp EMC1501, another device ID of Maxim MAX6604
12333 support. [msaitoh 20180222] 12333 support. [msaitoh 20180222]
12334 ichsmb(4): Add support for Intel C620 devices. [msaitoh 20180222] 12334 ichsmb(4): Add support for Intel C620 devices. [msaitoh 20180222]
12335 macppc: Enable support for "per-priority cyclical scan" buffer queue 12335 macppc: Enable support for "per-priority cyclical scan" buffer queue
12336 strategy. [sevan 20180223] 12336 strategy. [sevan 20180223]
12337 macppc: Enable awacs(4) by default in kernel configs. [sevan 20180224] 12337 macppc: Enable awacs(4) by default in kernel configs. [sevan 20180224]
12338 mdnsd(8), dns-sd(1), libdns_sd: import mDNSResponder 878.30.4. 12338 mdnsd(8), dns-sd(1), libdns_sd: import mDNSResponder 878.30.4.
12339 [christos 20180225] 12339 [christos 20180225]
12340 macppc: Remove macofcons(4). [sevan 20180226] 12340 macppc: Remove macofcons(4). [sevan 20180226]
12341 amd64: Add SVS (Meltdown mitigation). [maxv 20180226] 12341 amd64: Add SVS (Meltdown mitigation). [maxv 20180226]
12342 imcsmb(4): For amd64 and i386 on Intel {Ivy,Sandy}bridge and 12342 imcsmb(4): For amd64 and i386 on Intel {Ivy,Sandy}bridge and
12343 {Broad,Has}well CPUs, enable access to Integrated Memory 12343 {Broad,Has}well CPUs, enable access to Integrated Memory
12344 Controller-based SMBus. [pgoyette 20180228] 12344 Controller-based SMBus. [pgoyette 20180228]
12345 ichsmb(4): Add Apollo Lake and Gemini Lake devices. [msaitoh 20180302] 12345 ichsmb(4): Add Apollo Lake and Gemini Lake devices. [msaitoh 20180302]
12346 lm(4): Add NCT6796D support. [msaitoh 20180308] 12346 lm(4): Add NCT6796D support. [msaitoh 20180308]
12347 macppc: Enable Bluetooth support by default in GENERIC kernel. 12347 macppc: Enable Bluetooth support by default in GENERIC kernel.
12348 [sevan 20180316] 12348 [sevan 20180316]
12349 tzdata: Updated to 2017d. [kre 20180324] 12349 tzdata: Updated to 2017d. [kre 20180324]
12350 dhcpcd(8): Import 7.0.2. [roy 20180327] 12350 dhcpcd(8): Import 7.0.2. [roy 20180327]
12351 aarch64: Add initial support for aarch64. [ryo 20180401] 12351 aarch64: Add initial support for aarch64. [ryo 20180401]
12352 amd64: Add SpectreV2 mitigations, based on IBRS and the DIS_IND 12352 amd64: Add SpectreV2 mitigations, based on IBRS and the DIS_IND
12353 bit. [maxv 20180404] 12353 bit. [maxv 20180404]
12354 dhcpcd(8): Import 7.0.3. [roy 20180406] 12354 dhcpcd(8): Import 7.0.3. [roy 20180406]
12355 OpenSSH: Imported 7.7. [christos 20180406] 12355 OpenSSH: Imported 7.7. [christos 20180406]
12356 OpenSSL: Imported 1.1.0h. [christos 20180406] 12356 OpenSSL: Imported 1.1.0h. [christos 20180406]
12357 ntp: Import ntp 4.2.8p11. [christos 20180406] 12357 ntp: Import ntp 4.2.8p11. [christos 20180406]
12358 acpi(4): Updated ACPICA to 20180313. [christos 20180407] 12358 acpi(4): Updated ACPICA to 20180313. [christos 20180407]
12359 dhcp: Import version 4.4.1 (move to MPL). [christos 20180407] 12359 dhcp: Import version 4.4.1 (move to MPL). [christos 20180407]
12360 bind: Import version 9.10.7. [christos 20180407] 12360 bind: Import version 9.10.7. [christos 20180407]
12361 x86: Enable retpoline by default (SpectreV2 mitigation). [mrg 20180408] 12361 x86: Enable retpoline by default (SpectreV2 mitigation). [mrg 20180408]
12362 ichsmb(4): Add Intel 300 series chipset support. [msaitoh 20180409] 12362 ichsmb(4): Add Intel 300 series chipset support. [msaitoh 20180409]
12363 wm(4): Enable I219 support. [msaitoh 20180413] 12363 wm(4): Enable I219 support. [msaitoh 20180413]
12364 puc(4): Add Intel 300 series chipset support. [msaitoh 20180413] 12364 puc(4): Add Intel 300 series chipset support. [msaitoh 20180413]
12365 file(1): Upgraded to 5.33. [christos 20180415] 12365 file(1): Upgraded to 5.33. [christos 20180415]
12366 netpgp(3lua): Add Lua binding for libnetpgp(3). [sevan 20180429] 12366 netpgp(3lua): Add Lua binding for libnetpgp(3). [sevan 20180429]
12367 evbarm: Add support for Allwinner H6 SoC. [jmcneill 20180501] 12367 evbarm: Add support for Allwinner H6 SoC. [jmcneill 20180501]
12368 dhcpcd(8): Import 7.0.4. [roy 20180502] 12368 dhcpcd(8): Import 7.0.4. [roy 20180502]
12369 midiplay: Add -s option to send all sounds off. [mrg 20180503] 12369 midiplay: Add -s option to send all sounds off. [mrg 20180503]
12370 libbozohttpd(3): Add the embeddable version of bozohttpd. 12370 libbozohttpd(3): Add the embeddable version of bozohttpd.
12371 [sevan 20180503] 12371 [sevan 20180503]
12372 bozohttpd(3lua): Add Lua binding for libbozohttpd(3lua). 12372 bozohttpd(3lua): Add Lua binding for libbozohttpd(3lua).
12373 [sevan 20180503] 12373 [sevan 20180503]
12374 tzdata: Updated to 2017e. [kre 20180504] 12374 tzdata: Updated to 2017e. [kre 20180504]
12375 libc: Update to tzcode2018e. [christos 20180504] 12375 libc: Update to tzcode2018e. [christos 20180504]
12376 acpi(4): Updated ACPICA to 20180427. [christos 20180504] 12376 acpi(4): Updated ACPICA to 20180427. [christos 20180504]
12377 gpio(4): Overhauled interrupt support. Added GPIO interrupt 12377 gpio(4): Overhauled interrupt support. Added GPIO interrupt
12378 capability for Broadcom BCM283x SoCs (e.g. 12378 capability for Broadcom BCM283x SoCs (e.g.
12379 Raspberry Pi). [thorpej 20180519] 12379 Raspberry Pi). [thorpej 20180519]
12380 x86: Add SpectreV4 mitigations. [maxv 20180522] 12380 x86: Add SpectreV4 mitigations. [maxv 20180522]
12381 macppc: Enable ipsec(4) and ipsecif(4) support in GENERIC kernel by 12381 macppc: Enable ipsec(4) and ipsecif(4) support in GENERIC kernel by
12382 default. [sevan 20180602] 12382 default. [sevan 20180602]
12383 dhcpcd(8): Import 7.0.5b. [roy 20180604] 12383 dhcpcd(8): Import 7.0.5b. [roy 20180604]
12384 virtio(4): Add MMIO transport and fdt(4) attachment. [jakllsch 20180606] 12384 virtio(4): Add MMIO transport and fdt(4) attachment. [jakllsch 20180606]
12385 evbarm: Add support for QEMU ARM Virtual Machine ("virt"). 12385 evbarm: Add support for QEMU ARM Virtual Machine ("virt").
12386 [jmcneill 20180614] 12386 [jmcneill 20180614]
12387 evbarm: Add support for Rockchip RK3328 SoC. [jmcneill 20180615] 12387 evbarm: Add support for Rockchip RK3328 SoC. [jmcneill 20180615]
12388 dhcpcd(8): Import 7.0.6. [roy 20180621] 12388 dhcpcd(8): Import 7.0.6. [roy 20180621]
12389 bpf(4): Add the BPF direction filter (BIOC[GS]DIRECTION). 12389 bpf(4): Add the BPF direction filter (BIOC[GS]DIRECTION).
12390 [msaitoh 20180626] 12390 [msaitoh 20180626]
12391 gcc(1): add lsan the Leak Sanitizer. [christos 20180626] 12391 gcc(1): add lsan the Leak Sanitizer. [christos 20180626]
12392 aarch64: Add support for SMP. [ryo 20180709] 12392 aarch64: Add support for SMP. [ryo 20180709]
12393 viadrm(4): Removed, superseded by viadrmums. [maya 20180710] 12393 viadrm(4): Removed, superseded by viadrmums. [maya 20180710]
12394 ssh-agent(1): /usr/pkg/lib* whitelisted by default for PKCS11 related 12394 ssh-agent(1): /usr/pkg/lib* whitelisted by default for PKCS11 related
12395 libraries, in place of /usr/local/lib*. [sevan 20180710] 12395 libraries, in place of /usr/local/lib*. [sevan 20180710]
12396 x86: Support for -static -pie binaries. [joerg 20180712] 12396 x86: Support for -static -pie binaries. [joerg 20180712]
12397 kernel: Remove pmc(9) and X86PMC. [maxv 20180714] 12397 kernel: Remove pmc(9) and X86PMC. [maxv 20180714]
12398 tprof(4): Revamped. tpfmt(1) merged into tprof(8). [maxv 20180714] 12398 tprof(4): Revamped. tpfmt(1) merged into tprof(8). [maxv 20180714]
12399 kernel: Remove ipkdb(4). [maxv 20180714] 12399 kernel: Remove ipkdb(4). [maxv 20180714]
12400 evbarm: Add support for ARMv8 performance event monitoring with 12400 evbarm: Add support for ARMv8 performance event monitoring with
12401 tprof(4). [jmcneill 20180715] 12401 tprof(4). [jmcneill 20180715]
12402 evbarm: Add support for ARMv7 performance event monitoring with 12402 evbarm: Add support for ARMv7 performance event monitoring with
12403 tprof(4). [jmcneill 20180715] 12403 tprof(4). [jmcneill 20180715]
12404 dhcpcd(8): Import 7.0.7. [roy 20180724] 12404 dhcpcd(8): Import 7.0.7. [roy 20180724]
12405 i386: Remove the XEN3_DOM0 and XEN3_DOMU configurations, and drop 12405 i386: Remove the XEN3_DOM0 and XEN3_DOMU configurations, and drop
12406 support for non-PAE-32bit-PV, to leave only PAE-32bit-PV. 12406 support for non-PAE-32bit-PV, to leave only PAE-32bit-PV.
12407 [maxv 20180726] 12407 [maxv 20180726]
12408 tea5767radio(4): Add Philips/NXP TEA5767 I2C-controlled stereo FM radio 12408 tea5767radio(4): Add Philips/NXP TEA5767 I2C-controlled stereo FM radio
12409 driver. [rkujawa 20180727] 12409 driver. [rkujawa 20180727]
12410 UBSan: Imported a clean-room reimplementation of the sanitizer runtime 12410 UBSan: Imported a clean-room reimplementation of the sanitizer runtime
12411 called micro-UBSan. [kamil 20180803] 12411 called micro-UBSan. [kamil 20180803]
12412 uUBSan: Added support for micro-UBSan (user-UBSan) in MKLIBCSANITIZER. 12412 uUBSan: Added support for micro-UBSan (user-UBSan) in MKLIBCSANITIZER.
12413 [kamil 20180803] 12413 [kamil 20180803]
12414 kUBSan: Added support for micro-UBSan (kernel-UBSan) as KUBSAN. 12414 kUBSan: Added support for micro-UBSan (kernel-UBSan) as KUBSAN.
12415 [kamil 20180803] 12415 [kamil 20180803]
12416 lua: Import version 5.3.5. [alnsn 20180804] 12416 lua: Import version 5.3.5. [alnsn 20180804]
12417 evbarm: Add driver for ARM GICv3 interrupt controllers. 12417 evbarm: Add driver for ARM GICv3 interrupt controllers.
12418 [jmcneill 20180808] 12418 [jmcneill 20180808]
12419 kernel: Remove the n8 driver. [maya 20180808] 12419 kernel: Remove the n8 driver. [maya 20180808]
12420 usb(4): Many fixes to abort issues fixed for all USB controllers. 12420 usb(4): Many fixes to abort issues fixed for all USB controllers.
12421 [mrg/skrll/riastradh 20180809] 12421 [mrg/skrll/riastradh 20180809]
12422 nullfs(4): Add 32-bit support. [mrg 20180811] 12422 nullfs(4): Add 32-bit support. [mrg 20180811]
12423 bind: Import version 9.12.2-P1. [christos 20180812] 12423 bind: Import version 9.12.2-P1. [christos 20180812]
12424 evbarm: Add support for Rockchip RK3399 SoC. [jmcneill 20180812] 12424 evbarm: Add support for Rockchip RK3399 SoC. [jmcneill 20180812]
12425 amd64: Randomize by default all the randomizable VM areas in the kernel. 12425 amd64: Randomize by default all the randomizable VM areas in the kernel.
12426 [maxv 20180812] 12426 [maxv 20180812]
12427 mdocml: Import 1.14.4. [christos 20180814] 12427 mdocml: Import 1.14.4. [christos 20180814]
12428 kernel: Remove etherip(4), replaced by l2tp(4). [maxv 20180814] 12428 kernel: Remove etherip(4), replaced by l2tp(4). [maxv 20180814]
12429 gnu-efi: Import version 3.0.8. [jmcneill 20180816] 12429 gnu-efi: Import version 3.0.8. [jmcneill 20180816]
12430 OpenSSL: Imported 1.1.0i. [christos 20180818] 12430 OpenSSL: Imported 1.1.0i. [christos 20180818]
12431 acpi(4): Updated ACPICA to 20180810. [christos 20180818] 12431 acpi(4): Updated ACPICA to 20180810. [christos 20180818]
12432 dhcpcd(8): Import 7.0.8. [roy 20180820] 12432 dhcpcd(8): Import 7.0.8. [roy 20180820]
12433 amd64: Add support for kASan - Kernel Address Sanitizer. 12433 amd64: Add support for kASan - Kernel Address Sanitizer.
12434 [maxv 20180820] 12434 [maxv 20180820]
12435 evbarm: Add UEFI boot loader for ARM64 platforms. [jmcneill 20180824] 12435 evbarm: Add UEFI boot loader for ARM64 platforms. [jmcneill 20180824]
12436 kernel: Remove NDIS. [maxv 20180825] 12436 kernel: Remove NDIS. [maxv 20180825]
12437 mue(4): Add driver for Microchip LAN75xx/LAN78xx (Raspberry Pi 3 B+) 12437 mue(4): Add driver for Microchip LAN75xx/LAN78xx (Raspberry Pi 3 B+)
12438 from OpenBSD. [rin 20180825] 12438 from OpenBSD. [rin 20180825]
12439 OpenSSH: Imported 7.8. [christos 20180826] 12439 OpenSSH: Imported 7.8. [christos 20180826]
12440 rkpmic(4): Add driver for Rockchip RK808 Power Management IC. 12440 rkpmic(4): Add driver for Rockchip RK808 Power Management IC.
12441 [jmcneill 20180901] 12441 [jmcneill 20180901]
12442 nsd: Import 4.1.24. [christos 20180903] 12442 nsd: Import 4.1.24. [christos 20180903]
12443 unbound(8): Import 1.7.3. [christos 20180803] 12443 unbound(8): Import 1.7.3. [christos 20180803]
12444 libpcap: Import 1.9.0. [christos 20180903] 12444 libpcap: Import 1.9.0. [christos 20180903]
12445 mpfr: Updated to version 4.0.1. [mrg 20180904] 12445 mpfr: Updated to version 4.0.1. [mrg 20180904]
12446 mpc: Updated to version 1.1.0. [mrg 20180904] 12446 mpc: Updated to version 1.1.0. [mrg 20180904]
12447 kernel: Remove en(4). [maxv 20180906] 12447 kernel: Remove en(4). [maxv 20180906]
12448 kernel: Remove the NATM code. [maxv 20180906] 12448 kernel: Remove the NATM code. [maxv 20180906]
12449 libnv: Imported from FreeBSD. [christos 20180908] 12449 libnv: Imported from FreeBSD. [christos 20180908]
12450 i915(4): Pull in support for KabyLake CPUs. [mrg 20180913] 12450 i915(4): Pull in support for KabyLake CPUs. [mrg 20180913]
12451 usb(4): Handle most cases of early boot USB keyboard. [mrg 20180916] 12451 usb(4): Handle most cases of early boot USB keyboard. [mrg 20180916]
12452 rkpmic(4): Add support for Rockchip RK805 Power Management IC. 12452 rkpmic(4): Add support for Rockchip RK805 Power Management IC.
12453 [jmcneill 20180920] 12453 [jmcneill 20180920]
12454 kernel: Remove the ISDN code, including daic(4), iavc(4), isic(4), 12454 kernel: Remove the ISDN code, including daic(4), iavc(4), isic(4),
12455 ifpci(4), ifritz, iwic(4), and all the ISDN-related 12455 ifpci(4), ifritz, iwic(4), and all the ISDN-related
12456 userland tools. [maxv 20180923] 12456 userland tools. [maxv 20180923]
12457 npf(7): Converted to use libnv. [rmind 20180929] 12457 npf(7): Converted to use libnv. [rmind 20180929]
12458 ntp: Import ntp 4.2.8p12. [christos 20180929] 12458 ntp: Import ntp 4.2.8p12. [christos 20180929]
12459 aarch64: add support for compat_netbsd32(8). [ryo 20181012] 12459 aarch64: add support for compat_netbsd32(8). [ryo 20181012]
12460 newsmips: Add support for NWS-4000. Based on nonaka@'s porting effort 12460 newsmips: Add support for NWS-4000. Based on nonaka@'s porting effort
12461 back in 2002. [tsutsui 20181014] 12461 back in 2002. [tsutsui 20181014]
12462 file(1): Upgraded to 5.35. [christos 20181013] 12462 file(1): Upgraded to 5.35. [christos 20181013]
12463 evbarm: Provide generic start code that allows a GENERIC kernel to be 12463 evbarm: Provide generic start code that allows a GENERIC kernel to be
12464 used on FDTised boards. [skrll 20181018] 12464 used on FDTised boards. [skrll 20181018]
12465 tzdata: Updated to 2018f. [kre 20181019] 12465 tzdata: Updated to 2018f. [kre 20181019]
12466 amdccp(4): Add driver for AMD Cryptographic Coprocessor RNG. 12466 amdccp(4): Add driver for AMD Cryptographic Coprocessor RNG.
12467 [jakllsch 20181019] 12467 [jakllsch 20181019]
12468 libc: Update to tzcode2018f. [christos 20181019] 12468 libc: Update to tzcode2018f. [christos 20181019]
12469 tzdata: Updated to 2018g. [kre 20181027] 12469 tzdata: Updated to 2018g. [kre 20181027]
12470 libc: Update to tzcode2018g. [christos 20181027] 12470 libc: Update to tzcode2018g. [christos 20181027]
12471 kernel: Add NVMM, the NetBSD virtualization driver, with initial 12471 kernel: Add NVMM, the NetBSD virtualization driver, with initial
12472 support for x86. [maxv 20181107] 12472 support for x86. [maxv 20181107]
12473 aarch64: Add support for kASan. [maxv 20181108] 12473 aarch64: Add support for kASan. [maxv 20181108]
12474 gcc(1): Import GCC 6.5. [mrg 20181103] 12474 gcc(1): Import GCC 6.5. [mrg 20181103]
12475 aarch64: Add support for ARM Server Base System Architecture (SBSA). 12475 aarch64: Add support for ARM Server Base System Architecture (SBSA).
12476 The SBSA is a hardware system architecture for servers based on 12476 The SBSA is a hardware system architecture for servers based on
12477 64-bit ARM processors. The Server Base Boot Requirements (SBBR) 12477 64-bit ARM processors. The Server Base Boot Requirements (SBBR)
12478 specification defines a UEFI + ACPI interface for OS bootstrap, 12478 specification defines a UEFI + ACPI interface for OS bootstrap,
12479 which is supported by a combination of a new UEFI bootloader 12479 which is supported by a combination of a new UEFI bootloader
12480 (bootaa64.efi) and the addition of ACPI support in the 12480 (bootaa64.efi) and the addition of ACPI support in the
12481 GENERIC64 kernel config. [jmcneill 20181124] 12481 GENERIC64 kernel config. [jmcneill 20181124]
12482 ena(4): Add support for Amazon.com Elastic Network Adapter (ENA). 12482 ena(4): Add support for Amazon.com Elastic Network Adapter (ENA).
12483 [netbsd 20181130] 12483 [netbsd 20181130]
12484 kernel: Add KLEAK, a feature that can detect kernel information 12484 kernel: Add KLEAK, a feature that can detect kernel information
12485 leaks. [maxv 20181202] 12485 leaks. [maxv 20181202]
12486 atactl(8): Add support to automatically detect Micron/Crucial devices 12486 atactl(8): Add support to automatically detect Micron/Crucial devices
12487 and their vendor-specific SMART status values. [mrg 20181205] 12487 and their vendor-specific SMART status values. [mrg 20181205]
12488 OpenSSL: Imported 1.1.1a. [christos 20181208] 12488 OpenSSL: Imported 1.1.1a. [christos 20181208]
12489 kernel: Remove the lmc(4) driver, and its associated lmcconfig(8) 12489 kernel: Remove the lmc(4) driver, and its associated lmcconfig(8)
12490 tool. [maxv 20181212] 12490 tool. [maxv 20181212]
12491 sh(1): Many bug fixes and enhancements. [kre 20181212] 12491 sh(1): Many bug fixes and enhancements. [kre 20181212]
12492 amdtemp(4): Add support for AMD family 16h temperature sensors. 12492 amdtemp(4): Add support for AMD family 16h temperature sensors.
12493 [is 20181213] 12493 [is 20181213]
12494 evbarm: Add support for NVIDIA Tegra X1 SoC SATA. [skrll 20181214] 12494 evbarm: Add support for NVIDIA Tegra X1 SoC SATA. [skrll 20181214]
12495 httpd(8): Update to bozohttpd-20181215. [mrg 20181215] 12495 httpd(8): Update to bozohttpd-20181215. [mrg 20181215]
12496 kernel: Remove COMPAT_SVR4 and COMPAT_SVR4_32. [maxv 20181219] 12496 kernel: Remove COMPAT_SVR4 and COMPAT_SVR4_32. [maxv 20181219]
12497 sqlite3(1): Import 3.26.0. [christos 20181219] 12497 sqlite3(1): Import 3.26.0. [christos 20181219]
12498 network: Add SIOCSETHERCAP ioctl. [msaitoh 20181221] 12498 network: Add SIOCSETHERCAP ioctl. [msaitoh 20181221]
12499 byacc: Update to 20180609. [christos 20181223] 12499 byacc: Update to 20180609. [christos 20181223]
12500 flex(1): Import flex-2.6.4. [christos 20181223] 12500 flex(1): Import flex-2.6.4. [christos 20181223]
12501 threadpool(9): Added threadpool(9) API. [thorpej 20181224] 12501 threadpool(9): Added threadpool(9) API. [thorpej 20181224]
12502 systat(1): Extend vmstat display for better insight about bufcache. 12502 systat(1): Extend vmstat display for better insight about bufcache.
12503 [sevan 20181226] 12503 [sevan 20181226]
12504 aarch64: Support kernel crash dumps on arm64 platforms. [mrg 20181227] 12504 aarch64: Support kernel crash dumps on arm64 platforms. [mrg 20181227]
12505 kernel: Remove M_ALIGN, MH_ALIGN, M_COPY_PKTHDR and M_MOVE_PKTHDR. 12505 kernel: Remove M_ALIGN, MH_ALIGN, M_COPY_PKTHDR and M_MOVE_PKTHDR.
12506 [maxv 20181228] 12506 [maxv 20181228]
12507 cgdroot: Support mounting boot partition from a wedge labelled cgd.conf. 12507 cgdroot: Support mounting boot partition from a wedge labelled cgd.conf.
12508 [alnsn 20181229] 12508 [alnsn 20181229]
12509 kernel: Remove COMPAT_IBCS2. [maxv 20181229] 12509 kernel: Remove COMPAT_IBCS2. [maxv 20181229]
12510 tzdata: Updated to 2018h. [kre 20181230] 12510 tzdata: Updated to 2018h. [kre 20181230]
12511 evbmips: Enable support for "per-priority cyclical scan" buffer queue 12511 evbmips: Enable support for "per-priority cyclical scan" buffer queue
12512 strategy. [sevan 20181230] 12512 strategy. [sevan 20181230]
12513 tzdata: Updated to 2018i. [kre 20181231] 12513 tzdata: Updated to 2018i. [kre 20181231]
12514 tzcode: Updated to 2018i. [christos 20181231] 12514 tzcode: Updated to 2018i. [christos 20181231]
12515 binutils: Updated to FSF binutils 2.31.1. [christos 20181231] 12515 binutils: Updated to FSF binutils 2.31.1. [christos 20181231]
12516 services(5), protocols(5): Pull iana-generated services and protocols. 12516 services(5), protocols(5): Pull iana-generated services and protocols.
12517 [christos 20190103] 12517 [christos 20190103]
12518 evbarm: Add SMP support for Allwinner multi-cluster SoCs (A83T, A80). 12518 evbarm: Add SMP support for Allwinner multi-cluster SoCs (A83T, A80).
12519 [jmcneill 20190103] 12519 [jmcneill 20190103]
12520 macppc: Update install media and documentation for powerpc 601 
12521 machines. [scole 20190107] 
12522 wpa: Import wpa_supplicant and hostapd 2.7. [christos 20190104] 12520 wpa: Import wpa_supplicant and hostapd 2.7. [christos 20190104]
12523 acpi(4): Updated ACPICA to 20181213. [christos 20190104] 12521 acpi(4): Updated ACPICA to 20181213. [christos 20190104]
12524 tmux(1): Imported 2.8. [christos 20190104] 12522 tmux(1): Imported 2.8. [christos 20190104]
 12523 macppc: Update install media and documentation for powerpc 601
 12524 machines. [scole 20190107]
12525 TrouSerS: Import trousers-0.3.14. [christos 20190107] 12525 TrouSerS: Import trousers-0.3.14. [christos 20190107]
12526 tpm-tools: Import tpm-tools-1.3.9.1. [christos 20190107] 12526 tpm-tools: Import tpm-tools-1.3.9.1. [christos 20190107]
12527 compiler-rt: Import compiler-rt r350590 LLVM sanitizers. 12527 compiler-rt: Import compiler-rt r350590 LLVM sanitizers.
12528 [kamil 20190108] 12528 [kamil 20190108]
12529 bind: Import version 9.13.2-P1. [christos 20190109] 12529 bind: Import version 9.13.2-P1. [christos 20190109]
12530 crashme(9): Add framework for testing kernel crash dumps. [mrg 20190109] 12530 crashme(9): Add framework for testing kernel crash dumps. [mrg 20190109]
12531 sgimips: Import irisboot, yet another bootloader for pre-ARC sgimips 12531 sgimips: Import irisboot, yet another bootloader for pre-ARC sgimips
12532 machines. Submitted by Naruaki Etomi via PR port-sgimips/53539. 12532 machines. Submitted by Naruaki Etomi via PR port-sgimips/53539.
12533 [tsutsui 20190112] 12533 [tsutsui 20190112]
12534 npf(7): Major NPF improvements (added support for dynamic NAT address, 12534 npf(7): Major NPF improvements (added support for dynamic NAT address,
12535 NETMAP algorithm for static NAT, lock-free lookup for 'ipset' 12535 NETMAP algorithm for static NAT, lock-free lookup for 'ipset'
12536 tables, lock-free state lookup, incremental state G/C, etc). 12536 tables, lock-free state lookup, incremental state G/C, etc).
12537 [rmind 20190119] 12537 [rmind 20190119]
12538 gcc(1): Import GCC 7.4. [mrg 20190119] 12538 gcc(1): Import GCC 7.4. [mrg 20190119]
12539 evbarm: Update Amlogic S805 SoC support to use FDT based configuration. 12539 evbarm: Update Amlogic S805 SoC support to use FDT based configuration.
12540 [jmcneill 20190119] 12540 [jmcneill 20190119]
12541 dhcpcd(8): Import dhcpcd-7.1.0. [roy 20190122] 12541 dhcpcd(8): Import dhcpcd-7.1.0. [roy 20190122]
12542 kernel: Remove the satlink driver. [maxv 20190127] 12542 kernel: Remove the satlink driver. [maxv 20190127]
12543 kernel: Merged [pgoyette-compat] branch - for details, see 12543 kernel: Merged [pgoyette-compat] branch - for details, see
12544 src/doc/TODO.compat-module. Includes splitting of the 12544 src/doc/TODO.compat-module. Includes splitting of the
12545 monolithic compat-netbsd module into several version- 12545 monolithic compat-netbsd module into several version-
12546 specific modules, introduction of MP-safe module hook 12546 specific modules, introduction of MP-safe module hook
12547 mechanism, and removal of various limitations within 12547 mechanism, and removal of various limitations within
12548 the kernel module framework. [pgoyette 20190127] 12548 the kernel module framework. [pgoyette 20190127]
12549 macppc: Include EDID block for Clamshell iBook G3 displays. 12549 macppc: Include EDID block for Clamshell iBook G3 displays.
12550 [sevan 20190128] 12550 [sevan 20190128]
12551 ure(4): Add driver for Realtek RTL8152/RTL8153 from OpenBSD. 12551 ure(4): Add driver for Realtek RTL8152/RTL8153 from OpenBSD.
12552 [rin 20190206] 12552 [rin 20190206]
12553 dhcpcd(8): Import dhcpcd-7.1.1. [roy 20190207] 12553 dhcpcd(8): Import dhcpcd-7.1.1. [roy 20190207]
12554 nsd: Import 4.1.26. [prlw1 20190212] 12554 nsd: Import 4.1.26. [prlw1 20190212]
12555 macppc: The kernels for the G5s are now built by default. These are 12555 macppc: The kernels for the G5s are now built by default. These are
12556 currently intended for netbooting via TFTP. [sevan 20190219] 12556 currently intended for netbooting via TFTP. [sevan 20190219]
12557 bge(4): Add support for BCM5762, BCM5725, BCM5727, BCM57764, BCM57767 12557 bge(4): Add support for BCM5762, BCM5725, BCM5727, BCM57764, BCM57767
12558 and BCM57787. [msaitoh 20190220] 12558 and BCM57787. [msaitoh 20190220]
12559 bind: Import version 9.13.7. [christos 20190224] 12559 bind: Import version 9.13.7. [christos 20190224]
12560 evbarm: Add support for Amlogic GXBB family SoCs. [jmcneill 20190225] 12560 evbarm: Add support for Amlogic GXBB family SoCs. [jmcneill 20190225]
12561 jemalloc(3): Import 5.1.0. [christos 20190304] 12561 jemalloc(3): Import 5.1.0. [christos 20190304]
12562 kcov(4): Added driver for kernel coverage tracing. [kamil 20190310] 12562 kcov(4): Added driver for kernel coverage tracing. [kamil 20190310]
12563 mdocml: Import 1.14.5. [christos 20190310] 12563 mdocml: Import 1.14.5. [christos 20190310]
12564 OpenSSL: Imported 1.1.1b. [christos 20190312] 12564 OpenSSL: Imported 1.1.1b. [christos 20190312]
12565 ssdfb(4): Added driver for SSD1306 & SH1106 displays. [tnn 20190317] 12565 ssdfb(4): Added driver for SSD1306 & SH1106 displays. [tnn 20190317]
12566 kernel: Remove COMPAT_OSF1. [maxv 20190325] 12566 kernel: Remove COMPAT_OSF1. [maxv 20190325]
12567 tzdata Updated to 2019a. [kre 20190326] 12567 tzdata Updated to 2019a. [kre 20190326]
12568 evbarm: Add UEFI bootloader support (bootarm.efi). [jmcneill 20190330] 12568 evbarm: Add UEFI bootloader support (bootarm.efi). [jmcneill 20190330]
12569 indent(1): Upgraded to the FreeBSD HEAD checkout. [kamil 20190404] 12569 indent(1): Upgraded to the FreeBSD HEAD checkout. [kamil 20190404]
12570 tzcode: Updated to 2019a. [christos 20190404] 12570 tzcode: Updated to 2019a. [christos 20190404]
12571 pkg_install: Updated to 20190405. [sevan 20190406] 12571 pkg_install: Updated to 20190405. [sevan 20190406]
12572 npf(7): Include npf_boot rc script which loads npf.boot.conf to protect 12572 npf(7): Include npf_boot rc script which loads npf.boot.conf to protect
12573 host during early stages of startup. [sevan 20190410] 12573 host during early stages of startup. [sevan 20190410]
12574 dhcpcd(8): Import dhcpcd-7.2.0. [roy 20190418] 12574 dhcpcd(8): Import dhcpcd-7.2.0. [roy 20190418]
12575 evbarm: Add support for Amlogic GXL family SoCs. [jmcneill 20190419] 12575 evbarm: Add support for Amlogic GXL family SoCs. [jmcneill 20190419]
12576 OpenSSH: Import 8.0. [christos 20190420] 12576 OpenSSH: Import 8.0. [christos 20190420]
12577 evbarm: Add support for boot configuration (efiboot.plist) and 12577 evbarm: Add support for boot configuration (efiboot.plist) and
12578 applying device tree overlays to efiboot. [thorpej 20190421] 12578 applying device tree overlays to efiboot. [thorpej 20190421]
12579 libpthread(3): Import C11 thread support library. [kamil 20190424] 12579 libpthread(3): Import C11 thread support library. [kamil 20190424]
12580 dhcpcd(8): Import dhcpcd-7.2.1. [roy 20190426] 12580 dhcpcd(8): Import dhcpcd-7.2.1. [roy 20190426]
12581 carp(4): Enabled by default in GENERIC kernel config of all tier 1 & 12581 carp(4): Enabled by default in GENERIC kernel config of all tier 1 &
12582 most tier 2 ports. See system specific config otherwise. 12582 most tier 2 ports. See system specific config otherwise.
12583 [sevan 20190426] 12583 [sevan 20190426]
12584 veriexec(4): Enabled by default in GENERIC kernel config of all tier 1 12584 veriexec(4): Enabled by default in GENERIC kernel config of all tier 1
12585 & most tier 2 ports. See system specific config otherwise. 12585 & most tier 2 ports. See system specific config otherwise.
12586 [sevan 20190426] 12586 [sevan 20190426]
12587 bufq_priocscan(9): Enabled by default in GENERIC kernel config of all 12587 bufq_priocscan(9): Enabled by default in GENERIC kernel config of all
12588 tier 1 & most tier 2 ports. See system specific config 12588 tier 1 & most tier 2 ports. See system specific config
12589 otherwise. [sevan 20190426] 12589 otherwise. [sevan 20190426]
12590 rktsadc(4): New thermal sensor driver for RockChip RK3328 and RK3399 12590 rktsadc(4): New thermal sensor driver for RockChip RK3328 and RK3399
12591 on-CPU sensors. [mrg 20190426] 12591 on-CPU sensors. [mrg 20190426]
12592 bind: Import version 9.14.1. [christos 20190427] 12592 bind: Import version 9.14.1. [christos 20190427]
12593 acpi(4): Updated ACPICA to 20190405. [christos 20190428] 12593 acpi(4): Updated ACPICA to 20190405. [christos 20190428]
12594 dhcpcd(8): Import dhcpcd-7.2.2. [roy 20190504] 12594 dhcpcd(8): Import dhcpcd-7.2.2. [roy 20190504]
12595 siginfo(2): Ship with MI syscall information of a debugged process for 12595 siginfo(2): Ship with MI syscall information of a debugged process for
12596 SIGTRAP and si_code TRAP_SCE/TRAP_SCX. [kamil 20190506] 12596 SIGTRAP and si_code TRAP_SCE/TRAP_SCX. [kamil 20190506]
12597 installboot(8): Add support for NetBSD/evbarm boards that use 12597 installboot(8): Add support for NetBSD/evbarm boards that use
12598 u-boot for bootstrap. [thorpej 20190506] 12598 u-boot for bootstrap. [thorpej 20190506]
12599 moscom(4): Obsoleted by umcs(4). [mrg 20190507] 12599 moscom(4): Obsoleted by umcs(4). [mrg 20190507]
12600 ifmedia(4): Extend Ethernet's ifmedia word's subword up to 255. 12600 ifmedia(4): Extend Ethernet's ifmedia word's subword up to 255.
12601 [msaitoh 20190517] 12601 [msaitoh 20190517]
12602 mount_9p(8): Initial support for 9P2000.u. [ozaki-r 20190517] 12602 mount_9p(8): Initial support for 9P2000.u. [ozaki-r 20190517]
12603 file(1): Upgraded to 5.37. [christos 20190522] 12603 file(1): Upgraded to 5.37. [christos 20190522]
12604 mount_portal(8): in portal.conf # only introduces a comment at 12604 mount_portal(8): in portal.conf # only introduces a comment at
12605 start of line, or after whitespace (start word). [kre 20190523] 12605 start of line, or after whitespace (start word). [kre 20190523]
12606 dts: Import dts files from Linux 5.1.4. [jmcneill 20190525] 12606 dts: Import dts files from Linux 5.1.4. [jmcneill 20190525]
12607 nsd: Import 4.1.27. [christos 20190525] 12607 nsd: Import 4.1.27. [christos 20190525]
12608 unbound(8): Import 1.9.1. [christos 20190525] 12608 unbound(8): Import 1.9.1. [christos 20190525]
12609 gdb(1): Updated to 8.3. [christos 20190528] 12609 gdb(1): Updated to 8.3. [christos 20190528]
12610 evbarm: Add support for the Banana Pi BPI-P2 Zero. [thorpej 20190604] 12610 evbarm: Add support for the Banana Pi BPI-P2 Zero. [thorpej 20190604]
12611 mac68k: Switch page size to 8KB. [jklos 20190606] 12611 mac68k: Switch page size to 8KB. [jklos 20190606]
12612 OpenSSL: Imported 1.1.1c. [christos 20190609] 12612 OpenSSL: Imported 1.1.1c. [christos 20190609]
12613 gpt(8): added uuid subcommand to generate new UUIDS. 12613 gpt(8): added uuid subcommand to generate new UUIDS.
12614 [jnemeth 20190624] 12614 [jnemeth 20190624]
12615 dhcpcd(8): Import dhcpcd-7.2.3. [roy 20190626] 12615 dhcpcd(8): Import dhcpcd-7.2.3. [roy 20190626]
12616 tzcode: Updated to 2019b. [christos 20190703] 12616 tzcode: Updated to 2019b. [christos 20190703]
12617 piixpm(4): Improve AMD chipset support. [msaitoh 20190713] 12617 piixpm(4): Improve AMD chipset support. [msaitoh 20190713]
12618 network: Implement VLAN hardware filter. [msaitoh 20190717] 12618 network: Implement VLAN hardware filter. [msaitoh 20190717]
12619 ixg(4),ixv(4): Add VLAN hardware filter support. [msaitoh 20190717] 12619 ixg(4),ixv(4): Add VLAN hardware filter support. [msaitoh 20190717]
12620 resolvconf(8): Import openresolv-3.9.1. [roy 20190717] 12620 resolvconf(8): Import openresolv-3.9.1. [roy 20190717]
12621 amdsmn(4),amdzentemp(4): Add suppor for Ryzen 2xxx and 3xxx. 12621 amdsmn(4),amdzentemp(4): Add suppor for Ryzen 2xxx and 3xxx.
12622 [msaitoh 20190718] 12622 [msaitoh 20190718]
12623 mac68k: Enable DMA transfer for SCSI adapters found on 660/840AV. 12623 mac68k: Enable DMA transfer for SCSI adapters found on 660/840AV.
12624 Submitted by Michael Zucca via PR port-mac68k/24883. 12624 Submitted by Michael Zucca via PR port-mac68k/24883.
12625 [rin 20190723] 12625 [rin 20190723]
12626 dhcpcd(8): Import dhcpcd-8.0.0. [roy 20190724] 12626 dhcpcd(8): Import dhcpcd-8.0.0. [roy 20190724]
12627 tar(1): MKBSDTAR now defaults to yes. [roy 20190724] 12627 tar(1): MKBSDTAR now defaults to yes. [roy 20190724]
12628 libarchive: Import libarchive-3.4.0. [joerg 20190724] 12628 libarchive: Import libarchive-3.4.0. [joerg 20190724]
12629 dhcpcd(8): Import dhcpcd-8.0.1. [roy 20190725] 12629 dhcpcd(8): Import dhcpcd-8.0.1. [roy 20190725]
12630 mac68k: Add genfb(4) framebuffer driver. [rin 20190726] 12630 mac68k: Add genfb(4) framebuffer driver. [rin 20190726]
12631 dhcpcd(8): Import dhcpcd-8.0.2. [roy 20190730] 12631 dhcpcd(8): Import dhcpcd-8.0.2. [roy 20190730]
12632 rasops(9): Major improvements for rasops(9) routines. General putchar 12632 rasops(9): Major improvements for rasops(9) routines. General putchar
12633 functions added for color depths 2 and 4. Width-optimized 12633 functions added for color depths 2 and 4. Width-optimized
12634 putchar functions added for depth 32. Anti-aliasing supported 12634 putchar functions added for depth 32. Anti-aliasing supported
12635 for depths 2 and 24. Shadow framebuffer supported for all 12635 for depths 2 and 24. Shadow framebuffer supported for all
12636 depths. A lot of bug fixes, both major and minor. Dedup more 12636 depths. A lot of bug fixes, both major and minor. Dedup more
12637 than 20% of lines, or 50% of characters. [rin 20190810] 12637 than 20% of lines, or 50% of characters. [rin 20190810]
12638 usbnet(9): Add common framework for USB network devices. Port the 12638 usbnet(9): Add common framework for USB network devices. Port the
12639 axe(4), axen(4), cdce(4), cue(4), mue(4), smsc(4), udav(4), 12639 axe(4), axen(4), cdce(4), cue(4), mue(4), smsc(4), udav(4),
12640 ure(4), url(4), and urndis(4) drivers fixing many bugs and 12640 ure(4), url(4), and urndis(4) drivers fixing many bugs and
12641 porting to NET_MPSAFE in the process. [mrg 20190814] 12641 porting to NET_MPSAFE in the process. [mrg 20190814]
12642 usbnet(9): Port kue(4) and upl(4). [mrg 20190818] 12642 usbnet(9): Port kue(4) and upl(4). [mrg 20190818]
12643 mcx(4): Added driver for Mellanox 5th generation ethernet. 12643 mcx(4): Added driver for Mellanox 5th generation ethernet.
12644 [jmcneill 20190921] 12644 [jmcneill 20190921]
12645 evbarm: Add support for Amazon Graviton "a1.metal" instances. 12645 evbarm: Add support for Amazon Graviton "a1.metal" instances.
12646 [jmcneill 20191015] 12646 [jmcneill 20191015]
12647 ipgphy(4): Add support for IC Plus IP1000* PHY. [msaitoh 20191017] 12647 ipgphy(4): Add support for IC Plus IP1000* PHY. [msaitoh 20191017]
12648 alc(4): Add support for Killer E2400 and E2500. [msaitoh 20191017] 12648 alc(4): Add support for Killer E2400 and E2500. [msaitoh 20191017]
12649 jmphy(4): Add support for JMicron JMP202 and JMP211 PHY. 12649 jmphy(4): Add support for JMicron JMP202 and JMP211 PHY.
12650 [msaitoh 20191030] 12650 [msaitoh 20191030]
12651 smscphy(4): Add support for SMSC LAN87xx 10/100 Ethernet PHY. 12651 smscphy(4): Add support for SMSC LAN87xx 10/100 Ethernet PHY.
12652 [msaitoh 20191101] 12652 [msaitoh 20191101]
12653 micphy(4): Add support for Microchip KSZ80[0456]1, KSZ8721, KSZ9[01]31, 12653 micphy(4): Add support for Microchip KSZ80[0456]1, KSZ8721, KSZ9[01]31,
12654 KS8731 and KSZ9477. 12654 KS8731 and KSZ9477.
12655 [msaitoh 20191107] 12655 [msaitoh 20191107]