Module Name:src
Committed By: macallan
Date: Wed Oct 9 01:28:33 UTC 2013
Modified Files:
src/sys/dev/pci: gffb.c
Log Message:
add hardware acceleration
For now this supports only GeForce2 MX cards but most NV1x chips should work
once their PCI iDs are added to gffb_match(
Module Name:xsrc
Committed By: spz
Date: Tue Oct 8 21:25:51 UTC 2013
Modified Files:
xsrc/external/mit/xorg-server/dist/dix: dixfonts.c
xsrc/xfree/xc/programs/Xserver/dix: dixfonts.c
Log Message:
Fix CVE-2013-4396 using a patch from:
--- snip ---
>From a4d9bf1259
Module Name:src
Committed By: christos
Date: Tue Oct 8 19:59:49 UTC 2013
Modified Files:
src/sys/kern: uipc_mbuf2.c
Log Message:
MGET -> m_get
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/kern/uipc_mbuf2.c
Please note that diffs are not public
Module Name:src
Committed By: christos
Date: Tue Oct 8 19:58:25 UTC 2013
Modified Files:
src/sys/kern: uipc_socket2.c
Log Message:
0 -> NULL
MGET -> m_get
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 src/sys/kern/uipc_socket2.c
Module Name:src
Committed By: christos
Date: Tue Oct 8 18:05:31 UTC 2013
Modified Files:
src/tests/net/net: t_unix.c
Log Message:
Improve tests so that they check the sockaddr's returned by accept(2) and
getsockname(2). Test for accept success after closed client socket.
Module Name:src
Committed By: christos
Date: Tue Oct 8 17:21:24 UTC 2013
Modified Files:
src/sys/kern: uipc_usrreq.c
Log Message:
Centralize the sockaddr_un allocation code. Set sun_len appropriately so
that the address length returned is correct, not always 106. Note tha
Module Name:src
Committed By: christos
Date: Tue Oct 8 15:09:51 UTC 2013
Modified Files:
src/sys/kern: uipc_usrreq.c
Log Message:
- Instead of having accept(2) return a zero-filled sockaddr for the case
where accept(2) was called on a unix socket that called connect(2)
Module Name:src
Committed By: seanb
Date: Tue Oct 8 14:54:29 UTC 2013
Modified Files:
src/sys/kern: uipc_socket.c
Log Message:
POSIX says getsockopt(s, SOL_SOCKET, SO_ACCEPTCONN,,) needs to work.
To generate a diff of this commit:
cvs rdiff -u -r1.217 -r1.218 src/sys/ke
Module Name:src
Committed By: njoly
Date: Tue Oct 8 11:47:57 UTC 2013
Modified Files:
src/sys/kern: makesyscalls.sh
Log Message:
Note that sysalign checks for dev_t/time_t alignment too.
To generate a diff of this commit:
cvs rdiff -u -r1.133 -r1.134 src/sys/kern/makesy