Module Name:src
Committed By: riz
Date: Thu Sep 26 02:03:09 UTC 2013
Modified Files:
src/lib/libpthread [netbsd-6]: pthread.c
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #959):
lib/libpthread/pthread.c: revision 1.137
return errno i
Module Name:src
Committed By: riz
Date: Thu Sep 26 02:03:32 UTC 2013
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
TIcket 959
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.51 -r1.1.2.52 src/doc/CHANGES-6.2
Please note that diffs are not public d
Module Name:src
Committed By: riz
Date: Thu Sep 26 02:02:39 UTC 2013
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.3
Log Message:
Ticket 959.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.31 -r1.1.2.32 src/doc/CHANGES-6.0.3
Please note that diffs are not p
Module Name:src
Committed By: riz
Date: Thu Sep 26 02:02:07 UTC 2013
Modified Files:
src/lib/libpthread [netbsd-6-0]: pthread.c
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #959):
lib/libpthread/pthread.c: revision 1.137
return errno
Module Name:src
Committed By: riz
Date: Thu Sep 26 02:01:14 UTC 2013
Modified Files:
src/lib/libpthread [netbsd-6-1]: pthread.c
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #959):
lib/libpthread/pthread.c: revision 1.137
return errno
Module Name:src
Committed By: riz
Date: Thu Sep 26 02:01:46 UTC 2013
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.2
Log Message:
Ticket 959.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.18 -r1.1.2.19 src/doc/CHANGES-6.1.2
Please note that diffs are not p
Module Name:src
Committed By: riz
Date: Thu Sep 26 01:58:04 UTC 2013
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.2
Log Message:
Ticket 950
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.17 -r1.1.2.18 src/doc/CHANGES-6.1.2
Please note that diffs are not pu
Module Name:src
Committed By: riz
Date: Thu Sep 26 01:57:22 UTC 2013
Modified Files:
src/sys/dev/usb [netbsd-6-1]: ehci.c uhci.c
Log Message:
Pull up following revision(s) (requested by skrll in ticket #950):
sys/dev/usb/uhci.c: revision 1.255
sys/dev/usb/u
Module Name:src
Committed By: riz
Date: Thu Sep 26 01:56:27 UTC 2013
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.3
Log Message:
Ticket 950.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.30 -r1.1.2.31 src/doc/CHANGES-6.0.3
Please note that diffs are not p
Module Name:src
Committed By: riz
Date: Thu Sep 26 01:55:13 UTC 2013
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
Ticket 950.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.50 -r1.1.2.51 src/doc/CHANGES-6.2
Please note that diffs are not public
Module Name:src
Committed By: riz
Date: Thu Sep 26 01:55:49 UTC 2013
Modified Files:
src/sys/dev/usb [netbsd-6-0]: ehci.c uhci.c
Log Message:
Pull up following revision(s) (requested by skrll in ticket #950):
sys/dev/usb/uhci.c: revision 1.255
sys/dev/usb/u
Module Name:src
Committed By: riz
Date: Thu Sep 26 01:51:47 UTC 2013
Modified Files:
src/sys/dev/usb [netbsd-6]: ehci.c uhci.c
Log Message:
Pull up following revision(s) (requested by skrll in ticket #950):
sys/dev/usb/uhci.c: revision 1.255
sys/dev/usb/uhc
Module Name:src
Committed By: rmind
Date: Thu Sep 26 00:41:51 UTC 2013
Modified Files:
src/lib/librumpuser: rumpuser_pth.c
Log Message:
Give RUMP mutex and rwlock their own cache-line. Also give a separate
cache-line for the rwlock's reader counter.
To generate a diff o
Module Name:src
Committed By: rmind
Date: Thu Sep 26 00:24:36 UTC 2013
Modified Files:
src/sys/net/npf: npf_session.c
Log Message:
sess_hash_bucket: convert to murmurhash2, include ports, use random seed.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/
Module Name:src
Committed By: tron
Date: Wed Sep 25 19:39:47 UTC 2013
Modified Files:
src/external/ibm-public/postfix/sbin/postconf: Makefile
Log Message:
Update list of generated header files.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
src/externa
Module Name:src
Committed By: tron
Date: Wed Sep 25 19:35:59 UTC 2013
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
Postfix 2.10.2 was imported.
To generate a diff of this commit:
cvs rdiff -u -r1.1055 -r1.1056 src/doc/3RDPARTY
cvs rdiff -u -r1.1848 -r1.1849 src
Module Name:src
Committed By: tron
Date: Wed Sep 25 19:25:08 UTC 2013
Modified Files:
src/external/ibm-public/postfix/lib/global: Makefile
src/external/ibm-public/postfix/lib/util: Makefile
src/external/ibm-public/postfix/libexec/master: Makefile
src
Module Name:src
Committed By: tron
Date: Wed Sep 25 19:12:35 UTC 2013
Modified Files:
src/external/ibm-public/postfix/dist: makedefs postfix-install
src/external/ibm-public/postfix/dist/README_FILES:
ADDRESS_VERIFICATION_README INSTALL TLS_README
Module Name:src
Committed By: martin
Date: Wed Sep 25 18:54:48 UTC 2013
Modified Files:
src/sys/dev/pci: iavc_pci.c
Log Message:
Avoid using unmaped PCI registers. From Wolfgang Stukenbrock in
PR kern/48236.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 s
19 matches
Mail list logo