created | 2018-12-30T01:26:11Z |
---|---|
begin | 2018-12-06T00:00:00Z |
end | 2018-12-07T00:00:00Z |
path | src/sys |
commits | 3 |
date | 2018-12-06T07:50:38Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/dev/usb/if_athn_usb.c | log | diff | annotate |
message |
Avoid unnecessary dynamic memory allocation in athn_usb_newauth(). Patch by Benjamin Baier ok ratchov@ mpi@ |
date | 2018-12-06T08:11:52Z | |||
---|---|---|---|---|
author | claudio | |||
files | src/sys/netinet6/nd6_nbr.c | log | diff | annotate |
message |
When building ND packets use m_align() to pack the mbuf as optimal as possible. Because of an optional payload maxlen bytes are used on the m_align so that there is always enough space. OK florian@ |
date | 2018-12-06T18:59:31Z | |||
---|---|---|---|---|
author | guenther | |||
files | src/sys/kern/exec_elf.c | log | diff | annotate |
src/sys/sys/exec_elf.h | log | diff | annotate | |
message |
Core files with >65535 sections have to use PN_XNUM and a section header to pass the real count, with a minimal .shstrtab segment for consistency. Also, add support for PN_XNUM to readelf. problem reported and testing by claudio@ ok kettenis@ |