Module Name:src
Committed By: rillig
Date: Wed Dec 9 07:57:52 UTC 2020
Modified Files:
src/distrib/sets/lists/tests: mi
src/usr.bin/make/unit-tests: Makefile opt-jobs-no-action.mk
Added Files:
src/usr.bin/make/unit-tests: opt-no-action-runflags.exp
Module Name:src
Committed By: rillig
Date: Wed Dec 9 07:24:52 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: opt-jobs-no-action.exp
opt-jobs-no-action.mk
Log Message:
make(1): refine test for combining -j1 and -n
To generate a diff of this commit:
cvs
Module Name:src
Committed By: skrll
Date: Wed Dec 9 07:10:01 UTC 2020
Modified Files:
src/sys/dev/usb: ohci.c ohcivar.h
Log Message:
Restructure the abort code for TD based transfers (ctrl, bulk, intr).
In PR kern/22646 some TDs can be on the done queue when the abort st
Module Name:src
Committed By: isaki
Date: Wed Dec 9 05:48:56 UTC 2020
Modified Files:
src/share/man/man4: audio.4
Log Message:
Remove an old description.
This behavior was modified in sys/dev/audio/audio.c rev 1.65 (Mar. 2020).
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: isaki
Date: Wed Dec 9 04:30:39 UTC 2020
Modified Files:
src/sys/dev/audio: audio.c
Log Message:
Rewrite error handling on audio_open().
This also fixes a few resource leaks on error case.
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: isaki
Date: Wed Dec 9 04:24:08 UTC 2020
Modified Files:
src/sys/dev/audio: audio.c
Log Message:
Fix that audio_open() didn't halt the recording mixer correctly
if fd_allocfile() failed, since rev 1.65.
Will fix PR kern/55848.
To generate a
Module Name:src
Committed By: uwe
Date: Wed Dec 9 04:02:20 UTC 2020
Modified Files:
src/sys/arch/sparc/sparc: pmap.c
Log Message:
sp_tlb_flush() - fix inline asm miscompiled by newer gcc versions.
As one national park director once said: "my problems start when the
dumbe
Module Name:src
Committed By: dholland
Date: Wed Dec 9 02:46:57 UTC 2020
Modified Files:
src/common/lib/libc/arch/arm/gen: byte_swap_4.S
Log Message:
arm bswap32: Improve the comments showing the byte flow.
It's confusing to use 1-4 for bytes 1-4 and then 0 for literal z
Module Name:src
Committed By: rillig
Date: Wed Dec 9 00:43:48 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: opt-jobs-no-action.exp
opt-jobs-no-action.mk
Log Message:
make(1): add more tests for combining -j1 and -n
To generate a diff of this commit:
Module Name:src
Committed By: rillig
Date: Wed Dec 9 00:25:01 UTC 2020
Modified Files:
src/distrib/sets/lists/tests: mi
src/usr.bin/make/unit-tests: Makefile
Added Files:
src/usr.bin/make/unit-tests: opt-jobs-no-action.exp
opt-jobs-no-action.mk
Module Name:src
Committed By: chs
Date: Wed Dec 9 00:03:32 UTC 2020
Modified Files:
src/sys/rump/librump/rumpvfs: vm_vfs.c
Log Message:
make rump's uvm_aio_aiodone_pages() look more like the kernel version.
fixes some more rumpy assertions.
To generate a diff of this co
Module Name:src
Committed By: rillig
Date: Tue Dec 8 21:34:49 UTC 2020
Modified Files:
src/usr.bin/make: job.c
Log Message:
make(1): in jobs mode, invert local variable noSpecials to run
To generate a diff of this commit:
cvs rdiff -u -r1.350 -r1.351 src/usr.bin/make/jo
Module Name:src
Committed By: rillig
Date: Tue Dec 8 20:17:18 UTC 2020
Modified Files:
src/usr.bin/make: job.c
Log Message:
make(1): negate RunFlags.silent to become RunFlags.echo
This reduces the number of negations in the code.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: rillig
Date: Tue Dec 8 20:10:24 UTC 2020
Modified Files:
src/usr.bin/make: job.c
Log Message:
make(1): move flags errOff into RunFlags.ignerr
To generate a diff of this commit:
cvs rdiff -u -r1.348 -r1.349 src/usr.bin/make/job.c
Please not
Module Name:src
Committed By: rillig
Date: Tue Dec 8 20:04:17 UTC 2020
Modified Files:
src/usr.bin/make: job.c
Log Message:
make(1): move flag runAlways into RunFlags
To generate a diff of this commit:
cvs rdiff -u -r1.347 -r1.348 src/usr.bin/make/job.c
Please note tha
Module Name:src
Committed By: rillig
Date: Tue Dec 8 19:58:20 UTC 2020
Modified Files:
src/usr.bin/make: job.c
Log Message:
make(1): move flag shutUp into struct RunFlags
Running a command is controlled by several flags. Instead of passing
them around individually, it's
Module Name:src
Committed By: martin
Date: Tue Dec 8 18:49:33 UTC 2020
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Ticket #1626
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.54 -r1.1.2.55 src/doc/CHANGES-8.3
Please note that diffs are not pub
Module Name:src
Committed By: martin
Date: Tue Dec 8 18:48:59 UTC 2020
Modified Files:
src/external/bsd/pkg_install [netbsd-8]: Makefile.inc
src/external/bsd/pkg_install/dist/add [netbsd-8]: perform.c
src/external/bsd/pkg_install/dist/admin [netbsd-8]: chec
Module Name:src
Committed By: martin
Date: Tue Dec 8 18:47:21 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.2
Log Message:
Ticket #1140
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.18 -r1.1.2.19 src/doc/CHANGES-9.2
Please note that diffs are not pub
Module Name:src
Committed By: martin
Date: Tue Dec 8 18:45:59 UTC 2020
Modified Files:
src/external/bsd/pkg_install [netbsd-9]: Makefile.inc
src/external/bsd/pkg_install/dist/add [netbsd-9]: perform.c
src/external/bsd/pkg_install/dist/admin [netbsd-9]: chec
Module Name:src
Committed By: chs
Date: Tue Dec 8 17:52:11 UTC 2020
Modified Files:
src/tests/rump/rumpkern: t_vm.c
Log Message:
the busypage test is buggy, expect it to fail.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/rump/rumpkern/t_vm.c
Pl
Module Name:src
Committed By: christos
Date: Tue Dec 8 13:56:38 UTC 2020
Modified Files:
src/external/gpl3/gdb/dist/gdb: sparc64-nbsd-nat.c
Log Message:
include gdbarch.h
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/gpl3/gdb/dist/gdb/sparc64-
Module Name:xsrc
Committed By: mrg
Date: Tue Dec 8 10:33:47 UTC 2020
Modified Files:
xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k: x68kInit.c
xsrc/external/mit/xorg-server/dist/hw/sun: sunIo.c
Log Message:
add dummy ddxInputThreadInit() if INPUTTHREAD is defi
23 matches
Mail list logo