created | 2019-05-04T02:49:42Z |
---|---|
begin | 2017-10-27T00:00:00Z |
end | 2017-10-28T00:00:00Z |
path | src/sys |
commits | 8 |
date | 2017-10-27T06:48:13Z | |||
---|---|---|---|---|
author | yasuoka | |||
files | src/sys/arch/amd64/amd64/machdep.c | log | diff | annotate |
message |
Call i8254_startclock() earlier to make delay() usable. Actually HP DL 20 Gen9 with "UEFI optimized mode" requires this initialization. tested by Pedro Ramos ok kettenis |
date | 2017-10-27T08:27:14Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/net/pfkeyv2.c | log | diff | annotate |
src/sys/net/pfkeyv2.h | log | diff | annotate | |
src/sys/netinet/ip_ipsp.h | log | diff | annotate | |
src/sys/netinet/ip_spd.c | log | diff | annotate | |
message |
Dump IPsec flows by iterating over the rafdix-tree. This enforces an order and will allow us to get rid of the global list. ok millert@, visa@, markus@ |
date | 2017-10-27T08:40:15Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/ddb/db_dwarf.c | log | diff | annotate |
message |
Use |
date | 2017-10-27T09:02:48Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/arch/armv7/include/Attic/elf_abi.h | log | diff | annotate |
message |
This file only includes ok jsg@ |
date | 2017-10-27T11:23:28Z | |||
---|---|---|---|---|
author | kevlo | |||
files | src/sys/arch/armv7/dev/Attic/pluart.c | log | diff | annotate |
src/sys/arch/armv7/exynos/exuart.c | log | diff | annotate | |
src/sys/arch/armv7/imx/Attic/imxuart.c | log | diff | annotate | |
message |
Remove duplicated function prototypes. ok patrick@ |
date | 2017-10-27T12:22:40Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/net80211/ieee80211_ioctl.c | log | diff | annotate |
src/sys/net80211/ieee80211_ioctl.h | log | diff | annotate | |
message |
Remove 80211WMMPARMS ioctls. Last used in ifconfig in 2009. ok stsp@ kevlo@ jca@ |
date | 2017-10-27T16:11:00Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/netinet6/frag6.c | log | diff | annotate |
src/sys/sys/malloc.h | log | diff | annotate | |
message |
Allocate IPv6 reassembly structs using pools instead of malloc(), and drop the now redundant allocation type M_FTABLE. OK mikeb@, bluhm@, mpi@ |
date | 2017-10-27T20:21:53Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/dev/tc/tcds.c | log | diff | annotate |
message |
Replace ancient DELAY inherited from Mach and the associated scary comment with a barrier. Tested in both fast and slow modes. from miod@ |