Module Name:src
Committed By: maxv
Date: Sun Feb 5 08:19:05 UTC 2017
Modified Files:
src/sys/arch/amd64/amd64: machdep.c
Log Message:
In cpu_mcontext_validate, treat %cs differently depending on whether a user
LDT is set; just check the permission without checking the loc
Module Name:src
Committed By: maxv
Date: Sun Feb 5 08:36:08 UTC 2017
Modified Files:
src/sys/arch/amd64/amd64: machdep.c
Log Message:
Now that valid_user_selector only checks for LDT selectors, remove it. A
user may legitimately want to have one register in the GDT, and a
Module Name:src
Committed By: maxv
Date: Sun Feb 5 08:42:49 UTC 2017
Modified Files:
src/sys/compat/linux/arch/amd64: linux_machdep.c
Log Message:
Missing pmap_ldt_cleanup.
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/compat/linux/arch/amd64/lin
Module Name:src
Committed By: maxv
Date: Sun Feb 5 08:52:12 UTC 2017
Modified Files:
src/sys/arch/amd64/amd64: netbsd32_machdep.c
src/sys/compat/linux32/arch/amd64: linux32_machdep.c
Log Message:
Remove #if 0 on USER_LDT.
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: maxv
Date: Sun Feb 5 08:58:39 UTC 2017
Modified Files:
src/sys/arch/amd64/include: segments.h
Log Message:
Remove misleading comment; these macros should not be used if a user LDT
is active.
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: skrll
Date: Sun Feb 5 09:02:38 UTC 2017
Modified Files:
src/sys/dev/usb [nick-nhusb]: umass.c umass_scsipi.c
Log Message:
Fix build
To generate a diff of this commit:
cvs rdiff -u -r1.149.2.19 -r1.149.2.20 src/sys/dev/usb/umass.c
cvs rdiff
Module Name:src
Committed By: joerg
Date: Sun Feb 5 10:13:18 UTC 2017
Modified Files:
src/sys/arch/i386/stand/efiboot: Makefile.efiboot
Log Message:
Unbreak clang again.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/i386/stand/efiboot/Makefile
Module Name:src
Committed By: joerg
Date: Sun Feb 5 10:13:43 UTC 2017
Modified Files:
src/sys/arch/i386/stand/efiboot: panic.c
Log Message:
Be a bit nicer to outdated compilers and use __unreachable().
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/
Module Name:src
Committed By: maxv
Date: Sun Feb 5 10:42:22 UTC 2017
Modified Files:
src/sys/arch/i386/i386: gdt.c machdep.c
src/sys/arch/i386/include: segments.h
src/sys/arch/x86/x86: sys_machdep.c
src/sys/arch/xen/x86: cpu.c xenfunc.c
src/
Module Name:src
Committed By: bouyer
Date: Sun Feb 5 10:56:12 UTC 2017
Modified Files:
src/sys/netcan [bouyer-socketcan]: can.c can_pcb.c can_pcb.h
src/tests/net/can [bouyer-socketcan]: Makefile
Added Files:
src/tests/net/can [bouyer-socketcan]: t_canfilter
Module Name:src
Committed By: bouyer
Date: Sun Feb 5 11:44:17 UTC 2017
Modified Files:
src/tests/net/can [bouyer-socketcan]: h_canutils.c t_can.c
Log Message:
Decrease timeout from 2 to 1 second. Speeds up the tests where timeout is
the expected case, and it should still
Module Name:src
Committed By: bouyer
Date: Sun Feb 5 11:45:11 UTC 2017
Modified Files:
src/sys/netcan [bouyer-socketcan]: can.c can_var.h if_canloop.c
Log Message:
Centralize mbuf tag cleanup, it will be used by real interface drivers too.
To generate a diff of this com
Module Name:src
Committed By: bouyer
Date: Sun Feb 5 12:03:23 UTC 2017
Modified Files:
src/tests/net/can [bouyer-socketcan]: h_canutils.c h_canutils.h t_can.c
t_canfilter.c
Log Message:
factor out socket bind to interface
To generate a diff of this commit:
c
Module Name:src
Committed By: mlelstv
Date: Sun Feb 5 12:05:46 UTC 2017
Modified Files:
src/sys/dev/iscsi: iscsi_globals.h iscsi_ioctl.c iscsi_send.c
iscsi_utils.c
Log Message:
Destroy callouts when cleaning up.
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: bouyer
Date: Sun Feb 5 12:18:20 UTC 2017
Modified Files:
src/tests/net/can [bouyer-socketcan]: h_canutils.c t_can.c
t_canfilter.c
Log Message:
Factor out creation of socket with CAN_RAW_RECV_OWN_MSGS
To generate a diff of this c
Module Name:src
Committed By: skrll
Date: Sun Feb 5 16:05:20 UTC 2017
Modified Files:
src/sys/external/bsd/vchiq/dist/interface/vchiq_arm: vchiq_core.c
Log Message:
Don't call _sema_init twice on various objects... remote_event_create
will initialise them
Found by LOCKDE
Module Name:src
Committed By: skrll
Date: Sun Feb 5 16:06:04 UTC 2017
Modified Files:
src/sys/external/bsd/vchiq/dist/interface/vchiq_arm [nick-nhusb]:
vchiq_core.c
Log Message:
Sync with HEAD
To generate a diff of this commit:
cvs rdiff -u -r1.9.8.2 -r1.9.8
Module Name:src
Committed By: bouyer
Date: Sun Feb 5 17:37:10 UTC 2017
Modified Files:
src/sys/netcan [bouyer-socketcan]: can.c can_var.h if_canloop.c
Log Message:
Introduce can_ifattach(), for common setups of can interfaces.
Convert output to a ifq and change canloop_ou
Module Name:src
Committed By: snj
Date: Sun Feb 5 19:14:01 UTC 2017
Modified Files:
src/sys/net [netbsd-7-0]: if_arcsubr.c if_ecosubr.c if_ethersubr.c
if_fddisubr.c if_tokensubr.c
Log Message:
Pull up following revision(s) (requested by maxv in ticket #1355):
Module Name:src
Committed By: snj
Date: Sun Feb 5 19:14:17 UTC 2017
Modified Files:
src/sys/net [netbsd-7]: if_arcsubr.c if_ecosubr.c if_ethersubr.c
if_fddisubr.c if_tokensubr.c
Log Message:
Pull up following revision(s) (requested by maxv in ticket #1355):
Module Name:src
Committed By: snj
Date: Sun Feb 5 19:17:25 UTC 2017
Modified Files:
src/sys/netinet [netbsd-7-0]: if_arp.c
Log Message:
Pull up following revision(s) (requested by maxv in ticket #1356):
sys/netinet/if_arp.c: revision 1.238, 1.239 via patch
Make su
Module Name:src
Committed By: snj
Date: Sun Feb 5 19:20:06 UTC 2017
Modified Files:
src/doc [netbsd-7-0]: CHANGES-7.0.3
Log Message:
1355, 1356
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.21 -r1.1.2.22 src/doc/CHANGES-7.0.3
Please note that diffs are not pu
Module Name:src
Committed By: snj
Date: Sun Feb 5 19:20:23 UTC 2017
Modified Files:
src/sys/netinet [netbsd-7]: if_arp.c
Log Message:
Pull up following revision(s) (requested by maxv in ticket #1356):
sys/netinet/if_arp.c: revision 1.238, 1.239 via patch
Make sure
Module Name:src
Committed By: snj
Date: Sun Feb 5 19:21:29 UTC 2017
Modified Files:
src/doc [netbsd-7]: CHANGES-7.1
Log Message:
1355, 1356
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.147 -r1.1.2.148 src/doc/CHANGES-7.1
Please note that diffs are not public
Module Name:src
Committed By: bouyer
Date: Sun Feb 5 19:44:53 UTC 2017
Modified Files:
src/sys/netcan [bouyer-socketcan]: can.c can_pcb.c
Log Message:
more sanity checks on the mbuf we get.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.5 -r1.1.2.6 src/sys/netc
Module Name:src
Committed By: palle
Date: Sun Feb 5 20:08:35 UTC 2017
Modified Files:
src/sys/arch/sparc64/doc: TODO
Log Message:
sun4v: update TODO list to reflect the current state - TRAP_SETUP() was adapted
to handle both sun4u and sun4v systems in version 1.404 of lo
Module Name:src
Committed By: dholland
Date: Mon Feb 6 02:26:44 UTC 2017
Modified Files:
src/usr.bin/shuffle: shuffle.c
Log Message:
Fix misuse of arc4random by using arc4random_uniform.
Noticed by riastradh.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22
Module Name:src
Committed By: snj
Date: Mon Feb 6 07:26:15 UTC 2017
Modified Files:
src/crypto/external/bsd/openssl/dist/crypto/ecdsa [netbsd-7]:
ecs_ossl.c
src/crypto/external/bsd/openssl/dist/crypto/evp [netbsd-7]:
e_rc4_hmac_md5.c
Log Me
Module Name:src
Committed By: snj
Date: Mon Feb 6 07:27:01 UTC 2017
Modified Files:
src/crypto/external/bsd/openssl/dist/crypto/ecdsa [netbsd-7-0]:
ecs_ossl.c
src/crypto/external/bsd/openssl/dist/crypto/evp [netbsd-7-0]:
e_rc4_hmac_md5.c
Lo
Module Name:src
Committed By: snj
Date: Mon Feb 6 07:28:39 UTC 2017
Modified Files:
src/doc [netbsd-7-0]: CHANGES-7.0.3
Log Message:
1352
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.22 -r1.1.2.23 src/doc/CHANGES-7.0.3
Please note that diffs are not public d
Module Name:src
Committed By: snj
Date: Mon Feb 6 07:31:50 UTC 2017
Modified Files:
src/doc [netbsd-7]: CHANGES-7.1
Log Message:
1352
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.148 -r1.1.2.149 src/doc/CHANGES-7.1
Please note that diffs are not public domai
31 matches
Mail list logo