created | 2019-04-18T09:59:42Z |
---|---|
begin | 2019-03-31T00:00:00Z |
end | 2019-04-01T00:00:00Z |
path | src/sys |
commits | 11 |
date | 2019-03-31T02:37:05Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/arch/arm64/arm64/cpu.c | log | diff | annotate |
message |
follow atf and change neoverse e1 part number matches trm which is now public |
date | 2019-03-31T06:16:38Z | |||
---|---|---|---|---|
author | mglocker | |||
files | src/sys/dev/usb/ehci.c | log | diff | annotate |
message | Fix comment typo: 'trasnfer' -> 'transfer'. |
date | 2019-03-31T11:00:11Z | |||
---|---|---|---|---|
author | kevlo | |||
files | src/sys/dev/ic/ar9287.c | log | diff | annotate |
message |
AR9287-based usb devices use GPIO pin 10 for LED, not 8. Tested with TP-LINK TL-WN821N V3. ok stsp@ |
date | 2019-03-31T11:33:11Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/kern/vfs_lockf.c | log | diff | annotate |
src/sys/sys/lockf.h | log | diff | annotate | |
message |
Move the prototypes of internal lockf functions from to vfs_lockf.c. This makes the public interface clearer. The declaration of variable lockf_debug is removed from the header because it is not needed outside of vfs_lockf.c. OK anton@ tedu@ |
date | 2019-03-31T13:56:25Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/net/bridgestp.c | log | diff | annotate |
message |
The KERNEL_LOCK() is still what serializes access to bridge(4) data structures. Fix a warning reported by Hrvoje Popovski, ok visa@ |
date | 2019-03-31T13:58:18Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/net/if_var.h | log | diff | annotate |
message |
Document that it is safe to dereference `if_softc' when the caller has a valid reference to the corresponding `ifp'. ok visa@ |
date | 2019-03-31T13:59:38Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/net/if_bridge.c | log | diff | annotate |
message |
Fix output accounting when bridge(4) is down. ok visa@ |
date | 2019-03-31T14:03:40Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/net/art.h | log | diff | annotate |
src/sys/sys/srp.h | log | diff | annotate | |
message |
Make ART data structure definitions visible to userland, in order to fix netstat(1) inspection of routing tables. From Naoki Fukaumi, ok yasuoka@ |
date | 2019-03-31T15:34:02Z | |||
---|---|---|---|---|
author | claudio | |||
files | src/sys/net/rtsock.c | log | diff | annotate |
message |
Add a more strict rtm_hdrlen size check. Make sure that at least struct rt_msghdr bytes are passed in. Also return a failure from rtm_xaddrs() if rti_addrs has bad flags or run out of space. Ok bluhm@ Reported-by: [email protected] |
date | 2019-03-31T17:55:09Z | |||
---|---|---|---|---|
author | ratchov | |||
files | src/sys/dev/audio.c | log | diff | annotate |
message |
Don't try to recover when DMA pointers wrap if the driver is using bounce buffers. In this case, hardware underruns are managed by the driver on the bounce buffers, not the audio ring buffer. |
date | 2019-03-31T19:29:27Z | |||
---|---|---|---|---|
author | tb | |||
files | src/sys/net/art.c | log | diff | annotate |
message |
Unbreak tree by removing the bits that were copied to art.h in r1.18 from here. reported by anton and otto |