Module Name:src
Committed By: ozaki-r
Date: Tue Jul 1 07:51:29 UTC 2014
Modified Files:
src/sys/netinet6: in6.c nd6_nbr.c
Log Message:
Stop using callout randomly
nd6_dad_start uses callout when xtick > 0 while doesn't when
xtick == 0. So if we pass a random value rangin
Module Name:src
Committed By: ozaki-r
Date: Tue Jul 1 10:16:02 UTC 2014
Modified Files:
src/sys/altq: if_altq.h
src/sys/net: if.c if.h
Log Message:
Lock IFQ operations when NET_MPSAFE
- Introduce NET_MPSAFE
- not defined by default
- Add ifq_lock to protect ifn
Module Name:src
Committed By: ozaki-r
Date: Tue Jul 1 10:35:18 UTC 2014
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
Make if_wm MPSAFE
- Make it MPSAFE only when NET_MPSAFE
- otherwise, its instructions are almost same as before
- the only change is IFQ_POLL
Module Name:src
Committed By: maxv
Date: Tue Jul 1 12:08:33 UTC 2014
Modified Files:
src/sys/kern: subr_kmem.c
Log Message:
1) Define a malloc(9)-like kmem_header structure for KMEM_SIZE. It is in
fact more consistent, and more flexible (eg if we want to add new fields
Module Name:src
Committed By: rtr
Date: Tue Jul 1 13:25:21 UTC 2014
Modified Files:
src/sys/sys: param.h
Log Message:
Bump to version 6.99.45 for removal of struct lwp * parameter from pr_ioctl
To generate a diff of this commit:
cvs rdiff -u -r1.454 -r1.455 src/sys/sys/
Module Name:src
Committed By: shm
Date: Tue Jul 1 13:41:21 UTC 2014
Modified Files:
src/libexec/httpd: bozohttpd.c
Log Message:
* bozo_clean_request free(3) clean up (removed needless checks)
* HEAD method no longer returns response body on error
* fixed bug with multiple
Module Name:src
Committed By: ozaki-r
Date: Tue Jul 1 14:04:40 UTC 2014
Modified Files:
src/sys/net: if.h
Log Message:
Unbreak lib/libc/net/getifaddrs.c
--- getifaddrs.o ---
In file included from
/tmp/bracket/build/2014.07.01.10.35.18-i386/src/lib/libc/net/getifaddr
Module Name:src
Committed By: msaitoh
Date: Tue Jul 1 15:03:58 UTC 2014
Modified Files:
src/sys/net: if_ppp.c
Log Message:
KNF. No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.145 -r1.146 src/sys/net/if_ppp.c
Please note that diffs are not pub
Module Name:xsrc
Committed By: riastradh
Date: Tue Jul 1 15:16:07 UTC 2014
Modified Files:
xsrc/external/mit/xf86-video-intel/dist/src/sna: sna_dri.c
Log Message:
Disable DRI for Ivy Bridge (and later) until we update Mesa.
This is a stop-gap for PR 48916.
To generate
Module Name:src
Committed By: msaitoh
Date: Tue Jul 1 15:23:35 UTC 2014
Modified Files:
src/sys/dev/pci: if_bnx.c if_bnxreg.h if_bnxvar.h
Log Message:
No functional change.
- s/u_int/uint/
- Modify comment a bit (sync with OpenBSD)
To generate a diff of this commit:
cvs
Module Name:src
Committed By: alnsn
Date: Tue Jul 1 16:18:55 UTC 2014
Modified Files:
src/sys/net: bpfjit.c
Log Message:
Move the main loop in bpfjit_generate_code() to a new function and make few
small changes.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1
Module Name:src
Committed By: riastradh
Date: Tue Jul 1 16:27:25 UTC 2014
Modified Files:
src/sys/dev/pci: agp_i810.c
Log Message:
Tweak debug printf directives.
To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 src/sys/dev/pci/agp_i810.c
Please note that
Module Name:src
Committed By: riastradh
Date: Tue Jul 1 16:29:57 UTC 2014
Modified Files:
src/sys/external/bsd/drm2/drm: drm_memory.c
Log Message:
Honour write-combining flag in drm_ioremap.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/external/bs
Module Name:src
Committed By: msaitoh
Date: Tue Jul 1 17:11:35 UTC 2014
Modified Files:
src/sys/dev/pci: if_bnx.c if_bnxreg.h if_bnxvar.h
Log Message:
Print some information (ASCI revision, PCI status, etc). Ffrom FreeBSD.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: riastradh
Date: Tue Jul 1 20:03:21 UTC 2014
Modified Files:
src/sys/external/bsd/drm2/i915drm: i915_pci.c
Log Message:
Implement i915drmkms wsdisplay blank/backlight/brightness controls.
To generate a diff of this commit:
cvs rdiff -u -r1.8
Module Name:src
Committed By: justin
Date: Tue Jul 1 23:01:54 UTC 2014
Modified Files:
src/sys/netinet6: in6.c
Log Message:
On ARM the variable name 'delay' shadows a function here, rename to avoid
-Wshadow objecting.
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: jakllsch
Date: Wed Jul 2 00:04:18 UTC 2014
Modified Files:
src/sys/dev/pci: if_wpi.c if_wpireg.h
Log Message:
No need to duplicate the members of the wpi_cmd_data structure within
the wpi_scan_hdr structure when we can just put the wpi_cmd_da
Module Name:src
Committed By: jakllsch
Date: Wed Jul 2 00:15:41 UTC 2014
Modified Files:
src/sys/dev/pci: if_wpireg.h
Log Message:
fix boot code maximum size.
>From OpenBSD if_wpireg.h 1.19.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/pci/
Module Name:src
Committed By: christos
Date: Wed Jul 2 00:32:05 UTC 2014
Modified Files:
src/doc: 3RDPARTY
Log Message:
new acpica is out
To generate a diff of this commit:
cvs rdiff -u -r1.1126 -r1.1127 src/doc/3RDPARTY
Please note that diffs are not public domain; th
Module Name:src
Committed By: htodd
Date: Wed Jul 2 05:23:20 UTC 2014
Modified Files:
src/distrib/sets/lists/debug: md.amd64 md.i386 mi
Log Message:
Move t_bpfjit.debug to md lists.
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/distrib/sets/lists/deb
20 matches
Mail list logo