Module Name:src
Committed By: kre
Date: Wed Dec 12 07:56:57 UTC 2018
Modified Files:
src/bin/sh: var.c
Log Message:
Fix a botch made in 1.70 (a bit over a week ago) where
var=foo; readonly var=new
now fails.
If var was already set, an attempt to make it readonly,
Module Name:src
Committed By: maxv
Date: Wed Dec 12 07:07:30 UTC 2018
Modified Files:
src/doc: CHANGES TODO.smpnet
Log Message:
Drop LMC-related entry from TODO.smpnet, and note removal of LMC.
To generate a diff of this commit:
cvs rdiff -u -r1.2461 -r1.2462 src/doc/CHA
Module Name:src
Committed By: maxv
Date: Wed Dec 12 07:04:06 UTC 2018
Modified Files:
src/distrib/sets/lists/base: mi rescue.mi
src/distrib/sets/lists/comp: mi
src/distrib/sets/lists/debug: mi
src/distrib/sets/lists/man: mi
src/share/man/man4
Module Name:src
Committed By: msaitoh
Date: Wed Dec 12 06:36:13 UTC 2018
Modified Files:
src/external/bsd/file/lib: Makefile
Log Message:
Use DPSRCS for magic.h. OK'd by Christos.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/bsd/file/lib/Ma
Module Name:src
Committed By: maxv
Date: Wed Dec 12 06:29:37 UTC 2018
Modified Files:
src/sys/arch/amd64/conf: ALL GENERIC XEN3_DOM0
src/sys/arch/arc/conf: GENERIC
src/sys/arch/cats/conf: GENERIC INSTALL
src/sys/arch/cobalt/conf: GENERIC INSTALL
Module Name:src
Committed By: rin
Date: Wed Dec 12 02:26:40 UTC 2018
Modified Files:
src/share/man/man4: shmif.4
Log Message:
Document capability of TX/RX offload and environment variable
RUMP_SHMIF_CAPENABLE. Bump date.
part of PR kern/53562
To generate a diff of this
Module Name:src
Committed By: rin
Date: Wed Dec 12 01:53:52 UTC 2018
Modified Files:
src/sys/netinet: ip_output.c
src/sys/netinet6: ip6_output.c
Log Message:
Simplify logic in ip{,6}_output().
Now, we have M_CSUM_TSOv[46] bit in ifp->if_csum_flags_tx when
TSO[46]
Module Name:src
Committed By: rin
Date: Wed Dec 12 01:51:32 UTC 2018
Modified Files:
src/sys/rump/net/lib/libshmif: if_shmem.c
Log Message:
Add TX/RX offload capabilities to shmif(4). They are emulated in
software by ether_sw_offload_[tr]x().
For rump kernels, if_capabili
Module Name:src
Committed By: rin
Date: Wed Dec 12 01:46:47 UTC 2018
Modified Files:
src/sys/net: if.c if_bridge.c if_bridgevar.h
src/sys/rump/librump/rumpnet: net_stub.c
Log Message:
PR kern/53562
Handle TX offload in software when a packet is sent via
bridge_out
Module Name:src
Committed By: rin
Date: Wed Dec 12 01:40:21 UTC 2018
Modified Files:
src/sys/net: files.net
src/sys/netinet: in_offload.c in_offload.h
src/sys/netinet6: in6_offload.c in6_offload.h
src/sys/rump/net/lib/libnet: Makefile
Added Files:
Module Name:src
Committed By: alnsn
Date: Wed Dec 12 00:48:44 UTC 2018
Modified Files:
src/sys/rump/dev/lib/libnetsmb: netsmb_user.c
src/sys/rump/dev/lib/libpci: rumpdev_bus_dma.c rumpdev_bus_space.c
src/sys/rump/dev/lib/libscsipi: scsipi_component.c
Module Name:src
Committed By: jdolecek
Date: Tue Dec 11 23:06:30 UTC 2018
Modified Files:
src/sys/dev/ata: ata.c
Log Message:
in atabus_detach(), shutdown the channel thread only after all the
children successfully detach; this is especially important for
atapibus, which n
Module Name:src
Committed By: sevan
Date: Tue Dec 11 23:02:19 UTC 2018
Modified Files:
src/lib/libkvm: kvm_getloadavg.3
Log Message:
Reword post mortem description. It tries to get the tree averages if it can.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13
Module Name:src
Committed By: martin
Date: Tue Dec 11 19:40:54 UTC 2018
Modified Files:
src/sys/dev/marvell: com_mv.c
Log Message:
Remove stray ; to fix the build
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/dev/marvell/com_mv.c
Please note that
Module Name:src
Committed By: alnsn
Date: Tue Dec 11 19:38:42 UTC 2018
Modified Files:
src/sys/arch/arm/include: cpufunc.h
Log Message:
Don't exclude code from rump kernel build.
To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 src/sys/arch/arm/include/cpufu
Module Name:src
Committed By: ryo
Date: Tue Dec 11 18:11:33 UTC 2018
Modified Files:
src/sys/arch/aarch64/aarch64: cpuswitch.S
Log Message:
need to save/restore also x1. x1 is in-use as ipl.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/aarch64
Module Name:src
Committed By: maya
Date: Tue Dec 11 16:52:49 UTC 2018
Modified Files:
src/sys/arch/amd64/conf: GENERIC INSTALL
src/sys/arch/i386/conf: GENERIC INSTALL
Log Message:
revert previous, nouveau apparently works for some people.
To generate a diff of th
Module Name:src
Committed By: martin
Date: Tue Dec 11 16:45:49 UTC 2018
Modified Files:
src/sys/dev/usb: if_mue.c
Log Message:
Avoid signed/unsigned comparision (if_mtu is uint64_t)
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/dev/usb/if_mue.c
P
Module Name:src
Committed By: jakllsch
Date: Tue Dec 11 14:49:27 UTC 2018
Modified Files:
src/sys/dev/usb: ucom.c
Log Message:
restore error reporting in ucomparam() lost in 1.115
To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.121 src/sys/dev/usb/ucom.c
Ple
Module Name:src
Committed By: christos
Date: Tue Dec 11 14:38:46 UTC 2018
Modified Files:
src/sys/netinet: sctp_pcb.c
Log Message:
PR/53775: Havard Eidnes: bind(2) may inaccurately return EADDRNOTAVAIL,
it should return EADDRINUSE.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: maya
Date: Tue Dec 11 14:04:15 UTC 2018
Modified Files:
src/sys/arch/amd64/conf: INSTALL
src/sys/arch/i386/conf: INSTALL
Log Message:
comment out nouveau related lines in INSTALL kernels too
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: rin
Date: Tue Dec 11 13:35:03 UTC 2018
Modified Files:
src/sys/dev/usb: if_mue.c if_muereg.h
Log Message:
Determine the frame size as a function of MTU.
XXX Jumbo frame is not yet supported.
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: kre
Date: Tue Dec 11 13:31:20 UTC 2018
Modified Files:
src/bin/sh: main.c parser.c parser.h sh.1
Log Message:
PR standards/42829
Implement parameter and arithmetic expansion of $ENV
before using it as the name of a file from which to
read sta
Module Name:src
Committed By: maya
Date: Tue Dec 11 11:00:18 UTC 2018
Modified Files:
src/sys/arch/amd64/conf: GENERIC
src/sys/arch/i386/conf: GENERIC
Log Message:
disable nouveau. it hasn't been functional since the import of new drmkms
code.
To generate a diff
Module Name:src
Committed By: rin
Date: Tue Dec 11 09:05:50 UTC 2018
Modified Files:
src/sys/dev/usb: if_mue.c
Log Message:
Stop assigning random MAC address when it cannot be obtained from H/W.
It was intended only for debugging.
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: rin
Date: Tue Dec 11 08:16:57 UTC 2018
Modified Files:
src/sys/dev/usb: if_mue.c if_muevar.h
Log Message:
Support checksum offloading for mue(4) by Robert Swindells
and adjusted by myself.
To generate a diff of this commit:
cvs rdiff -u -r1.
26 matches
Mail list logo