Wed Mar 18 05:59:45 2009 UTC ()
Tickets 569-572, 575, 577, 578, 583, and 584.


(snj)
diff -r1.1.2.111 -r1.1.2.112 src/doc/CHANGES-5.0

cvs diff -r1.1.2.111 -r1.1.2.112 src/doc/Attic/CHANGES-5.0 (switch to unified diff)

--- src/doc/Attic/CHANGES-5.0 2009/03/16 01:24:09 1.1.2.111
+++ src/doc/Attic/CHANGES-5.0 2009/03/18 05:59:45 1.1.2.112
@@ -1,1000 +1,1000 @@ @@ -1,1000 +1,1000 @@
1# $NetBSD: CHANGES-5.0,v 1.1.2.111 2009/03/16 01:24:09 snj Exp $ 1# $NetBSD: CHANGES-5.0,v 1.1.2.112 2009/03/18 05:59:45 snj Exp $
2 2
3A complete list of changes from the initial NetBSD 5.0 branch on October 2008 3A complete list of changes from the initial NetBSD 5.0 branch on October 2008
4until the 5.0 release: 4until the 5.0 release:
5 5
6gnu/usr.bin/groff/tmac/mdoc.local patched by hand 6gnu/usr.bin/groff/tmac/mdoc.local patched by hand
7sys/sys/param.h patched by hand 7sys/sys/param.h patched by hand
8 8
9 Welcome to 5.0_BETA! 9 Welcome to 5.0_BETA!
10 10
11sys/arch/arm/gemini/obio_wdt.c 1.2 11sys/arch/arm/gemini/obio_wdt.c 1.2
12distrib/evbarm/instkernel/instkernel/Makefile 1.14 12distrib/evbarm/instkernel/instkernel/Makefile 1.14
13distrib/evbarm/gzboot/gzimg/Makefile 1.20 13distrib/evbarm/gzboot/gzimg/Makefile 1.20
14 14
15 Register gemini watchdog with sysmon_wdog_register and rip out some 15 Register gemini watchdog with sysmon_wdog_register and rip out some
16 debugging code. Create gemini instkernel and gzimg.  16 debugging code. Create gemini instkernel and gzimg.
17 [cliff, ticket #2] 17 [cliff, ticket #2]
18 18
19etc/etc.cobalt/MAKEDEV.conf 1.10 19etc/etc.cobalt/MAKEDEV.conf 1.10
20 20
21 Create bpf(4) device node on ramdisk for sysinst. 21 Create bpf(4) device node on ramdisk for sysinst.
22 [tsutsui, ticket #4] 22 [tsutsui, ticket #4]
23 23
24sys/kern/vfs_dirhash.c 1.5-1.8 24sys/kern/vfs_dirhash.c 1.5-1.8
25 25
26 Clean up dirhash and use hash32_strn(). Remove old KASSERTS that 26 Clean up dirhash and use hash32_strn(). Remove old KASSERTS that
27 were commented out. Protect the dirhash_queue when purging hashed 27 were commented out. Protect the dirhash_queue when purging hashed
28 directories in memory overflow situations. Clarify the dirhash 28 directories in memory overflow situations. Clarify the dirhash
29 locking protocol and remove unnessiary #ifdef DEBUG flag. 29 locking protocol and remove unnessiary #ifdef DEBUG flag.
30 [reinoud, ticket #5] 30 [reinoud, ticket #5]
31 31
32etc/etc.amd64/MAKEDEV.conf 1.13-1.15 32etc/etc.amd64/MAKEDEV.conf 1.13-1.15
33etc/etc.i386/MAKEDEV.conf 1.17-1.19 33etc/etc.i386/MAKEDEV.conf 1.17-1.19
34 34
35 Create 4 Xen disks by default and all three Xen devices to make it 35 Create 4 Xen disks by default and all three Xen devices to make it
36 usable out-of-the-box. Create 8 dk instances by default, since GPT 36 usable out-of-the-box. Create 8 dk instances by default, since GPT
37 autodiscovery is enabled. 37 autodiscovery is enabled.
38 [joerg, ticket #3] 38 [joerg, ticket #3]
39 39
40sys/fs/udf/udf_strat_rmw.c 1.10 40sys/fs/udf/udf_strat_rmw.c 1.10
41 41
42 Explicitly set buffer's block numbers. Blocks were always read/written 42 Explicitly set buffer's block numbers. Blocks were always read/written
43 correctly only the sheduling could go less than optimal. 43 correctly only the sheduling could go less than optimal.
44 [reinoud, ticket #6] 44 [reinoud, ticket #6]
45 45
46external/mit/xorg/lib/Makefile 1.5 46external/mit/xorg/lib/Makefile 1.5
47 47
48 Move libXft down in the hierarchy, because it depends on libXrandr. 48 Move libXft down in the hierarchy, because it depends on libXrandr.
49 [cube, ticket #7] 49 [cube, ticket #7]
50 50
51sys/fs/udf/udf_strat_rmw.c 1.11 51sys/fs/udf/udf_strat_rmw.c 1.11
52 52
53 Introduce an extra state to wich all pushed ecclines are pushed 53 Introduce an extra state to wich all pushed ecclines are pushed
54 on. This extra state has a holding time in wich no writeouts will 54 on. This extra state has a holding time in wich no writeouts will
55 be done effectively collecting more sectors before its even scheduled 55 be done effectively collecting more sectors before its even scheduled
56 for writing. Significantly boosts write performance. 56 for writing. Significantly boosts write performance.
57 [reinoud, ticket #8] 57 [reinoud, ticket #8]
58 58
59sys/miscfs/genfs/genfs_io.c 1.14 59sys/miscfs/genfs/genfs_io.c 1.14
60sys/nfs/nfs_bio.c 1.180 60sys/nfs/nfs_bio.c 1.180
61sys/uvm/uvm_extern.h 1.149 61sys/uvm/uvm_extern.h 1.149
62 62
63 - allocate 8 pointers on the stack to avoid stack overflow in nfs. 63 - allocate 8 pointers on the stack to avoid stack overflow in nfs.
64 - make that 8 a constant 64 - make that 8 a constant
65 - remove bogus panic 65 - remove bogus panic
66 Fixes PR kern/39777.  66 Fixes PR kern/39777.
67 [tron, ticket #9] 67 [tron, ticket #9]
68 68
69dist/file/src/apprentice.c 1.20 69dist/file/src/apprentice.c 1.20
70 70
71 Fix build of file when cross-compiling on Solaris. 71 Fix build of file when cross-compiling on Solaris.
72 [hubertf, ticket #11] 72 [hubertf, ticket #11]
73 73
74usr.sbin/mmcformat/mmcformat.8 1.2 74usr.sbin/mmcformat/mmcformat.8 1.2
75 75
76 Fix manpage; it showed option -i where it had to be -I 76 Fix manpage; it showed option -i where it had to be -I
77 [reinoud, ticket #12] 77 [reinoud, ticket #12]
78 78
79sys/arch/atari/dev/clock.c 1.42 79sys/arch/atari/dev/clock.c 1.42
80 80
81 Move tc_init(&clk_timecounter) to stop the "timecounter:" message 81 Move tc_init(&clk_timecounter) to stop the "timecounter:" message
82 appearing in the middle of the clock0 attach message. 82 appearing in the middle of the clock0 attach message.
83 [abs, ticket #13] 83 [abs, ticket #13]
84 84
85sys/arch/atari/dev/md_root.c 1.26 85sys/arch/atari/dev/md_root.c 1.26
86 86
87 Use brelse() to unbusy bp buffer to allow user to swap floppy 87 Use brelse() to unbusy bp buffer to allow user to swap floppy
88 disks when prompted. 88 disks when prompted.
89 [abs, ticket #14] 89 [abs, ticket #14]
90 90
91sys/dev/sysmon/sysmon_envsys_events.c 1.59-1.60 91sys/dev/sysmon/sysmon_envsys_events.c 1.59-1.60
92 92
93 Restore previous behavior concerning CRITICAL events. Send an 93 Restore previous behavior concerning CRITICAL events. Send an
94 event whenever state enters or exits CRITICAL, or whenever value 94 event whenever state enters or exits CRITICAL, or whenever value
95 of sensor changes while the state is CRITICAL. 95 of sensor changes while the state is CRITICAL.
96 [pgoyette, ticket #15] 96 [pgoyette, ticket #15]
97 97
98external/mit/xorg/lib/libXaw7/Makefile 1.4 98external/mit/xorg/lib/libXaw7/Makefile 1.4
99 99
100 Add necessary defines (-DXAW7). 100 Add necessary defines (-DXAW7).
101 [cube, ticket #16] 101 [cube, ticket #16]
102 102
103sys/arch/x86/include/ipmivar.h 1.9 103sys/arch/x86/include/ipmivar.h 1.9
104sys/arch/x86/x86/ipmi.c 1.22-1.25 104sys/arch/x86/x86/ipmi.c 1.22-1.25
105 105
106 Initialize the sc_dev.dv_xname in ipmi_match, which is enough to 106 Initialize the sc_dev.dv_xname in ipmi_match, which is enough to
107 make DEVNAME work. Finally this also allows the device_t/softc 107 make DEVNAME work. Finally this also allows the device_t/softc
108 split. If ipmi failed to attach we would crash because we would 108 split. If ipmi failed to attach we would crash because we would
109 end up using callouts while cold. If cold, wait 10 times longer, 109 end up using callouts while cold. If cold, wait 10 times longer,
110 and if we spinout fail instead of trying to poll. 110 and if we spinout fail instead of trying to poll.
111 [cegger, ticket #10] 111 [cegger, ticket #10]
112 112
113distrib/amd64/ramdisks/ramdisk/list 1.8 113distrib/amd64/ramdisks/ramdisk/list 1.8
114distrib/i386/ramdisks/common/list.ramdisk 1.8 114distrib/i386/ramdisks/common/list.ramdisk 1.8
115etc/etc.amd64/MAKEDEV.conf 1.16 115etc/etc.amd64/MAKEDEV.conf 1.16
116etc/etc.i386/MAKEDEV.conf 1.20 116etc/etc.i386/MAKEDEV.conf 1.20
117sys/arch/i386/conf/INSTALL_FLOPPY 1.2 117sys/arch/i386/conf/INSTALL_FLOPPY 1.2
118 118
119 Make x86 installation use tmpfs and stop distinguishing MAKEDEV 119 Make x86 installation use tmpfs and stop distinguishing MAKEDEV
120 init and MAKEDEV all. 120 init and MAKEDEV all.
121 [joerg, ticket #18] 121 [joerg, ticket #18]
122 122
123sys/arch/atari/conf/GENERIC.in 1.74 123sys/arch/atari/conf/GENERIC.in 1.74
124sys/arch/atari/conf/README 1.3 124sys/arch/atari/conf/README 1.3
125sys/arch/atari/conf/ATARITT regen 125sys/arch/atari/conf/ATARITT regen
126sys/arch/atari/conf/BOOT regen 126sys/arch/atari/conf/BOOT regen
127sys/arch/atari/conf/HADES regen 127sys/arch/atari/conf/HADES regen
128sys/arch/atari/conf/BOOTX regen 128sys/arch/atari/conf/BOOTX regen
129sys/arch/atari/conf/FALCON regen 129sys/arch/atari/conf/FALCON regen
130sys/arch/atari/conf/MILAN-ISAIDE regen 130sys/arch/atari/conf/MILAN-ISAIDE regen
131sys/arch/atari/conf/MILAN-PCIIDE regen 131sys/arch/atari/conf/MILAN-PCIIDE regen
132 132
133 Add a note that SERCONSOLE breaks on the Falcon, and remove from 133 Add a note that SERCONSOLE breaks on the Falcon, and remove from
134 FALCON config. 134 FALCON config.
135 [abs, ticket #19] 135 [abs, ticket #19]
136 136
137compat/libexec/ld.elf_so/Makefile 1.2 137compat/libexec/ld.elf_so/Makefile 1.2
138distrib/sets/lists/base/md.i386 1.129-1.130 138distrib/sets/lists/base/md.i386 1.129-1.130
139distrib/sets/lists/comp/md.i386 1.107-1.108 139distrib/sets/lists/comp/md.i386 1.107-1.108
140distrib/sets/lists/base/md.amd64 1.26 140distrib/sets/lists/base/md.amd64 1.26
141distrib/sets/lists/base/md.sparc64 1.24 141distrib/sets/lists/base/md.sparc64 1.24
142distrib/sets/lists/comp/md.amd64 1.40 142distrib/sets/lists/comp/md.amd64 1.40
143distrib/sets/lists/comp/md.sparc64 1.38 143distrib/sets/lists/comp/md.sparc64 1.38
144distrib/sets/lists/base/ad.arm 1.10 144distrib/sets/lists/base/ad.arm 1.10
145distrib/sets/lists/base/md.shark 1.7 145distrib/sets/lists/base/md.shark 1.7
146distrib/sets/lists/base/md.sparc 1.75 146distrib/sets/lists/base/md.sparc 1.75
147distrib/sets/lists/base/md.vax 1.26 147distrib/sets/lists/base/md.vax 1.26
148distrib/sets/lists/comp/ad.arm 1.31 148distrib/sets/lists/comp/ad.arm 1.31
149distrib/sets/lists/comp/md.pmax 1.59 149distrib/sets/lists/comp/md.pmax 1.59
150distrib/sets/lists/comp/md.shark 1.13 150distrib/sets/lists/comp/md.shark 1.13
151distrib/sets/lists/comp/md.sparc 1.68 151distrib/sets/lists/comp/md.sparc 1.68
152distrib/sets/lists/comp/md.vax 1.35 152distrib/sets/lists/comp/md.vax 1.35
153libexec/ld.aout_so/Makefile 1.46 153libexec/ld.aout_so/Makefile 1.46
154sbin/ldconfig/Makefile 1.22 154sbin/ldconfig/Makefile 1.22
155 155
156 Make MKPIC=no builds work on i368, shark, vax, pmax, sgimips, 156 Make MKPIC=no builds work on i368, shark, vax, pmax, sgimips,
157 sparc, maybe all mips and all arm as well. 157 sparc, maybe all mips and all arm as well.
158 [mrg, ticket #20] 158 [mrg, ticket #20]
159 159
160sys/kern/kern_cpu.c 1.38 160sys/kern/kern_cpu.c 1.38
161 161
162 cpuctl_ioctl: use cpu_index(), instead of cpuid. Fixes cpuctl(8) 162 cpuctl_ioctl: use cpu_index(), instead of cpuid. Fixes cpuctl(8)
163 on machines where the cpu's apic id are different from their 163 on machines where the cpu's apic id are different from their
164 device unit. 164 device unit.
165 [cegger, ticket #21] 165 [cegger, ticket #21]
166 166
167external/mit/xorg/lib/Makefile 1.6 167external/mit/xorg/lib/Makefile 1.6
168external/mit/xorg/lib/libOSMesa/Makefile 1.3 168external/mit/xorg/lib/libOSMesa/Makefile 1.3
169external/mit/xorg/lib/libXScrnSaver/Makefile 1.4 169external/mit/xorg/lib/libXScrnSaver/Makefile 1.4
170external/mit/xorg/lib/libXcomposite/Makefile 1.4 170external/mit/xorg/lib/libXcomposite/Makefile 1.4
171external/mit/xorg/lib/libXdamage/Makefile 1.3 171external/mit/xorg/lib/libXdamage/Makefile 1.3
172external/mit/xorg/lib/libXevie/Makefile 1.4 172external/mit/xorg/lib/libXevie/Makefile 1.4
173external/mit/xorg/lib/libXfixes/Makefile 1.4 173external/mit/xorg/lib/libXfixes/Makefile 1.4
174external/mit/xorg/lib/libXfont/Makefile 1.4 174external/mit/xorg/lib/libXfont/Makefile 1.4
175external/mit/xorg/lib/libXft/Makefile 1.5 175external/mit/xorg/lib/libXft/Makefile 1.5
176external/mit/xorg/lib/libXinerama/Makefile 1.4 176external/mit/xorg/lib/libXinerama/Makefile 1.4
177external/mit/xorg/lib/libXprintAppUtil/Makefile 1.3 177external/mit/xorg/lib/libXprintAppUtil/Makefile 1.3
178external/mit/xorg/lib/libXprintUtil/Makefile 1.3 178external/mit/xorg/lib/libXprintUtil/Makefile 1.3
179external/mit/xorg/lib/libXres/Makefile 1.7 179external/mit/xorg/lib/libXres/Makefile 1.7
180external/mit/xorg/lib/libXvMC/Makefile 1.3 180external/mit/xorg/lib/libXvMC/Makefile 1.3
181external/mit/xorg/lib/libXxf86dga/Makefile 1.3 181external/mit/xorg/lib/libXxf86dga/Makefile 1.3
182external/mit/xorg/lib/libXxf86misc/Makefile 1.4 182external/mit/xorg/lib/libXxf86misc/Makefile 1.4
183external/mit/xorg/lib/libXxf86vm/Makefile 1.4 183external/mit/xorg/lib/libXxf86vm/Makefile 1.4
184external/mit/xorg/lib/liblbxutil/Makefile 1.4 184external/mit/xorg/lib/liblbxutil/Makefile 1.4
185external/mit/xorg/lib/libxkbfile/Makefile 1.3 185external/mit/xorg/lib/libxkbfile/Makefile 1.3
186external/mit/xorg/lib/libxkbui/Makefile 1.3 186external/mit/xorg/lib/libxkbui/Makefile 1.3
187external/mit/xorg/lib/pixman/Makefile 1.7 187external/mit/xorg/lib/pixman/Makefile 1.7
188 188
189 Add missing LIBDPLIBS, found by using 'LDFLAGS += -Wl,-z,defs' and 189 Add missing LIBDPLIBS, found by using 'LDFLAGS += -Wl,-z,defs' and
190 sort src/external/mit/xorg/lib/Makefile to match the new order. 190 sort src/external/mit/xorg/lib/Makefile to match the new order.
191 [veego, ticket #22] 191 [veego, ticket #22]
192 192
193lib/libc/arch/sparc/sys/brk.S 1.15 193lib/libc/arch/sparc/sys/brk.S 1.15
194 194
195 Redo rev.1.13. We must refer to CURBRK via GOT in case of PIC. 195 Redo rev.1.13. We must refer to CURBRK via GOT in case of PIC.
196 [nakayama, ticket #23] 196 [nakayama, ticket #23]
197 197
198sys/dev/fss.c 1.61 198sys/dev/fss.c 1.61
199 199
200 fss_bs_thread: initialize b_error and b_resid. 200 fss_bs_thread: initialize b_error and b_resid.
201 Before it was possible for fss reads to return bogus b_resid values 201 Before it was possible for fss reads to return bogus b_resid values
202 leading to "delta > 0" panics from physio(). 202 leading to "delta > 0" panics from physio().
203 [hannken, ticket #24] 203 [hannken, ticket #24]
204 204
205external/mit/xorg/lib/dri/Makefile 1.3 205external/mit/xorg/lib/dri/Makefile 1.3
206 206
207 don't build dri drivers on shark 207 don't build dri drivers on shark
208 [macallan, ticket #32] 208 [macallan, ticket #32]
209 209
210external/mit/xorg/lib/dri/Makefile 1.4 210external/mit/xorg/lib/dri/Makefile 1.4
211 211
212 Just some nits: 212 Just some nits:
213 - test for macppc, not powerpc when building DRI drivers for mac 213 - test for macppc, not powerpc when building DRI drivers for mac
214 - fix a typo in the shark branch 214 - fix a typo in the shark branch
215 - don't build DRI drivers on ibmnws either 215 - don't build DRI drivers on ibmnws either
216 [macallan, ticket #26] 216 [macallan, ticket #26]
217 217
218xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd/ppc_video.c 1.4 218xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd/ppc_video.c 1.4
219 219
220 Add ARM support. 220 Add ARM support.
221 [macallan, ticket #27] 221 [macallan, ticket #27]
222 222
223distrib/sets/lists/xserver/md.shark 1.23 223distrib/sets/lists/xserver/md.shark 1.23
224 224
225 Sync list with reality. 225 Sync list with reality.
226 [macallan, ticket #28] 226 [macallan, ticket #28]
227 227
228external/mit/xorg/server/drivers/Makefile 1.19 228external/mit/xorg/server/drivers/Makefile 1.19
229 229
230 build only chips and wsfb drivers on shark 230 build only chips and wsfb drivers on shark
231 [macallan, ticket #29] 231 [macallan, ticket #29]
232 232
233external/mit/xorg/server/drivers/xf86-video-wsfb/Makefile 1.3 233external/mit/xorg/server/drivers/xf86-video-wsfb/Makefile 1.3
234 234
235 include hw cursor support 235 include hw cursor support
236 [macallan, ticket #30] 236 [macallan, ticket #30]
237 237
238xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb.h 1.1 238xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb.h 1.1
239xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_cursor.c 1.1 239xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_cursor.c 1.1
240xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c 1.2 240xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c 1.2
241 241
242 Add hw cursor support and unbork shadow fb support. 242 Add hw cursor support and unbork shadow fb support.
243 [macallan, ticket #31] 243 [macallan, ticket #31]
244 244
245distrib/sets/lists/base/mi 1.781 245distrib/sets/lists/base/mi 1.781
246external/intel-fw-public/ipw3945/Makefile 1.2 246external/intel-fw-public/ipw3945/Makefile 1.2
247external/intel-fw-public/ipw3945/dist/ipw3945.ucode removed 247external/intel-fw-public/ipw3945/dist/ipw3945.ucode removed
248external/intel-fw-public/ipw3945/dist/iwlwifi-3945.ucode iwlwifi-3945-ucode-2-14-4 248external/intel-fw-public/ipw3945/dist/iwlwifi-3945.ucode iwlwifi-3945-ucode-2-14-4
249external/intel-fw-public/ipw3945/dist/LICENSE.ipw3945-ucode removed 249external/intel-fw-public/ipw3945/dist/LICENSE.ipw3945-ucode removed
250external/intel-fw-public/ipw3945/dist/LICENSE.iwlwifi-3945-ucode iwlwifi-3945-ucode-2-14-4 250external/intel-fw-public/ipw3945/dist/LICENSE.iwlwifi-3945-ucode iwlwifi-3945-ucode-2-14-4
251external/intel-fw-public/ipw3945/dist/README.ipw3945-ucode removed 251external/intel-fw-public/ipw3945/dist/README.ipw3945-ucode removed
252external/intel-fw-public/ipw3945/dist/README.iwlwifi-3945-ucode iwlwifi-3945-ucode-2-14-4 252external/intel-fw-public/ipw3945/dist/README.iwlwifi-3945-ucode iwlwifi-3945-ucode-2-14-4
253share/man/man4/ipw.4 1.3, 1.4 253share/man/man4/ipw.4 1.3, 1.4
254share/man/man4/iwi.4 1.11, 1.12, 1.13 254share/man/man4/iwi.4 1.11, 1.12, 1.13
255share/man/man4/iwn.4 1.3, 1.4 255share/man/man4/iwn.4 1.3, 1.4
256share/man/man4/wpi.4 1.7, 1.8 256share/man/man4/wpi.4 1.7, 1.8
257sys/dev/pci/if_ipw.c 1.44 257sys/dev/pci/if_ipw.c 1.44
258sys/dev/pci/if_ipwvar.h 1.14 258sys/dev/pci/if_ipwvar.h 1.14
259sys/dev/pci/if_iwi.c 1.76 259sys/dev/pci/if_iwi.c 1.76
260sys/dev/pci/if_iwn.c 1.26 260sys/dev/pci/if_iwn.c 1.26
261 261
262 (a) Sync man pages with sysctl and the included firmware images. 262 (a) Sync man pages with sysctl and the included firmware images.
263 (b) Make sure the drivers use the upstream image names, not the mangled 263 (b) Make sure the drivers use the upstream image names, not the mangled
264 ones from pkgsrc. 264 ones from pkgsrc.
265 (c) Use the second generation firmware for wpi(4). 265 (c) Use the second generation firmware for wpi(4).
266 [joerg, ticket #25] 266 [joerg, ticket #25]
267 267
268distrib/sets/lists/xcomp/mi 1.72, 1.73 268distrib/sets/lists/xcomp/mi 1.72, 1.73
269 269
270 Fix MKDEBUG=yes for MKXORG=yes. 270 Fix MKDEBUG=yes for MKXORG=yes.
271 [rtr, ticket #33] 271 [rtr, ticket #33]
272 272
273usr.bin/stat/stat.1 1.25 273usr.bin/stat/stat.1 1.25
274 274
275 Be consistent: document the birthtime field of struct stat for 275 Be consistent: document the birthtime field of struct stat for
276 the "B" field specifier. 276 the "B" field specifier.
277 [reed, ticket #34] 277 [reed, ticket #34]
278 278
279etc/etc.atari/MAKEDEV.conf 1.8 279etc/etc.atari/MAKEDEV.conf 1.8
280 280
281 The NetBSD/atari installer can use md2a as a root device, so ensure 281 The NetBSD/atari installer can use md2a as a root device, so ensure
282 the 'floppy' target creates md2 282 the 'floppy' target creates md2
283 [abs, ticket #35] 283 [abs, ticket #35]
284 284
285doc/CHANGES patch 285doc/CHANGES patch
286 286
287 Correct description of NSP2000 driver. It didn't come from the 287 Correct description of NSP2000 driver. It didn't come from the
288 public FreeBSD sources, it was generously contributed by its owner, 288 public FreeBSD sources, it was generously contributed by its owner,
289 NBMK Encryption Technologies, Inc.  289 NBMK Encryption Technologies, Inc.
290 [tls, ticket #36] 290 [tls, ticket #36]
291 291
292gnu/usr.bin/groff/tmac/mdoc.local 1.46 via patch 292gnu/usr.bin/groff/tmac/mdoc.local 1.46 via patch
293distrib/sets/lists/man/mi 1.1110, 1.1111 293distrib/sets/lists/man/mi 1.1110, 1.1111
294share/man/man4/nsp.4 1.1, 1.2 294share/man/man4/nsp.4 1.1, 1.2
295sys/dev/pci/n8/helper.c 1.2 295sys/dev/pci/n8/helper.c 1.2
296 296
297 - Add nsp(4) manpage. 297 - Add nsp(4) manpage.
298 - Remove include of useless i386/include/clock.h which broke builds 298 - Remove include of useless i386/include/clock.h which broke builds
299 on other architectures. 299 on other architectures.
300 [tls, ticket #37] 300 [tls, ticket #37]
301 301
302usr.bin/make/util.c 1.46 302usr.bin/make/util.c 1.46
303 303
304 Don't use putenv() because it is not portable. Fixes crossbuild 304 Don't use putenv() because it is not portable. Fixes crossbuild
305 on Solaris. 305 on Solaris.
306 [cube, ticket #38] 306 [cube, ticket #38]
307 307
308sys/dev/pci/if_iwi.c 1.77 308sys/dev/pci/if_iwi.c 1.77
309 309
310 Fix typo in firmware name. 310 Fix typo in firmware name.
311 [joerg, ticket #43] 311 [joerg, ticket #43]
312 312
313sys/arch/xen/xen/evtchn.c 1.40 313sys/arch/xen/xen/evtchn.c 1.40
314 314
315 evtchn_do_event(): Avoid KASSERT(iplbit !=0). 315 evtchn_do_event(): Avoid KASSERT(iplbit !=0).
316 [bouyer, ticket #39] 316 [bouyer, ticket #39]
317 317
318external/mit/xorg/bin/xdm/config/Makefile 1.3 318external/mit/xorg/bin/xdm/config/Makefile 1.3
319 319
320 - Define CPPSCRIPTFLAGS_Xsession, fixing a broken Xsession file 320 - Define CPPSCRIPTFLAGS_Xsession, fixing a broken Xsession file
321 - Use -DXPM for xdm-config too 321 - Use -DXPM for xdm-config too
322 - Move DEFAULTVT up before CPPSCRIPTS, so the later is in one block. 322 - Move DEFAULTVT up before CPPSCRIPTS, so the later is in one block.
323 [veego, ticket #40] 323 [veego, ticket #40]
324 324
325share/man/man4/acpitz.4 1.9 325share/man/man4/acpitz.4 1.9
326sys/dev/acpi/acpi_tz.c 1.38, 1.39 326sys/dev/acpi/acpi_tz.c 1.38, 1.39
327 327
328 - Temp sensor should report a critical-overtemp condition 328 - Temp sensor should report a critical-overtemp condition
329 (ENVSYS_SCRITOVER) not a simple critical (ENVSYS_SCRITICAL) 329 (ENVSYS_SCRITOVER) not a simple critical (ENVSYS_SCRITICAL)
330 condition.  330 condition.
331 - Leave the task of displaying sensor states to envsys_sysmon() 331 - Leave the task of displaying sensor states to envsys_sysmon()
332 unless we are in debug mode. 332 unless we are in debug mode.
333 [pgoyette, ticket #41] 333 [pgoyette, ticket #41]
334 334
335sys/dev/pci/ixpide.c 1.14 335sys/dev/pci/ixpide.c 1.14
336 336
337 Implement powersave for ixpide(4). 337 Implement powersave for ixpide(4).
338 [reinoud, ticket #42] 338 [reinoud, ticket #42]
339 339
340etc/root/dot.cshrc patch 340etc/root/dot.cshrc patch
341etc/root/dot.profile patch 341etc/root/dot.profile patch
342 342
343 Add commented out example of PKG_PATH to make using binary 343 Add commented out example of PKG_PATH to make using binary
344 packages easier. 344 packages easier.
345 [joerg, ticket #45] 345 [joerg, ticket #45]
346 346
347lib/libc/gen/sysctl.3 1.195 347lib/libc/gen/sysctl.3 1.195
348share/man/man4/options.4 1.370 348share/man/man4/options.4 1.370
349share/man/man5/rc.conf.5 1.121 349share/man/man5/rc.conf.5 1.121
350sbin/init/init.8 1.54, 1.55 350sbin/init/init.8 1.54, 1.55
351sbin/sysctl/sysctl.8 1.159 351sbin/sysctl/sysctl.8 1.159
352 352
353 Reference secmodel_securelevel(9) manual page. 353 Reference secmodel_securelevel(9) manual page.
354 Add some details about init's role with securelevel. 354 Add some details about init's role with securelevel.
355 Add references to other manual pages for more details. 355 Add references to other manual pages for more details.
356 [reed, ticket #46] 356 [reed, ticket #46]
357 357
358include/sched.h 1.11  358include/sched.h 1.11
359lib/libc/sys/sched.c 1.2 359lib/libc/sys/sched.c 1.2
360lib/librt/sched.3 1.6 360lib/librt/sched.3 1.6
361 361
362 Add sched_getaffinity_np() and sched_setaffinity_np() wrappers, 362 Add sched_getaffinity_np() and sched_setaffinity_np() wrappers,
363 mainly for compatibility purposes. 363 mainly for compatibility purposes.
364 [rmind, ticket #47] 364 [rmind, ticket #47]
365 365
366sys/arch/x86/x86/cpu.c 1.58 366sys/arch/x86/x86/cpu.c 1.58
367sys/arch/xen/x86/cpu.c 1.29 367sys/arch/xen/x86/cpu.c 1.29
368sys/kern/kern_cpu.c 1.37 368sys/kern/kern_cpu.c 1.37
369sys/kern/sys_sched.c 1.31 369sys/kern/sys_sched.c 1.31
370sys/sys/cpu.h 1.24 370sys/sys/cpu.h 1.24
371 371
372 - Avoid the race with CPU online/offline state changes, when 372 - Avoid the race with CPU online/offline state changes, when
373 setting the affinity (cpu_lock protects these operations now). 373 setting the affinity (cpu_lock protects these operations now).
374 - Disallow setting of state of CPU to to offline, if there are 374 - Disallow setting of state of CPU to to offline, if there are
375 bound LWPs, which have no CPU to migrate. 375 bound LWPs, which have no CPU to migrate.
376 - Disallow setting of affinity for the LWP(s), if all CPUs in the 376 - Disallow setting of affinity for the LWP(s), if all CPUs in the
377 dynamic CPU-set are offline. 377 dynamic CPU-set are offline.
378 - sched_setaffinity: fix invalid check of kcpuset_isset(). 378 - sched_setaffinity: fix invalid check of kcpuset_isset().
379 - Rename cpu_setonline() to cpu_setstate(). 379 - Rename cpu_setonline() to cpu_setstate().
380 Should fix PR/39349. 380 Should fix PR/39349.
381 [rmind, ticket #48] 381 [rmind, ticket #48]
382 382
383sys/dev/sysmon/sysmon_envsys_events.c 1.61, 1.62 383sys/dev/sysmon/sysmon_envsys_events.c 1.61, 1.62
384 384
385 Initialize event's "previous sent state" based on the event monitor 385 Initialize event's "previous sent state" based on the event monitor
386 type, regardless of sensor type. Fixes spurious "device: normal 386 type, regardless of sensor type. Fixes spurious "device: normal
387 state on 'sensor-name' messages which interfere with sysinst.  387 state on 'sensor-name' messages which interfere with sysinst.
388 [tls, ticket #49] 388 [tls, ticket #49]
389 389
390sys/arch/x86/x86/intel_busclock.c 1.6 390sys/arch/x86/x86/intel_busclock.c 1.6
391 391
392 Add support for enhanced speedstep on Intel Atom CPUs 392 Add support for enhanced speedstep on Intel Atom CPUs
393 [jmcneill, ticket #52] 393 [jmcneill, ticket #52]
394 394
395etc/MAKEDEV.tmpl 1.115 395etc/MAKEDEV.tmpl 1.115
396 396
397 Fix generation of /dev/videoN devices in 'all' target. 397 Fix generation of /dev/videoN devices in 'all' target.
398 [jmcneill, ticket #53] 398 [jmcneill, ticket #53]
399 399
400 400
401sys/dev/pci/azalia_codec.c 1.72 401sys/dev/pci/azalia_codec.c 1.72
402 402
403 Add support for Realtek ALC269 as found in Eee PC 1000HA. 403 Add support for Realtek ALC269 as found in Eee PC 1000HA.
404 [jmcneill, ticket #54] 404 [jmcneill, ticket #54]
405 405
406sys/arch/xen/xen/evtchn.c 1.41 406sys/arch/xen/xen/evtchn.c 1.41
407 407
408 Remove a debug printf(). It will call splx(), which may panic 408 Remove a debug printf(). It will call splx(), which may panic
409 in spllowwer() on KASSERT(psl == 0); 409 in spllowwer() on KASSERT(psl == 0);
410 [bouyer, ticket #55] 410 [bouyer, ticket #55]
411 411
412sys/netinet/tcp_timer.c 1.83 412sys/netinet/tcp_timer.c 1.83
413 413
414 Fix kern/39769: race condition in TCP timers. 414 Fix kern/39769: race condition in TCP timers.
415 [bouyer, ticket #56] 415 [bouyer, ticket #56]
416 416
417sys/dev/pci/if_bge.c 1.154 417sys/dev/pci/if_bge.c 1.154
418 418
419 PR kern/39608: bge(4) constant freeze on BCM5906M. 419 PR kern/39608: bge(4) constant freeze on BCM5906M.
420 Correct DMA values. 420 Correct DMA values.
421 [cegger, ticket #44] 421 [cegger, ticket #44]
422 422
423share/man/man8/man8.cobalt/boot.8 1.3-1.6 423share/man/man8/man8.cobalt/boot.8 1.3-1.6
424 424
425 Sync with reality. 425 Sync with reality.
426 [tsutsui, ticket #57] 426 [tsutsui, ticket #57]
427 427
428sys/dev/pci/if_iwn.c 1.23, 1.24 428sys/dev/pci/if_iwn.c 1.23, 1.24
429 429
430 * Disable aborting the scan for the moment - it causes a firmware 430 * Disable aborting the scan for the moment - it causes a firmware
431 error if a scan was never initiated which breaks WEP and open 431 error if a scan was never initiated which breaks WEP and open
432 wireless connections 432 wireless connections
433 * Make sure the ESSID is cleared. 433 * Make sure the ESSID is cleared.
434 * Move init of essid to the attach code. 434 * Move init of essid to the attach code.
435 [blymn, ticket #58] 435 [blymn, ticket #58]
436 436
437etc/etc.cobalt/MAKEDEV.conf 1.11, 1.12 437etc/etc.cobalt/MAKEDEV.conf 1.11, 1.12
438 438
439 Create audio and USB devices on all_md target. 439 Create audio and USB devices on all_md target.
440 [tsutsui, ticket #59] 440 [tsutsui, ticket #59]
441 441
442distrib/amd64/floppies/common/Makefile.bootfloppy 1.10 442distrib/amd64/floppies/common/Makefile.bootfloppy 1.10
443distrib/common/Makefile.tarfloppy 1.14 443distrib/common/Makefile.tarfloppy 1.14
444distrib/i386/floppies/common/Makefile.bootfloppy 1.22 444distrib/i386/floppies/common/Makefile.bootfloppy 1.22
445 445
446 Avoid full path to boot.cfg file when building amd64 boot floppy 446 Avoid full path to boot.cfg file when building amd64 boot floppy
447 and share code with i386. 447 and share code with i386.
448 [tsutsui, ticket #60] 448 [tsutsui, ticket #60]
449 449
450sys/arch/sun3/dev/fd.c 1.67 450sys/arch/sun3/dev/fd.c 1.67
451 451
452 Make this compile with options DIAGNOSTIC. 452 Make this compile with options DIAGNOSTIC.
453 [tsutsui, ticket #61] 453 [tsutsui, ticket #61]
454 454
455BUILDING 1.79, 1.81 455BUILDING 1.79, 1.81
456Makefile 1.263 456Makefile 1.263
457distrib/sets/Makefile 1.64 457distrib/sets/Makefile 1.64
458distrib/sets/sets.subr 1.72, 1.73 458distrib/sets/sets.subr 1.72, 1.73
459doc/BUILDING.mdoc 1.68, 1.70 459doc/BUILDING.mdoc 1.68, 1.70
460etc/Makefile 1.360 460etc/Makefile 1.360
461external/mit/xorg/server/Makefile 1.5 461external/mit/xorg/server/Makefile 1.5
462share/man/man5/mk.conf.5 1.42, 1.46 462share/man/man5/mk.conf.5 1.42, 1.46
463share/mk/bsd.README 1.237, 1.238, 1.242 463share/mk/bsd.README 1.237, 1.238, 1.242
464share/mk/bsd.own.mk 1.544, 1.550 464share/mk/bsd.own.mk 1.544, 1.550
465share/mk/bsd.x11.mk 1.71 465share/mk/bsd.x11.mk 1.71
466usr.bin/ssh/Makefile.inc 1.18 466usr.bin/ssh/Makefile.inc 1.18
467 467
468 Switch to Xorg on amd64, i386, macppc, shark and sparc64. 468 Switch to Xorg on amd64, i386, macppc, shark and sparc64.
469 [mrg, ticket #64] 469 [mrg, ticket #64]
470 470
471sys/dev/pci/if_wpi.c 1.41 471sys/dev/pci/if_wpi.c 1.41
472sys/dev/pci/if_wpivar.h 1.13 472sys/dev/pci/if_wpivar.h 1.13
473 473
474 Cache wpi firmware in memory, free it only on invalid content or 474 Cache wpi firmware in memory, free it only on invalid content or
475 when the last user is detached. This stops wpi from accessing the 475 when the last user is detached. This stops wpi from accessing the
476 disk on resume. 476 disk on resume.
477 [joerg, ticket #62] 477 [joerg, ticket #62]
478 478
479share/man/man4/vlan.4 1.30 479share/man/man4/vlan.4 1.30
480 480
481 Add etherip to the list of interfaces supporting ETHER_VLAN_MTU. 481 Add etherip to the list of interfaces supporting ETHER_VLAN_MTU.
482 [bouyer, ticket #63] 482 [bouyer, ticket #63]
483 483
484sys/kern/subr_pool.c 1.171 484sys/kern/subr_pool.c 1.171
485 485
486 Avoid recursive mutex_enter() when the system is low on KVA. 486 Avoid recursive mutex_enter() when the system is low on KVA.
487 [ad, ticket #72] 487 [ad, ticket #72]
488 488
489sys/arch/amd64/amd64/fpu.c 1.27 489sys/arch/amd64/amd64/fpu.c 1.27
490sys/arch/amd64/amd64/ipifuncs.c 1.20 490sys/arch/amd64/amd64/ipifuncs.c 1.20
491sys/arch/i386/i386/ipifuncs.c 1.28 491sys/arch/i386/i386/ipifuncs.c 1.28
492sys/arch/i386/isa/npx.c 1.130 492sys/arch/i386/isa/npx.c 1.130
493sys/arch/x86/include/intrdefs.h 1.14 493sys/arch/x86/include/intrdefs.h 1.14
494 494
495 PR port-amd64/38293 panic: fp_save ipi didn't 495 PR port-amd64/38293 panic: fp_save ipi didn't
496 Kill the FP flush IPI and always save. The synchronization here 496 Kill the FP flush IPI and always save. The synchronization here
497 isn't strong and we could easily pull the chain on an innocent 497 isn't strong and we could easily pull the chain on an innocent
498 LWP's FP state. 498 LWP's FP state.
499 [ad, ticket #73] 499 [ad, ticket #73]
500 500
501sys/arch/amd64/amd64/fpu.c 1.28 501sys/arch/amd64/amd64/fpu.c 1.28
502sys/arch/amd64/amd64/genassym.cf 1.38 502sys/arch/amd64/amd64/genassym.cf 1.38
503sys/arch/amd64/amd64/locore.S 1.48 503sys/arch/amd64/amd64/locore.S 1.48
504sys/arch/amd64/amd64/machdep.c 1.104 504sys/arch/amd64/amd64/machdep.c 1.104
505sys/arch/i386/i386/autoconf.c 1.93 505sys/arch/i386/i386/autoconf.c 1.93
506sys/arch/i386/i386/genassym.cf 1.77 506sys/arch/i386/i386/genassym.cf 1.77
507sys/arch/i386/i386/locore.S 1.79 507sys/arch/i386/i386/locore.S 1.79
508sys/arch/i386/i386/machdep.c 1.646 508sys/arch/i386/i386/machdep.c 1.646
509sys/arch/i386/isa/npx.c 1.131 509sys/arch/i386/isa/npx.c 1.131
510 510
511 PR port-amd64/38293 panic: fp_save ipi didn't 511 PR port-amd64/38293 panic: fp_save ipi didn't
512 Fix race conditions in FPU IPI handling. 512 Fix race conditions in FPU IPI handling.
513 [ad, ticket #74] 513 [ad, ticket #74]
514 514
515sys/kern/kern_subr.c 1.195 515sys/kern/kern_subr.c 1.195
516 516
517 Acquire exec_lock where needed. Addresses PR kern/39913. 517 Acquire exec_lock where needed. Addresses PR kern/39913.
518 [ad, ticket #75] 518 [ad, ticket #75]
519 519
520sys/kern/vfs_lookup.c 1.111 520sys/kern/vfs_lookup.c 1.111
521sys/sys/namei.src 1.9 521sys/sys/namei.src 1.9
522sys/sys/namei.h regen 522sys/sys/namei.h regen
523 523
524 Add a NOCHROOT flag for namei(). Looks outside any chroot and 524 Add a NOCHROOT flag for namei(). Looks outside any chroot and
525 performs the lookup from the root directory if given an absolute 525 performs the lookup from the root directory if given an absolute
526 path. 526 path.
527 [ad/tsutsui, ticket #76] 527 [ad/tsutsui, ticket #76]
528 528
529sys/arch/amd64/amd64/machdep.c 1.106, 1.107 529sys/arch/amd64/amd64/machdep.c 1.106, 1.107
530 530
531 - introduce add_mem_cluster() as done in i386 531 - introduce add_mem_cluster() as done in i386
532 - apply rev. 1.480 from i386/i386/machdep.c: fixes PR 17199 532 - apply rev. 1.480 from i386/i386/machdep.c: fixes PR 17199
533 - apply rev. 1.492 from i386/i386/machdep.c: fixes PR 13399 533 - apply rev. 1.492 from i386/i386/machdep.c: fixes PR 13399
534 [cegger, ticket #51] 534 [cegger, ticket #51]
535 535
536share/man/man4/options.4 patch 536share/man/man4/options.4 patch
537sys/arch/i386/conf/ALL patch 537sys/arch/i386/conf/ALL patch
538sys/arch/i386/conf/GENERIC patch 538sys/arch/i386/conf/GENERIC patch
539sys/arch/i386/conf/GENERIC_TINY patch 539sys/arch/i386/conf/GENERIC_TINY patch
540sys/arch/i386/conf/INSTALL_FLOPPY patch 540sys/arch/i386/conf/INSTALL_FLOPPY patch
541sys/arch/i386/conf/INSTALL_TINY patch 541sys/arch/i386/conf/INSTALL_TINY patch
542sys/arch/i386/conf/NET4501 patch 542sys/arch/i386/conf/NET4501 patch
543sys/arch/i386/conf/XBOX patch 543sys/arch/i386/conf/XBOX patch
544sys/arch/i386/conf/XEN2_DOM0 patch 544sys/arch/i386/conf/XEN2_DOM0 patch
545sys/arch/i386/conf/XEN2_DOMU patch 545sys/arch/i386/conf/XEN2_DOMU patch
546sys/arch/i386/conf/files.i386 patch 546sys/arch/i386/conf/files.i386 patch
547sys/arch/i386/include/segments.h patch 547sys/arch/i386/include/segments.h patch
548 548
549 Add i386-specific COMPAT_30_PTHREAD option (enabled where 549 Add i386-specific COMPAT_30_PTHREAD option (enabled where
550 COMPAT_30 is enabled), which restore binary compatibility 550 COMPAT_30 is enabled), which restore binary compatibility
551 with netbsd-3 libpthread. 551 with netbsd-3 libpthread.
552 [bouyer, ticket #65] 552 [bouyer, ticket #65]
553 553
554sys/dev/wscons/wsdisplay.c 1.123 554sys/dev/wscons/wsdisplay.c 1.123
555 555
556 In wsdisplay_kbdholdscreen(), just return if sc->sc_focus is 556 In wsdisplay_kbdholdscreen(), just return if sc->sc_focus is
557 NULL. Avoids a crash. 557 NULL. Avoids a crash.
558 [he, ticket #68] 558 [he, ticket #68]
559 559
560etc/rc.d/wpa_supplicant 1.2 560etc/rc.d/wpa_supplicant 1.2
561 561
562 Add a 'reload' option. 562 Add a 'reload' option.
563 [abs, ticket #69] 563 [abs, ticket #69]
564 564
565sys/arch/sparc/dev/zs.c 1.112 565sys/arch/sparc/dev/zs.c 1.112
566 566
567 PR port-sparc/39942: ifdef ch0_is_cons declaration and all 567 PR port-sparc/39942: ifdef ch0_is_cons declaration and all
568 uses consistently. 568 uses consistently.
569 [martin, ticket #77] 569 [martin, ticket #77]
570 570
571sys/kern/kern_exec.c patch 571sys/kern/kern_exec.c patch
572 572
573 Expose exec_lock for the changes in ticket #75. 573 Expose exec_lock for the changes in ticket #75.
574 [ad, ticket #83] 574 [ad, ticket #83]
575 575
576distrib/sets/lists/comp/mi 1.1204 via patch 576distrib/sets/lists/comp/mi 1.1204 via patch
577distrib/sets/lists/xcomp/mi: 1.74-1.75 via patch 577distrib/sets/lists/xcomp/mi: 1.74-1.75 via patch
578 578
579 Move all the xorg/x11 linty stuff from comp to xcomp. 579 Move all the xorg/x11 linty stuff from comp to xcomp.
580 [abs, ticket #85] 580 [abs, ticket #85]
581 581
582xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd/bsdResource.c 1.5 582xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd/bsdResource.c 1.5
583 583
584 add __mips__ 584 add __mips__
585 [macallan, ticket #86] 585 [macallan, ticket #86]
586 586
587xsrc/external/mit/MesaGLUT/dist/include/GL/glut.h MesaGLUT-7-0-3 587xsrc/external/mit/MesaGLUT/dist/include/GL/glut.h MesaGLUT-7-0-3
588xsrc/external/mit/MesaGLUT/dist/include/GL/glutf90.h MesaGLUT-7-0-3 588xsrc/external/mit/MesaGLUT/dist/include/GL/glutf90.h MesaGLUT-7-0-3
589xsrc/external/mit/MesaGLUT/dist/src/glut/beos/Makefile MesaGLUT-7-0-3 589xsrc/external/mit/MesaGLUT/dist/src/glut/beos/Makefile MesaGLUT-7-0-3
590xsrc/external/mit/MesaGLUT/dist/src/glut/beos/beos_x11.cpp MesaGLUT-7-0-3 590xsrc/external/mit/MesaGLUT/dist/src/glut/beos/beos_x11.cpp MesaGLUT-7-0-3
591xsrc/external/mit/MesaGLUT/dist/src/glut/beos/beos_x11.h MesaGLUT-7-0-3 591xsrc/external/mit/MesaGLUT/dist/src/glut/beos/beos_x11.h MesaGLUT-7-0-3
592xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutBlocker.cpp MesaGLUT-7-0-3 592xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutBlocker.cpp MesaGLUT-7-0-3
593xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutBlocker.h MesaGLUT-7-0-3 593xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutBlocker.h MesaGLUT-7-0-3
594xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutCallback.cpp MesaGLUT-7-0-3 594xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutCallback.cpp MesaGLUT-7-0-3
595xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutColor.cpp MesaGLUT-7-0-3 595xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutColor.cpp MesaGLUT-7-0-3
596xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutCursor.cpp MesaGLUT-7-0-3 596xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutCursor.cpp MesaGLUT-7-0-3
597xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutCursors.h MesaGLUT-7-0-3 597xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutCursors.h MesaGLUT-7-0-3
598xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutDstr.cpp MesaGLUT-7-0-3 598xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutDstr.cpp MesaGLUT-7-0-3
599xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutEvent.cpp MesaGLUT-7-0-3 599xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutEvent.cpp MesaGLUT-7-0-3
600xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutGet.cpp MesaGLUT-7-0-3 600xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutGet.cpp MesaGLUT-7-0-3
601xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutInit.cpp MesaGLUT-7-0-3 601xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutInit.cpp MesaGLUT-7-0-3
602xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutMenu.cpp MesaGLUT-7-0-3 602xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutMenu.cpp MesaGLUT-7-0-3
603xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutMenu.h MesaGLUT-7-0-3 603xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutMenu.h MesaGLUT-7-0-3
604xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutOverlay.cpp MesaGLUT-7-0-3 604xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutOverlay.cpp MesaGLUT-7-0-3
605xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutState.h MesaGLUT-7-0-3 605xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutState.h MesaGLUT-7-0-3
606xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutWindow.cpp MesaGLUT-7-0-3 606xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutWindow.cpp MesaGLUT-7-0-3
607xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutWindow.h MesaGLUT-7-0-3 607xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutWindow.h MesaGLUT-7-0-3
608xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glut_8x13.c MesaGLUT-7-0-3 608xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glut_8x13.c MesaGLUT-7-0-3
609xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glut_9x15.c MesaGLUT-7-0-3 609xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glut_9x15.c MesaGLUT-7-0-3
610xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glut_bitmap.c MesaGLUT-7-0-3 610xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glut_bitmap.c MesaGLUT-7-0-3
611xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glut_bwidth.c MesaGLUT-7-0-3 611xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glut_bwidth.c MesaGLUT-7-0-3
612xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glut_ext.c MesaGLUT-7-0-3 612xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glut_ext.c MesaGLUT-7-0-3
613xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glut_hel10.c MesaGLUT-7-0-3 613xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glut_hel10.c MesaGLUT-7-0-3
614xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glut_hel12.c MesaGLUT-7-0-3 614xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glut_hel12.c MesaGLUT-7-0-3
615xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glut_hel18.c MesaGLUT-7-0-3 615xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glut_hel18.c MesaGLUT-7-0-3
616xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glut_mroman.c MesaGLUT-7-0-3 616xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glut_mroman.c MesaGLUT-7-0-3
617xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glut_roman.c MesaGLUT-7-0-3 617xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glut_roman.c MesaGLUT-7-0-3
618xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glut_shapes.c MesaGLUT-7-0-3 618xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glut_shapes.c MesaGLUT-7-0-3
619xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glut_stroke.c MesaGLUT-7-0-3 619xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glut_stroke.c MesaGLUT-7-0-3
620xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glut_swidth.c MesaGLUT-7-0-3 620xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glut_swidth.c MesaGLUT-7-0-3
621xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glut_teapot.c MesaGLUT-7-0-3 621xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glut_teapot.c MesaGLUT-7-0-3
622xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glut_tr10.c MesaGLUT-7-0-3 622xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glut_tr10.c MesaGLUT-7-0-3
623xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glut_tr24.c MesaGLUT-7-0-3 623xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glut_tr24.c MesaGLUT-7-0-3
624xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glut_util.c MesaGLUT-7-0-3 624xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glut_util.c MesaGLUT-7-0-3
625xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glut_vidresize.c MesaGLUT-7-0-3 625xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glut_vidresize.c MesaGLUT-7-0-3
626xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutbitmap.h MesaGLUT-7-0-3 626xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutbitmap.h MesaGLUT-7-0-3
627xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutint.h MesaGLUT-7-0-3 627xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutint.h MesaGLUT-7-0-3
628xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutstroke.h MesaGLUT-7-0-3 628xsrc/external/mit/MesaGLUT/dist/src/glut/beos/glutstroke.h MesaGLUT-7-0-3
629xsrc/external/mit/MesaGLUT/dist/src/glut/directfb/Makefile MesaGLUT-7-0-3 629xsrc/external/mit/MesaGLUT/dist/src/glut/directfb/Makefile MesaGLUT-7-0-3
630xsrc/external/mit/MesaGLUT/dist/src/glut/directfb/NOTES MesaGLUT-7-0-3 630xsrc/external/mit/MesaGLUT/dist/src/glut/directfb/NOTES MesaGLUT-7-0-3
631xsrc/external/mit/MesaGLUT/dist/src/glut/directfb/callback.c MesaGLUT-7-0-3 631xsrc/external/mit/MesaGLUT/dist/src/glut/directfb/callback.c MesaGLUT-7-0-3
632xsrc/external/mit/MesaGLUT/dist/src/glut/directfb/color.c MesaGLUT-7-0-3 632xsrc/external/mit/MesaGLUT/dist/src/glut/directfb/color.c MesaGLUT-7-0-3
633xsrc/external/mit/MesaGLUT/dist/src/glut/directfb/cursor.c MesaGLUT-7-0-3 633xsrc/external/mit/MesaGLUT/dist/src/glut/directfb/cursor.c MesaGLUT-7-0-3
634xsrc/external/mit/MesaGLUT/dist/src/glut/directfb/cursors.h MesaGLUT-7-0-3 634xsrc/external/mit/MesaGLUT/dist/src/glut/directfb/cursors.h MesaGLUT-7-0-3
635xsrc/external/mit/MesaGLUT/dist/src/glut/directfb/events.c MesaGLUT-7-0-3 635xsrc/external/mit/MesaGLUT/dist/src/glut/directfb/events.c MesaGLUT-7-0-3
636xsrc/external/mit/MesaGLUT/dist/src/glut/directfb/ext.c MesaGLUT-7-0-3 636xsrc/external/mit/MesaGLUT/dist/src/glut/directfb/ext.c MesaGLUT-7-0-3
637xsrc/external/mit/MesaGLUT/dist/src/glut/directfb/font.c MesaGLUT-7-0-3 637xsrc/external/mit/MesaGLUT/dist/src/glut/directfb/font.c MesaGLUT-7-0-3
638xsrc/external/mit/MesaGLUT/dist/src/glut/directfb/font.h MesaGLUT-7-0-3 638xsrc/external/mit/MesaGLUT/dist/src/glut/directfb/font.h MesaGLUT-7-0-3
639xsrc/external/mit/MesaGLUT/dist/src/glut/directfb/game.c MesaGLUT-7-0-3 639xsrc/external/mit/MesaGLUT/dist/src/glut/directfb/game.c MesaGLUT-7-0-3
640xsrc/external/mit/MesaGLUT/dist/src/glut/directfb/globals.c MesaGLUT-7-0-3 640xsrc/external/mit/MesaGLUT/dist/src/glut/directfb/globals.c MesaGLUT-7-0-3
641xsrc/external/mit/MesaGLUT/dist/src/glut/directfb/init.c MesaGLUT-7-0-3 641xsrc/external/mit/MesaGLUT/dist/src/glut/directfb/init.c MesaGLUT-7-0-3
642xsrc/external/mit/MesaGLUT/dist/src/glut/directfb/internal.h MesaGLUT-7-0-3 642xsrc/external/mit/MesaGLUT/dist/src/glut/directfb/internal.h MesaGLUT-7-0-3
643xsrc/external/mit/MesaGLUT/dist/src/glut/directfb/menu.c MesaGLUT-7-0-3 643xsrc/external/mit/MesaGLUT/dist/src/glut/directfb/menu.c MesaGLUT-7-0-3
644xsrc/external/mit/MesaGLUT/dist/src/glut/directfb/models.c MesaGLUT-7-0-3 644xsrc/external/mit/MesaGLUT/dist/src/glut/directfb/models.c MesaGLUT-7-0-3
645xsrc/external/mit/MesaGLUT/dist/src/glut/directfb/overlay.c MesaGLUT-7-0-3 645xsrc/external/mit/MesaGLUT/dist/src/glut/directfb/overlay.c MesaGLUT-7-0-3
646xsrc/external/mit/MesaGLUT/dist/src/glut/directfb/state.c MesaGLUT-7-0-3 646xsrc/external/mit/MesaGLUT/dist/src/glut/directfb/state.c MesaGLUT-7-0-3
647xsrc/external/mit/MesaGLUT/dist/src/glut/directfb/teapot.c MesaGLUT-7-0-3 647xsrc/external/mit/MesaGLUT/dist/src/glut/directfb/teapot.c MesaGLUT-7-0-3
648xsrc/external/mit/MesaGLUT/dist/src/glut/directfb/window.c MesaGLUT-7-0-3 648xsrc/external/mit/MesaGLUT/dist/src/glut/directfb/window.c MesaGLUT-7-0-3
649xsrc/external/mit/MesaGLUT/dist/src/glut/dos/Makefile.DJ MesaGLUT-7-0-3 649xsrc/external/mit/MesaGLUT/dist/src/glut/dos/Makefile.DJ MesaGLUT-7-0-3
650xsrc/external/mit/MesaGLUT/dist/src/glut/dos/PC_HW/pc_hw.c MesaGLUT-7-0-3 650xsrc/external/mit/MesaGLUT/dist/src/glut/dos/PC_HW/pc_hw.c MesaGLUT-7-0-3
651xsrc/external/mit/MesaGLUT/dist/src/glut/dos/PC_HW/pc_hw.h MesaGLUT-7-0-3 651xsrc/external/mit/MesaGLUT/dist/src/glut/dos/PC_HW/pc_hw.h MesaGLUT-7-0-3
652xsrc/external/mit/MesaGLUT/dist/src/glut/dos/PC_HW/pc_irq.S MesaGLUT-7-0-3 652xsrc/external/mit/MesaGLUT/dist/src/glut/dos/PC_HW/pc_irq.S MesaGLUT-7-0-3
653xsrc/external/mit/MesaGLUT/dist/src/glut/dos/PC_HW/pc_keyb.c MesaGLUT-7-0-3 653xsrc/external/mit/MesaGLUT/dist/src/glut/dos/PC_HW/pc_keyb.c MesaGLUT-7-0-3
654xsrc/external/mit/MesaGLUT/dist/src/glut/dos/PC_HW/pc_mouse.c MesaGLUT-7-0-3 654xsrc/external/mit/MesaGLUT/dist/src/glut/dos/PC_HW/pc_mouse.c MesaGLUT-7-0-3
655xsrc/external/mit/MesaGLUT/dist/src/glut/dos/PC_HW/pc_timer.c MesaGLUT-7-0-3 655xsrc/external/mit/MesaGLUT/dist/src/glut/dos/PC_HW/pc_timer.c MesaGLUT-7-0-3
656xsrc/external/mit/MesaGLUT/dist/src/glut/dos/bitmap.c MesaGLUT-7-0-3 656xsrc/external/mit/MesaGLUT/dist/src/glut/dos/bitmap.c MesaGLUT-7-0-3
657xsrc/external/mit/MesaGLUT/dist/src/glut/dos/callback.c MesaGLUT-7-0-3 657xsrc/external/mit/MesaGLUT/dist/src/glut/dos/callback.c MesaGLUT-7-0-3
658xsrc/external/mit/MesaGLUT/dist/src/glut/dos/color.c MesaGLUT-7-0-3 658xsrc/external/mit/MesaGLUT/dist/src/glut/dos/color.c MesaGLUT-7-0-3
659xsrc/external/mit/MesaGLUT/dist/src/glut/dos/extens.c MesaGLUT-7-0-3 659xsrc/external/mit/MesaGLUT/dist/src/glut/dos/extens.c MesaGLUT-7-0-3
660xsrc/external/mit/MesaGLUT/dist/src/glut/dos/f8x13.c MesaGLUT-7-0-3 660xsrc/external/mit/MesaGLUT/dist/src/glut/dos/f8x13.c MesaGLUT-7-0-3
661xsrc/external/mit/MesaGLUT/dist/src/glut/dos/f9x15.c MesaGLUT-7-0-3 661xsrc/external/mit/MesaGLUT/dist/src/glut/dos/f9x15.c MesaGLUT-7-0-3
662xsrc/external/mit/MesaGLUT/dist/src/glut/dos/hel10.c MesaGLUT-7-0-3 662xsrc/external/mit/MesaGLUT/dist/src/glut/dos/hel10.c MesaGLUT-7-0-3
663xsrc/external/mit/MesaGLUT/dist/src/glut/dos/hel12.c MesaGLUT-7-0-3 663xsrc/external/mit/MesaGLUT/dist/src/glut/dos/hel12.c MesaGLUT-7-0-3
664xsrc/external/mit/MesaGLUT/dist/src/glut/dos/hel18.c MesaGLUT-7-0-3 664xsrc/external/mit/MesaGLUT/dist/src/glut/dos/hel18.c MesaGLUT-7-0-3
665xsrc/external/mit/MesaGLUT/dist/src/glut/dos/init.c MesaGLUT-7-0-3 665xsrc/external/mit/MesaGLUT/dist/src/glut/dos/init.c MesaGLUT-7-0-3
666xsrc/external/mit/MesaGLUT/dist/src/glut/dos/internal.h MesaGLUT-7-0-3 666xsrc/external/mit/MesaGLUT/dist/src/glut/dos/internal.h MesaGLUT-7-0-3
667xsrc/external/mit/MesaGLUT/dist/src/glut/dos/loop.c MesaGLUT-7-0-3 667xsrc/external/mit/MesaGLUT/dist/src/glut/dos/loop.c MesaGLUT-7-0-3
668xsrc/external/mit/MesaGLUT/dist/src/glut/dos/menu.c MesaGLUT-7-0-3 668xsrc/external/mit/MesaGLUT/dist/src/glut/dos/menu.c MesaGLUT-7-0-3
669xsrc/external/mit/MesaGLUT/dist/src/glut/dos/mouse.c MesaGLUT-7-0-3 669xsrc/external/mit/MesaGLUT/dist/src/glut/dos/mouse.c MesaGLUT-7-0-3
670xsrc/external/mit/MesaGLUT/dist/src/glut/dos/mroman.c MesaGLUT-7-0-3 670xsrc/external/mit/MesaGLUT/dist/src/glut/dos/mroman.c MesaGLUT-7-0-3
671xsrc/external/mit/MesaGLUT/dist/src/glut/dos/overlay.c MesaGLUT-7-0-3 671xsrc/external/mit/MesaGLUT/dist/src/glut/dos/overlay.c MesaGLUT-7-0-3
672xsrc/external/mit/MesaGLUT/dist/src/glut/dos/roman.c MesaGLUT-7-0-3 672xsrc/external/mit/MesaGLUT/dist/src/glut/dos/roman.c MesaGLUT-7-0-3
673xsrc/external/mit/MesaGLUT/dist/src/glut/dos/shapes.c MesaGLUT-7-0-3 673xsrc/external/mit/MesaGLUT/dist/src/glut/dos/shapes.c MesaGLUT-7-0-3
674xsrc/external/mit/MesaGLUT/dist/src/glut/dos/state.c MesaGLUT-7-0-3 674xsrc/external/mit/MesaGLUT/dist/src/glut/dos/state.c MesaGLUT-7-0-3
675xsrc/external/mit/MesaGLUT/dist/src/glut/dos/stroke.c MesaGLUT-7-0-3 675xsrc/external/mit/MesaGLUT/dist/src/glut/dos/stroke.c MesaGLUT-7-0-3
676xsrc/external/mit/MesaGLUT/dist/src/glut/dos/teapot.c MesaGLUT-7-0-3 676xsrc/external/mit/MesaGLUT/dist/src/glut/dos/teapot.c MesaGLUT-7-0-3
677xsrc/external/mit/MesaGLUT/dist/src/glut/dos/tr10.c MesaGLUT-7-0-3 677xsrc/external/mit/MesaGLUT/dist/src/glut/dos/tr10.c MesaGLUT-7-0-3
678xsrc/external/mit/MesaGLUT/dist/src/glut/dos/tr24.c MesaGLUT-7-0-3 678xsrc/external/mit/MesaGLUT/dist/src/glut/dos/tr24.c MesaGLUT-7-0-3
679xsrc/external/mit/MesaGLUT/dist/src/glut/dos/util.c MesaGLUT-7-0-3 679xsrc/external/mit/MesaGLUT/dist/src/glut/dos/util.c MesaGLUT-7-0-3
680xsrc/external/mit/MesaGLUT/dist/src/glut/dos/window.c MesaGLUT-7-0-3 680xsrc/external/mit/MesaGLUT/dist/src/glut/dos/window.c MesaGLUT-7-0-3
681xsrc/external/mit/MesaGLUT/dist/src/glut/fbdev/Makefile MesaGLUT-7-0-3 681xsrc/external/mit/MesaGLUT/dist/src/glut/fbdev/Makefile MesaGLUT-7-0-3
682xsrc/external/mit/MesaGLUT/dist/src/glut/fbdev/bitmap.c MesaGLUT-7-0-3 682xsrc/external/mit/MesaGLUT/dist/src/glut/fbdev/bitmap.c MesaGLUT-7-0-3
683xsrc/external/mit/MesaGLUT/dist/src/glut/fbdev/callback.c MesaGLUT-7-0-3 683xsrc/external/mit/MesaGLUT/dist/src/glut/fbdev/callback.c MesaGLUT-7-0-3
684xsrc/external/mit/MesaGLUT/dist/src/glut/fbdev/colormap.c MesaGLUT-7-0-3 684xsrc/external/mit/MesaGLUT/dist/src/glut/fbdev/colormap.c MesaGLUT-7-0-3
685xsrc/external/mit/MesaGLUT/dist/src/glut/fbdev/cursor.c MesaGLUT-7-0-3 685xsrc/external/mit/MesaGLUT/dist/src/glut/fbdev/cursor.c MesaGLUT-7-0-3
686xsrc/external/mit/MesaGLUT/dist/src/glut/fbdev/cursors.h MesaGLUT-7-0-3 686xsrc/external/mit/MesaGLUT/dist/src/glut/fbdev/cursors.h MesaGLUT-7-0-3
687xsrc/external/mit/MesaGLUT/dist/src/glut/fbdev/ext.c MesaGLUT-7-0-3 687xsrc/external/mit/MesaGLUT/dist/src/glut/fbdev/ext.c MesaGLUT-7-0-3
688xsrc/external/mit/MesaGLUT/dist/src/glut/fbdev/fbdev.c MesaGLUT-7-0-3 688xsrc/external/mit/MesaGLUT/dist/src/glut/fbdev/fbdev.c MesaGLUT-7-0-3
689xsrc/external/mit/MesaGLUT/dist/src/glut/fbdev/gamemode.c MesaGLUT-7-0-3 689xsrc/external/mit/MesaGLUT/dist/src/glut/fbdev/gamemode.c MesaGLUT-7-0-3
690xsrc/external/mit/MesaGLUT/dist/src/glut/fbdev/input.c MesaGLUT-7-0-3 690xsrc/external/mit/MesaGLUT/dist/src/glut/fbdev/input.c MesaGLUT-7-0-3
691xsrc/external/mit/MesaGLUT/dist/src/glut/fbdev/internal.h MesaGLUT-7-0-3 691xsrc/external/mit/MesaGLUT/dist/src/glut/fbdev/internal.h MesaGLUT-7-0-3
692xsrc/external/mit/MesaGLUT/dist/src/glut/fbdev/menu.c MesaGLUT-7-0-3 692xsrc/external/mit/MesaGLUT/dist/src/glut/fbdev/menu.c MesaGLUT-7-0-3
693xsrc/external/mit/MesaGLUT/dist/src/glut/fbdev/overlay.c MesaGLUT-7-0-3 693xsrc/external/mit/MesaGLUT/dist/src/glut/fbdev/overlay.c MesaGLUT-7-0-3
694xsrc/external/mit/MesaGLUT/dist/src/glut/fbdev/state.c MesaGLUT-7-0-3 694xsrc/external/mit/MesaGLUT/dist/src/glut/fbdev/state.c MesaGLUT-7-0-3
695xsrc/external/mit/MesaGLUT/dist/src/glut/fbdev/stroke.c MesaGLUT-7-0-3 695xsrc/external/mit/MesaGLUT/dist/src/glut/fbdev/stroke.c MesaGLUT-7-0-3
696xsrc/external/mit/MesaGLUT/dist/src/glut/fbdev/vidresize.c MesaGLUT-7-0-3 696xsrc/external/mit/MesaGLUT/dist/src/glut/fbdev/vidresize.c MesaGLUT-7-0-3
697xsrc/external/mit/MesaGLUT/dist/src/glut/ggi/Makefile MesaGLUT-7-0-3 697xsrc/external/mit/MesaGLUT/dist/src/glut/ggi/Makefile MesaGLUT-7-0-3
698xsrc/external/mit/MesaGLUT/dist/src/glut/ggi/debug.h MesaGLUT-7-0-3 698xsrc/external/mit/MesaGLUT/dist/src/glut/ggi/debug.h MesaGLUT-7-0-3
699xsrc/external/mit/MesaGLUT/dist/src/glut/ggi/ggiglut.c MesaGLUT-7-0-3 699xsrc/external/mit/MesaGLUT/dist/src/glut/ggi/ggiglut.c MesaGLUT-7-0-3
700xsrc/external/mit/MesaGLUT/dist/src/glut/glx/Makefile MesaGLUT-7-0-3 700xsrc/external/mit/MesaGLUT/dist/src/glut/glx/Makefile MesaGLUT-7-0-3
701xsrc/external/mit/MesaGLUT/dist/src/glut/glx/Makefile.cygnus MesaGLUT-7-0-3 701xsrc/external/mit/MesaGLUT/dist/src/glut/glx/Makefile.cygnus MesaGLUT-7-0-3
702xsrc/external/mit/MesaGLUT/dist/src/glut/glx/Makefile.mgw MesaGLUT-7-0-3 702xsrc/external/mit/MesaGLUT/dist/src/glut/glx/Makefile.mgw MesaGLUT-7-0-3
703xsrc/external/mit/MesaGLUT/dist/src/glut/glx/Makefile.sgi MesaGLUT-7-0-3 703xsrc/external/mit/MesaGLUT/dist/src/glut/glx/Makefile.sgi MesaGLUT-7-0-3
704xsrc/external/mit/MesaGLUT/dist/src/glut/glx/Makefile.win MesaGLUT-7-0-3 704xsrc/external/mit/MesaGLUT/dist/src/glut/glx/Makefile.win MesaGLUT-7-0-3
705xsrc/external/mit/MesaGLUT/dist/src/glut/glx/capturexfont.c MesaGLUT-7-0-3 705xsrc/external/mit/MesaGLUT/dist/src/glut/glx/capturexfont.c MesaGLUT-7-0-3
706xsrc/external/mit/MesaGLUT/dist/src/glut/glx/depend MesaGLUT-7-0-3 706xsrc/external/mit/MesaGLUT/dist/src/glut/glx/depend MesaGLUT-7-0-3
707xsrc/external/mit/MesaGLUT/dist/src/glut/glx/descrip.mms MesaGLUT-7-0-3 707xsrc/external/mit/MesaGLUT/dist/src/glut/glx/descrip.mms MesaGLUT-7-0-3
708xsrc/external/mit/MesaGLUT/dist/src/glut/glx/fxglut.def MesaGLUT-7-0-3 708xsrc/external/mit/MesaGLUT/dist/src/glut/glx/fxglut.def MesaGLUT-7-0-3
709xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut.def MesaGLUT-7-0-3 709xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut.def MesaGLUT-7-0-3
710xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut.pc.in MesaGLUT-7-0-3 710xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut.pc.in MesaGLUT-7-0-3
711xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_8x13.c MesaGLUT-7-0-3 711xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_8x13.c MesaGLUT-7-0-3
712xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_9x15.c MesaGLUT-7-0-3 712xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_9x15.c MesaGLUT-7-0-3
713xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_bitmap.c MesaGLUT-7-0-3 713xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_bitmap.c MesaGLUT-7-0-3
714xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_bwidth.c MesaGLUT-7-0-3 714xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_bwidth.c MesaGLUT-7-0-3
715xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_cindex.c MesaGLUT-7-0-3 715xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_cindex.c MesaGLUT-7-0-3
716xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_cmap.c MesaGLUT-7-0-3 716xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_cmap.c MesaGLUT-7-0-3
717xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_cursor.c MesaGLUT-7-0-3 717xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_cursor.c MesaGLUT-7-0-3
718xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_dials.c MesaGLUT-7-0-3 718xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_dials.c MesaGLUT-7-0-3
719xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_dstr.c MesaGLUT-7-0-3 719xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_dstr.c MesaGLUT-7-0-3
720xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_event.c MesaGLUT-7-0-3 720xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_event.c MesaGLUT-7-0-3
721xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_ext.c MesaGLUT-7-0-3 721xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_ext.c MesaGLUT-7-0-3
722xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_fcb.c MesaGLUT-7-0-3 722xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_fcb.c MesaGLUT-7-0-3
723xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_fullscrn.c MesaGLUT-7-0-3 723xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_fullscrn.c MesaGLUT-7-0-3
724xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_gamemode.c MesaGLUT-7-0-3 724xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_gamemode.c MesaGLUT-7-0-3
725xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_get.c MesaGLUT-7-0-3 725xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_get.c MesaGLUT-7-0-3
726xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_glxext.c MesaGLUT-7-0-3 726xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_glxext.c MesaGLUT-7-0-3
727xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_hel10.c MesaGLUT-7-0-3 727xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_hel10.c MesaGLUT-7-0-3
728xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_hel12.c MesaGLUT-7-0-3 728xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_hel12.c MesaGLUT-7-0-3
729xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_hel18.c MesaGLUT-7-0-3 729xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_hel18.c MesaGLUT-7-0-3
730xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_init.c MesaGLUT-7-0-3 730xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_init.c MesaGLUT-7-0-3
731xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_input.c MesaGLUT-7-0-3 731xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_input.c MesaGLUT-7-0-3
732xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_joy.c MesaGLUT-7-0-3 732xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_joy.c MesaGLUT-7-0-3
733xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_key.c MesaGLUT-7-0-3 733xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_key.c MesaGLUT-7-0-3
734xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_keyctrl.c MesaGLUT-7-0-3 734xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_keyctrl.c MesaGLUT-7-0-3
735xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_keyup.c MesaGLUT-7-0-3 735xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_keyup.c MesaGLUT-7-0-3
736xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_menu.c MesaGLUT-7-0-3 736xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_menu.c MesaGLUT-7-0-3
737xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_menu2.c MesaGLUT-7-0-3 737xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_menu2.c MesaGLUT-7-0-3
738xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_mesa.c MesaGLUT-7-0-3 738xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_mesa.c MesaGLUT-7-0-3
739xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_modifier.c MesaGLUT-7-0-3 739xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_modifier.c MesaGLUT-7-0-3
740xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_mroman.c MesaGLUT-7-0-3 740xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_mroman.c MesaGLUT-7-0-3
741xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_overlay.c MesaGLUT-7-0-3 741xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_overlay.c MesaGLUT-7-0-3
742xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_roman.c MesaGLUT-7-0-3 742xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_roman.c MesaGLUT-7-0-3
743xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_shapes.c MesaGLUT-7-0-3 743xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_shapes.c MesaGLUT-7-0-3
744xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_space.c MesaGLUT-7-0-3 744xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_space.c MesaGLUT-7-0-3
745xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_stroke.c MesaGLUT-7-0-3 745xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_stroke.c MesaGLUT-7-0-3
746xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_swap.c MesaGLUT-7-0-3 746xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_swap.c MesaGLUT-7-0-3
747xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_swidth.c MesaGLUT-7-0-3 747xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_swidth.c MesaGLUT-7-0-3
748xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_tablet.c MesaGLUT-7-0-3 748xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_tablet.c MesaGLUT-7-0-3
749xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_teapot.c MesaGLUT-7-0-3 749xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_teapot.c MesaGLUT-7-0-3
750xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_tr10.c MesaGLUT-7-0-3 750xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_tr10.c MesaGLUT-7-0-3
751xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_tr24.c MesaGLUT-7-0-3 751xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_tr24.c MesaGLUT-7-0-3
752xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_util.c MesaGLUT-7-0-3 752xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_util.c MesaGLUT-7-0-3
753xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_vidresize.c MesaGLUT-7-0-3 753xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_vidresize.c MesaGLUT-7-0-3
754xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_warp.c MesaGLUT-7-0-3 754xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_warp.c MesaGLUT-7-0-3
755xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_win.c MesaGLUT-7-0-3 755xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_win.c MesaGLUT-7-0-3
756xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_winmisc.c MesaGLUT-7-0-3 756xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glut_winmisc.c MesaGLUT-7-0-3
757xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glutbitmap.h MesaGLUT-7-0-3 757xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glutbitmap.h MesaGLUT-7-0-3
758xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glutint.h MesaGLUT-7-0-3 758xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glutint.h MesaGLUT-7-0-3
759xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glutstroke.h MesaGLUT-7-0-3 759xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glutstroke.h MesaGLUT-7-0-3
760xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glutwin32.h MesaGLUT-7-0-3 760xsrc/external/mit/MesaGLUT/dist/src/glut/glx/glutwin32.h MesaGLUT-7-0-3
761xsrc/external/mit/MesaGLUT/dist/src/glut/glx/layerutil.c MesaGLUT-7-0-3 761xsrc/external/mit/MesaGLUT/dist/src/glut/glx/layerutil.c MesaGLUT-7-0-3
762xsrc/external/mit/MesaGLUT/dist/src/glut/glx/layerutil.h MesaGLUT-7-0-3 762xsrc/external/mit/MesaGLUT/dist/src/glut/glx/layerutil.h MesaGLUT-7-0-3
763xsrc/external/mit/MesaGLUT/dist/src/glut/glx/mms_depend MesaGLUT-7-0-3 763xsrc/external/mit/MesaGLUT/dist/src/glut/glx/mms_depend MesaGLUT-7-0-3
764xsrc/external/mit/MesaGLUT/dist/src/glut/glx/stroke.h MesaGLUT-7-0-3 764xsrc/external/mit/MesaGLUT/dist/src/glut/glx/stroke.h MesaGLUT-7-0-3
765xsrc/external/mit/MesaGLUT/dist/src/glut/glx/win32_glx.c MesaGLUT-7-0-3 765xsrc/external/mit/MesaGLUT/dist/src/glut/glx/win32_glx.c MesaGLUT-7-0-3
766xsrc/external/mit/MesaGLUT/dist/src/glut/glx/win32_glx.h MesaGLUT-7-0-3 766xsrc/external/mit/MesaGLUT/dist/src/glut/glx/win32_glx.h MesaGLUT-7-0-3
767xsrc/external/mit/MesaGLUT/dist/src/glut/glx/win32_menu.c MesaGLUT-7-0-3 767xsrc/external/mit/MesaGLUT/dist/src/glut/glx/win32_menu.c MesaGLUT-7-0-3
768xsrc/external/mit/MesaGLUT/dist/src/glut/glx/win32_util.c MesaGLUT-7-0-3 768xsrc/external/mit/MesaGLUT/dist/src/glut/glx/win32_util.c MesaGLUT-7-0-3
769xsrc/external/mit/MesaGLUT/dist/src/glut/glx/win32_winproc.c MesaGLUT-7-0-3 769xsrc/external/mit/MesaGLUT/dist/src/glut/glx/win32_winproc.c MesaGLUT-7-0-3
770xsrc/external/mit/MesaGLUT/dist/src/glut/glx/win32_x11.c MesaGLUT-7-0-3 770xsrc/external/mit/MesaGLUT/dist/src/glut/glx/win32_x11.c MesaGLUT-7-0-3
771xsrc/external/mit/MesaGLUT/dist/src/glut/glx/win32_x11.h MesaGLUT-7-0-3 771xsrc/external/mit/MesaGLUT/dist/src/glut/glx/win32_x11.h MesaGLUT-7-0-3
772xsrc/external/mit/MesaGLUT/dist/src/glut/mini/bitmap.c MesaGLUT-7-0-3 772xsrc/external/mit/MesaGLUT/dist/src/glut/mini/bitmap.c MesaGLUT-7-0-3
773xsrc/external/mit/MesaGLUT/dist/src/glut/mini/callback.c MesaGLUT-7-0-3 773xsrc/external/mit/MesaGLUT/dist/src/glut/mini/callback.c MesaGLUT-7-0-3
774xsrc/external/mit/MesaGLUT/dist/src/glut/mini/color.c MesaGLUT-7-0-3 774xsrc/external/mit/MesaGLUT/dist/src/glut/mini/color.c MesaGLUT-7-0-3
775xsrc/external/mit/MesaGLUT/dist/src/glut/mini/globals.c MesaGLUT-7-0-3 775xsrc/external/mit/MesaGLUT/dist/src/glut/mini/globals.c MesaGLUT-7-0-3
776xsrc/external/mit/MesaGLUT/dist/src/glut/mini/glut.pc.in MesaGLUT-7-0-3 776xsrc/external/mit/MesaGLUT/dist/src/glut/mini/glut.pc.in MesaGLUT-7-0-3
777xsrc/external/mit/MesaGLUT/dist/src/glut/mini/init.c MesaGLUT-7-0-3 777xsrc/external/mit/MesaGLUT/dist/src/glut/mini/init.c MesaGLUT-7-0-3
778xsrc/external/mit/MesaGLUT/dist/src/glut/mini/internal.h MesaGLUT-7-0-3 778xsrc/external/mit/MesaGLUT/dist/src/glut/mini/internal.h MesaGLUT-7-0-3
779xsrc/external/mit/MesaGLUT/dist/src/glut/mini/menu.c MesaGLUT-7-0-3 779xsrc/external/mit/MesaGLUT/dist/src/glut/mini/menu.c MesaGLUT-7-0-3
780xsrc/external/mit/MesaGLUT/dist/src/glut/mini/models.c MesaGLUT-7-0-3 780xsrc/external/mit/MesaGLUT/dist/src/glut/mini/models.c MesaGLUT-7-0-3
781xsrc/external/mit/MesaGLUT/dist/src/glut/mini/overlay.c MesaGLUT-7-0-3 781xsrc/external/mit/MesaGLUT/dist/src/glut/mini/overlay.c MesaGLUT-7-0-3
782xsrc/external/mit/MesaGLUT/dist/src/glut/mini/state.c MesaGLUT-7-0-3 782xsrc/external/mit/MesaGLUT/dist/src/glut/mini/state.c MesaGLUT-7-0-3
783xsrc/external/mit/MesaGLUT/dist/src/glut/mini/teapot.c MesaGLUT-7-0-3 783xsrc/external/mit/MesaGLUT/dist/src/glut/mini/teapot.c MesaGLUT-7-0-3
784xsrc/external/mit/MesaGLUT/dist/src/glut/mini/window.c MesaGLUT-7-0-3 784xsrc/external/mit/MesaGLUT/dist/src/glut/mini/window.c MesaGLUT-7-0-3
785xsrc/external/mit/MesaGLUT/dist/windows/VC6/progs/glut/glut.dsp MesaGLUT-7-0-3 785xsrc/external/mit/MesaGLUT/dist/windows/VC6/progs/glut/glut.dsp MesaGLUT-7-0-3
786xsrc/external/mit/MesaGLUT/dist/windows/VC7/progs/glut/glut.vcproj MesaGLUT-7-0-3 786xsrc/external/mit/MesaGLUT/dist/windows/VC7/progs/glut/glut.vcproj MesaGLUT-7-0-3
787distrib/sets/lists/xbase/shl.elf 1.19 787distrib/sets/lists/xbase/shl.elf 1.19
788distrib/sets/lists/xbase/shl.mi 1.24 788distrib/sets/lists/xbase/shl.mi 1.24
789distrib/sets/lists/xcomp/mi 1.76 789distrib/sets/lists/xcomp/mi 1.76
790distrib/sets/lists/xcomp/shl.mi 1.11 790distrib/sets/lists/xcomp/shl.mi 1.11
791external/mit/xorg/lib/Makefile 1.7 791external/mit/xorg/lib/Makefile 1.7
792external/mit/xorg/lib/libglut/Makefile 1.1 792external/mit/xorg/lib/libglut/Makefile 1.1
793external/mit/xorg/lib/libglut/shlib_version 1.1 793external/mit/xorg/lib/libglut/shlib_version 1.1
794share/mk/bsd.own.mk 1.546 794share/mk/bsd.own.mk 1.546
795 795
796 Add MesaGLUT and reachover glue. 796 Add MesaGLUT and reachover glue.
797 [cube, ticket #79] 797 [cube, ticket #79]
798 798
799xsrc/external/mit/twm/dist/src/deftwmrc.c delete 799xsrc/external/mit/twm/dist/src/deftwmrc.c delete
800xsrc/external/mit/twm/dist/src/gram.c delete 800xsrc/external/mit/twm/dist/src/gram.c delete
801xsrc/external/mit/twm/dist/src/gram.h delete 801xsrc/external/mit/twm/dist/src/gram.h delete
802xsrc/external/mit/twm/dist/src/lex.c delete 802xsrc/external/mit/twm/dist/src/lex.c delete
803 803
804 Remove generated files that should not have been here. 804 Remove generated files that should not have been here.
805 This fixes twm's config file parser. 805 This fixes twm's config file parser.
806 [cube, ticket #87] 806 [cube, ticket #87]
807 807
808xsrc/external/mit/xfs/include/xfs-config.h 1.2 808xsrc/external/mit/xfs/include/xfs-config.h 1.2
809external/mit/xorg/bin/xfs/Makefile 1.3 809external/mit/xorg/bin/xfs/Makefile 1.3
810 810
811 Fix DEFAULT_CONFIG_FILE for xfs. 811 Fix DEFAULT_CONFIG_FILE for xfs.
812 [hans, ticket #88] 812 [hans, ticket #88]
813 813
814sys/net/if_etherip.c 1.23, 1.24 814sys/net/if_etherip.c 1.23, 1.24
815sys/net/if_tap.c 1.48, 1.49 815sys/net/if_tap.c 1.48, 1.49
816 816
817 Allow etherip and tap to suspend/resume. 817 Allow etherip and tap to suspend/resume.
818 [hans, ticket #89] 818 [hans, ticket #89]
819 819
820sys/dev/pci/pci.c 1.120 820sys/dev/pci/pci.c 1.120
821 821
822 Do not depend on physmem for pci_dma64_available(). On some systems 822 Do not depend on physmem for pci_dma64_available(). On some systems
823 (e.g. Xen, or any system with non-contigous physical memory), 823 (e.g. Xen, or any system with non-contigous physical memory),
824 physmem may not represent the hightest physical address available. 824 physmem may not represent the hightest physical address available.
825 [bouyer, ticket #66] 825 [bouyer, ticket #66]
826 826
827sys/dev/ata/ata.c 1.102 827sys/dev/ata/ata.c 1.102
828sys/dev/ata/ata_wdc.c 1.91 828sys/dev/ata/ata_wdc.c 1.91
829sys/dev/ata/atavar.h 1.78 829sys/dev/ata/atavar.h 1.78
830sys/dev/ic/wdc.c 1.256 830sys/dev/ic/wdc.c 1.256
831sys/dev/scsipi/atapi_wdc.c 1.109 831sys/dev/scsipi/atapi_wdc.c 1.109
832 832
833 cpu_intr_p() doesn't account for software interrupts (e.g. 833 cpu_intr_p() doesn't account for software interrupts (e.g.
834 callouts) so we can't use it here. Rssurect ATACH_TH_RUN. 834 callouts) so we can't use it here. Rssurect ATACH_TH_RUN.
835 Should fix kern/39927 and kern/39725. 835 Should fix kern/39927 and kern/39725.
836 [bouyer, ticket #67] 836 [bouyer, ticket #67]
837 837
838sys/arch/i386/conf/NET4501 1.64 838sys/arch/i386/conf/NET4501 1.64
839 839
840 Add pppoe, tap, ppp, gre to the NET4501 config file. 840 Add pppoe, tap, ppp, gre to the NET4501 config file.
841 [is, ticket #70] 841 [is, ticket #70]
842 842
843sys/dev/scsipi/st.c 1.208 843sys/dev/scsipi/st.c 1.208
844 844
845 If we return an error make sure we don't return a b_resid of 0; 845 If we return an error make sure we don't return a b_resid of 0;
846 or this will trigger a KASSERT in physio_done(). 846 or this will trigger a KASSERT in physio_done().
847 [bouyer, ticket #78] 847 [bouyer, ticket #78]
848 848
849sys/dev/pcmcia/aic_pcmcia.c patch 849sys/dev/pcmcia/aic_pcmcia.c patch
850doc/HACKS patch 850doc/HACKS patch
851 851
852 Work around rbus resource allocation problem so aic PCMCIA 852 Work around rbus resource allocation problem so aic PCMCIA
853 cards work again. 853 cards work again.
854 [jnemeth, ticket #80] 854 [jnemeth, ticket #80]
855 855
856sys/compat/linux/arch/alpha/syscalls.master 1.63 856sys/compat/linux/arch/alpha/syscalls.master 1.63
857sys/compat/linux/arch/amd64/syscalls.master 1.25 857sys/compat/linux/arch/amd64/syscalls.master 1.25
858sys/compat/linux/arch/arm/syscalls.master 1.36 858sys/compat/linux/arch/arm/syscalls.master 1.36
859sys/compat/linux/arch/i386/syscalls.master 1.94 859sys/compat/linux/arch/i386/syscalls.master 1.94
860sys/compat/linux/arch/m68k/syscalls.master 1.63 860sys/compat/linux/arch/m68k/syscalls.master 1.63
861sys/compat/linux/arch/mips/syscalls.master 1.30 861sys/compat/linux/arch/mips/syscalls.master 1.30
862sys/compat/linux/arch/powerpc/syscalls.master 1.38 862sys/compat/linux/arch/powerpc/syscalls.master 1.38
863sys/compat/linux/common/linux_time.c 1.26 863sys/compat/linux/common/linux_time.c 1.26
864sys/compat/linux32/arch/amd64/syscalls.master 1.39 864sys/compat/linux32/arch/amd64/syscalls.master 1.39
865sys/compat/linux32/common/linux32_time.c 1.22 865sys/compat/linux32/common/linux32_time.c 1.22
866sys/compat/linux/arch/alpha/linux_syscall.h regen 866sys/compat/linux/arch/alpha/linux_syscall.h regen
867sys/compat/linux/arch/alpha/linux_syscallargs.h regen 867sys/compat/linux/arch/alpha/linux_syscallargs.h regen
868sys/compat/linux/arch/alpha/linux_syscalls.c regen 868sys/compat/linux/arch/alpha/linux_syscalls.c regen
869sys/compat/linux/arch/alpha/linux_sysent.c regen 869sys/compat/linux/arch/alpha/linux_sysent.c regen
870sys/compat/linux/arch/amd64/linux_syscall.h regen 870sys/compat/linux/arch/amd64/linux_syscall.h regen
871sys/compat/linux/arch/amd64/linux_syscallargs.h regen 871sys/compat/linux/arch/amd64/linux_syscallargs.h regen
872sys/compat/linux/arch/amd64/linux_syscalls.c regen 872sys/compat/linux/arch/amd64/linux_syscalls.c regen
873sys/compat/linux/arch/amd64/linux_sysent.c regen 873sys/compat/linux/arch/amd64/linux_sysent.c regen
874sys/compat/linux/arch/arm/linux_syscall.h regen 874sys/compat/linux/arch/arm/linux_syscall.h regen
875sys/compat/linux/arch/arm/linux_syscallargs.h regen 875sys/compat/linux/arch/arm/linux_syscallargs.h regen
876sys/compat/linux/arch/arm/linux_syscallc. regen 876sys/compat/linux/arch/arm/linux_syscallc. regen
877sys/compat/linux/arch/arm/linux_sysent.c regen 877sys/compat/linux/arch/arm/linux_sysent.c regen
878sys/compat/linux/arch/i386/linux_syscall.h regen 878sys/compat/linux/arch/i386/linux_syscall.h regen
879sys/compat/linux/arch/i386/linux_syscallargs.h regen 879sys/compat/linux/arch/i386/linux_syscallargs.h regen
880sys/compat/linux/arch/i386/linux_syscalls.c regen 880sys/compat/linux/arch/i386/linux_syscalls.c regen
881sys/compat/linux/arch/i386/linux_sysent.c regen 881sys/compat/linux/arch/i386/linux_sysent.c regen
882sys/compat/linux/arch/m68k/linux_syscall.h regen 882sys/compat/linux/arch/m68k/linux_syscall.h regen
883sys/compat/linux/arch/m68k/linux_syscallargs.h regen 883sys/compat/linux/arch/m68k/linux_syscallargs.h regen
884sys/compat/linux/arch/m68k/linux_syscalls.c regen 884sys/compat/linux/arch/m68k/linux_syscalls.c regen
885sys/compat/linux/arch/m68k/linux_sysent.c regen 885sys/compat/linux/arch/m68k/linux_sysent.c regen
886sys/compat/linux/arch/mips/linux_syscall.h regen 886sys/compat/linux/arch/mips/linux_syscall.h regen
887sys/compat/linux/arch/mips/linux_syscallargs.h regen 887sys/compat/linux/arch/mips/linux_syscallargs.h regen
888sys/compat/linux/arch/mips/linux_syscalls.c regen 888sys/compat/linux/arch/mips/linux_syscalls.c regen
889sys/compat/linux/arch/mips/linux_sysent.c regen 889sys/compat/linux/arch/mips/linux_sysent.c regen
890sys/compat/linux/arch/powerpc/linux_syscall.h regen 890sys/compat/linux/arch/powerpc/linux_syscall.h regen
891sys/compat/linux/arch/powerpc/linux_syscallargs.h regen 891sys/compat/linux/arch/powerpc/linux_syscallargs.h regen
892sys/compat/linux/arch/powerpc/linux_syscalls.c regen 892sys/compat/linux/arch/powerpc/linux_syscalls.c regen
893sys/compat/linux/arch/powerpc/linux_sysent.c regen 893sys/compat/linux/arch/powerpc/linux_sysent.c regen
894sys/compat/linux32/arch/amd64/linux32_syscall.h regen 894sys/compat/linux32/arch/amd64/linux32_syscall.h regen
895sys/compat/linux32/arch/amd64/linux32_syscallargs.h regen 895sys/compat/linux32/arch/amd64/linux32_syscallargs.h regen
896sys/compat/linux32/arch/amd64/linux32_syscalls.c regen 896sys/compat/linux32/arch/amd64/linux32_syscalls.c regen
897sys/compat/linux32/arch/amd64/linux32_sysent.c regen 897sys/compat/linux32/arch/amd64/linux32_sysent.c regen
898 898
899 Fix nanosleep(2) on 64-bit archs. Do not call native nanosleep 899 Fix nanosleep(2) on 64-bit archs. Do not call native nanosleep
900 syscall, but rather a modified version the will take care of 900 syscall, but rather a modified version the will take care of
901 `struct timespec' conversions. 901 `struct timespec' conversions.
902 [njoly, ticket #81] 902 [njoly, ticket #81]
903 903
904sys/dev/i2c/dbcool.c 1.6 904sys/dev/i2c/dbcool.c 1.6
905 905
906 PR/39947: dbcool_detach implicitly called sysmon_envsys_destroy() 906 PR/39947: dbcool_detach implicitly called sysmon_envsys_destroy()
907 twice. 907 twice.
908 [jnemeth, ticket #82] 908 [jnemeth, ticket #82]
909 909
910sys/dev/pci/if_msk.c 1.22 910sys/dev/pci/if_msk.c 1.22
911sys/dev/pci/if_skreg.h 1.13 911sys/dev/pci/if_skreg.h 1.13
912 912
913 Fix Yukon EC Ultra cold power up issue (system hang at boot). 913 Fix Yukon EC Ultra cold power up issue (system hang at boot).
914 Also increases stability. 914 Also increases stability.
915 [chris, ticket #84] 915 [chris, ticket #84]
916 916
917sys/dev/acpi/thinkpad_acpi.c 1.17 917sys/dev/acpi/thinkpad_acpi.c 1.17
918 918
919 Make this driver work (except for setting display brightness) 919 Make this driver work (except for setting display brightness)
920 on older machines. 920 on older machines.
921 [hans, ticket #90] 921 [hans, ticket #90]
922 922
923sys/dev/acpi/atppc_acpi.c 1.15 923sys/dev/acpi/atppc_acpi.c 1.15
924 924
925 Initialize sc->sc_dev before using it, and use it as argument 925 Initialize sc->sc_dev before using it, and use it as argument
926 for the interrupt handler. Makes this work again. 926 for the interrupt handler. Makes this work again.
927 [hans, ticket #91] 927 [hans, ticket #91]
928 928
929sys/opencrypto/crypto.c 1.30 929sys/opencrypto/crypto.c 1.30
930sys/opencrypto/cryptodev.c 1.45 930sys/opencrypto/cryptodev.c 1.45
931sys/opencrypto/cryptodev.h 1.15 931sys/opencrypto/cryptodev.h 1.15
932sys/sys/queue.h 1.50 932sys/sys/queue.h 1.50
933 933
934 Fix a race condition in opencrypto that lead to several panics. 934 Fix a race condition in opencrypto that lead to several panics.
935 Add a macro for TAILQ_FOREACH_REVERSE_SAFE() to queue.h. 935 Add a macro for TAILQ_FOREACH_REVERSE_SAFE() to queue.h.
936 [darran, ticket #92] 936 [darran, ticket #92]
937 937
938sys/compat/osf1/osf1_exec_ecoff.c 1.21 938sys/compat/osf1/osf1_exec_ecoff.c 1.21
939 939
940 Do not call namei anymore, but use the result from the previous 940 Do not call namei anymore, but use the result from the previous
941 emul_find_interp call instead. This makes dynamic executables work 941 emul_find_interp call instead. This makes dynamic executables work
942 again under compat OSF1 (fixes PR/39255). 942 again under compat OSF1 (fixes PR/39255).
943 [njoly, ticket #93] 943 [njoly, ticket #93]
944 944
945sys/arch/x86/x86/ipmi.c 1.26 945sys/arch/x86/x86/ipmi.c 1.26
946 946
947 Fix sloppy device_private conversion that prevented systems with 947 Fix sloppy device_private conversion that prevented systems with
948 IPMI from booting. 948 IPMI from booting.
949 [ad, ticket #94] 949 [ad, ticket #94]
950 950
951etc/man.conf 1.23 951etc/man.conf 1.23
952 952
953 Also search /usr/X11R7, and do it before X11R6 953 Also search /usr/X11R7, and do it before X11R6
954 [cube, ticket #95] 954 [cube, ticket #95]
955 955
956etc/login.conf 1.3 956etc/login.conf 1.3
957etc/root/dot.cshrc 1.19 957etc/root/dot.cshrc 1.19
958etc/root/dot.profile 1.20 958etc/root/dot.profile 1.20
959etc/skel/dot.cshrc 1.4 959etc/skel/dot.cshrc 1.4
960etc/skel/dot.profile 1.5 960etc/skel/dot.profile 1.5
961 961
962 Sprinkle /usr/X11R7 where relevant. 962 Sprinkle /usr/X11R7 where relevant.
963 [cube, ticket #96] 963 [cube, ticket #96]
964 964
965sys/dev/vnd.c 1.189 965sys/dev/vnd.c 1.189
966 966
967 Check that vnd is not NULL before using it, return ENXIO if 967 Check that vnd is not NULL before using it, return ENXIO if
968 it is. Avoids a panic when vnconfig -uF is used on a busy vnd. 968 it is. Avoids a panic when vnconfig -uF is used on a busy vnd.
969 [bouyer, ticket #97] 969 [bouyer, ticket #97]
970 970
971sys/arch/amd64/amd64/fpu.c 1.29 971sys/arch/amd64/amd64/fpu.c 1.29
972sys/arch/amd64/amd64/machdep.c 1.105 972sys/arch/amd64/amd64/machdep.c 1.105
973sys/arch/i386/i386/machdep.c 1.647 973sys/arch/i386/i386/machdep.c 1.647
974sys/arch/i386/isa/npx.c 1.132 974sys/arch/i386/isa/npx.c 1.132
975 975
976 PR port-i386/39299: FPU use in signal handlers is unsafe. 976 PR port-i386/39299: FPU use in signal handlers is unsafe.
977 [ad, ticket #71] 977 [ad, ticket #71]
978 978
979share/man/man4/amdtemp.4 1.2-1.4 979share/man/man4/amdtemp.4 1.2-1.4
980 980
981 Man page cleanup. Addresses PR/39958. 981 Man page cleanup. Addresses PR/39958.
982 [jnemeth, ticket #98] 982 [jnemeth, ticket #98]
983 983
984sys/dev/ata/sata_subr.c 1.12 984sys/dev/ata/sata_subr.c 1.12
985 985
986 SATA GEN3 speed is 6.0Gb/s. 986 SATA GEN3 speed is 6.0Gb/s.
987 [cegger, ticket #99] 987 [cegger, ticket #99]
988 988
989sys/compat/netbsd32/netbsd32_netbsd.c 1.148 989sys/compat/netbsd32/netbsd32_netbsd.c 1.148
990sys/compat/netbsd32/netbsd32_sa.c 1.8 990sys/compat/netbsd32/netbsd32_sa.c 1.8
991 991
992 Make it possible to compile a kernel with COMPAT_NETBSD32 but 992 Make it possible to compile a kernel with COMPAT_NETBSD32 but
993 without COMPAT_40. This fixes PR port-amd64/39967. 993 without COMPAT_40. This fixes PR port-amd64/39967.
994 [tron, ticket #100] 994 [tron, ticket #100]
995 995
996sys/arch/vax/uba/uba_common.h 1.6 996sys/arch/vax/uba/uba_common.h 1.6
997sys/arch/vax/uba/uba_sbi.c 1.25 997sys/arch/vax/uba/uba_sbi.c 1.25
998 998
999 Fix Unibus support on VAX 11/780 and 8600 models. 999 Fix Unibus support on VAX 11/780 and 8600 models.
1000 [hans, ticket #101] 1000 [hans, ticket #101]
@@ -4107,999 +4107,1076 @@ xsrc/external/mit/xorg-server/dist/hw/xf @@ -4107,999 +4107,1076 @@ xsrc/external/mit/xorg-server/dist/hw/xf
4107 4107
4108 Add horizontal mouse-wheel functionality to USB and WSMOUSE 4108 Add horizontal mouse-wheel functionality to USB and WSMOUSE
4109 drivers. 4109 drivers.
4110 [plunky, ticket #436] 4110 [plunky, ticket #436]
4111 4111
4112lib/libc/citrus/citrus_lc_time.c 1.3 4112lib/libc/citrus/citrus_lc_time.c 1.3
4113 4113
4114 Fix typo, don't overwrite LC_TIME's t_fmt_ampm by t_fmt. 4114 Fix typo, don't overwrite LC_TIME's t_fmt_ampm by t_fmt.
4115 [tnozaki, ticket #437] 4115 [tnozaki, ticket #437]
4116 4116
4117libexec/httpd/bozohttpd.c 1.10 4117libexec/httpd/bozohttpd.c 1.10
4118libexec/httpd/bozohttpd.h 1.7 4118libexec/httpd/bozohttpd.h 1.7
4119 4119
4120 Add If-Modified-Since support. 4120 Add If-Modified-Since support.
4121 [joerg, ticket #438] 4121 [joerg, ticket #438]
4122 4122
4123sys/dev/ata/wd.c 1.368 4123sys/dev/ata/wd.c 1.368
4124sys/dev/pcmcia/wdc_pcmcia.c 1.113 4124sys/dev/pcmcia/wdc_pcmcia.c 1.113
4125 4125
4126 -in the wdc@pcmcia driver, don't try to powerup/down while 4126 -in the wdc@pcmcia driver, don't try to powerup/down while
4127 cold or shutting down -- this is only supposed to happen from 4127 cold or shutting down -- this is only supposed to happen from
4128 the pcmcia kernel thread while the system is running 4128 the pcmcia kernel thread while the system is running
4129 -in wd_shutdown, call ata_addref first, so that the adapter 4129 -in wd_shutdown, call ata_addref first, so that the adapter
4130 is either active or we know that it isn't 4130 is either active or we know that it isn't
4131  4131
4132 This fixes a hang on shutdown -p, reported in PR kern/40531. 4132 This fixes a hang on shutdown -p, reported in PR kern/40531.
4133 [drochner, ticket #441] 4133 [drochner, ticket #441]
4134 4134
4135tools/gettext/Makefile 1.5 4135tools/gettext/Makefile 1.5
4136 4136
4137 Explicitly disable C# support. Mono is known to have issues, so 4137 Explicitly disable C# support. Mono is known to have issues, so
4138 don't try to look for it. 4138 don't try to look for it.
4139 [apb, ticket #442] 4139 [apb, ticket #442]
4140 4140
4141sbin/newfs_udf/newfs_udf.8 1.5 4141sbin/newfs_udf/newfs_udf.8 1.5
4142sbin/newfs_udf/newfs_udf.c 1.6, 1.7 4142sbin/newfs_udf/newfs_udf.c 1.6, 1.7
4143sbin/newfs_udf/udf_create.c 1.13, 1.14 4143sbin/newfs_udf/udf_create.c 1.13, 1.14
4144sbin/newfs_udf/udf_create.h 1.3 4144sbin/newfs_udf/udf_create.h 1.3
4145 4145
4146 Fix -Wsign-compare issues and use KiB MiB GiB instead of 4146 Fix -Wsign-compare issues and use KiB MiB GiB instead of
4147 Kb Mb Gb. 4147 Kb Mb Gb.
4148 [reinoud, ticket #444] 4148 [reinoud, ticket #444]
4149 4149
4150sys/sys/cdio.h 1.33 4150sys/sys/cdio.h 1.33
4151 4151
4152 Fix flagbits for MMC_TRACKINFO flags printing; it had an illegal 4152 Fix flagbits for MMC_TRACKINFO flags printing; it had an illegal
4153 escape code in it. 4153 escape code in it.
4154 [reinoud, ticket #445] 4154 [reinoud, ticket #445]
4155 4155
4156sys/fs/udf/udf_vfsops.c 1.55 4156sys/fs/udf/udf_vfsops.c 1.55
4157 4157
4158 If mounting for read-write dont allow a session number to be 4158 If mounting for read-write dont allow a session number to be
4159 specified since it's currently still misbehaving. If supported 4159 specified since it's currently still misbehaving. If supported
4160 later, it would allow one or a series of sessions on a sequential 4160 later, it would allow one or a series of sessions on a sequential
4161 recordable media to be ignored as if they never were created. 4161 recordable media to be ignored as if they never were created.
4162 4162
4163 Also fix a small comment: it's not the direct but the bootstrap 4163 Also fix a small comment: it's not the direct but the bootstrap
4164 disc strategy that we close down. 4164 disc strategy that we close down.
4165 [reinoud, ticket #446] 4165 [reinoud, ticket #446]
4166 4166
4167sbin/mount_udf/mount_udf.8 1.10, 1.11 4167sbin/mount_udf/mount_udf.8 1.10, 1.11
4168sbin/mount_udf/mount_udf.c 1.13 4168sbin/mount_udf/mount_udf.c 1.13
4169sys/fs/udf/udf.h 1.30 4169sys/fs/udf/udf.h 1.30
4170sys/fs/udf/udf_readwrite.c 1.10 4170sys/fs/udf/udf_readwrite.c 1.10
4171sys/fs/udf/udf_strat_direct.c 1.8 4171sys/fs/udf/udf_strat_direct.c 1.8
4172sys/fs/udf/udf_strat_rmw.c 1.18 4172sys/fs/udf/udf_strat_rmw.c 1.18
4173sys/fs/udf/udf_strat_sequential.c 1.8 4173sys/fs/udf/udf_strat_sequential.c 1.8
4174sys/fs/udf/udf_subr.c 1.85, patch 4174sys/fs/udf/udf_subr.c 1.85, patch
4175sys/fs/udf/udf_subr.h 1.13 4175sys/fs/udf/udf_subr.h 1.13
4176 4176
4177 Implement session closure on sequential media when requested 4177 Implement session closure on sequential media when requested
4178 on mount. It will allow CD-ROM/DVD-ROM/DB-ROM drives to read 4178 on mount. It will allow CD-ROM/DVD-ROM/DB-ROM drives to read
4179 the media while still allowing them to be appended later. It 4179 the media while still allowing them to be appended later. It
4180 can also be seen as a way to make mountable snapshots. 4180 can also be seen as a way to make mountable snapshots.
4181 4181
4182 Before this, a 5.0 kernel could screw up a disc closed by a 4182 Before this, a 5.0 kernel could screw up a disc closed by a
4183 -current kernel or some other implementation. 4183 -current kernel or some other implementation.
4184 4184
4185 Add mount_udf(8) option '-c' requesting session closure on 4185 Add mount_udf(8) option '-c' requesting session closure on
4186 unmount. 4186 unmount.
4187 [reinoud, ticket #447] 4187 [reinoud, ticket #447]
4188 4188
4189distrib/sets/lists/xbase/mi 1.71 4189distrib/sets/lists/xbase/mi 1.71
4190distrib/sets/lists/xetc/mi 1.12 4190distrib/sets/lists/xetc/mi 1.12
4191external/mit/xorg/bin/xdm/config/Makefile 1.4, 1.5 4191external/mit/xorg/bin/xdm/config/Makefile 1.4, 1.5
4192external/mit/xorg/bin/xdm/config/NetBSD-bw.xpm 1.1 4192external/mit/xorg/bin/xdm/config/NetBSD-bw.xpm 1.1
4193external/mit/xorg/bin/xdm/config/NetBSD-inv.xpm 1.1 4193external/mit/xorg/bin/xdm/config/NetBSD-inv.xpm 1.1
4194external/mit/xorg/bin/xdm/config/NetBSD.xpm 1.1 4194external/mit/xorg/bin/xdm/config/NetBSD.xpm 1.1
4195 4195
4196 Restore NetBSD branding to xdm login widget: 4196 Restore NetBSD branding to xdm login widget:
4197 - add NetBSD banner pixmaps and have Xdm use them by default. 4197 - add NetBSD banner pixmaps and have Xdm use them by default.
4198 - also, move the pixmap files back to X11BASE/include/X11/pixmaps/ 4198 - also, move the pixmap files back to X11BASE/include/X11/pixmaps/
4199 [plunky, ticket #450] 4199 [plunky, ticket #450]
4200 4200
4201lib/libcurses/getch.c 1.52 4201lib/libcurses/getch.c 1.52
4202 4202
4203 Fix bug where a single ESC was not recognised when in 4203 Fix bug where a single ESC was not recognised when in
4204 keypad() mode. 4204 keypad() mode.
4205 [jdc, ticket #451] 4205 [jdc, ticket #451]
4206 4206
4207distrib/utils/sysinst/util.c 1.155 4207distrib/utils/sysinst/util.c 1.155
4208 4208
4209 Fix over enthusiastic length limit in 4209 Fix over enthusiastic length limit in
4210 SUPPORT_8_3_SOURCE_FILESYSTEM block 4210 SUPPORT_8_3_SOURCE_FILESYSTEM block
4211 [abs, ticket #452] 4211 [abs, ticket #452]
4212 4212
4213sys/dev/usb/uvideo.c 1.27 via patch 4213sys/dev/usb/uvideo.c 1.27 via patch
4214 4214
4215 Fix uvideo_stream_init uninitialized variable / bad argument, 4215 Fix uvideo_stream_init uninitialized variable / bad argument,
4216 leading to panic when opening video stream. 4216 leading to panic when opening video stream.
4217 [jmorse, ticket #440] 4217 [jmorse, ticket #440]
4218 4218
4219sys/arch/amd64/conf/GENERIC patch 4219sys/arch/amd64/conf/GENERIC patch
4220sys/arch/i386/conf/GENERIC patch 4220sys/arch/i386/conf/GENERIC patch
4221sys/arch/macppc/conf/GENERIC patch 4221sys/arch/macppc/conf/GENERIC patch
4222sys/arch/sparc64/conf/GENERIC patch 4222sys/arch/sparc64/conf/GENERIC patch
4223 4223
4224 Enable puffs and putter on amd64, i386, macppc, and sparc64. 4224 Enable puffs and putter on amd64, i386, macppc, and sparc64.
4225 [pooka, ticket #453] 4225 [pooka, ticket #453]
4226 4226
4227sys/dev/raidframe/rf_reconstruct.c 1.107 4227sys/dev/raidframe/rf_reconstruct.c 1.107
4228 4228
4229 If we see a RF_RECON_WRITE_ERROR event we know a write has 4229 If we see a RF_RECON_WRITE_ERROR event we know a write has
4230 finished and we need to account for that. Failure to do so 4230 finished and we need to account for that. Failure to do so
4231 means we can end up waiting forever for writes we think are 4231 means we can end up waiting forever for writes we think are
4232 outstanding, but which have already completed. 4232 outstanding, but which have already completed.
4233 4233
4234 Addresses the RAIDframe part of PR#40569. 4234 Addresses the RAIDframe part of PR#40569.
4235 [oster, ticket #454] 4235 [oster, ticket #454]
4236 4236
4237sys/dev/ic/ahcisata_core.c 1.19 4237sys/dev/ic/ahcisata_core.c 1.19
4238 4238
4239 When an error is reported on a write, data may have been 4239 When an error is reported on a write, data may have been
4240 transfered to the device's cache anyway and so cmdh_prdbc 4240 transfered to the device's cache anyway and so cmdh_prdbc
4241 reports a completed transfer. If we use it to update 4241 reports a completed transfer. If we use it to update
4242 ata_bio->bcount this has 2 conseqences: 4242 ata_bio->bcount this has 2 conseqences:
4243 - the automatic LBA48 workaround doesn't qick in because 4243 - the automatic LBA48 workaround doesn't qick in because
4244 bcount is used to compute the last sector of the transfer 4244 bcount is used to compute the last sector of the transfer
4245 (wd(4) part of kern/40569) 4245 (wd(4) part of kern/40569)
4246 - wd(4) will report a B_ERROR buffer with a b_resid of 0, 4246 - wd(4) will report a B_ERROR buffer with a b_resid of 0,
4247 which panics a DIAGNOSTIC kernel 4247 which panics a DIAGNOSTIC kernel
4248 Fix by ignoring cmdh_prdbc if we had a write with errors, and 4248 Fix by ignoring cmdh_prdbc if we had a write with errors, and
4249 in this case leave ata_bio->bcount at its initial value. 4249 in this case leave ata_bio->bcount at its initial value.
4250 4250
4251 While there use NOERROR instead of 0 for ata_bio->error (cosmetic). 4251 While there use NOERROR instead of 0 for ata_bio->error (cosmetic).
4252 [bouyer, ticket #455] 4252 [bouyer, ticket #455]
4253 4253
4254sys/dist/ipf/netinet/ip_fil_netbsd.c 1.48 4254sys/dist/ipf/netinet/ip_fil_netbsd.c 1.48
4255 4255
4256 Avoid a NULL pointer defereference when using 'return-rst' or 4256 Avoid a NULL pointer defereference when using 'return-rst' or
4257 'return-icmp' in ipf6.conf. 4257 'return-icmp' in ipf6.conf.
4258 [bouyer, ticket #456] 4258 [bouyer, ticket #456]
4259 4259
4260sys/arch/arm/xscale/pxa2x0_pcic.c 1.6 4260sys/arch/arm/xscale/pxa2x0_pcic.c 1.6
4261 4261
4262 Processing that installed the card first was moved from 4262 Processing that installed the card first was moved from
4263 pxapcic_attach_common() to the head of pxapcic_event_thread(). 4263 pxapcic_attach_common() to the head of pxapcic_event_thread().
4264 4264
4265 Fixes detection of the built-in CF card. 4265 Fixes detection of the built-in CF card.
4266 [nonaka, ticket #457] 4266 [nonaka, ticket #457]
4267 4267
4268sys/arch/x86/x86/patch.c 1.16 4268sys/arch/x86/x86/patch.c 1.16
4269 4269
4270 Repair x86_patch to install optimized routines. 4270 Repair x86_patch to install optimized routines.
4271 [ad, ticket #471] 4271 [ad, ticket #471]
4272 4272
4273sys/arch/xen/x86/autoconf.c 1.9 4273sys/arch/xen/x86/autoconf.c 1.9
4274 4274
4275 Make Xen Dom0/DomU boot with root-on-nfs when the 'bootdev' 4275 Make Xen Dom0/DomU boot with root-on-nfs when the 'bootdev'
4276 parameter is missing or wrong. In this case, we get prompted 4276 parameter is missing or wrong. In this case, we get prompted
4277 for the root device. 4277 for the root device.
4278 4278
4279 Make sure that nfs_bootstatic_callback is initialized or we 4279 Make sure that nfs_bootstatic_callback is initialized or we
4280 will miss the nfsroot bootparameter, causing a boot failure even 4280 will miss the nfsroot bootparameter, causing a boot failure even
4281 when root device is correct. 4281 when root device is correct.
4282 [cegger, ticket #460] 4282 [cegger, ticket #460]
4283 4283
4284sys/miscfs/umapfs/umap_subr.c 1.26 4284sys/miscfs/umapfs/umap_subr.c 1.26
4285sys/miscfs/umapfs/umap_vnops.c 1.44 4285sys/miscfs/umapfs/umap_vnops.c 1.44
4286 4286
4287 While we remap credentials we should ignore cred == FSCRED 4287 While we remap credentials we should ignore cred == FSCRED
4288 as well as cred == NOCRED. 4288 as well as cred == NOCRED.
4289 4289
4290 This fixes a page fault occurring when a union is mounted 4290 This fixes a page fault occurring when a union is mounted
4291 over a umap, as FSCRED is passed by union filesystem. 4291 over a umap, as FSCRED is passed by union filesystem.
4292 [plunky, ticket #461] 4292 [plunky, ticket #461]
4293 4293
4294usr.bin/netstat/netstat.1 1.49 4294usr.bin/netstat/netstat.1 1.49
4295 4295
4296 Sort option descriptions, and options in usage. 4296 Sort option descriptions, and options in usage.
4297 Covers PR 40627. 4297 Covers PR 40627.
4298 [wiz, ticket #462] 4298 [wiz, ticket #462]
4299 4299
4300etc/root/dot.cshrc patch 4300etc/root/dot.cshrc patch
4301etc/root/dot.profile patch 4301etc/root/dot.profile patch
4302 4302
4303 Fix PKG_PATH examples, which were missing /pub. 4303 Fix PKG_PATH examples, which were missing /pub.
4304 [erh, ticket #463] 4304 [erh, ticket #463]
4305 4305
4306etc/shrc 1.5 4306etc/shrc 1.5
4307 4307
4308 Set PS1 correctly for ksh. 4308 Set PS1 correctly for ksh.
4309 [ad, ticket #464] 4309 [ad, ticket #464]
4310 4310
4311usr.sbin/puffs/makerumpmanpages.sh 1.5-1.8 4311usr.sbin/puffs/makerumpmanpages.sh 1.5-1.8
4312usr.sbin/puffs/rump_cd9660/rump_cd9660.8 regen 4312usr.sbin/puffs/rump_cd9660/rump_cd9660.8 regen
4313usr.sbin/puffs/rump_efs/rump_efs.8 regen 4313usr.sbin/puffs/rump_efs/rump_efs.8 regen
4314usr.sbin/puffs/rump_ext2fs/rump_ext2fs.8 regen 4314usr.sbin/puffs/rump_ext2fs/rump_ext2fs.8 regen
4315usr.sbin/puffs/rump_ffs/rump_ffs.8 regen 4315usr.sbin/puffs/rump_ffs/rump_ffs.8 regen
4316usr.sbin/puffs/rump_hfs/rump_hfs.8 regen 4316usr.sbin/puffs/rump_hfs/rump_hfs.8 regen
4317usr.sbin/puffs/rump_lfs/rump_lfs.8 regen 4317usr.sbin/puffs/rump_lfs/rump_lfs.8 regen
4318usr.sbin/puffs/rump_msdos/rump_msdos.8 regen 4318usr.sbin/puffs/rump_msdos/rump_msdos.8 regen
4319usr.sbin/puffs/rump_nfs/rump_nfs.8 regen 4319usr.sbin/puffs/rump_nfs/rump_nfs.8 regen
4320usr.sbin/puffs/rump_ntfs/rump_ntfs.8 regen 4320usr.sbin/puffs/rump_ntfs/rump_ntfs.8 regen
4321usr.sbin/puffs/rump_sysvbfs/rump_sysvbfs.8 regen 4321usr.sbin/puffs/rump_sysvbfs/rump_sysvbfs.8 regen
4322usr.sbin/puffs/rump_tmpfs/rump_tmpfs.8 regen 4322usr.sbin/puffs/rump_tmpfs/rump_tmpfs.8 regen
4323usr.sbin/puffs/rump_udf/rump_udf.8 regen 4323usr.sbin/puffs/rump_udf/rump_udf.8 regen
4324 4324
4325 - Note mount -o rump support 4325 - Note mount -o rump support
4326 - Note that vnconfig is not required 4326 - Note that vnconfig is not required
4327 - Fix SYNOPSIS  4327 - Fix SYNOPSIS
4328 - Markup fixes 4328 - Markup fixes
4329 [pooka, ticket #465] 4329 [pooka, ticket #465]
4330 4330
4331share/man/man3/tree.3 1.5 4331share/man/man3/tree.3 1.5
4332 4332
4333 Document that the element argument of RB_REMOVE must be present 4333 Document that the element argument of RB_REMOVE must be present
4334 in the tree. Minor adjoining grammar fix. PR 39684. 4334 in the tree. Minor adjoining grammar fix. PR 39684.
4335 [dholland, ticket #466] 4335 [dholland, ticket #466]
4336 4336
4337sys/net/if.c 1.233 4337sys/net/if.c 1.233
4338 4338
4339 PR/40603: unprivileged users can add and delete interface 4339 PR/40603: unprivileged users can add and delete interface
4340 link addresses. Fixed by centralizing the test as suggested. 4340 link addresses. Fixed by centralizing the test as suggested.
4341 [christos, ticket #459] 4341 [christos, ticket #459]
4342 4342
4343usr.sbin/btpand/client.c 1.2 4343usr.sbin/btpand/client.c 1.2
4344usr.sbin/btpand/sdp.c 1.2 4344usr.sbin/btpand/sdp.c 1.2
4345usr.sbin/btpand/sdp.h 1.2 4345usr.sbin/btpand/sdp.h 1.2
4346 4346
4347 Modify some SDP data parsing function names to avoid conflicts 4347 Modify some SDP data parsing function names to avoid conflicts
4348 with similar functions that are intended to be imported to 4348 with similar functions that are intended to be imported to
4349 libsdp. 4349 libsdp.
4350 [plunky, ticket #467] 4350 [plunky, ticket #467]
4351 4351
4352sys/kern/sys_pipe.c 1.106-1.108 4352sys/kern/sys_pipe.c 1.106-1.108
4353sys/sys/pipe.h 1.25 4353sys/sys/pipe.h 1.25
4354 4354
4355 Fix the occasional hanging of the process writing to a pipe 4355 Fix the occasional hanging of the process writing to a pipe
4356 when the reader is already dying. 4356 when the reader is already dying.
4357 [enami/joerg, ticket #468] 4357 [enami/joerg, ticket #468]
4358 4358
4359usr.sbin/traceroute6/traceroute6.c 1.38 4359usr.sbin/traceroute6/traceroute6.c 1.38
4360 4360
4361 Synchronize error flags with own comment and with traceroute. 4361 Synchronize error flags with own comment and with traceroute.
4362 [is, ticket #469] 4362 [is, ticket #469]
4363 4363
4364sys/dist/acpica/dsfield.c 1.5 4364sys/dist/acpica/dsfield.c 1.5
4365 4365
4366 Fix PR port-i386/40676 by allowing zero-length ASL field 4366 Fix PR port-i386/40676 by allowing zero-length ASL field
4367 declarations. 4367 declarations.
4368 [jmcneill, ticket #472] 4368 [jmcneill, ticket #472]
4369 4369
4370usr.bin/newsyslog/newsyslog.c 1.57 4370usr.bin/newsyslog/newsyslog.c 1.57
4371 4371
4372 Fix a bug that can cause newsyslog to overwrite the wrong 4372 Fix a bug that can cause newsyslog to overwrite the wrong
4373 file when the P flag is specified. PR bin/40635. 4373 file when the P flag is specified. PR bin/40635.
4374 [dogcow, ticket #473] 4374 [dogcow, ticket #473]
4375 4375
4376external/mit/xdm/dist/config/Xresources.cpp 1.3 4376external/mit/xdm/dist/config/Xresources.cpp 1.3
4377 4377
4378 Add missing endif. 4378 Add missing endif.
4379 [plunky, ticket #475] 4379 [plunky, ticket #475]
4380 4380
4381sys/dev/acpi/acpi_quirks.c 1.10 4381sys/dev/acpi/acpi_quirks.c 1.10
4382 4382
4383 ASUS CUR-DLS board found on HP NetServer E800 box 4383 ASUS CUR-DLS board found on HP NetServer E800 box
4384 has broken ACPI BIOS. Disable it. Addresses PR/40471. 4384 has broken ACPI BIOS. Disable it. Addresses PR/40471.
4385 [christos, ticket #476] 4385 [christos, ticket #476]
4386 4386
4387sys/arch/vax/conf/files.vax 1.116 4387sys/arch/vax/conf/files.vax 1.116
4388sys/arch/vax/include/trap.h 1.22 4388sys/arch/vax/include/trap.h 1.22
4389sys/arch/vax/vax/db_disasm.h 1.6, 1.7 4389sys/arch/vax/vax/db_disasm.h 1.6, 1.7
4390sys/arch/vax/vax/opcodes.c 1.1 4390sys/arch/vax/vax/opcodes.c 1.1
4391sys/arch/vax/vax/trap.c 1.117, 1.118 4391sys/arch/vax/vax/trap.c 1.117, 1.118
4392sys/arch/vax/vax/trap.c 1.118 4392sys/arch/vax/vax/trap.c 1.118
4393 4393
4394 Fix vax native build hang when lint processes catan.c. Skip the 4394 Fix vax native build hang when lint processes catan.c. Skip the
4395 faulting floating point instruction to avoid infinite loops on 4395 faulting floating point instruction to avoid infinite loops on
4396 SIGFPE. 4396 SIGFPE.
4397 [mhitch, ticket #479] 4397 [mhitch, ticket #479]
4398 4398
4399libexec/httpd/cgi-bozo.c 1.10 4399libexec/httpd/cgi-bozo.c 1.10
4400 4400
4401 - Fix an issue where the cgi-script name was being cut off 4401 - Fix an issue where the cgi-script name was being cut off
4402 by one character. 4402 by one character.
4403 - Work around a bug in PHP reported by lukem in 2004, 4403 - Work around a bug in PHP reported by lukem in 2004,
4404 but stubbornly never fixed by the PHP maintainers: 4404 but stubbornly never fixed by the PHP maintainers:
4405 Change the SCRIPT_NAME and SCRIPT_FILENAME variables 4405 Change the SCRIPT_NAME and SCRIPT_FILENAME variables
4406 contain the file name only, not the query if one exists. 4406 contain the file name only, not the query if one exists.
4407 Having the query in SCRIPT_FILENAME causes php-cgi to not 4407 Having the query in SCRIPT_FILENAME causes php-cgi to not
4408 work, as per the bug information here: 4408 work, as per the bug information here:
4409 http://bugs.php.net/bug.php?id=28227 4409 http://bugs.php.net/bug.php?id=28227
4410 - Fix a memory leak because URL wasn't being freed. 4410 - Fix a memory leak because URL wasn't being freed.
4411 [tls, ticket #480] 4411 [tls, ticket #480]
4412 4412
4413share/man/man9/bus_dma.9 1.46 4413share/man/man9/bus_dma.9 1.46
4414 4414
4415 Clarify that dmamp is undefined if bus_dmamap_create(9) fails. 4415 Clarify that dmamp is undefined if bus_dmamap_create(9) fails.
4416 [dyoung, ticket #481] 4416 [dyoung, ticket #481]
4417 4417
4418share/man/man9/bus_dma.9 1.47 4418share/man/man9/bus_dma.9 1.47
4419 4419
4420 Update date. 4420 Update date.
4421 [dyoung, ticket #482] 4421 [dyoung, ticket #482]
4422 4422
4423lib/libpuffs/puffs.3 1.46 4423lib/libpuffs/puffs.3 1.46
4424lib/libpuffs/puffs_cc.3 1.13 4424lib/libpuffs/puffs_cc.3 1.13
4425lib/libpuffs/puffs_cred.3 1.4 4425lib/libpuffs/puffs_cred.3 1.4
4426lib/libpuffs/puffs_flush.3 1.8 4426lib/libpuffs/puffs_flush.3 1.8
4427lib/libpuffs/puffs_framebuf.3 1.26 4427lib/libpuffs/puffs_framebuf.3 1.26
4428lib/libpuffs/puffs_node.3 1.4 4428lib/libpuffs/puffs_node.3 1.4
4429lib/libpuffs/puffs_ops.3 1.23 4429lib/libpuffs/puffs_ops.3 1.23
4430lib/libpuffs/puffs_path.3 1.4 4430lib/libpuffs/puffs_path.3 1.4
4431lib/libpuffs/puffs_suspend.3 1.3 4431lib/libpuffs/puffs_suspend.3 1.3
4432 4432
4433 Remove the paragraph saying interfaces will change without 4433 Remove the paragraph saying interfaces will change without
4434 warning. Note that a stable version of puffs first appeared 4434 warning. Note that a stable version of puffs first appeared
4435 in NetBSD 5.0. 4435 in NetBSD 5.0.
4436 [pooka, ticket #484] 4436 [pooka, ticket #484]
4437 4437
4438sys/dev/pci/pci_subr.c 1.77 4438sys/dev/pci/pci_subr.c 1.77
4439 4439
4440 Decode and display PCI Power Management registers when available. 4440 Decode and display PCI Power Management registers when available.
4441 [jmcneill, ticket #485] 4441 [jmcneill, ticket #485]
4442 4442
4443sys/ddb/db_variables.c 1.40 4443sys/ddb/db_variables.c 1.40
4444 4444
4445 Default DDB_ONPANIC to zero. 4445 Default DDB_ONPANIC to zero.
4446 [ad, ticket #487] 4446 [ad, ticket #487]
4447 4447
4448share/man/man4/ddb.4 1.122 4448share/man/man4/ddb.4 1.122
4449sys/ddb/db_xxx.c 1.55 via patch 4449sys/ddb/db_xxx.c 1.55 via patch
4450 4450
4451 Default 'show all procs' to /l. 4451 Default 'show all procs' to /l.
4452 [ad, ticket #488] 4452 [ad, ticket #488]
4453 4453
4454sys/kern/vfs_wapbl.c 1.23 4454sys/kern/vfs_wapbl.c 1.23
4455sys/miscfs/syncfs/sync_subr.c 1.36 4455sys/miscfs/syncfs/sync_subr.c 1.36
4456sys/miscfs/syncfs/sync_vnops.c 1.26 4456sys/miscfs/syncfs/sync_vnops.c 1.26
4457sys/ufs/ffs/ffs_alloc.c 1.121 4457sys/ufs/ffs/ffs_alloc.c 1.121
4458sys/ufs/ffs/ffs_vfsops.c 1.242 4458sys/ufs/ffs/ffs_vfsops.c 1.242
4459sys/ufs/ffs/ffs_vnops.c 1.110 4459sys/ufs/ffs/ffs_vnops.c 1.110
4460 4460
4461 - If the syncer fails to lazily sync a vnode due to lock 4461 - If the syncer fails to lazily sync a vnode due to lock
4462 contention, retry 1 second later instead of 30 seconds later. 4462 contention, retry 1 second later instead of 30 seconds later.
4463 4463
4464 - Flush inode atime updates every ~10 seconds (this makes most 4464 - Flush inode atime updates every ~10 seconds (this makes most
4465 sense with logging). Presently they didn't hit the disk for 4465 sense with logging). Presently they didn't hit the disk for
4466 read-only files or devices until the file system was unmounted. 4466 read-only files or devices until the file system was unmounted.
4467 4467
4468 - Fix issues with file system corruption, busy looping and other 4468 - Fix issues with file system corruption, busy looping and other
4469 nasty problems when logging and non-logging file systems are 4469 nasty problems when logging and non-logging file systems are
4470 intermixed, with one being the root file system. 4470 intermixed, with one being the root file system.
4471 4471
4472 - For logging, do not flush metadata on an inode-at-a-time basis 4472 - For logging, do not flush metadata on an inode-at-a-time basis
4473 if the sync has been requested by ioflush. Burst out metadata and 4473 if the sync has been requested by ioflush. Burst out metadata and
4474 log flushes at a minimum interval of every 10 seconds on an active 4474 log flushes at a minimum interval of every 10 seconds on an active
4475 file system (happens more often if the log becomes full). Note this 4475 file system (happens more often if the log becomes full). Note this
4476 does not change the operation of fsync() etc. 4476 does not change the operation of fsync() etc.
4477 4477
4478 - With the flush issue fixed, re-enable concurrent metadata updates 4478 - With the flush issue fixed, re-enable concurrent metadata updates
4479 in vfs_wapbl.c. 4479 in vfs_wapbl.c.
4480 4480
4481 Fixes PR kern/39564, PR kern/40361, PR kern/40361, PR kern/40470, 4481 Fixes PR kern/39564, PR kern/40361, PR kern/40361, PR kern/40470,
4482 PR kern/40562, and PR kern/40525. 4482 PR kern/40562, and PR kern/40525.
4483 [ad, ticket #490] 4483 [ad, ticket #490]
4484 4484
4485sys/dev/pci/azalia_codec.c 1.75 4485sys/dev/pci/azalia_codec.c 1.75
4486 4486
4487 * Realtek ALC885: Use generic_mixer_autoinit/init_widget 4487 * Realtek ALC885: Use generic_mixer_autoinit/init_widget
4488 * generic_mixer_create_virtual: if the front l/r DAC doesn't have 4488 * generic_mixer_create_virtual: if the front l/r DAC doesn't have
4489 a volume capability, enumerate all peer widgets and search for a 4489 a volume capability, enumerate all peer widgets and search for a
4490 volume mixer there. 4490 volume mixer there.
4491 [jmcneill, ticket #491] 4491 [jmcneill, ticket #491]
4492 4492
4493distrib/sets/lists/xserver/md.amd64 1.46 4493distrib/sets/lists/xserver/md.amd64 1.46
4494distrib/sets/lists/xserver/md.i386 1.61 4494distrib/sets/lists/xserver/md.i386 1.61
4495distrib/sets/lists/xserver/md.macppc 1.45 4495distrib/sets/lists/xserver/md.macppc 1.45
4496distrib/sets/lists/xserver/md.sparc64 1.31 4496distrib/sets/lists/xserver/md.sparc64 1.31
4497external/mit/xorg/lib/Makefile 1.9 4497external/mit/xorg/lib/Makefile 1.9
4498external/mit/xorg/lib/dri/dri.mk 1.5 4498external/mit/xorg/lib/dri/dri.mk 1.5
4499external/mit/xorg/lib/dri/libmesa/Makefile 1.2 4499external/mit/xorg/lib/dri/libmesa/Makefile 1.2
4500 4500
4501 - Build mesa_dri.so, saving ~1.8MB per module 4501 - Build mesa_dri.so, saving ~1.8MB per module
4502 - Use the right includes so that dri & mesa use the same headers 4502 - Use the right includes so that dri & mesa use the same headers
4503 - Correct LIBDPLIBS for libdri 4503 - Correct LIBDPLIBS for libdri
4504 [jmcneill, ticket #470] 4504 [jmcneill, ticket #470]
4505 4505
4506usr.bin/ldd/ldd.c 1.5 4506usr.bin/ldd/ldd.c 1.5
4507usr.bin/ldd/ldd.h 1.2 4507usr.bin/ldd/ldd.h 1.2
4508usr.bin/ldd/ldd_aout.c 1.2, 1.3 4508usr.bin/ldd/ldd_aout.c 1.2, 1.3
4509usr.bin/ldd/ldd_elfxx.c 1.2 4509usr.bin/ldd/ldd_elfxx.c 1.2
4510 4510
4511 Rework the main loop and handlers: 4511 Rework the main loop and handlers:
4512 - open() and close() the file in the main loop 4512 - open() and close() the file in the main loop
4513 - pass the fd down into the handlers 4513 - pass the fd down into the handlers
4514 - use _rtld_error() in ELFNAME(ldd) 4514 - use _rtld_error() in ELFNAME(ldd)
4515 4515
4516 This fixes PR#40543 and also makes error messages look better. 4516 This fixes PR#40543 and also makes error messages look better.
4517 [mrg, ticket #483] 4517 [mrg, ticket #483]
4518 4518
4519sys/net/if_pppoe.c 1.94 4519sys/net/if_pppoe.c 1.94
4520 4520
4521 PR/40690: pppoe(4) doesn't work when PPPoE relays are present. 4521 PR/40690: pppoe(4) doesn't work when PPPoE relays are present.
4522 Add support for sending the session id tag back. 4522 Add support for sending the session id tag back.
4523 [christos, ticket #478] 4523 [christos, ticket #478]
4524 4524
4525sys/arch/i386/i386/machdep.c patch 4525sys/arch/i386/i386/machdep.c patch
4526 4526
4527 Add missing opt_multiboot.h. Fixes issues when using a 4527 Add missing opt_multiboot.h. Fixes issues when using a
4528 multiboot bootloader, like GRUB: 4528 multiboot bootloader, like GRUB:
4529 - dmesg did not contain the information about the loader 4529 - dmesg did not contain the information about the loader
4530 - /dev/ksyms did not work 4530 - /dev/ksyms did not work
4531 [ahoka, ticket #489] 4531 [ahoka, ticket #489]
4532 4532
4533lib/libc/stdio/vfwprintf.c 1.15 4533lib/libc/stdio/vfwprintf.c 1.15
4534 4534
4535 printf("%zi\n", (ssize_t)-1); now correcly prints -1 on i386 4535 printf("%zi\n", (ssize_t)-1); now correcly prints -1 on i386
4536 [roy, ticket #492] 4536 [roy, ticket #492]
4537 4537
4538xsrc/external/mit/xf86-video-newport/COPYING xf86-video-newport-0-2-1 4538xsrc/external/mit/xf86-video-newport/COPYING xf86-video-newport-0-2-1
4539xsrc/external/mit/xf86-video-newport/ChangeLog xf86-video-newport-0-2-1 4539xsrc/external/mit/xf86-video-newport/ChangeLog xf86-video-newport-0-2-1
4540xsrc/external/mit/xf86-video-newport/Makefile.am xf86-video-newport-0-2-1 4540xsrc/external/mit/xf86-video-newport/Makefile.am xf86-video-newport-0-2-1
4541xsrc/external/mit/xf86-video-newport/Makefile.in xf86-video-newport-0-2-1 4541xsrc/external/mit/xf86-video-newport/Makefile.in xf86-video-newport-0-2-1
4542xsrc/external/mit/xf86-video-newport/README xf86-video-newport-0-2-1 4542xsrc/external/mit/xf86-video-newport/README xf86-video-newport-0-2-1
4543xsrc/external/mit/xf86-video-newport/README.sgml xf86-video-newport-0-2-1 4543xsrc/external/mit/xf86-video-newport/README.sgml xf86-video-newport-0-2-1
4544xsrc/external/mit/xf86-video-newport/XF86Config.indy xf86-video-newport-0-2-1 4544xsrc/external/mit/xf86-video-newport/XF86Config.indy xf86-video-newport-0-2-1
4545xsrc/external/mit/xf86-video-newport/aclocal.m4 xf86-video-newport-0-2-1 4545xsrc/external/mit/xf86-video-newport/aclocal.m4 xf86-video-newport-0-2-1
4546xsrc/external/mit/xf86-video-newport/config.guess xf86-video-newport-0-2-1 4546xsrc/external/mit/xf86-video-newport/config.guess xf86-video-newport-0-2-1
4547xsrc/external/mit/xf86-video-newport/config.h.in xf86-video-newport-0-2-1 4547xsrc/external/mit/xf86-video-newport/config.h.in xf86-video-newport-0-2-1
4548xsrc/external/mit/xf86-video-newport/config.sub xf86-video-newport-0-2-1 4548xsrc/external/mit/xf86-video-newport/config.sub xf86-video-newport-0-2-1
4549xsrc/external/mit/xf86-video-newport/configure xf86-video-newport-0-2-1 4549xsrc/external/mit/xf86-video-newport/configure xf86-video-newport-0-2-1
4550xsrc/external/mit/xf86-video-newport/configure.ac xf86-video-newport-0-2-1 4550xsrc/external/mit/xf86-video-newport/configure.ac xf86-video-newport-0-2-1
4551xsrc/external/mit/xf86-video-newport/depcomp xf86-video-newport-0-2-1 4551xsrc/external/mit/xf86-video-newport/depcomp xf86-video-newport-0-2-1
4552xsrc/external/mit/xf86-video-newport/install-sh xf86-video-newport-0-2-1 4552xsrc/external/mit/xf86-video-newport/install-sh xf86-video-newport-0-2-1
4553xsrc/external/mit/xf86-video-newport/ltmain.sh xf86-video-newport-0-2-1 4553xsrc/external/mit/xf86-video-newport/ltmain.sh xf86-video-newport-0-2-1
4554xsrc/external/mit/xf86-video-newport/missing xf86-video-newport-0-2-1 4554xsrc/external/mit/xf86-video-newport/missing xf86-video-newport-0-2-1
4555xsrc/external/mit/xf86-video-newport/man/Makefile.am xf86-video-newport-0-2-1 4555xsrc/external/mit/xf86-video-newport/man/Makefile.am xf86-video-newport-0-2-1
4556xsrc/external/mit/xf86-video-newport/man/Makefile.in xf86-video-newport-0-2-1 4556xsrc/external/mit/xf86-video-newport/man/Makefile.in xf86-video-newport-0-2-1
4557xsrc/external/mit/xf86-video-newport/man/newport.man xf86-video-newport-0-2-1 4557xsrc/external/mit/xf86-video-newport/man/newport.man xf86-video-newport-0-2-1
4558xsrc/external/mit/xf86-video-newport/src/Makefile.am xf86-video-newport-0-2-1 4558xsrc/external/mit/xf86-video-newport/src/Makefile.am xf86-video-newport-0-2-1
4559xsrc/external/mit/xf86-video-newport/src/Makefile.in xf86-video-newport-0-2-1 4559xsrc/external/mit/xf86-video-newport/src/Makefile.in xf86-video-newport-0-2-1
4560xsrc/external/mit/xf86-video-newport/src/newport.h xf86-video-newport-0-2-1 4560xsrc/external/mit/xf86-video-newport/src/newport.h xf86-video-newport-0-2-1
4561xsrc/external/mit/xf86-video-newport/src/newport_accel.c xf86-video-newport-0-2-1 4561xsrc/external/mit/xf86-video-newport/src/newport_accel.c xf86-video-newport-0-2-1
4562xsrc/external/mit/xf86-video-newport/src/newport_cmap.c xf86-video-newport-0-2-1 4562xsrc/external/mit/xf86-video-newport/src/newport_cmap.c xf86-video-newport-0-2-1
4563xsrc/external/mit/xf86-video-newport/src/newport_cursor.c xf86-video-newport-0-2-1 4563xsrc/external/mit/xf86-video-newport/src/newport_cursor.c xf86-video-newport-0-2-1
4564xsrc/external/mit/xf86-video-newport/src/newport_driver.c xf86-video-newport-0-2-1 4564xsrc/external/mit/xf86-video-newport/src/newport_driver.c xf86-video-newport-0-2-1
4565xsrc/external/mit/xf86-video-newport/src/newport_regs.c xf86-video-newport-0-2-1 4565xsrc/external/mit/xf86-video-newport/src/newport_regs.c xf86-video-newport-0-2-1
4566xsrc/external/mit/xf86-video-newport/src/newport_regs.h xf86-video-newport-0-2-1 4566xsrc/external/mit/xf86-video-newport/src/newport_regs.h xf86-video-newport-0-2-1
4567xsrc/external/mit/xf86-video-newport/src/newport_shadow.c xf86-video-newport-0-2-1 4567xsrc/external/mit/xf86-video-newport/src/newport_shadow.c xf86-video-newport-0-2-1
4568 4568
4569 Add X.Org's driver for Newport / NG 1 graphics boards found 4569 Add X.Org's driver for Newport / NG 1 graphics boards found
4570 in SGI Indy and others. 4570 in SGI Indy and others.
4571 [macallan, ticket #499] 4571 [macallan, ticket #499]
4572 4572
4573external/mit/xorg/server/drivers/xf86-video-newport/Makefile 1.1 4573external/mit/xorg/server/drivers/xf86-video-newport/Makefile 1.1
4574 4574
4575 Add reachover build Makefile for newport driver. 4575 Add reachover build Makefile for newport driver.
4576 [macallan, ticket #500] 4576 [macallan, ticket #500]
4577 4577
4578external/mit/xorg/server/drivers/Makefile 1.20 4578external/mit/xorg/server/drivers/Makefile 1.20
4579 4579
4580 Build sgimips servers. 4580 Build sgimips servers.
4581 [macallan, ticket #513] 4581 [macallan, ticket #513]
4582 4582
4583external/mit/xorg/server/drivers/Makefile 1.23 4583external/mit/xorg/server/drivers/Makefile 1.23
4584 4584
4585 Build the newport driver on sgimips. 4585 Build the newport driver on sgimips.
4586 [macallan, ticket #503] 4586 [macallan, ticket #503]
4587 4587
4588distrib/sets/lists/xcomp/md.sgimips 1.4 4588distrib/sets/lists/xcomp/md.sgimips 1.4
4589 4589
4590 Add X.Org bits. 4590 Add X.Org bits.
4591 [macallan, ticket #512] 4591 [macallan, ticket #512]
4592 4592
4593distrib/sets/lists/xserver/md.sgimips 1.24 4593distrib/sets/lists/xserver/md.sgimips 1.24
4594 4594
4595 Add X.Org bits. 4595 Add X.Org bits.
4596 [macallan, ticket #509] 4596 [macallan, ticket #509]
4597 4597
4598distrib/sets/lists/xserver/md.sgimips 1.26 4598distrib/sets/lists/xserver/md.sgimips 1.26
4599 4599
4600 Add the newport driver. 4600 Add the newport driver.
4601 [macallan, ticket #502] 4601 [macallan, ticket #502]
4602 4602
4603distrib/sets/lists/xserver/md.sgimips 1.28 4603distrib/sets/lists/xserver/md.sgimips 1.28
4604 4604
4605 Add the newport man page. 4605 Add the newport man page.
4606 [macallan, ticket #505] 4606 [macallan, ticket #505]
4607 4607
4608xsrc/external/mit/xf86-video-newport/dist/src/newport.h 1.2 4608xsrc/external/mit/xf86-video-newport/dist/src/newport.h 1.2
4609xsrc/external/mit/xf86-video-newport/dist/src/newport_driver.c 1.2 4609xsrc/external/mit/xf86-video-newport/dist/src/newport_driver.c 1.2
4610 4610
4611 Add NetBSD-specific bits. 4611 Add NetBSD-specific bits.
4612 [macallan, ticket #504] 4612 [macallan, ticket #504]
4613 4613
4614xsrc/external/mit/xf86-video-newport/dist/src/newport_driver.c 1.3 4614xsrc/external/mit/xf86-video-newport/dist/src/newport_driver.c 1.3
4615 4615
4616 In 24bit write a linear colour map into the DAC. Now colours 4616 In 24bit write a linear colour map into the DAC. Now colours
4617 look right. 4617 look right.
4618 [macallan, ticket #501] 4618 [macallan, ticket #501]
4619 4619
4620external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile 1.11 4620external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile 1.11
4621 4621
4622 Use ppc_video.c on sgimips since mips_video.c is just another 4622 Use ppc_video.c on sgimips since mips_video.c is just another
4623 subset of ppc_video.c 4623 subset of ppc_video.c
4624 [macallan, ticket #506] 4624 [macallan, ticket #506]
4625 4625
4626sys/arch/sgimips/dev/crmfbreg.h 1.9 4626sys/arch/sgimips/dev/crmfbreg.h 1.9
4627 4627
4628 Add a couple more registers 4628 Add a couple more registers
4629 [macallan, ticket #507] 4629 [macallan, ticket #507]
4630 4630
4631external/mit/xorg/server/drivers/xf86-video-crime/Makefile 1.1 4631external/mit/xorg/server/drivers/xf86-video-crime/Makefile 1.1
4632 4632
4633 Add a reachover build Makefile for the crime driver. 4633 Add a reachover build Makefile for the crime driver.
4634 [macallan, ticket #508] 4634 [macallan, ticket #508]
4635 4635
4636distrib/sets/lists/comp/md.sgimips 1.13 4636distrib/sets/lists/comp/md.sgimips 1.13
4637sys/arch/sgimips/include/Makefile 1.18 4637sys/arch/sgimips/include/Makefile 1.18
4638 4638
4639 Install crmfbreg.h. 4639 Install crmfbreg.h.
4640 [macallan, ticket #510] 4640 [macallan, ticket #510]
4641 4641
4642external/mit/xf86-video-crime/dist/configure 1.1 4642external/mit/xf86-video-crime/dist/configure 1.1
4643external/mit/xf86-video-crime/dist/man/crime.man 1.1 4643external/mit/xf86-video-crime/dist/man/crime.man 1.1
4644external/mit/xf86-video-crime/dist/src/crime.h 1.1 4644external/mit/xf86-video-crime/dist/src/crime.h 1.1
4645external/mit/xf86-video-crime/dist/src/crime_accel.c 1.1 4645external/mit/xf86-video-crime/dist/src/crime_accel.c 1.1
4646external/mit/xf86-video-crime/dist/src/crime_cursor.c 1.1 4646external/mit/xf86-video-crime/dist/src/crime_cursor.c 1.1
4647external/mit/xf86-video-crime/dist/src/crime_driver.c 1.1 4647external/mit/xf86-video-crime/dist/src/crime_driver.c 1.1
4648 4648
4649 Add driver for the rendering engine found in SGI's O2. 4649 Add driver for the rendering engine found in SGI's O2.
4650 [macallan, ticket #511] 4650 [macallan, ticket #511]
4651 4651
4652external/mit/xf86-video-crime/dist/src/crime.h 1.2 4652external/mit/xf86-video-crime/dist/src/crime.h 1.2
4653external/mit/xf86-video-crime/dist/src/crime_accel.c 1.2 4653external/mit/xf86-video-crime/dist/src/crime_accel.c 1.2
4654external/mit/xf86-video-crime/dist/src/crime_driver.c 1.2 4654external/mit/xf86-video-crime/dist/src/crime_driver.c 1.2
4655 4655
4656 Adapt crime to X.Org. 4656 Adapt crime to X.Org.
4657 [macallan, ticket #514] 4657 [macallan, ticket #514]
4658 4658
4659share/mk/bsd.own.mk 1.543 4659share/mk/bsd.own.mk 1.543
4660 4660
4661 Add a couple driver names for Xorg 4661 Add a couple driver names for Xorg
4662 [macallan, ticket #516] 4662 [macallan, ticket #516]
4663 4663
4664external/mit/xorg/lib/dri/Makefile 1.5 4664external/mit/xorg/lib/dri/Makefile 1.5
4665 4665
4666 Don't build DRI drivers on sgimips. 4666 Don't build DRI drivers on sgimips.
4667 [macallan, ticket #517] 4667 [macallan, ticket #517]
4668 4668
4669xsrc/external/mit/xorg-server/dist/hw/xfree86/xaa/xaaFillRect.c 1.2 4669xsrc/external/mit/xorg-server/dist/hw/xfree86/xaa/xaaFillRect.c 1.2
4670xsrc/external/mit/xorg-server/dist/hw/xfree86/xaa/xaaInitAccel.c 1.2 4670xsrc/external/mit/xorg-server/dist/hw/xfree86/xaa/xaaInitAccel.c 1.2
4671xsrc/external/mit/xorg-server/dist/hw/xfree86/xaa/xaalocal.h 1.2 4671xsrc/external/mit/xorg-server/dist/hw/xfree86/xaa/xaalocal.h 1.2
4672 4672
4673 Actually use scanline image writes to upload images if 4673 Actually use scanline image writes to upload images if
4674 available. 4674 available.
4675 [macallan, ticket #518] 4675 [macallan, ticket #518]
4676 4676
4677sys/arch/sparc64/dev/ffb.c 1.36 4677sys/arch/sparc64/dev/ffb.c 1.36
4678 4678
4679 Make ffb work right with WSDISPLAY_SCROLLSUPPORT. 4679 Make ffb work right with WSDISPLAY_SCROLLSUPPORT.
4680 [macallan, ticket #515] 4680 [macallan, ticket #515]
4681 4681
4682xsrc/external/mit/xf86-video-crime/dist/src/crime_accel.c 1.3 4682xsrc/external/mit/xf86-video-crime/dist/src/crime_accel.c 1.3
4683 4683
4684 Implement ARGB alpha masks. 4684 Implement ARGB alpha masks.
4685 [macallan, ticket #522] 4685 [macallan, ticket #522]
4686 4686
4687 4687
4688sys/arch/sgimips/Makefile 1.7 4688sys/arch/sgimips/Makefile 1.7
4689sys/arch/sgimips/dev/Makefile 1.1 4689sys/arch/sgimips/dev/Makefile 1.1
4690sys/arch/sgimips/include/Makefile 1.19 4690sys/arch/sgimips/include/Makefile 1.19
4691 4691
4692 Don't be lazy and let one directory's Makefile install an 4692 Don't be lazy and let one directory's Makefile install an
4693 include file from another directory, as that only causes 4693 include file from another directory, as that only causes
4694 problems with mtree later on when encountering the /.. path 4694 problems with mtree later on when encountering the /.. path
4695 component. Instead, descend into dev/ and use the Makefile 4695 component. Instead, descend into dev/ and use the Makefile
4696 there to install dev/crmfbreg.h in the appropriate directory. 4696 there to install dev/crmfbreg.h in the appropriate directory.
4697 [macallan, ticket #523] 4697 [macallan, ticket #523]
4698 4698
4699share/mk/bsd.own.mk patch 4699share/mk/bsd.own.mk patch
4700 4700
4701 Switch sgimips over to Xorg 4701 Switch sgimips over to Xorg
4702 [macallan, ticket #524] 4702 [macallan, ticket #524]
4703 4703
4704sys/dev/sun/cgsix.c 1.44 via patch 4704sys/dev/sun/cgsix.c 1.44 via patch
4705sys/dev/sun/cgsixvar.h 1.12 4705sys/dev/sun/cgsixvar.h 1.12
4706 4706
4707 Include wsdisplay.h directly in the header to avoid different 4707 Include wsdisplay.h directly in the header to avoid different
4708 sizes of cgsix_softc depending on proper previous includes by 4708 sizes of cgsix_softc depending on proper previous includes by
4709 the includer due to #ifdef NWSDISPLAY. 4709 the includer due to #ifdef NWSDISPLAY.
4710 [martin, ticket #486] 4710 [martin, ticket #486]
4711 4711
4712sys/dev/sun/bwtwo.c 1.22 4712sys/dev/sun/bwtwo.c 1.22
4713sys/dev/sun/bwtwovar.h 1.8 4713sys/dev/sun/bwtwovar.h 1.8
4714sys/dev/sun/cgthree.c 1.20 4714sys/dev/sun/cgthree.c 1.20
4715sys/dev/sun/cgthreevar.h 1.7 4715sys/dev/sun/cgthreevar.h 1.7
4716 4716
4717 Mimic cgsix memory corruption fix (bwtwo and cgthree wscons 4717 Mimic cgsix memory corruption fix (bwtwo and cgthree wscons
4718 code is based on cgsix). 4718 code is based on cgsix).
4719 [jdc, ticket #494] 4719 [jdc, ticket #494]
4720 4720
4721sbin/mount_procfs/mount_procfs.c 1.23 4721sbin/mount_procfs/mount_procfs.c 1.23
4722 4722
4723 Default to -o linux. This prevents programs from not working 4723 Default to -o linux. This prevents programs from not working
4724 just because the -o linux flag was not supplied, i.e. it is the 4724 just because the -o linux flag was not supplied, i.e. it is the
4725 sensible default. People who absolutely do not want the extra 4725 sensible default. People who absolutely do not want the extra
4726 files in their /proc can do -o nolinux. 4726 files in their /proc can do -o nolinux.
4727 [pooka, ticket #495] 4727 [pooka, ticket #495]
4728 4728
4729sys/arch/amd64/amd64/copy.S 1.13 4729sys/arch/amd64/amd64/copy.S 1.13
4730sys/arch/i386/i386/copy.S 1.17 4730sys/arch/i386/i386/copy.S 1.17
4731sys/compat/linux/arch/amd64/files.linux_amd64 1.4 4731sys/compat/linux/arch/amd64/files.linux_amd64 1.4
4732sys/compat/linux/arch/amd64/linux_support.S delete 4732sys/compat/linux/arch/amd64/linux_support.S delete
4733sys/compat/linux/arch/i386/files.linux_i386 1.10 4733sys/compat/linux/arch/i386/files.linux_i386 1.10
4734sys/compat/linux/arch/i386/linux_support.S delete 4734sys/compat/linux/arch/i386/linux_support.S delete
4735sys/compat/linux/common/linux_futex.c 1.23 4735sys/compat/linux/common/linux_futex.c 1.23
4736sys/sys/systm.h 1.234 4736sys/sys/systm.h 1.234
4737 4737
4738 Add ucas (CAS for user-space address) support for i386 and 4738 Add ucas (CAS for user-space address) support for i386 and
4739 amd64. API provides ucas_int() and ucas_ptr() for now. 4739 amd64. API provides ucas_int() and ucas_ptr() for now.
4740 Switch Linux futex emulation to native ucas_int(), remove 4740 Switch Linux futex emulation to native ucas_int(), remove
4741 unecessary futex-specific assembler routines. 4741 unecessary futex-specific assembler routines.
4742 Fixes PR/40490. 4742 Fixes PR/40490.
4743 [rmind, ticket #493] 4743 [rmind, ticket #493]
4744 4744
4745distrib/sets/lists/xserver/md.sgimips 1.25 4745distrib/sets/lists/xserver/md.sgimips 1.25
4746 4746
4747 One more adjustment for sgimips now that it uses X.Org. 4747 One more adjustment for sgimips now that it uses X.Org.
4748 [jmcneill, ticket #530] 4748 [jmcneill, ticket #530]
4749 4749
4750distrib/utils/sysinst/disks.c 1.102 4750distrib/utils/sysinst/disks.c 1.102
4751 4751
4752 Mount /proc automatically. 4752 Mount /proc automatically.
4753 [ad, ticket #496] 4753 [ad, ticket #496]
4754 4754
4755distrib/utils/sysinst/disks.c 1.103 4755distrib/utils/sysinst/disks.c 1.103
4756 4756
4757 Restore mounting /kern by default. 4757 Restore mounting /kern by default.
4758 [ad, ticket #497] 4758 [ad, ticket #497]
4759 4759
4760sbin/mount_procfs/mount_procfs.8 1.34 4760sbin/mount_procfs/mount_procfs.8 1.34
4761 4761
4762 Note change with linux compat. 4762 Note change with linux compat.
4763 [pooka, ticket #519] 4763 [pooka, ticket #519]
4764 4764
4765sys/kern/kern_runq.c 1.25 4765sys/kern/kern_runq.c 1.25
4766 4766
4767 Make sched_getrq() inline (gcc does not optimize it), avoids call. 4767 Make sched_getrq() inline (gcc does not optimize it), avoids call.
4768 [rmind, ticket #520] 4768 [rmind, ticket #520]
4769 4769
4770sys/dev/pci/azalia.c 1.67 4770sys/dev/pci/azalia.c 1.67
4771 4771
4772 In azalia_stream_halt, invalidate the intr ptr to prevent a 4772 In azalia_stream_halt, invalidate the intr ptr to prevent a
4773 race condition where azalia_stream_intr can jump off into lala 4773 race condition where azalia_stream_intr can jump off into lala
4774 land during stream shutdown. 4774 land during stream shutdown.
4775 [jmcneill, ticket #521] 4775 [jmcneill, ticket #521]
4776 4776
4777sys/dev/sun/cgsix.c 1.42, 1.43 4777sys/dev/sun/cgsix.c 1.42, 1.43
4778 4778
4779 On old chip revisions, clear the screen explicitly when attaching. 4779 On old chip revisions, clear the screen explicitly when attaching.
4780 [jdc, ticket #525] 4780 [jdc, ticket #525]
4781 4781
4782sys/arch/amd64/amd64/machdep.c 1.128 4782sys/arch/amd64/amd64/machdep.c 1.128
4783sys/arch/i386/i386/machdep.c 1.663 4783sys/arch/i386/i386/machdep.c 1.663
4784 4784
4785 Transfer the system from ACPI to Legacy mode if RB_HALT is set. 4785 Transfer the system from ACPI to Legacy mode if RB_HALT is set.
4786 Fixes PR port-i386/40751 and PR kern/37506. 4786 Fixes PR port-i386/40751 and PR kern/37506.
4787 [jmcneill, ticket #526] 4787 [jmcneill, ticket #526]
4788 4788
4789sys/arch/vax/vax/trap.c 1.119 4789sys/arch/vax/vax/trap.c 1.119
4790 4790
4791 The ci_want_resched check and preempt() call had been removed 4791 The ci_want_resched check and preempt() call had been removed
4792 from userret() which resulted in no process preemption (and 4792 from userret() which resulted in no process preemption (and
4793 probably contributed to the signal trap loop locking up the 4793 probably contributed to the signal trap loop locking up the
4794 machine that was recently fixed). Put the check and preempt() 4794 machine that was recently fixed). Put the check and preempt()
4795 call in the AST trap handler to restore process preemption. 4795 call in the AST trap handler to restore process preemption.
4796 [mhitch, ticket #527] 4796 [mhitch, ticket #527]
4797 4797
4798sys/sys/userret.h 1.20 4798sys/sys/userret.h 1.20
4799 4799
4800 Remove outdated comment: vax does now user mi_userret(). 4800 Remove outdated comment: vax does now user mi_userret().
4801 [mhitch, ticket #528] 4801 [mhitch, ticket #528]
4802 4802
4803sys/arch/i386/i386/machdep.c 1.664 4803sys/arch/i386/i386/machdep.c 1.664
4804 4804
4805 4805
4806 In cpu_reboot(), only halt the other CPUs after we've done the 4806 In cpu_reboot(), only halt the other CPUs after we've done the
4807 powerdown stuff. The ACPI code may end up removing some pmap 4807 powerdown stuff. The ACPI code may end up removing some pmap
4808 entries, which wants the other CPUs to still be running to 4808 entries, which wants the other CPUs to still be running to
4809 handle TLB invalidations. Fixes PR port-i386/38936. 4809 handle TLB invalidations. Fixes PR port-i386/38936.
4810 [jmcneill, ticket #529] 4810 [jmcneill, ticket #529]
4811 4811
4812external/bsd/top/dist/display.c 1.5 4812external/bsd/top/dist/display.c 1.5
4813 4813
4814 On a multi-cpu/core machine, running 'top' and pressing '1' 4814 On a multi-cpu/core machine, running 'top' and pressing '1'
4815 resulted in n-1 blank lines at the bottom of the display. On the 4815 resulted in n-1 blank lines at the bottom of the display. On the
4816 same machine, running 'top -1' and pressing '1' resulted in a 4816 same machine, running 'top -1' and pressing '1' resulted in a
4817 garbled display that would just get progressively worse. Invert 4817 garbled display that would just get progressively worse. Invert
4818 the values returned by display_setmulti() to correct both issues. 4818 the values returned by display_setmulti() to correct both issues.
4819 [oster, ticket #531] 4819 [oster, ticket #531]
4820 4820
4821sys/arch/macppc/conf/GENERIC patch 4821sys/arch/macppc/conf/GENERIC patch
4822 4822
4823 Disable radeonfb. 4823 Disable radeonfb.
4824 [macallan, ticket #532] 4824 [macallan, ticket #532]
4825 4825
4826sys/dev/pci/azalia_codec.c 1.76 4826sys/dev/pci/azalia_codec.c 1.76
4827 4827
4828 Add proper Realtek ALC268 support. While we're here, fix a 4828 Add proper Realtek ALC268 support. While we're here, fix a
4829 comment in the ALC262 quirk section. 4829 comment in the ALC262 quirk section.
4830 [jmcneill, ticket #533] 4830 [jmcneill, ticket #533]
4831 4831
4832doc/3RDPARTY 1.675 4832doc/3RDPARTY 1.675
4833 4833
4834 xtraeme is not responsible for bsd-family-tree anymore. 4834 xtraeme is not responsible for bsd-family-tree anymore.
4835 [jmcneill, ticket #537] 4835 [jmcneill, ticket #537]
4836 4836
4837xsrc/external/mit/xorg-server/dist/hw/xfree86/xaa/xaaInitAccel.c 1.3 4837xsrc/external/mit/xorg-server/dist/hw/xfree86/xaa/xaaInitAccel.c 1.3
4838 4838
4839 Apply the following patches from Xorg head: 4839 Apply the following patches from Xorg head:
4840 - XAA: Disable offscreen pixmaps by default. 4840 - XAA: Disable offscreen pixmaps by default.
4841 Say Option "XaaOffscreenPixmaps" to turn them back on. 4841 Say Option "XaaOffscreenPixmaps" to turn them back on.
4842 - Don't enable XAA offscreen pixmaps with Option 4842 - Don't enable XAA offscreen pixmaps with Option
4843 "XaaOffscreenPixmaps" "no". 4843 "XaaOffscreenPixmaps" "no".
4844 xf86IsOptionSet is rarely the right function to use for 4844 xf86IsOptionSet is rarely the right function to use for
4845 boolean options because it returns TRUE whenever the option 4845 boolean options because it returns TRUE whenever the option
4846 is present, even if its value is "no", "off", "0", etc. 4846 is present, even if its value is "no", "off", "0", etc.
4847 4847
4848 Fixes PR xsrc/40939. 4848 Fixes PR xsrc/40939.
4849 [jmcneill, ticket #539] 4849 [jmcneill, ticket #539]
4850 4850
4851sys/dev/pci/if_nfe.c 1.42 4851sys/dev/pci/if_nfe.c 1.42
4852 4852
4853 When nfe_attach() fails, free all resources including interrupt 4853 When nfe_attach() fails, free all resources including interrupt
4854 map, interrupt handler and dma maps. Also prevent call to 4854 map, interrupt handler and dma maps. Also prevent call to
4855 bus_dmamap_destroy() when bus_dmamap_create() failed. 4855 bus_dmamap_destroy() when bus_dmamap_create() failed.
4856 The nfe_free_* routines assume the map pointers are NULL but they 4856 The nfe_free_* routines assume the map pointers are NULL but they
4857 are actually undefined. Make the assumption true by making them 4857 are actually undefined. Make the assumption true by making them
4858 NULL in the error path of bus_dmamap_create(). 4858 NULL in the error path of bus_dmamap_create().
4859 All together, this fixes crashes when nfe_attach() fails. 4859 All together, this fixes crashes when nfe_attach() fails.
4860 [cegger, ticket #540] 4860 [cegger, ticket #540]
4861 4861
4862sys/uvm/uvm_page.c 1.143, 1.144 4862sys/uvm/uvm_page.c 1.143, 1.144
4863 4863
4864 - Fix two conditions where PQ_FREE was still/already set while 4864 - Fix two conditions where PQ_FREE was still/already set while
4865 the page was not anymore/yet on the freelist and uvm_fpageqlock 4865 the page was not anymore/yet on the freelist and uvm_fpageqlock
4866 was not held 4866 was not held
4867 - Clear PQ_FREE while the page is in the works of pageidlezero 4867 - Clear PQ_FREE while the page is in the works of pageidlezero
4868 This avoids that the DMA memory allocator (pglistalloc) grabs a 4868 This avoids that the DMA memory allocator (pglistalloc) grabs a
4869 page which is not on the freelist, leading to a diagnostic panic 4869 page which is not on the freelist, leading to a diagnostic panic
4870 (with DEBUG) or freelist corruption. (mostly on X server 4870 (with DEBUG) or freelist corruption. (mostly on X server
4871 activation after a VT switch or suspend/resume because this can 4871 activation after a VT switch or suspend/resume because this can
4872 allocate megabytes of AGP memory) 4872 allocate megabytes of AGP memory)
4873 -- 4873 --
4874 oops - missed a case with PMAP_PAGEIDLEZERO if md code aborts the 4874 oops - missed a case with PMAP_PAGEIDLEZERO if md code aborts the
4875 zeroing process. 4875 zeroing process.
4876 [drochner, ticket #541] 4876 [drochner, ticket #541]
4877 4877
4878sys/kern/kern_descrip.c 1.186 4878sys/kern/kern_descrip.c 1.186
4879 4879
4880 PR/40625: fd_copy: fix off-by-one bug in a race condition path 4880 PR/40625: fd_copy: fix off-by-one bug in a race condition path
4881 and assert. 4881 and assert.
4882 [rmind, ticket #542] 4882 [rmind, ticket #542]
4883 4883
4884sys/dev/raidframe/rf_netbsdkintf.c 1.256 4884sys/dev/raidframe/rf_netbsdkintf.c 1.256
4885 4885
4886 It seems that some SCSI drivers can block while the spinlock on 4886 It seems that some SCSI drivers can block while the spinlock on
4887 a given disk queue is being held. Work around this by dropping 4887 a given disk queue is being held. Work around this by dropping
4888 the lock before bdev_strategy(), and re-grabbing the lock 4888 the lock before bdev_strategy(), and re-grabbing the lock
4889 afterwards. 4889 afterwards.
4890 4890
4891 There has been some success with this in addressing PR#39993. 4891 There has been some success with this in addressing PR#39993.
4892 [oster, ticket #543] 4892 [oster, ticket #543]
4893 4893
4894doc/CHANGES patch 4894doc/CHANGES patch
4895 4895
4896 Note that mount(2) and unmount(2) use kauth(9) for security 4896 Note that mount(2) and unmount(2) use kauth(9) for security
4897 policy. 4897 policy.
4898 [apb, ticket #477] 4898 [apb, ticket #477]
4899 4899
4900sys/compat/sa/compat_sa.c 1.8 4900sys/compat/sa/compat_sa.c 1.8
4901 4901
4902 Disable SA. It can be re-enabled with sysctl -w kern.no_sa_support=0. 4902 Disable SA. It can be re-enabled with sysctl -w kern.no_sa_support=0.
4903 [ad, ticket #544] 4903 [ad, ticket #544]
4904 4904
4905sys/arch/xen/xen/if_xennet_xenbus.c 1.34 4905sys/arch/xen/xen/if_xennet_xenbus.c 1.34
4906sys/arch/xen/xen/xbd_xenbus.c 1.39 4906sys/arch/xen/xen/xbd_xenbus.c 1.39
4907 4907
4908 Fix rnd(4) support for Xen3 xennet. Add rnd(4) support to Xen3 xbd. 4908 Fix rnd(4) support for Xen3 xennet. Add rnd(4) support to Xen3 xbd.
4909 Addresses port-xen/40739. 4909 Addresses port-xen/40739.
4910 [bouyer, ticket #545] 4910 [bouyer, ticket #545]
4911 4911
4912sys/kern/kern_lwp.c 1.128 4912sys/kern/kern_lwp.c 1.128
4913sys/kern/sys_pset.c 1.12 4913sys/kern/sys_pset.c 1.12
4914sys/kern/sys_sched.c 1.33 4914sys/kern/sys_sched.c 1.33
4915 4915
4916 lwp_create: fix the locking bugs on affinity ingerition path. 4916 lwp_create: fix the locking bugs on affinity ingerition path.
4917 pset_assign: traverse the list of LWPs safely. 4917 pset_assign: traverse the list of LWPs safely.
4918 sched_setaffinity: free cpuset (unused path) outside the lock. 4918 sched_setaffinity: free cpuset (unused path) outside the lock.
4919 [rmind, ticket #546] 4919 [rmind, ticket #546]
4920 4920
4921sys/arch/xen/xen/privcmd.c 1.36 4921sys/arch/xen/xen/privcmd.c 1.36
4922 4922
4923 Do not continue silently on a page fault for an INVALID_PAGE, and 4923 Do not continue silently on a page fault for an INVALID_PAGE, and
4924 instead report an EFAULT like Xen does. 4924 instead report an EFAULT like Xen does.
4925 4925
4926 This avoids bad situations where a domain calls privpgop_fault() in 4926 This avoids bad situations where a domain calls privpgop_fault() in
4927 a loop by trying to map an invalid MFN. 4927 a loop by trying to map an invalid MFN.
4928 [jym, ticket #547] 4928 [jym, ticket #547]
4929 4929
4930sys/compat/sa/compat_sa.c 1.9 4930sys/compat/sa/compat_sa.c 1.9
4931 4931
4932 Disable PTHREAD_CONCURRENCY in SA until the bugs are fixed. 4932 Disable PTHREAD_CONCURRENCY in SA until the bugs are fixed.
4933 [christos, ticket #550] 4933 [christos, ticket #550]
4934 4934
4935xsrc/external/mit/xorg-cf-files/dist/NetBSD.cf 1.3 4935xsrc/external/mit/xorg-cf-files/dist/NetBSD.cf 1.3
4936 4936
4937 Unconditionally include xorg.cf. Fixes PR# xsrc/40970. 4937 Unconditionally include xorg.cf. Fixes PR# xsrc/40970.
4938 [jmcneill, ticket #552] 4938 [jmcneill, ticket #552]
4939 4939
4940etc/sysctl.conf patch 4940etc/sysctl.conf patch
4941sys/compat/sa/compat_sa.c patch 4941sys/compat/sa/compat_sa.c patch
4942usr.sbin/postinstall/postinstall patch 4942usr.sbin/postinstall/postinstall patch
4943 4943
4944 Disable SA via sysctl.conf, not in the kernel. This improves 4944 Disable SA via sysctl.conf, not in the kernel. This improves
4945 binary compatibility for incomplete (kernel only) updates while 4945 binary compatibility for incomplete (kernel only) updates while
4946 keeping the overall effect of having SA disabled after a full update. 4946 keeping the overall effect of having SA disabled after a full update.
4947 [martin, ticket #563] 4947 [martin, ticket #563]
4948 4948
4949etc/sysctl.conf 1.6 4949etc/sysctl.conf 1.6
4950sys/ddb/db_variables.c 1.42 4950sys/ddb/db_variables.c 1.42
4951usr.sbin/postinstall/postinstall 1.91 4951usr.sbin/postinstall/postinstall 1.91
4952 4952
4953 Switch the default value (if no options DDB_ONPANIC is defined) 4953 Switch the default value (if no options DDB_ONPANIC is defined)
4954 of ddb.onpanic to 1, change it back to 0 in sysctl.conf and 4954 of ddb.onpanic to 1, change it back to 0 in sysctl.conf and
4955 make sure postinstall installs this setting. This avoids us 4955 make sure postinstall installs this setting. This avoids us
4956 trying to dump while booting from install CD, but keeps 4956 trying to dump while booting from install CD, but keeps
4957 the default the same once we are far enough through /etc/rc.d. 4957 the default the same once we are far enough through /etc/rc.d.
4958 Failing earlier is unlikely to be recovered by an automatic 4958 Failing earlier is unlikely to be recovered by an automatic
4959 reboot. 4959 reboot.
4960 [martin, ticket #564] 4960 [martin, ticket #564]
4961 4961
4962sys/arch/atari/conf/ATARITT regen 4962sys/arch/atari/conf/ATARITT regen
4963sys/arch/atari/conf/FALCON regen 4963sys/arch/atari/conf/FALCON regen
4964sys/arch/atari/conf/GENERIC.in 1.80 4964sys/arch/atari/conf/GENERIC.in 1.80
4965sys/arch/atari/conf/HADES regen 4965sys/arch/atari/conf/HADES regen
4966sys/arch/atari/conf/MILAN-ISAIDE regen 4966sys/arch/atari/conf/MILAN-ISAIDE regen
4967sys/arch/atari/conf/MILAN-PCIIDE regen 4967sys/arch/atari/conf/MILAN-PCIIDE regen
4968sys/arch/atari/conf/SMALL030 regen 4968sys/arch/atari/conf/SMALL030 regen
4969 4969
4970 Shuffle some things around and comment out some options to 4970 Shuffle some things around and comment out some options to
4971 try to ensure we can fit a gzipped SMALL030 on a 720K floppy 4971 try to ensure we can fit a gzipped SMALL030 on a 720K floppy
4972 and FALCON / ATARITT on 1.44MB ones 4972 and FALCON / ATARITT on 1.44MB ones
4973 [abs, ticket #553] 4973 [abs, ticket #553]
4974 4974
4975distrib/sets/lists/base/mi patch 4975distrib/sets/lists/base/mi patch
4976 4976
4977 Remove the nls tag from 4977 Remove the nls tag from
4978 ./usr/share/locale/sk_SK.ISO8859-2/LC_MESSAGES, since we 4978 ./usr/share/locale/sk_SK.ISO8859-2/LC_MESSAGES, since we
4979 install the directory whether MKNLS=no or not. 4979 install the directory whether MKNLS=no or not.
4980 [tnozaki, ticket 554] 4980 [tnozaki, ticket 554]
4981 4981
4982lib/libc/locale/generic_lc_template.h 1.3 4982lib/libc/locale/generic_lc_template.h 1.3
4983lib/libc/locale/setlocale.c 1.57 4983lib/libc/locale/setlocale.c 1.57
4984 4984
4985 Fix static linking setlocale(3) problem. 4985 Fix static linking setlocale(3) problem.
4986 [tnozaki, ticket #556] 4986 [tnozaki, ticket #556]
4987 4987
4988distrib/amd64/floppies/common/boot.cfg 1.2 4988distrib/amd64/floppies/common/boot.cfg 1.2
4989distrib/i386/floppies/common/boot.cfg 1.2 4989distrib/i386/floppies/common/boot.cfg 1.2
4990 4990
4991 Fix typo. 4991 Fix typo.
4992 [dholland, ticket #557] 4992 [dholland, ticket #557]
4993 4993
4994sys/arch/arm/footbridge/footbridge_intr.h 1.14 4994sys/arch/arm/footbridge/footbridge_intr.h 1.14
4995sys/arch/evbarm/ifpga/ifpga_intr.h 1.9 4995sys/arch/evbarm/ifpga/ifpga_intr.h 1.9
4996sys/arch/evbarm/iq80310/iq80310_intr.h 1.8 4996sys/arch/evbarm/iq80310/iq80310_intr.h 1.8
4997sys/conf/Makefile.kern.inc 1.121 4997sys/conf/Makefile.kern.inc 1.121
4998sys/conf/files 1.940 4998sys/conf/files 1.940
4999sys/kern/init_main.c 1.381 4999sys/kern/init_main.c 1.381
5000sys/kern/kern_ssp.c 1.1, 1.2 5000sys/kern/kern_ssp.c 1.1, 1.2
5001sys/kern/subr_autoconf.c 1.168 5001sys/kern/subr_autoconf.c 1.168
5002sys/sys/device.h 1.116 5002sys/sys/device.h 1.116
5003sys/sys/systm.h 1.233 5003sys/sys/systm.h 1.233
5004 5004
5005 Unbreak ssp kernels. The issue here that when the ssp_init() 5005 Unbreak ssp kernels. The issue here that when the ssp_init()
5006 call was deferred, it caused the return from the enclosing 5006 call was deferred, it caused the return from the enclosing
5007 function to break, as well as the ssp return on i386. To fix 5007 function to break, as well as the ssp return on i386. To fix
5008 both issues, split configure in two pieces the one before 5008 both issues, split configure in two pieces the one before
5009 calling ssp_init and the one after, and move the ssp_init() 5009 calling ssp_init and the one after, and move the ssp_init()
5010 call back in main. Put ssp_init() in its own file, and 5010 call back in main. Put ssp_init() in its own file, and
5011 compile this new file with -fno-stack-protector. 5011 compile this new file with -fno-stack-protector.
5012 [christos, ticket #458] 5012 [christos, ticket #458]
5013 5013
5014sys/kern/subr_xcall.c 1.10 5014sys/kern/subr_xcall.c 1.10
5015 5015
5016 xc_lowpri: don't truncate `where' from uint64_t to u_int. 5016 xc_lowpri: don't truncate `where' from uint64_t to u_int.
5017 [uebayasi, ticket #549] 5017 [uebayasi, ticket #549]
5018 5018
5019gnu/dist/postfix/src/util/unix_recv_fd.c 1.2 5019gnu/dist/postfix/src/util/unix_recv_fd.c 1.2
5020gnu/dist/postfix/src/util/unix_send_fd.c 1.2 5020gnu/dist/postfix/src/util/unix_send_fd.c 1.2
5021 5021
5022 Use larger buffer for sending and receiving a file descriptor 5022 Use larger buffer for sending and receiving a file descriptor
5023 over a UNIX domain socket. This fixes support for using milters 5023 over a UNIX domain socket. This fixes support for using milters
5024 (Sendmail Mail Filters) with Postfix under at least NetBSD/amd64. 5024 (Sendmail Mail Filters) with Postfix under at least NetBSD/amd64.
5025 [tron, ticket #555] 5025 [tron, ticket #555]
5026 5026
5027usr.bin/awk/awk.1 1.18 5027usr.bin/awk/awk.1 1.18
5028 5028
5029 Fix markup (.I is an unknown macro in this context). 5029 Fix markup (.I is an unknown macro in this context).
5030 [joerg, ticket #558] 5030 [joerg, ticket #558]
5031 5031
5032share/man/man7/mdoc.samples.7 1.43 5032share/man/man7/mdoc.samples.7 1.43
5033 5033
5034 Examples should be correct, so fix the order of the preamble to 5034 Examples should be correct, so fix the order of the preamble to
5035 follow the rules set in mdoc(7). 5035 follow the rules set in mdoc(7).
5036 [joerg, ticket #559] 5036 [joerg, ticket #559]
5037 5037
5038sys/net/rtsock.c 1.124 5038sys/net/rtsock.c 1.124
5039 5039
5040 Revert r1.119 as the implementation is broken. This backs out 5040 Revert r1.119 as the implementation is broken. This backs out
5041 part of ticket 239. 5041 part of ticket 239.
5042 [roy, ticket #560] 5042 [roy, ticket #560]
5043 5043
5044usr.bin/nbsvtool/nbsvtool.1 1.5 5044usr.bin/nbsvtool/nbsvtool.1 1.5
5045 5045
5046 Fix markup. 5046 Fix markup.
5047 [joerg, ticket #561] 5047 [joerg, ticket #561]
5048 5048
5049usr.sbin/user/user.c 1.121 5049usr.sbin/user/user.c 1.121
5050 5050
5051 Use getpwnam_r to avoid trashing result of previous call to 5051 Use getpwnam_r to avoid trashing result of previous call to
5052 getpwnam(). Fixes PR bin/40994. 5052 getpwnam(). Fixes PR bin/40994.
5053 [mlelstv, ticket #562] 5053 [mlelstv, ticket #562]
5054 5054
5055share/man/man9/fsetown.9 1.9 5055share/man/man9/fsetown.9 1.9
5056 5056
5057 Consistently use .Dv for SA_SIGINFO, .Sv doesn't exist. 5057 Consistently use .Dv for SA_SIGINFO, .Sv doesn't exist.
5058 [joerg, ticket #567] 5058 [joerg, ticket #567]
5059 5059
5060usr.bin/shuffle/shuffle.1 1.7 5060usr.bin/shuffle/shuffle.1 1.7
5061 5061
5062 Remove BUGS section. shuffle(1) was changed to use arc4random 5062 Remove BUGS section. shuffle(1) was changed to use arc4random
5063 a while ago. 5063 a while ago.
5064 [yamt, ticket #568] 5064 [yamt, ticket #568]
5065 5065
5066sys/kern/init_sysctl.c 1.158 5066sys/kern/init_sysctl.c 1.158
5067 5067
5068 Always calculate "needed" for KERN_FILE2 calls. This allows a 5068 Always calculate "needed" for KERN_FILE2 calls. This allows a
5069 caller to get an estimate of the needed space, as intended. 5069 caller to get an estimate of the needed space, as intended.
5070 [mrg, ticket #565] 5070 [mrg, ticket #565]
5071 5071
5072sys/kern/init_sysctl.c 1.157 5072sys/kern/init_sysctl.c 1.157
5073sys/kern/kern_descrip.c 1.187 5073sys/kern/kern_descrip.c 1.187
5074usr.sbin/pstat/pstat.c 1.112, 1.113 5074usr.sbin/pstat/pstat.c 1.112, 1.113
5075 5075
5076 Don't bother with file_t::f_iflags any more, as it's not used. 5076 Don't bother with file_t::f_iflags any more, as it's not used.
5077 Convert getfiles() to use KERN_FILE2 sysctl. Now it can survive 5077 Convert getfiles() to use KERN_FILE2 sysctl. Now it can survive
5078 "struct file" changing, as is upcoming. 5078 "struct file" changing, as is upcoming.
5079 [mrg, ticket #566] 5079 [mrg, ticket #566]
5080 5080
5081distrib/sets/lists/xetc/mi 1.13 5081distrib/sets/lists/xetc/mi 1.13
5082external/mit/xorg/bin/xdm/config/Makefile 1.7 5082external/mit/xorg/bin/xdm/config/Makefile 1.7
5083xsrc/external/mit/xdm/dist/config/Xreset.cpp 1.2 5083xsrc/external/mit/xdm/dist/config/Xreset.cpp 1.2
5084xsrc/external/mit/xdm/dist/config/Xstartup.cpp 1.2 5084xsrc/external/mit/xdm/dist/config/Xstartup.cpp 1.2
5085 5085
5086 cpp does not find tokens inside quotes, so remove the quotes so 5086 cpp does not find tokens inside quotes, so remove the quotes so
5087 that the search/replace can happen properly. 5087 that the search/replace can happen properly.
5088 -- 5088 --
5089 Add the xdm config files Xstartup and Xreset to the build. 5089 Add the xdm config files Xstartup and Xreset to the build.
5090 [plunky, ticket #574] 5090 [plunky, ticket #574]
5091 5091
5092sys/dev/video.c 1.20 5092sys/dev/video.c 1.20
5093 5093
5094 video_set_format() requires hw->set_format to be set, not 5094 video_set_format() requires hw->set_format to be set, not
5095 get_format. Fixes PR kern/41008. 5095 get_format. Fixes PR kern/41008.
5096 [jmcneill, ticket #576] 5096 [jmcneill, ticket #576]
5097 5097
5098sys/compat/linux/common/linux_futex.c 1.24 via patch 5098sys/compat/linux/common/linux_futex.c 1.24 via patch
5099sys/netiso/tp_param.h 1.19 via patch 5099sys/netiso/tp_param.h 1.19 via patch
5100 5100
5101 linux_futex: Fix robust_list pointer mess. 5101 linux_futex: Fix robust_list pointer mess.
5102 tp_param: Negative lengths should not be allowed. Make it 5102 tp_param: Negative lengths should not be allowed. Make it
5103 unsigned. 5103 unsigned.
5104 [adrianp, ticket #582] 5104 [adrianp, ticket #582]
5105 5105
 5106sys/fs/udf/udf_strat_direct.c patch
 5107sys/fs/udf/udf_strat_sequential.c patch
 5108sys/fs/udf/udf_vnops.c patch
 5109
 5110 Sequential writing goes before normal write. It's not likely
 5111 to ever go wrong but there could be a race otherwise.
 5112 --
 5113 Remove dead code and double check if it's allowed to write out
 5114 non-sequential there.
 5115 --
 5116 Add simplistic UBC async flushing as other FS's seem to do. It's
 5117 a clutch and needs to be addressed in UBC properly.
 5118 Improve write throttling by doing it on page-size basis. The
 5119 "standard" solution would cut up files unnessisary during
 5120 allocation.
 5121 [reinoud, ticket #569]
 5122
 5123usr.sbin/btpand/tap.c 1.2
 5124
 5125 Use the generic SIOCALIFADDR to add an active link layer address
 5126 instead of the (soon to be) deprecated SIOCSIFPHYADDR
 5127 [plunky, ticket #570]
 5128
 5129share/man/man4/tap.4 1.9, 1.10
 5130
 5131 ifreqalias (non existent) -> ifaliasreq (the real deal).
 5132 Note the new method of changing link layer addresses using a
 5133 PF_LINK socket ioctl.
 5134 [plunky, ticket #571]
 5135
 5136sys/net/if_tap.c 1.53 via patch
 5137
 5138 Repair the SIOCSIFPHYADDR ioctl handler to be compatible with
 5139 previous versions which used a "struct sockaddr"
 5140 [plunky, ticket #572]
 5141
 5142sys/net/if_tap.c 1.54
 5143
 5144 Deprecate the SIOCSIFPHYADDR ioctl and the sysctl node in favour
 5145 of the generic SIOCALIFADDR.
 5146 [plunky, ticket #575]
 5147
 5148sys/kern/kern_descrip.c 1.188
 5149sys/kern/uipc_usrreq.c 1.121
 5150sys/sys/fcntl.h 1.35
 5151sys/sys/file.h 1.66
 5152sys/sys/param.h patch
 5153sys/sys/un.h 1.45
 5154
 5155 Completely rework the way that orphaned sockets that are
 5156 being fdpassed via SCM_RIGHTS messages are dealt with.
 5157 [mrg, ticket #577]
 5158
 5159build.sh 1.204, 1.205
 5160share/mk/bsd.own.mk 1.558, 1.559
 5161
 5162 In build.sh and bsd.own.mk, if uname -p fails, or prints
 5163 "unknown", or prints something that does not look like an
 5164 identifier, then use uname -m instead. (Cygwin prints
 5165 "unknown", and OpenBSD prints a long string containing
 5166 several spaces; this code should handle both.)
 5167 [apb, ticket #578]
 5168
 5169sys/dev/pci/if_wm.c 1.166
 5170
 5171 Fix the multicast hash bug on ICH9's wm.
 5172 Now we can catch ff02::9 on ICH9's wm. Fixes PR#37976.
 5173 [msaitoh, ticket #583]
 5174
 5175xsrc/external/mit/xorg-server/dist/Xext/sync.c 1.2
 5176
 5177 xsync: Fix wakeup storm in idletime counter
 5178
 5179 Wakeup scheduling only considered the threshold values, and
 5180 not whether the trigger was edge or level.
 5181 [jmcneill, ticket #584]
 5182