Module Name:src
Committed By: pgoyette
Date: Sat Mar 24 05:25:59 UTC 2018
Modified Files:
src/sys/compat/common [pgoyette-compat]: compat_80_mod.c
Log Message:
Also add raidframe init/fini for compat_80
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.4 -r1.1.2.5
Module Name:src
Committed By: pgoyette
Date: Sat Mar 24 05:24:10 UTC 2018
Modified Files:
src/sys/compat/common [pgoyette-compat]: compat_50_mod.c
Log Message:
Add raidframe init/fini calls
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/sys/compa
Module Name:src
Committed By: pgoyette
Date: Sat Mar 24 03:04:48 UTC 2018
Modified Files:
src/doc [pgoyette-compat]: COMPAT-branch-notes
Log Message:
Reflect current status
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/doc/COMPAT-branch-notes
P
Module Name:src
Committed By: pgoyette
Date: Sat Mar 24 01:59:16 UTC 2018
Modified Files:
src/distrib/sets/lists/modules [pgoyette-compat]: mi
src/sys/compat/common [pgoyette-compat]: Makefile.sysio compat_80_mod.c
files.common
src/sys/dev/raidfr
Module Name:src
Committed By: kre
Date: Sat Mar 24 01:54:48 UTC 2018
Modified Files:
src/external/public-domain/tz: tzdata2netbsd
Log Message:
Make this more automated - no longer requires editing the
script before use. Also update to reflect a few changes
to procedures
Module Name:src
Committed By: kre
Date: Sat Mar 24 01:52:26 UTC 2018
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
Note update to tzdata2018d
To generate a diff of this commit:
cvs rdiff -u -r1.1505 -r1.1506 src/doc/3RDPARTY
cvs rdiff -u -r1.2366 -r1.2367 src/do
Module Name:src
Committed By: kre
Date: Sat Mar 24 01:47:49 UTC 2018
Modified Files:
src/external/public-domain/tz/dist: TZDATA_VERSION
Log Message:
Merge tzdata2018d
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/public-domain/tz/dist/TZDATA_
Module Name:src
Committed By: kamil
Date: Sat Mar 24 01:45:22 UTC 2018
Modified Files:
src/sys/dev/scsipi: st.c
Log Message:
Revert previous commit in st.c in order to unbreak build
There are various build errors like:
/usr/src/sys/dev/scsipi/st.c: In function 'stattach':
Module Name:src
Committed By: kre
Date: Sat Mar 24 01:45:23 UTC 2018
Update of /cvsroot/src/external/public-domain/tz/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv18468
Log Message:
Import tzdata2018d from ftp://ftp.iana.org/tz/releases/tzdata2018d.tar.gz
Summary of changes
Module Name:src
Committed By: kamil
Date: Sat Mar 24 00:26:51 UTC 2018
Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/usr.bin/c++: Makefile t_cxxruntime.sh t_hello.sh
t_static_destructor.sh
Added Files:
src/tests/usr.bin/c++: t_call_o
Module Name:src
Committed By: kamil
Date: Sat Mar 24 00:06:32 UTC 2018
Modified Files:
src/tests/net/icmp: t_ping.c
Log Message:
Fix a printf(3)-like format in ATF ICMP t_ping.c
Use %zd for ssize_t, instead of %d.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -
Module Name:src
Committed By: roy
Date: Fri Mar 23 11:57:33 UTC 2018
Modified Files:
src/sbin/route: route.c
Log Message:
Handle the routing socket overflowing gracefully.
To generate a diff of this commit:
cvs rdiff -u -r1.158 -r1.159 src/sbin/route/route.c
Please note
Module Name:src
Committed By: roy
Date: Fri Mar 23 10:05:45 UTC 2018
Modified Files:
src/tests/net/icmp: t_ping.c
Log Message:
Note value received. Harden another sendto for ENOBUFS.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/tests/net/icmp/t_ping.
Module Name:src
Committed By: jmcneill
Date: Fri Mar 23 09:43:33 UTC 2018
Modified Files:
src/sys/arch/sgimips/mace: if_mec.c
Log Message:
No need to print interrupt status for RX underflow as this status bit is
handled already
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: pgoyette
Date: Fri Mar 23 09:41:10 UTC 2018
Modified Files:
src/sys/compat/common [pgoyette-compat]: Makefile.sysio compat_50_mod.c
src/sys/kern [pgoyette-compat]: compat_stub.c
src/sys/modules/compat_50 [pgoyette-compat]: Makef
Module Name:src
Committed By: pgoyette
Date: Fri Mar 23 09:38:48 UTC 2018
Modified Files:
src/sys/compat/common [pgoyette-compat]: compat_80_mod.c compat_mod.h
files.common
Log Message:
For now, the compat_80 module is empty.
To generate a diff of this commit
Module Name:src
Committed By: maxv
Date: Fri Mar 23 09:30:55 UTC 2018
Modified Files:
src/sys/netinet: tcp_input.c
Log Message:
Remove #ifdef INET. Nobody is doing that in the kernel, and there are
even IPv4 places that are not covered here.
To generate a diff of this co
Module Name:src
Committed By: pgoyette
Date: Fri Mar 23 09:22:24 UTC 2018
Modified Files:
src/sys/dev [pgoyette-compat]: ccd.c
Log Message:
Remove definition of compat_ccd_ioctl_60() - this is now defined in
sys/kern/compat_stub.c (sync/merge botch)
To generate a diff of
Module Name:src
Committed By: maxv
Date: Fri Mar 23 08:57:40 UTC 2018
Modified Files:
src/sys/netinet: tcp_input.c
Log Message:
Improve a bit here and there. Replace bcopy by memcpy/memmove.
To generate a diff of this commit:
cvs rdiff -u -r1.386 -r1.387 src/sys/netinet/
Module Name:src
Committed By: maxv
Date: Fri Mar 23 08:34:57 UTC 2018
Modified Files:
src/sys/net/npf: npf_alg_icmp.c
Log Message:
In addition to checking L4 in the cache, here we also need to check the
protocol. The NPF entry point does not ensure that
ICMPv6 can
Module Name:src
Committed By: maxv
Date: Fri Mar 23 08:28:54 UTC 2018
Modified Files:
src/sys/net/npf: npf_inet.c
Log Message:
If we fail to advance inside TCP/UDP/ICMPv4/ICMPv6, stop pretending L4
is unknown, and error out right away.
This prevents bugs in machinery, if
21 matches
Mail list logo