NetBSD/src ewkqwBXsys/dev/i2c files.i2c

   Add entries for LM95221, NXP LM75A, and ADT7462.
VersionDeltaFile
1.138+16-1sys/dev/i2c/files.i2c
+16-11 files

NetBSD/src KAUAEuEsys/dev/i2c adt7462.c adt7462reg.h

   Add a driver for the On Semiconductor (Analog Devices) ADT7462
   system monitor.  The chip is used in the Sun Ultra 45.
VersionDeltaFile
1.1+1,525-0sys/dev/i2c/adt7462.c
1.1+709-0sys/dev/i2c/adt7462reg.h
+2,234-02 files

NetBSD/src gL0CRxSsys/dev/i2c nxp75a.c nxp75areg.h

   Add a driver for the NXP LM75A temperature sensor.
   The chip is used in the Sun Ultra 45.
   Note, that this is not the same as the TI LM75A temperature sensor (lmtemp).
VersionDeltaFile
1.1+304-0sys/dev/i2c/nxp75a.c
1.1+82-0sys/dev/i2c/nxp75areg.h
+386-02 files

NetBSD/src LSXraOusys/dev/i2c lm95221.c lm95221reg.h

   Add a driver for the Texas Instruments LM95221 temperature sensor.
   The chip is used in the Sun Ultra 45.
VersionDeltaFile
1.1+279-0sys/dev/i2c/lm95221.c
1.1+102-0sys/dev/i2c/lm95221reg.h
+381-02 files

NetBSD/src ZfcPlAysys/dev/pci alipm.c

   Use aprint_error() for early errors, because we're still on the attach line.
   Separate iobase == 0 error to distinguish it from a "can't map" error.
VersionDeltaFile
1.15+12-9sys/dev/pci/alipm.c
+12-91 files

NetBSD/src SNNp6owshare/man/man4/man4.amiga ahsc.4 atzsc.4, share/man/man4/man4.vax np.4

   Fix articles in a few places in the documentation.
VersionDeltaFile
1.10+2-2share/man/man4/man4.amiga/ahsc.4
1.11+2-2share/man/man4/man4.amiga/atzsc.4
1.10+2-2share/man/man4/man4.amiga/gtsc.4
1.18+2-2share/man/man4/man4.vax/np.4
1.13+2-2share/man/man8/man8.vax/crash.8
+10-105 files

NetBSD/src zJ7tsIvshare/man/man4 xennet.4, usr.sbin/emcfanctl emcfanctl.8 emcfanctloutputs.c

   s/minumum/minimum/ in documentation and output message.
VersionDeltaFile
1.3+3-3usr.sbin/emcfanctl/emcfanctl.8
1.3+3-3usr.sbin/emcfanctl/emcfanctloutputs.c
1.8+2-2share/man/man4/xennet.4
+8-83 files

NetBSD/src Ay7HVmEsys/dev/wscons wskbd.c

   in WSKBDIO_GETMAP, when translating scancodes, return a keymap matching the
   translated scancodes
   mostly for ADB keyboards with USB emulation enabled
VersionDeltaFile
1.147+30-6sys/dev/wscons/wskbd.c
+30-61 files

NetBSD/src 5SIBR9rsys/net if_spppsubr.c

   Fix double-counting of Oerrs and OutDiscards
VersionDeltaFile
1.278+2-6sys/net/if_spppsubr.c
+2-61 files

NetBSD/src pc5yy0Fsys/net if_spppsubr.c if_spppvar.h

   Remove pp_con and pp_chg,
   which are no longer used after the removal of netisdn
VersionDeltaFile
1.277+2-55sys/net/if_spppsubr.c
1.43+1-10sys/net/if_spppvar.h
+3-652 files

NetBSD/src UqxRRSPsys/net if_spppsubr.c

   Removed redundant splnet()/splx() since lmc(4) and netisdn were removed
VersionDeltaFile
1.276+12-48sys/net/if_spppsubr.c
+12-481 files

