Module Name:src
Committed By: isaki
Date: Sat Feb 29 07:13:37 UTC 2020
Modified Files:
src/sys/dev/audio: audio.c
Log Message:
Release memories on audiobellclose.
It's rest of the last commit.
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/sys/dev/audi
Module Name:src
Committed By: isaki
Date: Sat Feb 29 06:34:30 UTC 2020
Modified Files:
src/sys/dev/pci: auacer.c auich.c auixp.c
Log Message:
round_blocksize must return a multiple of the framesize
even if 6 channels mode.
I believe that keeping "good alignment" is just a
Module Name:src
Committed By: isaki
Date: Sat Feb 29 06:25:33 UTC 2020
Modified Files:
src/sys/dev/pci: gcscaudio.c
Log Message:
round_blocksize must return a multiple of the framesize.
It's not divisible when blk=GCSCAUDI_PRD_SIZE_MAX and channels=4.
To generate a diff
Module Name:src
Committed By: isaki
Date: Sat Feb 29 06:06:29 UTC 2020
Modified Files:
src/sys/dev/sbus: dbri.c
Log Message:
round_blocksize must return a multiple of the framesize
even if passed blocksize is greater than the upper limit.
To generate a diff of this commi
Module Name:src
Committed By: isaki
Date: Sat Feb 29 06:03:55 UTC 2020
Modified Files:
src/sys/arch/amiga/dev: aucc.c
Log Message:
round_blocksize must return a multiple of the framesize.
aucc(4) supports 3 channels mode.
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: isaki
Date: Sat Feb 29 05:51:11 UTC 2020
Modified Files:
src/sys/arch/amiga/dev: toccata.c
src/sys/arch/arm/rockchip: rk_i2s.c
src/sys/arch/arm/sunxi: sunxi_codec.c sunxi_i2s.c
src/sys/arch/evbarm/mini2440: audio_mini244
Module Name:src
Committed By: isaki
Date: Sat Feb 29 05:39:03 UTC 2020
Modified Files:
src/share/man/man9: audio.9
Log Message:
Describe about (existing) constraints on round_blocksize().
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/share/man/man9/au
Module Name:src
Committed By: nisimura
Date: Sat Feb 29 04:27:53 UTC 2020
Modified Files:
src/sys/dev/usb: if_axe.c
Log Message:
add comments to show the RX filter intent
To generate a diff of this commit:
cvs rdiff -u -r1.125 -r1.126 src/sys/dev/usb/if_axe.c
Please not
Module Name:src
Committed By: kamil
Date: Sat Feb 29 04:27:01 UTC 2020
Modified Files:
src/doc: CHANGES
Log Message:
ld.elf_so(1): Implement DT_GNU_HASH
To generate a diff of this commit:
cvs rdiff -u -r1.2653 -r1.2654 src/doc/CHANGES
Please note that diffs are not publ
Module Name:src
Committed By: kamil
Date: Sat Feb 29 04:24:34 UTC 2020
Modified Files:
src/libexec/ld.elf_so: headers.c reloc.c rtld.h symbol.c
Log Message:
Implement DT_GNU_HASH
DT_GNU_HASH serves the same purpose as DT_HASH, however it is a distinct
and faster apprach i
Module Name:src
Committed By: kamil
Date: Sat Feb 29 04:23:05 UTC 2020
Modified Files:
src/libexec/ld.elf_so: reloc.c rtld.c rtld.h symbol.c
Log Message:
Implement and integrate GNU Hashing function
Define Elf_Hash struct that contains ELF/SYSV and GNU hash checksum.
Impl
Module Name:src
Committed By: kamil
Date: Sat Feb 29 04:21:42 UTC 2020
Modified Files:
src/libexec/ld.elf_so: symbol.c
Log Message:
Separate matched symbol functionality out of _rtld_symlook_obj()
Simplifies the code and it will allow to use the matched symbol
functionali
Module Name:src
Committed By: nisimura
Date: Sat Feb 29 04:02:06 UTC 2020
Modified Files:
src/sys/dev/usb: if_axe.c
Log Message:
make sure to accept bcast frame all the time
To generate a diff of this commit:
cvs rdiff -u -r1.124 -r1.125 src/sys/dev/usb/if_axe.c
Please
Module Name:src
Committed By: nisimura
Date: Sat Feb 29 02:51:14 UTC 2020
Modified Files:
src/sys/dev/usb: if_axe.c
Log Message:
iron out receive filter multicast/promisc logic
To generate a diff of this commit:
cvs rdiff -u -r1.123 -r1.124 src/sys/dev/usb/if_axe.c
Plea
Module Name:src
Committed By: macallan
Date: Fri Feb 28 22:14:10 UTC 2020
Modified Files:
src/sys/arch/powerpc/oea: ofwoea_machdep.c
Log Message:
do what FreeBSD does and OF_quiesce() only on PowerMac11,2 and 12,1
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r
Module Name:src
Committed By: macallan
Date: Fri Feb 28 22:09:35 UTC 2020
Modified Files:
src/sys/arch/powerpc/oea: ofwoea_machdep.c
Log Message:
switch PowerMac7,* CPUs to full speed via OF
if we do this later we hang
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: kim
Date: Fri Feb 28 17:50:29 UTC 2020
Modified Files:
src/crypto/external/bsd/openssh/dist: version.h
Log Message:
Remove unreferenced SSH_RELEASE
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/crypto/external/bsd/openssh
Module Name:src
Committed By: kim
Date: Fri Feb 28 17:27:34 UTC 2020
Modified Files:
src/crypto/external/bsd/openssh/dist: readconf.c
Log Message:
Fix duplicate entries in the keywords list.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/crypto/externa
Module Name:src
Committed By: msaitoh
Date: Fri Feb 28 14:57:55 UTC 2020
Modified Files:
src/sys/dev/pci: if_bnx.c
Log Message:
Replace bnx_ifmedia_upd() in bnx_init() with mii_ifmedia_change() for future
locking changes.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: msaitoh
Date: Fri Feb 28 14:20:06 UTC 2020
Modified Files:
src/sys/dev/pci: if_bnx.c
Log Message:
Replace bnx_ifmedia_upd() in bnx_mgmt_init() with mii_ifmedia_change() for
future locking changes. Suggested by thorpej@.
XXX Need more work f
Module Name:src
Committed By: isaki
Date: Fri Feb 28 13:31:03 UTC 2020
Modified Files:
src/sys/dev/pci: auvia.c
Log Message:
Drop 512 bytes limit on auvia_round_blocksize().
This fixes attach on 6 channels device.
PR kern/55017.
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: macallan
Date: Fri Feb 28 13:18:25 UTC 2020
Modified Files:
src/sys/dev/i2c: dstemp.c
Log Message:
- document the config register
- do some setup and send a start command
- mark the sensor as invalid if readings are out of range
now this works
Module Name:src
Committed By: christos
Date: Fri Feb 28 13:00:51 UTC 2020
Modified Files:
src/distrib/evbarm/instkernel/sshramdisk: Makefile list
Log Message:
Deal with sshkey_sign. I am going to fix this properly at some point, but
it needs coordination from upstream (Pat
Module Name:src
Committed By: kamil
Date: Fri Feb 28 11:27:38 UTC 2020
Modified Files:
src/sys/fs/hfs: hfs_vfsops.c
Log Message:
Avoid undefined behavior in left shift semantics
hfs_vfsops.c:477:19, left shift of 1 by 31 places cannot be represented in type
'int'
To ge
Module Name:src
Committed By: kim
Date: Fri Feb 28 10:59:58 UTC 2020
Modified Files:
src/crypto/external/bsd/openssh/dist: sshd_config
Log Message:
Cleanup
- Match the case of the UsePAM keyword used in the manual page and code,
to aid case-sensitive grep etc.
- Remove
Module Name:src
Committed By: kim
Date: Fri Feb 28 10:41:49 UTC 2020
Modified Files:
src/crypto/external/bsd/openssh/dist: ssh_config
Log Message:
Move NetBSD.org-specific entry above the match-all entry
The first matching entry that sets an option "wins." Therefore more
26 matches
Mail list logo