Module Name:src
Committed By: msaitoh
Date: Wed May 14 05:16:02 UTC 2014
Modified Files:
src/doc [netbsd-5-2]: CHANGES-5.2.3
Log Message:
Ticket 1902.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/doc/CHANGES-5.2.3
Please note that diffs are no
Module Name:src
Committed By: msaitoh
Date: Wed May 14 05:15:40 UTC 2014
Modified Files:
src/sys/compat/linux/common [netbsd-5-2]: linux_exec_elf32.c
Log Message:
Pull up following revision(s) (requested by maxv in ticket #1902):
src/sys/compat/linux/common/linux_e
Module Name:src
Committed By: msaitoh
Date: Wed May 14 05:18:05 UTC 2014
Modified Files:
src/sys/compat/linux/common [netbsd-5-1]: linux_exec_elf32.c
Log Message:
Pull up following revision(s) (requested by maxv in ticket #1902):
src/sys/compat/linux/common/linux_e
Module Name:src
Committed By: msaitoh
Date: Wed May 14 05:18:27 UTC 2014
Modified Files:
src/doc [netbsd-5-1]: CHANGES-5.1.5
Log Message:
Ticket 1902.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/doc/CHANGES-5.1.5
Please note that diffs are no
Module Name:src
Committed By: msaitoh
Date: Wed May 14 05:24:46 UTC 2014
Modified Files:
src/doc [netbsd-5]: CHANGES-5.3
Log Message:
Ticket 1905.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.53 -r1.1.2.54 src/doc/CHANGES-5.3
Please note that diffs are not pu
Module Name:xsrc
Committed By: msaitoh
Date: Wed May 14 05:24:26 UTC 2014
Modified Files:
xsrc/external/mit/libXfont/dist/src/fc [netbsd-5]: fsconvert.c fserve.c
xsrc/external/mit/libXfont/dist/src/fontfile [netbsd-5]: dirfile.c
xsrc/xfree/xc/lib/font/fc [ne
Module Name:src
Committed By: msaitoh
Date: Wed May 14 05:26:31 UTC 2014
Modified Files:
src/doc [netbsd-5-1]: CHANGES-5.1.5
Log Message:
Ticket 1905.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/doc/CHANGES-5.1.5
Please note that diffs are no
Module Name:xsrc
Committed By: msaitoh
Date: Wed May 14 05:26:15 UTC 2014
Modified Files:
xsrc/external/mit/libXfont/dist/src/fc [netbsd-5-1]: fsconvert.c
fserve.c
xsrc/external/mit/libXfont/dist/src/fontfile [netbsd-5-1]: dirfile.c
xsrc/xfree/xc
Module Name:xsrc
Committed By: msaitoh
Date: Wed May 14 05:27:33 UTC 2014
Modified Files:
xsrc/external/mit/libXfont/dist/src/fc [netbsd-5-2]: fsconvert.c
fserve.c
xsrc/external/mit/libXfont/dist/src/fontfile [netbsd-5-2]: dirfile.c
xsrc/xfree/xc
Module Name:src
Committed By: msaitoh
Date: Wed May 14 05:27:47 UTC 2014
Modified Files:
src/doc [netbsd-5-2]: CHANGES-5.2.3
Log Message:
Ticket 1905.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/doc/CHANGES-5.2.3
Please note that diffs are no
Module Name:src
Committed By: msaitoh
Date: Thu May 15 06:58:19 UTC 2014
Modified Files:
src/sys/dev/pci: pci_subr.c
Log Message:
Use onoff() macro.
To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 src/sys/dev/pci/pci_subr.c
Please note that diffs are not
Module Name:src
Committed By: msaitoh
Date: Thu May 15 07:35:38 UTC 2014
Modified Files:
src/sys/net: if_ethersubr.c
Log Message:
Usually schednetisr() is called after enqueueing a packet with IF_ENQUEUE().
In some functions, they do it in reverse order. It's not a bug be
Module Name:src
Committed By: msaitoh
Date: Thu May 15 07:48:41 UTC 2014
Modified Files:
src/sys/net: if_mpls.c
Log Message:
Put schednetisr(NETISR_IP) into splnet()/splx() pair.
This avoid extra ipintr() call with empty queue.
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: msaitoh
Date: Thu May 15 08:36:34 UTC 2014
Modified Files:
src/sys/net: if_hippisubr.c
Log Message:
Put schednetisr(NETISR_IP) into splnet()/splx() pair.
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/net/if_hippisubr
Module Name:src
Committed By: msaitoh
Date: Thu May 15 09:04:03 UTC 2014
Modified Files:
src/sys/net: if_arcsubr.c if_atmsubr.c if_ecosubr.c if_fddisubr.c
if_ieee1394subr.c
Log Message:
Put schednetisr() into splnet()/splx() pair.
This might avoids delay of pr
Module Name:src
Committed By: msaitoh
Date: Thu May 15 09:23:03 UTC 2014
Modified Files:
src/sys/net: if_ppp.c if_spppsubr.c if_tokensubr.c
Log Message:
Save a NETISR_* value in a variable and call schednetisr() after enqueue
a packet for readability and future modificati
Module Name:src
Committed By: msaitoh
Date: Thu May 15 09:23:52 UTC 2014
Modified Files:
src/sys/dev/ic: hd64570.c
src/sys/dev/qbus: if_dmc.c
src/sys/dev/usb: if_upl.c
Log Message:
Save a NETISR_* value in a variable and call schednetisr() after enqueue
a
Module Name:src
Committed By: msaitoh
Date: Fri May 23 06:18:54 UTC 2014
Modified Files:
src/sys/dev/pci: pcireg.h
Log Message:
No functional change:
- sort in PCI capability ID order.
- add comments.
To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 src/sys/
Module Name:src
Committed By: msaitoh
Date: Fri May 23 13:57:04 UTC 2014
Modified Files:
src/sys/dev/gpio: gpio.c
src/sys/dev/pci/hdaudio: hdafg.c
Log Message:
Add aprint_naive("\n") for boot -q
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/sy
Module Name:src
Committed By: msaitoh
Date: Fri May 23 14:16:39 UTC 2014
Modified Files:
src/sys/dev/pci: com_puc.c
Log Message:
Print the type of serial port from the interface field in the PCI class
register.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.
Module Name:src
Committed By: msaitoh
Date: Fri May 23 17:54:08 UTC 2014
Modified Files:
src/sys/dev/pci: pci_subr.c pcireg.h
Log Message:
PME# clock is not bit 2 but bit 3. Use the macro!
To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 src/sys/dev/pci/pc
Module Name:src
Committed By: msaitoh
Date: Fri May 23 18:32:13 UTC 2014
Modified Files:
src/sys/dev/pci: pci_subr.c pcireg.h
Log Message:
- Add some register definitions (subclass, power management, etc.)
- Print some information (subclass, power management)
- Use macro.
Module Name:src
Committed By: msaitoh
Date: Fri May 23 19:31:23 UTC 2014
Modified Files:
src/sys/dev/pci: pci_subr.c
Log Message:
No functional change:
- KNF
- Sort in PCI capability ID order.
- Add comments.
To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.11
Module Name:src
Committed By: msaitoh
Date: Sat May 24 15:09:32 UTC 2014
Modified Files:
src/sys/dev/pci: pci_subr.c
Log Message:
- Fix calculation of supported max payload size in PCIe device capability
register.
- Fix for PCIE_SLCSR_DLLSCE flag.
- invert PCIE_SLCSR_PCC
Module Name:src
Committed By: msaitoh
Date: Sat May 24 15:20:32 UTC 2014
Modified Files:
src/sys/dev/pci: pci_subr.c pcireg.h
Log Message:
- Decode the programming interface field in the Class Code register and print
it.
- Print the cache line size in bytes.
- Print the
Module Name:src
Committed By: msaitoh
Date: Sat May 24 18:06:21 UTC 2014
Modified Files:
src/sys/dev/pci: pci_subr.c pcireg.h
Log Message:
Print some PCI Capabilities:
- Vendor specific (ID:0x09)
- Debugport (ID:0x0a)
- Subsystem (ID:0x0d)
- PCI Advanced Features (ID:0x13)
Module Name:src
Committed By: msaitoh
Date: Tue May 27 04:18:01 UTC 2014
Modified Files:
src/usr.sbin/cpuctl/arch: i386.c
Log Message:
If -v is set and unknown cacheinfo desc is found, print it.
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/usr.sbin/c
Module Name:src
Committed By: msaitoh
Date: Tue May 27 05:14:02 UTC 2014
Modified Files:
src/sys/kern: subr_log.c
Log Message:
Move forward read pointer to the next line in the buffer
to prevent corrupting the most old line.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: msaitoh
Date: Tue May 27 16:10:33 UTC 2014
Modified Files:
src/sys/dev/pci: pcireg.h
Log Message:
- Fix incorrect calculation in PCI_MSIX_CTL_TBLSIZE().
- The PCI_MSIX_CTL_TBLSIZE bit field is in N-1, so add +1.
To generate a diff of this co
Module Name:src
Committed By: msaitoh
Date: Tue May 27 16:17:55 UTC 2014
Modified Files:
src/sys/dev/pci: if_bgereg.h
Log Message:
Fix typo in a comment.
To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 src/sys/dev/pci/if_bgereg.h
Please note that diffs are
Module Name:src
Committed By: msaitoh
Date: Tue May 27 16:26:15 UTC 2014
Modified Files:
src/sys/dev/pci: pci_subr.c pcireg.h
Log Message:
- Add some register definition for MSI and MSI-X
- print MSI-X capability
To generate a diff of this commit:
cvs rdiff -u -r1.119 -r
Module Name:src
Committed By: msaitoh
Date: Tue May 27 16:50:31 UTC 2014
Modified Files:
src/sys/dev/pci: pci_subr.c
Log Message:
Print "range: not set" if the decode window isn't set.
To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.121 src/sys/dev/pci/pci_s
Module Name:src
Committed By: msaitoh
Date: Wed May 28 09:06:46 UTC 2014
Modified Files:
src/sys/dev/pci: pcidevs.h pcidevs_data.h
Log Message:
regen.
To generate a diff of this commit:
cvs rdiff -u -r1.1182 -r1.1183 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1181 -r1.11
Module Name:src
Committed By: msaitoh
Date: Wed May 28 09:06:24 UTC 2014
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
Add Intel X540-AT2.
To generate a diff of this commit:
cvs rdiff -u -r1.1189 -r1.1190 src/sys/dev/pci/pcidevs
Please note that diffs are not pu
Module Name:src
Committed By: msaitoh
Date: Wed May 28 09:49:55 UTC 2014
Modified Files:
src/sys/dev/mii: miivar.h
Log Message:
Fix typo in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/sys/dev/mii/miivar.h
Please note that diffs are not pub
Module Name:src
Committed By: msaitoh
Date: Wed May 28 13:59:06 UTC 2014
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
- Add some Intel devices (Sandy Bridge, 6702PXH, X38 and Pineview)
- Add ITE IT8213
To generate a diff of this commit:
cvs rdiff -u -r1.1190 -r1
Module Name:src
Committed By: msaitoh
Date: Wed May 28 13:59:38 UTC 2014
Modified Files:
src/sys/dev/pci: pcidevs.h pcidevs_data.h
Log Message:
Regen.
To generate a diff of this commit:
cvs rdiff -u -r1.1183 -r1.1184 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1182 -r1.11
Module Name:src
Committed By: msaitoh
Date: Fri May 30 03:01:58 UTC 2014
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
Add Intel 3200 Host and PCIe.
To generate a diff of this commit:
cvs rdiff -u -r1.1191 -r1.1192 src/sys/dev/pci/pcidevs
Please note that diffs
Module Name:src
Committed By: msaitoh
Date: Fri May 30 03:02:32 UTC 2014
Modified Files:
src/sys/dev/pci: pcidevs.h pcidevs_data.h
Log Message:
Regen.
To generate a diff of this commit:
cvs rdiff -u -r1.1184 -r1.1185 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1183 -r1.11
Module Name:src
Committed By: msaitoh
Date: Fri May 30 03:42:38 UTC 2014
Modified Files:
src/sys/dev/pci: pci_subr.c pcireg.h
Log Message:
- Add PCI-X capability stuff.
- remove extra ':' in pci_conf_print_pcie_cap()
- Add comments.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: msaitoh
Date: Fri May 30 05:04:21 UTC 2014
Modified Files:
src/sys/dev/pci: pci_subr.c
Log Message:
- Remove some obsoleted comments.
- KNF.
To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 src/sys/dev/pci/pci_subr.c
Please n
Module Name:src
Committed By: msaitoh
Date: Fri May 30 05:37:04 UTC 2014
Modified Files:
src/share/misc: bsd-family-tree
Log Message:
Add 6.0.[45] and 6.1.[34]
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/share/misc/bsd-family-tree
Please note that
Module Name:src
Committed By: msaitoh
Date: Fri May 30 07:26:06 UTC 2014
Modified Files:
src/share/misc: bsd-family-tree
Log Message:
Sync with FreeBSD:
- Add DragonFly 3.6.0 and 3.6.1
- Add FreeBSD 9.2 and 10.0
- Add Mac OS X 10.9
- Add OpenBSD 5.4
- Change the master's U
Module Name:src
Committed By: msaitoh
Date: Fri May 30 08:36:28 UTC 2014
Modified Files:
src/usr.bin/calendar/calendars: calendar.netbsd
Log Message:
Add 5.1.4, 5.2.2. 6.0.4 and 6.1.3.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/usr.bin/calendar/ca
Module Name:src
Committed By: msaitoh
Date: Fri May 30 19:01:52 UTC 2014
Modified Files:
src/usr.bin/calendar/calendars: calendar.netbsd
Log Message:
Remove duplicated lines.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/usr.bin/calendar/calendars/cal
Module Name:src
Committed By: msaitoh
Date: Tue Jun 3 13:53:28 UTC 2014
Modified Files:
src/sys/dev/pci: hifn7751.c
Log Message:
Avoid buffer overflow which was added in rev. 1.52.
This change fix a panic at boot time (PR#47950 Reported by Bert Kiers).
OK'd by tls.
T
Module Name:src
Committed By: msaitoh
Date: Tue Jun 3 13:55:44 UTC 2014
Modified Files:
src/include [netbsd-6]: stdio.h
Log Message:
Pull up following revision(s) (requested by kleink in ticket #1066):
src/include/stdio.h 1.89-1.90
Move declar
Module Name:src
Committed By: msaitoh
Date: Tue Jun 3 14:31:13 UTC 2014
Modified Files:
src/sys/dev/pci [netbsd-6]: siside.c
Log Message:
Pull up following revision(s) (requested by abs in ticket #1069):
sys/dev/pci/siside.c: revision 1.35
Add in missing space af
Module Name:src
Committed By: msaitoh
Date: Tue Jun 3 14:57:09 UTC 2014
Modified Files:
src/sys/dev/pci [netbsd-6]: if_wm.c
Log Message:
Pull up following revision(s) (requested by tls in ticket #1070):
sys/dev/pci/if_wm.c: revision 1.269
>From dyoung@ -- bump max
Module Name:src
Committed By: msaitoh
Date: Tue Jun 3 15:02:37 UTC 2014
Modified Files:
src/sys/dev/pci [netbsd-6-1]: if_wm.c
Log Message:
Pull up following revision(s) (requested by tls in ticket #1070):
sys/dev/pci/if_wm.c: revision 1.269
>From dyoung@ -- bump m
Module Name:src
Committed By: msaitoh
Date: Tue Jun 3 15:06:09 UTC 2014
Modified Files:
src/sys/dev/pci [netbsd-6-0]: if_wm.c
Log Message:
Pull up following revision(s) (requested by tls in ticket #1070):
sys/dev/pci/if_wm.c: revision 1.269
>From dyoung@ -- bump m
Module Name:src
Committed By: msaitoh
Date: Tue Jun 3 15:13:30 UTC 2014
Modified Files:
src/sys/net [netbsd-6]: if_tap.c
Log Message:
Pull up following revision(s) (requested by cube in ticket #1071):
sys/net/if_tap.c1.76
Prevent a race be
Module Name:src
Committed By: msaitoh
Date: Tue Jun 3 15:17:56 UTC 2014
Modified Files:
src/sys/net [netbsd-6-1]: if_tap.c
Log Message:
Pull up following revision(s) (requested by cube in ticket #1071):
sys/net/if_tap.c1.76
Prevent a race
Module Name:src
Committed By: msaitoh
Date: Tue Jun 3 15:18:45 UTC 2014
Modified Files:
src/sys/net [netbsd-6-0]: if_tap.c
Log Message:
Pull up following revision(s) (requested by cube in ticket #1071):
sys/net/if_tap.c1.76
Prevent a race
Module Name:src
Committed By: msaitoh
Date: Tue Jun 3 15:21:17 UTC 2014
Modified Files:
src/sys/fs/cd9660 [netbsd-6]: cd9660_util.c
Log Message:
Pull up following revision(s) (requested by martin in ticket #1073):
sys/fs/cd9660/cd9660_util.c: revision 1.11
PR kern
Module Name:src
Committed By: msaitoh
Date: Tue Jun 3 15:26:34 UTC 2014
Modified Files:
src/sys/arch/powerpc/stand/mkbootimage [netbsd-6]: bebox_bootrec.h
mkbootimage.c pef.h
Log Message:
Pull up following revision(s) (requested by phx in ticket #1074):
Module Name:src
Committed By: msaitoh
Date: Tue Jun 3 15:34:00 UTC 2014
Modified Files:
src/sys/dist/ipf/netinet [netbsd-6]: ip_fil_netbsd.c
src/sys/net [netbsd-6]: if_ethersubr.c if_loop.c if_vlan.c
src/sys/netinet [netbsd-6]: if_arp.c ip_carp.c
sr
Module Name:src
Committed By: msaitoh
Date: Tue Jun 3 15:48:10 UTC 2014
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
Ticket 1066, 1067, 1069-1071, 1073 and 1074.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.115 -r1.1.2.116 src/doc/CHANGES-6.2
Module Name:src
Committed By: msaitoh
Date: Tue Jun 3 15:49:08 UTC 2014
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.5
Log Message:
Ticket 1070 and 1071.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.7 -r1.1.2.8 src/doc/CHANGES-6.1.5
Please note that dif
Module Name:src
Committed By: msaitoh
Date: Tue Jun 3 15:49:30 UTC 2014
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.6
Log Message:
Ticket 1070 and 1071.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.7 -r1.1.2.8 src/doc/CHANGES-6.0.6
Please note that dif
Module Name:src
Committed By: msaitoh
Date: Fri Jun 6 05:10:59 UTC 2014
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
Ticket 1078.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.116 -r1.1.2.117 src/doc/CHANGES-6.2
Please note that diffs are not
Module Name:src
Committed By: msaitoh
Date: Fri Jun 6 05:36:43 UTC 2014
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.6
Log Message:
Ticket 1078.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.8 -r1.1.2.9 src/doc/CHANGES-6.0.6
Please note that diffs are no
Module Name:src
Committed By: msaitoh
Date: Fri Jun 6 05:33:38 UTC 2014
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.5
Log Message:
Ticket 1078.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.8 -r1.1.2.9 src/doc/CHANGES-6.1.5
Please note that diffs are no
Module Name:src
Committed By: msaitoh
Date: Fri Jun 6 06:37:01 UTC 2014
Modified Files:
src/doc [netbsd-5]: CHANGES-5.3
Log Message:
Ticket 1908.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.59 -r1.1.2.60 src/doc/CHANGES-5.3
Please note that diffs are not pu
Module Name:src
Committed By: msaitoh
Date: Fri Jun 6 06:36:44 UTC 2014
Modified Files:
src/crypto/dist/openssl/crypto/bn [netbsd-5]: bn.h bn_lib.c
src/crypto/dist/openssl/crypto/ec [netbsd-5]: ec2_mult.c
src/crypto/dist/openssl/ssl [netbsd-5]: d1_both.c s3
Module Name:src
Committed By: msaitoh
Date: Fri Jun 6 06:42:08 UTC 2014
Modified Files:
src/crypto/dist/openssl/crypto/bn [netbsd-5-2]: bn.h bn_lib.c
src/crypto/dist/openssl/crypto/ec [netbsd-5-2]: ec2_mult.c
src/crypto/dist/openssl/ssl [netbsd-5-2]: d1_bot
Module Name:src
Committed By: msaitoh
Date: Fri Jun 6 06:42:25 UTC 2014
Modified Files:
src/doc [netbsd-5-2]: CHANGES-5.2.3
Log Message:
Ticket 1908.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.7 -r1.1.2.8 src/doc/CHANGES-5.2.3
Please note that diffs are no
Module Name:src
Committed By: msaitoh
Date: Fri Jun 6 06:44:04 UTC 2014
Modified Files:
src/crypto/dist/openssl/crypto/bn [netbsd-5-1]: bn.h bn_lib.c
src/crypto/dist/openssl/crypto/ec [netbsd-5-1]: ec2_mult.c
src/crypto/dist/openssl/ssl [netbsd-5-1]: d1_bot
Module Name:src
Committed By: msaitoh
Date: Fri Jun 6 06:44:24 UTC 2014
Modified Files:
src/doc [netbsd-5-1]: CHANGES-5.1.5
Log Message:
Ticket 1908.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.7 -r1.1.2.8 src/doc/CHANGES-5.1.5
Please note that diffs are no
Module Name:src
Committed By: msaitoh
Date: Fri Jun 6 07:01:26 UTC 2014
Modified Files:
src/doc [netbsd-5]: CHANGES-5.3
Log Message:
Ticket #1908 is not openssl 1.0.1h.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.60 -r1.1.2.61 src/doc/CHANGES-5.3
Please not
Module Name:src
Committed By: msaitoh
Date: Fri Jun 6 07:04:13 UTC 2014
Modified Files:
src/doc [netbsd-5-2]: CHANGES-5.2.3
Log Message:
Ticket #1908 is not openssl 1.0.1h.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.8 -r1.1.2.9 src/doc/CHANGES-5.2.3
Please
Module Name:src
Committed By: msaitoh
Date: Fri Jun 6 07:04:33 UTC 2014
Modified Files:
src/doc [netbsd-5-1]: CHANGES-5.1.5
Log Message:
Ticket #1908 is not openssl 1.0.1h.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.8 -r1.1.2.9 src/doc/CHANGES-5.1.5
Please
Module Name:src
Committed By: msaitoh
Date: Mon Jun 9 08:50:34 UTC 2014
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
Add some devices:
- Add Intel Bay Trail devices from the document.
- Add Intel EP80579 devices from OpenBSD.
- Add Intel DH89xx's SMBus controller
Module Name:src
Committed By: msaitoh
Date: Mon Jun 9 08:51:03 UTC 2014
Modified Files:
src/sys/dev/pci: pcidevs.h pcidevs_data.h
Log Message:
regen.
To generate a diff of this commit:
cvs rdiff -u -r1.1185 -r1.1186 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1184 -r1.11
Module Name:src
Committed By: msaitoh
Date: Mon Jun 9 08:52:43 UTC 2014
Modified Files:
src/sys/dev/pci: ichsmb.c
Log Message:
Add Tolapai, Coleto Creek and Bay Trail.
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/dev/pci/ichsmb.c
Please note th
Module Name:src
Committed By: msaitoh
Date: Mon Jun 9 11:08:05 UTC 2014
Modified Files:
src/sys/dev/pci: pci_subr.c pcireg.h
Log Message:
Add IOMMU and the Root Complex Event Collector.
To generate a diff of this commit:
cvs rdiff -u -r1.123 -r1.124 src/sys/dev/pci/pci_
Module Name:src
Committed By: msaitoh
Date: Wed Jun 11 15:38:05 UTC 2014
Modified Files:
src/sys/arch/mips/include [netbsd-6]: pmap.h
src/sys/arch/mips/mips [netbsd-6]: pmap.c pmap_segtab.c
Log Message:
Pull up following revision(s) (requested by skrll in ticket #1
Module Name:src
Committed By: msaitoh
Date: Wed Jun 11 15:46:39 UTC 2014
Modified Files:
src/external/mit/xorg/lib/fontconfig/etc [netbsd-6]: fonts.conf
Log Message:
Pull up following revision(s) (requested by wiz in ticket #1077):
external/mit/xorg/lib/fontconfig/
Module Name:src
Committed By: msaitoh
Date: Wed Jun 11 15:47:54 UTC 2014
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
Ticket 1068 and 1077.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.117 -r1.1.2.118 src/doc/CHANGES-6.2
Please note that diffs
Module Name:src
Committed By: msaitoh
Date: Wed Jun 11 22:34:26 UTC 2014
Modified Files:
src/sys/dev/mii: gentbi.c
Log Message:
Print vendor and model like ukphy(4).
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/dev/mii/gentbi.c
Please note that
Module Name:src
Committed By: msaitoh
Date: Thu Jun 12 12:09:47 UTC 2014
Modified Files:
src/sys/dev/mii: brgphy.c brgphyreg.h
src/sys/dev/pci: if_bnx.c
Log Message:
No functional change:
- Remove BRGPHY_SERDES_ANAR_* and BRGPHY_SERDES_ANLPAR_*. Those registers
a
Module Name:src
Committed By: msaitoh
Date: Mon Jun 16 12:36:41 UTC 2014
Modified Files:
src/sys/dev/mii: atphy.c
Log Message:
Fix a bug that atphy doesn't set the capability of pause function correctly.
This bug was added in "mii.h" rev. 1.17.
To generate a diff of this
Module Name:src
Committed By: msaitoh
Date: Mon Jun 16 14:43:22 UTC 2014
Modified Files:
src/sys/dev/mii: bmtphy.c brgphyreg.h ciphyreg.h gentbi.c mii.h nsphy.c
rlphy.c ukphy_subr.c
Log Message:
No functional change:
- Fix typo.
- Remove trailing white spaces.
Module Name:src
Committed By: msaitoh
Date: Mon Jun 16 16:48:16 UTC 2014
Modified Files:
src/sys/arch/mips/adm5120/dev: if_admsw.c
src/sys/dev/ic: rtl80x9.c
src/sys/dev/mii: acphy.c amhphy.c brgphy.c ciphy.c dmphy.c gentbi.c
glxtphy.c gphyter.c i
Module Name:src
Committed By: msaitoh
Date: Tue Jun 17 17:37:08 UTC 2014
Modified Files:
src/sys/dev/pci: if_bge.c if_bgereg.h
Log Message:
- Print yet another hardware config word in SRAM(BGE_SRAM_DATA_CFG_5) for
BCM5717 and newer devices.
- Fix a trivial bug in #ifdef
Module Name:src
Committed By: msaitoh
Date: Tue Jun 17 18:18:51 UTC 2014
Modified Files:
src/sys/dev/pci: if_bge.c
Log Message:
Fix a variable name in last commit.
To generate a diff of this commit:
cvs rdiff -u -r1.267 -r1.268 src/sys/dev/pci/if_bge.c
Please note that
Module Name:src
Committed By: msaitoh
Date: Tue Jun 17 21:37:20 UTC 2014
Modified Files:
src/sys/dev/mii: brgphy.c brgphyreg.h
src/sys/dev/pci: if_bge.c if_bnx.c if_bnxreg.h
Log Message:
- Fix detection of BGEPHYF_FIBER_{MII|TBI}
- Add BCM5708S support in brgphy(4)
Module Name:src
Committed By: msaitoh
Date: Tue Jun 17 22:29:13 UTC 2014
Modified Files:
src/sys/dev/pci: if_bge.c
Log Message:
Add BGEPHYF_NO_WIRESPEED flag for fiber devices.
To generate a diff of this commit:
cvs rdiff -u -r1.269 -r1.270 src/sys/dev/pci/if_bge.c
Plea
Module Name:src
Committed By: msaitoh
Date: Wed Jun 18 02:03:26 UTC 2014
Modified Files:
src/external/bsd/openpam/dist/lib [netbsd-6]: openpam_configure.c
Log Message:
Pull up following revision(s) (requested by christos in ticket #1076):
src/external/bsd/openpam/d
Module Name:src
Committed By: msaitoh
Date: Wed Jun 18 02:03:46 UTC 2014
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
Ticket 1076.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.118 -r1.1.2.119 src/doc/CHANGES-6.2
Please note that diffs are not
Module Name:src
Committed By: msaitoh
Date: Wed Jun 18 02:15:27 UTC 2014
Modified Files:
src/external/bsd/openpam/dist/lib [netbsd-6-1]: openpam_configure.c
Log Message:
Pull up following revision(s) (requested by christos in ticket #1076):
src/external/bsd/openpam
Module Name:src
Committed By: msaitoh
Date: Wed Jun 18 02:15:51 UTC 2014
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.5
Log Message:
Ticket 1076.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.9 -r1.1.2.10 src/doc/CHANGES-6.1.5
Please note that diffs are n
Module Name:src
Committed By: msaitoh
Date: Wed Jun 18 02:19:29 UTC 2014
Modified Files:
src/external/bsd/openpam/dist/lib [netbsd-6-0]: openpam_configure.c
Log Message:
Pull up following revision(s) (requested by christos in ticket #1076):
src/external/bsd/openpam
Module Name:src
Committed By: msaitoh
Date: Wed Jun 18 02:20:05 UTC 2014
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.6
Log Message:
Ticket 1076.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.9 -r1.1.2.10 src/doc/CHANGES-6.0.6
Please note that diffs are n
Module Name:src
Committed By: msaitoh
Date: Wed Jun 18 06:35:19 UTC 2014
Modified Files:
src/sys/dev/mii: brgphy.c
Log Message:
Fix uninitiazed variable problem found on zaurus. I don't know why
only zaurus found it.
To generate a diff of this commit:
cvs rdiff -u -r1.7
Module Name:src
Committed By: msaitoh
Date: Wed Jun 18 09:34:45 UTC 2014
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.5
Log Message:
Ticket 1067.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/doc/CHANGES-6.1.5
Please note that diffs are
Module Name:src
Committed By: msaitoh
Date: Wed Jun 18 09:34:27 UTC 2014
Modified Files:
src/sys/dist/ipf/netinet [netbsd-6-1]: ip_fil_netbsd.c
src/sys/net [netbsd-6-1]: if_ethersubr.c if_loop.c if_vlan.c
src/sys/netinet [netbsd-6-1]: if_arp.c ip_carp.c
Module Name:src
Committed By: msaitoh
Date: Wed Jun 18 09:35:40 UTC 2014
Modified Files:
src/sys/dist/ipf/netinet [netbsd-6-0]: ip_fil_netbsd.c
src/sys/net [netbsd-6-0]: if_ethersubr.c if_loop.c if_vlan.c
src/sys/netinet [netbsd-6-0]: if_arp.c ip_carp.c
Module Name:src
Committed By: msaitoh
Date: Wed Jun 18 09:35:59 UTC 2014
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.6
Log Message:
Ticket 1067.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/doc/CHANGES-6.0.6
Please note that diffs are
Module Name:src
Committed By: msaitoh
Date: Thu Jun 19 05:31:15 UTC 2014
Modified Files:
src/lib/libc/stdio: gettemp.c
Log Message:
Fix "shadows a global declaration" compile error.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/lib/libc/stdio/gettemp.
801 - 900 of 3442 matches
Mail list logo