Module Name:src
Committed By: snj
Date: Sun Jan 22 05:53:52 UTC 2017
Modified Files:
src/doc [netbsd-7]: CHANGES-7.1
Log Message:
1318
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.145 -r1.1.2.146 src/doc/CHANGES-7.1
Please note that diffs are not public domai
Module Name:src
Committed By: snj
Date: Sun Jan 22 05:53:23 UTC 2017
Modified Files:
src/doc [netbsd-7-0]: CHANGES-7.0.3
Log Message:
1318
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.19 -r1.1.2.20 src/doc/CHANGES-7.0.3
Please note that diffs are not public d
Module Name:src
Committed By: rin
Date: Sun Jan 22 05:11:22 UTC 2017
Modified Files:
src/external/bsd/nvi/dist/vi: v_paragraph.c
Log Message:
Respect coding style of upstream; revert r1.4 and put back parentheses.
No binary changes. Pointed out by mrg.
To generate a diff
Module Name:src
Committed By: mrg
Date: Sun Jan 22 04:52:04 UTC 2017
Modified Files:
src/usr.bin/netstat: if.c
Log Message:
re-do the previous to avoid malloc/free on the same size every iteration.
with this, or the previous, 'netstat -b 1' no longer leaks memory in
-curr
Module Name:src
Committed By: christos
Date: Sun Jan 22 04:26:31 UTC 2017
Modified Files:
src/usr.bin/netstat: if.c
Log Message:
sprinkle free
To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 src/usr.bin/netstat/if.c
Please note that diffs are not public do
Module Name:src
Committed By: nat
Date: Sat Jan 21 23:37:17 UTC 2017
Modified Files:
src/sys/dev: audio.c
Log Message:
Use more specific error messages if the setting of channel parameters
fails. Use aprint_error_dev for this.
As suggested by pgoyette@
To generate a di
Module Name:src
Committed By: christos
Date: Sat Jan 21 23:03:36 UTC 2017
Modified Files:
src/bin/sh: redir.c
Log Message:
Don't let set cloexec for "exec n>&1" like ksh does (but not bash). Unit
tests pass... If we don't like that, we should add some unittests that fail.
Module Name:src
Committed By: nat
Date: Sat Jan 21 22:54:11 UTC 2017
Modified Files:
src/sys/dev: audio.c
Log Message:
Don't release/reacquire thread lock during open in setup_[p/r]filters.
This can lead to panics and/or unpredictable behaviour.
Found by maya@
Addresses P
Module Name:src
Committed By: rin
Date: Sat Jan 21 22:27:43 UTC 2017
Modified Files:
src/external/bsd/nvi: Makefile.inc
Log Message:
Bump for } command fix in v_paragraph.c r1.5.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/nvi/Makefile.in
Module Name:src
Committed By: rin
Date: Sat Jan 21 22:22:28 UTC 2017
Modified Files:
src/external/bsd/nvi/dist/vi: v_paragraph.c
Log Message:
Fix a strange corner case in } command.
When } command is executed in the last paragraph including EOF, the original vi
(tradition
Module Name:src
Committed By: nat
Date: Sat Jan 21 22:22:41 UTC 2017
Modified Files:
src/sys/dev: audio.c
Log Message:
Add auto config for channel/hw format.
Addresses PR kern/51703.
Addresses PR kern/51760.
Addresses PR kern/51879.
To generate a diff of this commit:
cv
Module Name:src
Committed By: rin
Date: Sat Jan 21 22:06:46 UTC 2017
Modified Files:
src/external/bsd/nvi/dist/vi: v_paragraph.c
Log Message:
KNF; remove parentheses from return's
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/nvi/dist/vi/v_
Module Name:src
Committed By: jdolecek
Date: Sat Jan 21 20:30:29 UTC 2017
Modified Files:
src/share/man/man4: usb.4
Log Message:
xref xhci(4)
To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 src/share/man/man4/usb.4
Please note that diffs are not public d
Module Name:src
Committed By: jdolecek
Date: Sat Jan 21 20:29:38 UTC 2017
Modified Files:
src/share/man/man4: xhci.4
Log Message:
long month name
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/xhci.4
Please note that diffs are not public
Module Name:src
Committed By: jdolecek
Date: Sat Jan 21 20:21:57 UTC 2017
Modified Files:
src/distrib/sets/lists/man: mi
src/share/man/man4: Makefile
Added Files:
src/share/man/man4: xhci.4
Log Message:
add skeleton manpage for xhci(4)
To generate a diff
Module Name:src
Committed By: jklos
Date: Sat Jan 21 19:37:46 UTC 2017
Modified Files:
src/distrib/sets: maketars
Log Message:
This fixes a bug where mtree would use names & IDs from the host system
instead of from the build.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: skrll
Date: Sat Jan 21 15:41:55 UTC 2017
Modified Files:
src/sys/arch/arm/nvidia: tegra_xusbpad.c
Log Message:
Pull across from nick-nhusb. This really should be fixed to use the
appropriate FDT info. At this point this is more likely to get
Module Name:src
Committed By: skrll
Date: Sat Jan 21 12:45:22 UTC 2017
Modified Files:
src/sys/dev/ic: athn.c
src/sys/dev/usb: if_athn_usb.c if_athn_usb.h
Log Message:
Pull across from nick-nhusb.
Some locking fixing, MPification and an attach fix
To generate a
Module Name:src
Committed By: maxv
Date: Sat Jan 21 11:07:46 UTC 2017
Modified Files:
src/sys/netinet: if_arp.c
Log Message:
Add some checks, mostly same as in_arpinput.
To generate a diff of this commit:
cvs rdiff -u -r1.238 -r1.239 src/sys/netinet/if_arp.c
Please note
Module Name:src
Committed By: skrll
Date: Sat Jan 21 10:30:15 UTC 2017
Modified Files:
src/sys/dev/ic: dwc_gmac.c dwc_gmac_var.h
Log Message:
Merge from nick-nhusb - some MPification
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/dev/ic/dwc_gmac.c
Module Name:src
Committed By: skrll
Date: Sat Jan 21 09:53:30 UTC 2017
Modified Files:
src/share/man/man4: axe.4
Log Message:
Fix typoes
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/share/man/man4/axe.4
Please note that diffs are not public domain;
21 matches
Mail list logo