Module Name:src
Committed By: macallan
Date: Wed Oct 8 10:30:27 UTC 2014
Modified Files:
src/sys/arch/sparc64/include: param.h
Log Message:
Ths has been sitting in my tree for years...
Allow the Xserver to map PCI IO space. Not needed for Sun-branded graphics
cards but Xo
Module Name:src
Committed By: martin
Date: Wed Oct 8 13:13:34 UTC 2014
Modified Files:
src/lib/libc/time: zdump.c
Log Message:
Make yeartot() declaration match prototype.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/lib/libc/time/zdump.c
Please not
Module Name:src
Committed By: apb
Date: Wed Oct 8 13:26:47 UTC 2014
Modified Files:
src/tests/lib/libutil: t_parsedate.c
Log Message:
Add tests for PR lib/47916. Some of these fail.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/tests/lib/libutil/t_p
Module Name:src
Committed By: apb
Date: Wed Oct 8 14:32:29 UTC 2014
Modified Files:
src/lib/libutil: parsedate.y
Log Message:
A time like HH:MM:SS.sss says nothing about whether DST is on or off.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/lib/libu
Module Name:src
Committed By: apb
Date: Wed Oct 8 14:43:48 UTC 2014
Modified Files:
src/lib/libutil: parsedate.y
Log Message:
Add a new non-terminal "time_numericzone" for a time with
a numeric timezone. Move some productions from "time" to "time_numericzone".
Increment
Module Name:src
Committed By: taca
Date: Wed Oct 8 16:13:02 UTC 2014
Modified Files:
src/sys/kern: uipc_usrreq.c
Log Message:
Make behavior of getsockname(2) (and maybe getpeername(2)) as the same as
NetBSD 6.1_STABLE and other operating system (OS X 10.9.5).
* sa_len of
Module Name:src
Committed By: apb
Date: Wed Oct 8 17:06:18 UTC 2014
Modified Files:
src/lib/libutil: parsedate.3
Log Message:
The tzoff argument is in minutes (behind/west of UTC), not seconds.
While here, also say that time = NULL and tzoff = NULL are independent.
The c
Module Name:src
Committed By: apb
Date: Wed Oct 8 17:21:40 UTC 2014
Modified Files:
src/tests/lib/libutil: t_parsedate.c
Log Message:
When tests fail, print all args, notjust the date string.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/tests/lib/li
Module Name:src
Committed By: apb
Date: Wed Oct 8 17:23:03 UTC 2014
Modified Files:
src/tests/lib/libutil: t_parsedate.c
Log Message:
2013-07-09 was in British Summer TIme, so use tzoff=-60, not 0.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/tests/
Module Name:src
Committed By: apb
Date: Wed Oct 8 17:38:28 UTC 2014
Modified Files:
src/lib/libutil: parsedate.y
Log Message:
Improved handling of local times.
* A magic value USE_LOCAL_TIME (defined as 9) may be passed as the
Timezone to Convert(), instructing it
Module Name:src
Committed By: martin
Date: Wed Oct 8 18:23:32 UTC 2014
Modified Files:
src/sys/dev/ic: dwc_gmac_reg.h
Log Message:
Fix a few bits, add more status bit definitions and some comments.
Remove driver specific preference definitions.
To generate a diff of thi
Module Name:src
Committed By: martin
Date: Wed Oct 8 18:24:21 UTC 2014
Modified Files:
src/sys/dev/ic: dwc_gmac.c
Log Message:
More interrupt handling, more debug code, less magic numbers.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/ic/dwc_gm
Module Name:src
Committed By: wiz
Date: Wed Oct 8 22:10:04 UTC 2014
Modified Files:
src/lib/libutil: parsedate.3
Log Message:
Drop trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/lib/libutil/parsedate.3
Please note that diffs are
Module Name:src
Committed By: ozaki-r
Date: Thu Oct 9 04:48:12 UTC 2014
Modified Files:
src/sys/net: if_vlan.c
Log Message:
Do KASSERT(KERNEL_LOCKED_P()) only when NET_MPSAFE off
When NET_MPSAFE, bridge_enqueue calls vlan_start w/o KERNEL_LOCK.
To generate a diff of th
Module Name:src
Committed By: ozaki-r
Date: Thu Oct 9 04:58:42 UTC 2014
Modified Files:
src/sys/dev/pci: if_vioif.c
Log Message:
Add ETHERCAP_VLAN_MTU capability to vioif
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/dev/pci/if_vioif.c
Please no
Module Name:src
Committed By: uebayasi
Date: Thu Oct 9 06:45:32 UTC 2014
Modified Files:
src/usr.bin/config: defs.h main.c util.c
Log Message:
Add debug print function.
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/usr.bin/config/defs.h
cvs rdiff -u
Module Name:src
Committed By: uebayasi
Date: Thu Oct 9 06:49:53 UTC 2014
Modified Files:
src/usr.bin/config: files.c main.c sem.c
Log Message:
Debug print where things are selected (by user).
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/conf
Module Name:src
Committed By: apb
Date: Thu Oct 9 06:52:37 UTC 2014
Modified Files:
src/tests/lib/librumphijack: t_tcpip.sh
Log Message:
Avoid literal in sed regular expression.
Instead, use printf(1) to save the regexp in a shell variable,
taking advantage of the fact t
18 matches
Mail list logo