Module Name:src
Committed By: maya
Date: Mon Oct 19 07:44:52 UTC 2020
Modified Files:
src/external/gpl3/gcc/dist/libcpp: macro.c
Log Message:
Remove unused local diff. Pointed out by htodd.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/external/gpl3/g
Module Name:src
Committed By: nia
Date: Mon Oct 19 09:01:24 UTC 2020
Modified Files:
src/lib/libossaudio: ossaudio.c soundcard.h
Log Message:
ossaudio(3): Add SNDCTL_DSP_CURRENT_(I|O)PTR
In OSSv4 these are supposed to avoid the wrapping problems with the
older GET(I|O)PTR
Module Name:src
Committed By: nia
Date: Mon Oct 19 09:07:29 UTC 2020
Modified Files:
src/lib/libossaudio: ossaudio.c
Log Message:
ossaudio(3): these ioctls need to return samples, not bytes
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/lib/libossaudio
Module Name:src
Committed By: nia
Date: Mon Oct 19 10:28:47 UTC 2020
Modified Files:
src/lib/libossaudio: ossaudio.c soundcard.h
Log Message:
ossaudio(3): add some no-op defines for ossv4 compat.
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/lib/libos
Module Name:src
Committed By: kamil
Date: Mon Oct 19 11:29:26 UTC 2020
Modified Files:
src/lib/libc/arch/x86_64/sys: __sigtramp2.S
Log Message:
Restore RSP from mcontext
Fixes unwinding of multiple frames without base pointer.
Patch by: Nikhil Benesch via PR lib/55719
Module Name:src
Committed By: kamil
Date: Mon Oct 19 11:31:02 UTC 2020
Modified Files:
src/lib/libc/arch/i386/sys: __sigtramp2.S
Log Message:
Restore ESP from mcontext
Improves unwinding of multiple frames without base pointer.
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: jmcneill
Date: Mon Oct 19 11:49:56 UTC 2020
Modified Files:
src/sys/external/bsd/common/include/linux: kernel.h
Log Message:
Define __BIG_ENDIAN or __LITTLE_ENDIAN depending on target endianness
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: rin
Date: Mon Oct 19 12:46:04 UTC 2020
Modified Files:
src/crypto/external/bsd/openssl/include/openssl: opensslconf.h
Log Message:
Define OPENSSL_NO_EC_NISTP_64_GCC_128 also for aarch64eb.
Fix ssh-keygen(1) on aarch64eb. Also, all tests in te
Module Name:src
Committed By: rin
Date: Mon Oct 19 12:47:53 UTC 2020
Modified Files:
src/external/gpl3/binutils/dist/gas/config: tc-aarch64.c
Log Message:
Fix assembling "isb sy" for aarch64{,eb} on LP64BE architectures.
Cherry-picked from upstream:
https://sourceware.org
Module Name:src
Committed By: tnn
Date: Mon Oct 19 13:44:25 UTC 2020
Modified Files:
src/sys/arch/arm/rockchip: rk_v1crypto.c
Log Message:
bus_space_write_4 does not have a return value
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/rockchip
Module Name:src
Committed By: kamil
Date: Mon Oct 19 14:47:01 UTC 2020
Modified Files:
src/sys/kern: sys_ptrace.c sys_ptrace_common.c
Log Message:
Remove obsolete references to 4.4BSD papers
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/kern/sys_ptr
Module Name:src
Committed By: kamil
Date: Mon Oct 19 14:52:19 UTC 2020
Modified Files:
src/sys/kern: sys_ptrace.c sys_ptrace_common.c
Log Message:
Rollback unintended changes in the previous commit
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/kern/
Module Name:src
Committed By: kre
Date: Mon Oct 19 15:05:53 UTC 2020
Modified Files:
src/lib/libutil: parsedate.y
Log Message:
POSIX requires that when converting 2 digit year representations to
actual specific years, values from 69-99 be treated as 20th century,
and value
Module Name:src
Committed By: kre
Date: Mon Oct 19 15:06:49 UTC 2020
Modified Files:
src/tests/lib/libutil: t_parsedate.c
Log Message:
Adapt for change to parsedate() which now follows POSIX and altered the
dividing line between 21st and 20th century conversions from 69/70
Module Name:src
Committed By: kamil
Date: Mon Oct 19 15:07:47 UTC 2020
Modified Files:
src/sys/kern: sys_ptrace.c
Log Message:
This file does not contain any code written by cgd@
Delete the BSD 4-clause license.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.
Module Name:src
Committed By: kre
Date: Mon Oct 19 15:08:17 UTC 2020
Modified Files:
src/lib/libutil: parsedate.y
Log Message:
For touch -d (which uses parsedate()) POSIX specifies that the
ISO-8601 format -mm-ddTHH:MM:SS[radix_and+frac][Z]
be accepted.
We didn't hand
Module Name:src
Committed By: kre
Date: Mon Oct 19 15:08:39 UTC 2020
Modified Files:
src/lib/libutil: parsedate.3
Log Message:
Catch the parsedate man page up with recent updates, ans also include
some general improvements I've had kicking around for a long time, but
never
Module Name:src
Committed By: kamil
Date: Mon Oct 19 15:25:58 UTC 2020
Modified Files:
src/share/legal: COPYRIGHT
Log Message:
Remove advertising clause from the code distributed from UCB
Follow ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
To generate a
Module Name:src
Committed By: tnn
Date: Mon Oct 19 17:00:02 UTC 2020
Modified Files:
src/sys/arch/evbarm/dev: plcom.c
Log Message:
remove superfluous parentheses in PREAD4/PWRITE4 macros
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/sys/arch/evbarm/de
Module Name:src
Committed By: kre
Date: Mon Oct 19 17:47:45 UTC 2020
Modified Files:
src/lib/libutil: parsedate.y
Log Message:
Check the year field of a tentative ISO-8601 date format for overflow
before committing to it being an 8601 format date, rather than after
(or the
Module Name:src
Committed By: christos
Date: Mon Oct 19 17:47:37 UTC 2020
Modified Files:
src/sys/arch/amd64/amd64: process_machdep.c
src/sys/arch/arm/arm: process_machdep.c
src/sys/arch/i386/i386: process_machdep.c
src/sys/arch/sh3/sh3: process_mach
Module Name:src
Committed By: rillig
Date: Mon Oct 19 18:59:53 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: directive-export-gmake.mk
Log Message:
make(1): fix test directive-export-gmake.mk for dash
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
Module Name:src
Committed By: rillig
Date: Mon Oct 19 19:14:11 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: shell-csh.mk
Log Message:
make(1): fix test shell-csh in case no csh is available
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/
Module Name:src
Committed By: christos
Date: Mon Oct 19 19:33:02 UTC 2020
Modified Files:
src/sys/arch/amd64/conf: MODULAR files.amd64
src/sys/kern: compat_stub.c core_elf32.c files.kern kern_core.c
kern_sig.c
src/sys/modules/coredump: Makefile
Module Name:src
Committed By: rillig
Date: Mon Oct 19 19:34:18 UTC 2020
Modified Files:
src/usr.bin/make: targ.c
Log Message:
make(1): fix variable names in Targ_Propagate
List nodes are called ln, not pn or cn.
While here, extract a common subexpression to save a few in
Module Name:src
Committed By: rillig
Date: Mon Oct 19 19:45:50 UTC 2020
Modified Files:
src/usr.bin/make: make.c
Log Message:
make(1): eliminate void pointer from MakeAddAllSrc
To generate a diff of this commit:
cvs rdiff -u -r1.161 -r1.162 src/usr.bin/make/make.c
Pleas
Module Name:src
Committed By: rillig
Date: Mon Oct 19 19:48:09 UTC 2020
Modified Files:
src/usr.bin/make: make.c
Log Message:
make(1): inline MakeTimeStamp in Make_OODate
To generate a diff of this commit:
cvs rdiff -u -r1.162 -r1.163 src/usr.bin/make/make.c
Please note
Module Name:src
Committed By: rillig
Date: Mon Oct 19 19:55:25 UTC 2020
Modified Files:
src/usr.bin/make: make.c
Log Message:
make(1): inline link_parent into Make_ProcessWait
To generate a diff of this commit:
cvs rdiff -u -r1.163 -r1.164 src/usr.bin/make/make.c
Please
Module Name:src
Committed By: rillig
Date: Mon Oct 19 20:41:53 UTC 2020
Modified Files:
src/usr.bin/make: meta.c
Log Message:
make(1): remove void pointers from printCMD
To generate a diff of this commit:
cvs rdiff -u -r1.125 -r1.126 src/usr.bin/make/meta.c
Please note
Module Name:src
Committed By: rillig
Date: Mon Oct 19 20:51:18 UTC 2020
Modified Files:
src/usr.bin/make: parse.c
Log Message:
make(1): remove void pointers from ParseClearPath
To generate a diff of this commit:
cvs rdiff -u -r1.391 -r1.392 src/usr.bin/make/parse.c
Plea
Module Name:src
Committed By: rillig
Date: Mon Oct 19 20:55:30 UTC 2020
Modified Files:
src/usr.bin/make: parse.c
Log Message:
make(1): remove void pointers from ParseAddDir
To generate a diff of this commit:
cvs rdiff -u -r1.392 -r1.393 src/usr.bin/make/parse.c
Please
Module Name:src
Committed By: rillig
Date: Mon Oct 19 21:17:35 UTC 2020
Modified Files:
src/usr.bin/make: suff.c targ.c
Log Message:
make(1): remove void pointers from suffix debug printing
To generate a diff of this commit:
cvs rdiff -u -r1.190 -r1.191 src/usr.bin/make/
Module Name:src
Committed By: rillig
Date: Mon Oct 19 21:23:07 UTC 2020
Modified Files:
src/usr.bin/make: suff.c
Log Message:
make(1): remove void pointers from SuffRebuildGraph
To generate a diff of this commit:
cvs rdiff -u -r1.191 -r1.192 src/usr.bin/make/suff.c
Plea
Module Name:src
Committed By: rillig
Date: Mon Oct 19 21:33:09 UTC 2020
Modified Files:
src/usr.bin/make: suff.c
Log Message:
make(1): remove void pointers from DEBUG_SRC debugging code
This debugging code is completely broken. Part of the output goes to
debug_file, the
Module Name:src
Committed By: rillig
Date: Mon Oct 19 21:38:10 UTC 2020
Modified Files:
src/usr.bin/make: suff.c
Log Message:
make(1): use consistent formatting for DEBUG_SRC
No trailing whitespace anymore, %p instead of %lx.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: rillig
Date: Mon Oct 19 21:41:31 UTC 2020
Modified Files:
src/usr.bin/make: lst.c lst.h
Log Message:
make(1): remove unused Lst_ForEach
All of its uses have been inlined since iterating through a linked list
is trivial. This avoids the cumbe
Module Name:src
Committed By: dholland
Date: Mon Oct 19 21:46:15 UTC 2020
Modified Files:
src/usr.bin/audiocfg: audiocfg.1
Log Message:
Add missing HISTORY and AUTHORS. Bump date.
Noticed by qjsgkem on freenode.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.
Module Name:src
Committed By: rillig
Date: Mon Oct 19 21:57:37 UTC 2020
Modified Files:
src/usr.bin/make: arch.c dir.c lst.c lst.h main.c make.c meta.c parse.c
suff.c
Log Message:
make(1): inline simple Lst getters
The function call variant takes more screen s
Module Name:src
Committed By: kamil
Date: Mon Oct 19 22:33:53 UTC 2020
Modified Files:
src/lib/libc/arch/aarch64/sys: __sigtramp2.S
Log Message:
Restore SP from mcontext
Improves unwinding of multiple frames without frame pointer.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: rillig
Date: Mon Oct 19 23:07:22 UTC 2020
Modified Files:
src/usr.bin/make: job.c job.h
Log Message:
make(1): move struct Shell from job.h to job.c
This type is only needed in job.c.
To generate a diff of this commit:
cvs rdiff -u -r1.265 -
Module Name:src
Committed By: rillig
Date: Mon Oct 19 23:43:55 UTC 2020
Modified Files:
src/usr.bin/make: config.h dir.h job.c make.c make.h make_malloc.h
meta.h nonints.h targ.c
Log Message:
make(1): clean up headers, no functional change
To generate a diff
Module Name:src
Committed By: nia
Date: Tue Oct 20 06:33:52 UTC 2020
Modified Files:
src/lib/libossaudio: soundcard.h
Log Message:
ossaudio(3): Add some endian-specific U16 formats
for compatibility with FreeBSD
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1
Module Name:src
Committed By: nia
Date: Tue Oct 20 06:43:34 UTC 2020
Modified Files:
src/lib/libossaudio: ossaudio.3
Log Message:
ossaudio(3): Turn BUGS section into a list of potential compat issues
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/lib/l
Module Name:src
Committed By: nia
Date: Tue Oct 20 06:43:56 UTC 2020
Modified Files:
src/lib/libossaudio: ossaudio.3
Log Message:
ossaudio.3: Bump date
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/lib/libossaudio/ossaudio.3
Please note that diffs ar
Module Name:src
Committed By: nia
Date: Tue Oct 20 06:53:38 UTC 2020
Modified Files:
src/lib/libossaudio: ossaudio.c
Log Message:
ossaudio(3): Plug a fd leak in the new mixer API
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/lib/libossaudio/ossaudio.c
45 matches
Mail list logo