NetBSD/src u5jjHnRsys/arch/sparc64/sparc64 autoconf.c

   More corrections...

   I was also looking at the build breakage fixed by the previous commit.
   I found another issue (non-build breaking) though:

   Free the results from prom_getprop() in the newly added code, if a
   subsequent malloc() fails (don't lose memory).

   Also properly indent a line whose preceding condition shifted right
   (existing code from previously, now not always executed).

   Feel free to redo these changes some other (non build-breaking) way.
VersionDeltaFile
1.250+6-4sys/arch/sparc64/sparc64/autoconf.c
+6-41 files

NetBSD/src JFrSkmesys/arch/sparc64/sparc64 autoconf.c

   fix the build.
VersionDeltaFile
1.249+3-3sys/arch/sparc64/sparc64/autoconf.c
+3-31 files

NetBSD/src jlnv00Uregress/sys/fs/ffs Makefile, sys/arch/arm/xscale pxa2x0var.h

   fix various typos in comments.
VersionDeltaFile
1.25+4-4sys/dev/usb/uhmodem.c
1.25+3-3sys/arch/evbmips/rmixl/machdep.c
1.9+3-3regress/sys/fs/ffs/Makefile
1.109+3-3sys/arch/m68k/m68k/pmap_motorola.c
1.2+3-3tests/kernel/t_cloexec.c
1.7+2-2sys/arch/arm/xscale/pxa2x0var.h
+18-183 files not shown
+24-249 files

NetBSD/src heqmQG6lib/libutil pidfile.c

   pidfile: set errno when reading a corrupt pidfile

   strtoi doesn't set errno itself but passed it back as an argument
VersionDeltaFile
1.19+5-3lib/libutil/pidfile.c
+5-31 files

NetBSD/src mPPluAAtests/usr.bin/mtree t_sets.sh

   Bump timeout high enough to give slow machines with slow disks a chance
   to complete the tests.
VersionDeltaFile
1.11+2-2tests/usr.bin/mtree/t_sets.sh
+2-21 files

NetBSD/src K2FVwxqtests/net/tcp t_tcp_connect_port.c

   t_tcp_connect_port: these tests take a *long* time on systems with a
   single slow CPU, adjust timeouts.
VersionDeltaFile
1.3+4-2tests/net/tcp/t_tcp_connect_port.c
+4-21 files

NetBSD/src thdu2z7sys/arch/vax/include qduser.h, sys/dev/qbus qduser.h

   s/aceleration/acceleration/ in comments.
VersionDeltaFile
1.9+2-2sys/dev/qbus/qduser.h
1.7+2-2sys/arch/vax/include/qduser.h
+4-42 files

NetBSD/src eFj8naPsys/arch/sparc64/sparc64 autoconf.c

   Fix up PROM's where reg is encoded as a 64-bit and a 32-bit value
   (e.g. 00000400 0fc62020 00000010), but we want 2 x 64-bit values.
   U45 with OBP 4.21.2 has jbus-i2c configured like this.
VersionDeltaFile
1.248+41-5sys/arch/sparc64/sparc64/autoconf.c
+41-51 files

NetBSD/src 3pybIYgsys/arch/aarch64/include cpufunc.h

   fix build.

   grrrrrrr rump
VersionDeltaFile
1.32+3-1sys/arch/aarch64/include/cpufunc.h
+3-11 files

NetBSD/src 4qZoXSSlib/libutil pidfile.c

   pidfile: Fix a few issues with error paths.

   pidfile_unlock() returns -1 on error rather than EBADF which is now errno.
   pidfile_read() now closes the opened fd on error if not pidfile_fd.
   pidfile_lock() now closed pidfile_fd if failing to strdup to pidfile_path.

   A long standing issue correctly setting FD_CLOEXEC has been resolved in the
   case where O_CLOEXEC is not defined.
VersionDeltaFile
1.18+20-8lib/libutil/pidfile.c
+20-81 files

NetBSD/src YIFt7Yodoc CHANGES

   doc: Changes for last 3 weeks.
VersionDeltaFile
1.3267+25-2doc/CHANGES
+25-21 files

NetBSD/src GeTsYbIdoc CHANGES

   doc: Fix syntax (hopefully). Web parser doesn't seem to like spaces
   on continuation-line indentation.
VersionDeltaFile
1.3266+2-2doc/CHANGES
+2-21 files

NetBSD/src J25V6iBsys/arch/aarch64/aarch64 cpufunc.c, sys/arch/aarch64/include pmap_machdep.h cpufunc.h

   mi pmap: aarch64: ARMV81_HAFDBS support
VersionDeltaFile
1.19+47-19sys/arch/aarch64/include/pmap_machdep.h
1.31+31-1sys/arch/aarch64/include/cpufunc.h
1.38+2-3sys/arch/aarch64/aarch64/cpufunc.c
1.4+1-4sys/arch/evbarm/conf/GENERIC64_PMAPMI
+81-274 files

NetBSD/src eroTsm7sys/arch/aarch64/include pmap_machdep.h

   mi pmap: aarch64: add some more helper variables to pte_make_enter. NFCI.
VersionDeltaFile
1.18+6-5sys/arch/aarch64/include/pmap_machdep.h
+6-51 files

NetBSD/src 2ab8iZSsys/uvm/pmap pmap.h

   spaces to tab
VersionDeltaFile
1.29+3-3sys/uvm/pmap/pmap.h
+3-31 files

NetBSD/src MgQ9Kdcsys/dev/ic dwc_eqos.c

   eqos: Allow RX descriptors to be reused earlier.

   While here, fix a typo.
VersionDeltaFile
1.50+6-7sys/dev/ic/dwc_eqos.c
+6-71 files

NetBSD/src oIGTwfHsys/dev/ic dwc_eqos.c

   Restore if_schedule_deferred_start to keep transmit queue running.
VersionDeltaFile
1.49+5-2sys/dev/ic/dwc_eqos.c
+5-21 files

NetBSD/src fBKF9f2sys/arch/amigappc/conf files.amigappc

   amigappc doesn't need its own (amiga's) copy of dkbad.c, either.
VersionDeltaFile
1.33+1-2sys/arch/amigappc/conf/files.amigappc
+1-21 files

NetBSD/src yDwFvtysys/dev/ic dwc_gmac.c

   Use correct name for bit 24 in dwc_gmac_desc_std_rx_init_flags()
VersionDeltaFile
1.100+3-3sys/dev/ic/dwc_gmac.c
+3-31 files