Module Name:src
Committed By: christos
Date: Sun Mar 13 19:47:59 UTC 2016
Modified Files:
src/usr.sbin/mtrace: mtrace.c
Log Message:
PR/50966: David Binderman: Use all 3 of b, p, n to determine if route changed
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.4
Module Name:src
Committed By: christos
Date: Sun Mar 13 19:44:58 UTC 2016
Modified Files:
src/lib/libc/gdtoa: ldtoa.c
Log Message:
PR/50937: Henning Petersen: Fix subnormal printf for long double x86. From
FreeBSD PR 85080.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: christos
Date: Sun Mar 13 18:56:19 UTC 2016
Modified Files:
src/distrib/sets/lists/tests: mi
Log Message:
Add new sh test
To generate a diff of this commit:
cvs rdiff -u -r1.665 -r1.666 src/distrib/sets/lists/tests/mi
Please note that diffs
Module Name:src
Committed By: christos
Date: Sun Mar 13 18:55:12 UTC 2016
Modified Files:
src/tests/bin/sh: Makefile
Added Files:
src/tests/bin/sh: t_redircloexec.sh
Log Message:
Add some redir-close-on-exec tests
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: christos
Date: Sun Mar 13 17:59:20 UTC 2016
Modified Files:
src/sys/arch/dreamcast/dev: gdrom.c
Log Message:
PR/50964: David Binderman: Avoid signed overflow warning
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sys/arch/
Module Name:src
Committed By: christos
Date: Sun Mar 13 17:56:56 UTC 2016
Modified Files:
src/share/mk: bsd.README bsd.own.mk bsd.sys.mk bsd.x11.mk
Log Message:
Add NO{SSP,FORTIFY}
To generate a diff of this commit:
cvs rdiff -u -r1.352 -r1.353 src/share/mk/bsd.README
cv
Module Name:src
Committed By: christos
Date: Sun Mar 13 17:48:53 UTC 2016
Modified Files:
src/sys/arch/vax/boot: Makefile.inc
Log Message:
Add NO variables for the things that boot block does not support
(SSP/PIE/DEBUG/FORTIFY)
To generate a diff of this commit:
cvs rdif
Module Name:src
Committed By: christos
Date: Sun Mar 13 17:38:44 UTC 2016
Modified Files:
src/sys/arch/arm/nvidia: tegra_gpio.c
Log Message:
PR/50963: David Binderman: Use kmem_zalloc() so all members are initialized.
To generate a diff of this commit:
cvs rdiff -u -r1.6
Module Name:src
Committed By: ozaki-r
Date: Sun Mar 13 17:26:05 UTC 2016
Modified Files:
src/tests/net/net: t_ipv6address.sh
Log Message:
Fix test
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/net/net/t_ipv6address.sh
Please note that diffs are n
Module Name:src
Committed By: christos
Date: Sun Mar 13 15:57:30 UTC 2016
Modified Files:
src/bin/sh: eval.c
Log Message:
We want this to work too:
$ cat sep1
#!/bin/sh
{ ./sep2; } 3>out
$ cat sep2
#!/bin/sh
echo sep2 >&3
Module Name:src
Committed By: martin
Date: Sun Mar 13 12:16:41 UTC 2016
Modified Files:
src/doc [netbsd-7]: CHANGES-7.1
Log Message:
Tickets #1133, #1136, #1137 and #1139
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.71 -r1.1.2.72 src/doc/CHANGES-7.1
Please no
Module Name:src
Committed By: martin
Date: Sun Mar 13 12:08:24 UTC 2016
Modified Files:
src/external/mit/lua/dist/src [netbsd-7]: lvm.c
Log Message:
Pull up following revision(s) (requested by roy in ticket #1139):
external/mit/lua/dist/src/lvm.c: revision 1.8
No
Module Name:src
Committed By: martin
Date: Sun Mar 13 12:02:49 UTC 2016
Modified Files:
src/usr.bin/finger [netbsd-7]: util.c
Log Message:
Pull up following revision(s) (requested by chs in ticket #1137):
usr.bin/finger/util.c: revision 1.29
in find_idle_and_ttywri
Module Name:src
Committed By: martin
Date: Sun Mar 13 11:59:23 UTC 2016
Modified Files:
src/sys/netipsec [netbsd-7]: key.c key_debug.h
Log Message:
Pull up following revision(s) (requested by christos in ticket #1136):
sys/netipsec/key.c: revision 1.92-1.97
Module Name:src
Committed By: martin
Date: Sun Mar 13 11:49:14 UTC 2016
Modified Files:
src/usr.bin/ftp [netbsd-7]: cmds.c fetch.c ftp.c ftp_var.h ssl.c
Log Message:
Pull up following revision(s) (requested by nonakap in ticket #1133):
usr.bin/ftp/fetch.c: revision
Module Name:src
Committed By: mlelstv
Date: Sun Mar 13 10:07:22 UTC 2016
Modified Files:
src/sys/kern: subr_autoconf.c
Log Message:
gcc silently optimizes away a != NULL check if a pointer has been
used before.
- assert that old size == 0 or old pointer valid
- check for
Module Name:src
Committed By: tsutsui
Date: Sun Mar 13 09:12:16 UTC 2016
Modified Files:
src/sys/dev/sdmmc: sdmmc_mem.c
Log Message:
Call the second sdmmc_mem_send_if_cond() only where it's necessary.
This makes SMC_CAPS_SPI_MODE devices (currently evbsh3 only) work again
Module Name:src
Committed By: tsutsui
Date: Sun Mar 13 09:01:04 UTC 2016
Modified Files:
src/sys/dev/scsipi: atapiconf.c
Log Message:
Sync with scsiconf.c. (use aprint_normal(9) for "not configured")
To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 src/sys/d
Module Name:src
Committed By: tsutsui
Date: Sun Mar 13 08:57:10 UTC 2016
Modified Files:
src/sys/arch/macppc/stand/ofwboot: Locore.c
Log Message:
TAB/space cleanup.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/macppc/stand/ofwboot/Locore.c
Module Name:src
Committed By: tsutsui
Date: Sun Mar 13 08:54:45 UTC 2016
Modified Files:
src/sys/arch/atari/stand/installboot: disklabel.c installboot.h
Log Message:
Misc KNF and ANSIfy.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/atari/stand
Module Name:src
Committed By: skrll
Date: Sun Mar 13 08:09:00 UTC 2016
Modified Files:
src/sys/dev/usb [nick-nhusb]: uhci.c
Log Message:
KASSERTMSG
To generate a diff of this commit:
cvs rdiff -u -r1.264.4.65 -r1.264.4.66 src/sys/dev/usb/uhci.c
Please note that diffs ar
Module Name:src
Committed By: martin
Date: Sun Mar 13 08:07:53 UTC 2016
Modified Files:
src/doc [netbsd-7]: CHANGES-7.1
Log Message:
Ticket #1140
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.70 -r1.1.2.71 src/doc/CHANGES-7.1
Please note that diffs are not pub
Module Name:src
Committed By: martin
Date: Sun Mar 13 08:06:18 UTC 2016
Modified Files:
src/distrib/sets/lists/base [netbsd-7]: ad.aarch64 ad.arm ad.mips
ad.powerpc md.amd64 md.sparc64 shl.mi
src/distrib/sets/lists/debug [netbsd-7]: ad.aarch64 ad.arm ad.
Module Name:src
Committed By: martin
Date: Sun Mar 13 08:02:22 UTC 2016
Modified Files:
src/doc [netbsd-7-0]: CHANGES-7.0.1
Log Message:
Ticket #1140
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.43 -r1.1.2.44 src/doc/CHANGES-7.0.1
Please note that diffs are n
Module Name:src
Committed By: martin
Date: Sun Mar 13 08:00:40 UTC 2016
Modified Files:
src/distrib/sets/lists/base [netbsd-7-0]: ad.aarch64 ad.arm ad.mips
ad.powerpc md.amd64 md.sparc64 shl.mi
src/distrib/sets/lists/debug [netbsd-7-0]: ad.aarch64 ad.arm
25 matches
Mail list logo