Module Name:src
Committed By: martin
Date: Thu Jul 28 07:52:06 UTC 2016
Modified Files:
src/sys/uvm: uvm_aobj.c
Log Message:
PR kern/51371: fix misleading indentation
To generate a diff of this commit:
cvs rdiff -u -r1.123 -r1.124 src/sys/uvm/uvm_aobj.c
Please note that
Module Name:src
Committed By: martin
Date: Thu Jul 28 07:54:31 UTC 2016
Modified Files:
src/sys/net: rtsock.c
src/sys/netinet: tcp_vtw.c
Log Message:
PR kern/51371: avoid shifting negative values
To generate a diff of this commit:
cvs rdiff -u -r1.192 -r1.193 src
Module Name:src
Committed By: martin
Date: Thu Jul 28 08:24:58 UTC 2016
Modified Files:
src/sbin/fsdb: fsdb.c
src/sys/ufs/ffs: ffs_vfsops.c
src/usr.sbin/quot: quot.c
Log Message:
>From Michael Plass:
The superblock field that distinguishes between 4.2BSD a
Module Name:src
Committed By: ozaki-r
Date: Thu Jul 28 09:03:51 UTC 2016
Modified Files:
src/sys/netinet: if_arp.c in.c
src/sys/netinet6: in6.c nd6_nbr.c
Log Message:
Fix panic on adding/deleting IP addresses under network load
Adding and deleting IP addresses are
Module Name:src
Committed By: msaitoh
Date: Thu Jul 28 09:11:14 UTC 2016
Modified Files:
src/share/man/man4: sdtemp.4
src/sys/dev/i2c: sdtemp.c sdtemp_reg.h
Log Message:
Add JEDEC TSE2004av support. OK'ed by pgoyette. If a device conforms
TES2004av, it can be used
Module Name:src
Committed By: msaitoh
Date: Thu Jul 28 09:13:06 UTC 2016
Modified Files:
src/doc: CHANGES
Log Message:
Note sdtemp(4)'s JEDEC TSE2004av support.
To generate a diff of this commit:
cvs rdiff -u -r1.2176 -r1.2177 src/doc/CHANGES
Please note that diffs are
Module Name:src
Committed By: christos
Date: Thu Jul 28 12:25:08 UTC 2016
Modified Files:
src/external/gpl3/binutils/dist/bfd: ChangeLog archive.c coff-alpha.c
coffcode.h configure dwarf2.c elf-bfd.h elf32-arm.c elf32-avr.c
elf32-hppa.c elf32-i386.c
Module Name:src
Committed By: christos
Date: Thu Jul 28 12:25:25 UTC 2016
Modified Files:
src/external/gpl3/binutils/lib/libbfd/arch/x86_64: bfd_stdint.h
bfdver.h config.h
src/external/gpl3/binutils/lib/libopcodes/arch/x86_64: config.h
src/extern
Module Name:src
Committed By: christos
Date: Thu Jul 28 14:18:09 UTC 2016
Modified Files:
src/external/gpl3/binutils/lib/libbfd/arch/alpha: bfd_stdint.h bfdver.h
config.h
src/external/gpl3/binutils/lib/libbfd/arch/arm: bfd_stdint.h bfdver.h
c
Module Name:src
Committed By: nakayama
Date: Thu Jul 28 19:24:08 UTC 2016
Modified Files:
src/distrib/sets/lists/base: mi
Log Message:
Resurrect Asia/Tomsk, split off from Asia/Novosibirsk in tzdata2016d.
To generate a diff of this commit:
cvs rdiff -u -r1.1131 -r1.1132
Module Name:src
Committed By: maya
Date: Thu Jul 28 22:46:48 UTC 2016
Modified Files:
src/sys/arch/evbppc/conf: Makefile.ev64260.inc Makefile.obs405.inc
Makefile.walnut.inc
Log Message:
Fix typo in Makefile which resulted in kernel image not being generated
>F
Module Name:src
Committed By: pgoyette
Date: Thu Jul 28 23:59:15 UTC 2016
Modified Files:
src/sys/dev [pgoyette-localcount]: md.c
Log Message:
Since md(4) has a pointer from the softc back to the device_t, it is
OK for us to use device_lookup_private_acquire() rather than
Module Name:src
Committed By: pgoyette
Date: Fri Jul 29 01:49:39 UTC 2016
Modified Files:
src/sys/kern [pgoyette-localcount]: tty_pty.c
Log Message:
Redo previous, restoring "return xxx;" in each case of the select. This
gets the exit conditions back the way they were, an
Module Name:src
Committed By: pgoyette
Date: Fri Jul 29 02:19:52 UTC 2016
Modified Files:
src/sys/kern [pgoyette-localcount]: tty_pty.c
Log Message:
Add a note to revisit the locking for this device.
To generate a diff of this commit:
cvs rdiff -u -r1.142.2.5 -r1.142.2.6
Module Name:src
Committed By: pgoyette
Date: Fri Jul 29 02:28:38 UTC 2016
Modified Files:
src/sys/kern [pgoyette-localcount]: tty_pty.c
Log Message:
Add module initializers in the pmax-specific copies of the [bc]devsw's
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: pgoyette
Date: Fri Jul 29 05:20:33 UTC 2016
Modified Files:
src/usr.sbin/fssconfig: fssconfig.8
Log Message:
Improve wording, enhance the example
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/fssconfig/fssconfig.
Module Name:src
Committed By: pgoyette
Date: Fri Jul 29 05:23:24 UTC 2016
Modified Files:
src/tests/fs/tmpfs: t_vnd.sh
Log Message:
Update the test - the "official" name of the vnd configuration utility
was changed in NetBSD 7 to vndconfig(8).
To generate a diff of this
Module Name:src
Committed By: ozaki-r
Date: Fri Jul 29 06:02:03 UTC 2016
Modified Files:
src/sys/netinet6: ip6_output.c
Log Message:
Avoid memset and rtcache_free if unnecessary
It's the same as ip_output.
To generate a diff of this commit:
cvs rdiff -u -r1.171 -r1.172
Module Name:src
Committed By: pgoyette
Date: Fri Jul 29 06:11:12 UTC 2016
Removed Files:
src/tests/dev: Makefile.inc
Log Message:
Remove. Nothing here (or below) seems to refer to it, and it won't
work anyway due to the case of the 'l' in CPPFlAGS
To generate a diff of
Module Name:src
Committed By: pgoyette
Date: Fri Jul 29 06:13:39 UTC 2016
Modified Files:
src/tests/dev: Makefile
Added Files:
src/tests/dev/fss: Makefile t_fss.sh
Log Message:
Add a basic test for fss(4)
XXX For now, we just create required files (including mount
20 matches
Mail list logo