Module Name:src
Committed By: maxv
Date: Sun Aug 2 07:15:05 UTC 2020
Modified Files:
src/doc: CHANGES
Log Message:
Note PAN.
To generate a diff of this commit:
cvs rdiff -u -r1.2722 -r1.2723 src/doc/CHANGES
Please note that diffs are not public domain; they are subject
Module Name:src
Committed By: maxv
Date: Sun Aug 2 07:19:39 UTC 2020
Modified Files:
src/sys/net: bpf.c
Log Message:
Use a more informative panic message.
To generate a diff of this commit:
cvs rdiff -u -r1.237 -r1.238 src/sys/net/bpf.c
Please note that diffs are not p
Module Name:src
Committed By: martin
Date: Sun Aug 2 07:33:38 UTC 2020
Modified Files:
src/sys/arch/x86/x86 [netbsd-9]: cpu.c
Log Message:
Apply patch, requested by msaitoh in ticket #1031:
sys/arch/x86/x86/cpu.c patch
Fix a panic on a CPU which
Module Name:src
Committed By: martin
Date: Sun Aug 2 07:49:46 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.1
Log Message:
Ticket #1031
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.84 -r1.1.2.85 src/doc/CHANGES-9.1
Please note that diffs are not pub
Module Name:src
Committed By: rillig
Date: Sun Aug 2 08:06:35 UTC 2020
Modified Files:
src/usr.bin/make: main.c
Log Message:
make(1): replace one instance of strncpy with snprintf
GCC 9 incorrectly claims that the string might not be null-terminated.
Since objdir is a gl
Module Name:src
Committed By: rillig
Date: Sun Aug 2 08:10:36 UTC 2020
Modified Files:
src/usr.bin/make: for.c
Log Message:
make(1): move and condense comment for For_Run
It was simply wrong that calling For_Run had "Side Effects: None".
To generate a diff of this comm
Module Name:src
Committed By: martin
Date: Sun Aug 2 08:49:08 UTC 2020
Modified Files:
src/sys/dev/nvmm [netbsd-9]: files.nvmm nvmm.c nvmm_internal.h
src/sys/dev/nvmm/x86 [netbsd-9]: nvmm_x86_svm.c nvmm_x86_vmx.c
src/sys/modules/nvmm [netbsd-9]: nvmm.ioconf
Module Name:src
Committed By: rillig
Date: Sun Aug 2 08:49:43 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): update implementation documentation
To generate a diff of this commit:
cvs rdiff -u -r1.388 -r1.389 src/usr.bin/make/var.c
Please note t
Module Name:xsrc
Committed By: martin
Date: Sun Aug 2 09:01:44 UTC 2020
Modified Files:
xsrc/external/mit/xorg-server.old/dist/dix [netbsd-9]: pixmap.c
xsrc/external/mit/xorg-server/dist/dix [netbsd-9]: pixmap.c
Log Message:
Pull up following revision(s) (requeste
Module Name:src
Committed By: rillig
Date: Sun Aug 2 09:06:32 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): restructure documentation of ParseModifierPart
Before, the long documentation looked too frightening, and it was not
immediately clear whi
Module Name:xsrc
Committed By: martin
Date: Sun Aug 2 09:09:39 UTC 2020
Modified Files:
xsrc/external/mit/xorg-server.old/dist/dix [netbsd-8]: pixmap.c
xsrc/external/mit/xorg-server/dist/dix [netbsd-8]: pixmap.c
Log Message:
Pull up following revision(s) (requeste
Module Name:src
Committed By: martin
Date: Sun Aug 2 09:12:55 UTC 2020
Modified Files:
src/usr.bin/w [netbsd-9]: w.c
Log Message:
Pull up following revision(s) (requested by kim in ticket #1034):
usr.bin/w/w.c: revision 1.88
usr.bin/w/w.c: revision 1.89
Module Name:src
Committed By: martin
Date: Sun Aug 2 09:14:12 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.1
Log Message:
Tickets #1032 - #1034
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.85 -r1.1.2.86 src/doc/CHANGES-9.1
Please note that diffs ar
Module Name:src
Committed By: martin
Date: Sun Aug 2 09:15:03 UTC 2020
Modified Files:
src/usr.bin/w [netbsd-8]: w.c
Log Message:
Pull up following revision(s) (requested by kim in ticket #1583):
usr.bin/w/w.c: revision 1.88
usr.bin/w/w.c: revision 1.89
Module Name:src
Committed By: martin
Date: Sun Aug 2 09:15:58 UTC 2020
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Tickets #1582 and #1583
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.23 -r1.1.2.24 src/doc/CHANGES-8.3
Please note that diffs
Module Name:src
Committed By: rillig
Date: Sun Aug 2 09:36:54 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): reduce indentation in ParseModifierPart
To generate a diff of this commit:
cvs rdiff -u -r1.390 -r1.391 src/usr.bin/make/var.c
Please no
Module Name:src
Committed By: rillig
Date: Sun Aug 2 09:43:22 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): use shorter local variable names
The c in cp was redundant since the context makes it obvious that this
is a character pointer. In a tight
Module Name:src
Committed By: rillig
Date: Sun Aug 2 09:54:44 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): reduce the number of moving variables in ParseModifierPart
Having only the p walk through the string is easier to understand than
assignin
Module Name:src
Committed By: rillig
Date: Sun Aug 2 10:01:50 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): don't needlessly chain p-- and p++ in ParseModifierPart
At least GCC 5 didn't optimize this, although I wouldn't have been
surprised if it
Module Name:src
Committed By: rillig
Date: Sun Aug 2 10:47:09 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): eliminate local variable in ParseModifierPart
The evaluation flags passed to the nested variables consist of 3 flags.
Therefore, (eflags &
Module Name:src
Committed By: rillig
Date: Sun Aug 2 10:49:53 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): document almost duplicate code
ParseModifierPart and Var_Parse are very similar, but there might be
subtle differences. Until these diffe
Module Name:src
Committed By: martin
Date: Sun Aug 2 11:19:09 UTC 2020
Modified Files:
src/sys/dev/nvmm [netbsd-9]: nvmm_internal.h
Log Message:
Open code preempt_needed() which is not available on this branch.
Fixes build fallout from ticket #1032.
To generate a diff o
Module Name:src
Committed By: martin
Date: Sun Aug 2 11:20:24 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.1
Log Message:
Ammend ticket #1032
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.86 -r1.1.2.87 src/doc/CHANGES-9.1
Please note that diffs are
Module Name:src
Committed By: rillig
Date: Sun Aug 2 12:43:40 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): eliminate another unnecessary UNCONST in Var_Delete
To generate a diff of this commit:
cvs rdiff -u -r1.396 -r1.397 src/usr.bin/make/var.
Module Name:src
Committed By: rillig
Date: Sun Aug 2 14:53:02 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: counter.exp counter.mk
Log Message:
make(1): add test fo
Module Name:src
Committed By: rillig
Date: Sun Aug 2 15:22:53 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: counter.exp
Log Message:
make(1): remove debug output from uncommitted code from test
Note to self: don't accept the test results when there are uncommitte
Module Name:src
Committed By: rillig
Date: Sun Aug 2 15:26:49 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): remove unnecessary assignment in Var_Parse
In a variable expression without braces or parentheses, it is not
possible to have modifiers.
Module Name:src
Committed By: rillig
Date: Sun Aug 2 16:06:50 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): remove visual clutter from VarFind
Having fewer { else } around makes the return statements easier to find.
To generate a diff of this c
Module Name:src
Committed By: christos
Date: Sun Aug 2 16:23:33 UTC 2020
Modified Files:
src/usr.bin/script: script.c
Log Message:
PR/55531: Soumendra Ganguly:
- add more error handling
- handle -p when not a terminal
- call termreset() before printing script done, so tha
Module Name:src
Committed By: rillig
Date: Sun Aug 2 17:10:54 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): clean up comments in var.c
Some of the effects listed in "Side Effects" were really "Main Effects"
and have been moved to the main descrip
Module Name:src
Committed By: rillig
Date: Sun Aug 2 18:23:00 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): reduce scope of variables
This groups the variables by topic and only introduces them when they
are actually needed. The compiler doesn't
Module Name:src
Committed By: riastradh
Date: Sun Aug 2 18:23:33 UTC 2020
Modified Files:
src/sys/arch/x86/x86: fpu.c
Log Message:
Revert "Add kthread_fpu_enter/exit support to x86." for now.
Need to find all the paths out of interrupts back into _kernel_
context to add
Module Name:src
Committed By: rillig
Date: Sun Aug 2 18:57:55 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): inline VarOrder into ApplyModifier_Order
Removing the extra mapping layer "otype" makes the code both faster and
smaller.
To generate a
Module Name:src
Committed By: rillig
Date: Sun Aug 2 19:08:54 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): merge duplicate code in the :O and :u modifiers
To generate a diff of this commit:
cvs rdiff -u -r1.402 -r1.403 src/usr.bin/make/var.c
P
Module Name:src
Committed By: rillig
Date: Sun Aug 2 19:11:57 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): move qsort helper functions closer to ApplyModifier_Order
To generate a diff of this commit:
cvs rdiff -u -r1.403 -r1.404 src/usr.bin/mak
Module Name:src
Committed By: rillig
Date: Sun Aug 2 19:49:17 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): make :hash modifier more efficient
It's not necessary to allocate a 256-byte buffer just to store 9 bytes
in it, and to null-terminate it
Module Name:src
Committed By: rillig
Date: Sun Aug 2 19:59:17 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): clean up NULL pointer comparisons, use separate variable
st->newVal is not meant to be a general-purpose storage.
Eliminate the unnecessa
Module Name:src
Committed By: rillig
Date: Sun Aug 2 20:13:05 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): remove duplicate code in :ts modifier
The pointer xp had already been there with the correct value, and
there's no point in not using it.
Module Name:src
Committed By: christos
Date: Sun Aug 2 20:23:36 UTC 2020
Update of /cvsroot/src/sys/external/bsd/acpica/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv8749
Log Message:
VERSION 20200717
Submitted by Bob Moore on 17 July, 2020 - 13:35
17 July 2020. Summary of c
Module Name:src
Committed By: christos
Date: Sun Aug 2 20:25:55 UTC 2020
Modified Files:
src/sys/external/bsd/acpica/dist/compiler: aslcompiler.l aslerror.c
aslload.c aslxref.c
src/sys/external/bsd/acpica/dist/debugger: dbdisply.c
src/sys/extern
Module Name:src
Committed By: christos
Date: Sun Aug 2 20:39:52 UTC 2020
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
new acpica
To generate a diff of this commit:
cvs rdiff -u -r1.1737 -r1.1738 src/doc/3RDPARTY
cvs rdiff -u -r1.2723 -r1.2724 src/doc/CHANGES
Module Name:src
Committed By: rillig
Date: Sun Aug 2 22:43:14 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: Makefile
Log Message:
make(1): set more predictable environment for counter test
Having an environment variable or a global variable called "C" would
chang
Module Name:src
Committed By: simonb
Date: Sun Aug 2 23:04:23 UTC 2020
Modified Files:
src/sys/arch/mips/include: cpuregs.h
Log Message:
Add a few more perfcnt CP0 registers.
To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 src/sys/arch/mips/include/cpure
Module Name:src
Committed By: simonb
Date: Sun Aug 2 23:20:25 UTC 2020
Modified Files:
src/sys/arch/mips/include: mipsNN.h
Log Message:
Document the PerfCntCrl registers (CP0 Register 25, Selects 0, 2, 4, 6).
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12
Module Name:othersrc
Committed By: agc
Date: Mon Aug 3 00:43:12 UTC 2020
Modified Files:
othersrc/external/historical/eawk/dist: ext.c
othersrc/external/historical/eawk/lib: Makefile
Log Message:
Make this compile with gcc 8.4.0
To generate a diff of this commit
Module Name:src
Committed By: uwe
Date: Mon Aug 3 01:14:26 UTC 2020
Modified Files:
src/sys/arch/sh3/sh3: db_interface.c
Log Message:
db_cachedump_cmd - call the dump function via P2 directly.
Instead of calling RUN_P2 at the very beginning of both cpu-specific
cache dum
Module Name:src
Committed By: uwe
Date: Mon Aug 3 01:18:45 UTC 2020
Modified Files:
src/sys/arch/sh3/sh3: db_interface.c
Log Message:
Declare __db_cachedump_sh3/sh4 __noinline too.
Previous commit only did that for the definitions. Forgot to apply
the attribute to the d
Module Name:src
Committed By: christos
Date: Mon Aug 3 01:38:10 UTC 2020
Modified Files:
src/doc: 3RDPARTY
Log Message:
fix blocklist mailing list, update bind
To generate a diff of this commit:
cvs rdiff -u -r1.1738 -r1.1739 src/doc/3RDPARTY
Please note that diffs are
Module Name:src
Committed By: uwe
Date: Mon Aug 3 01:56:19 UTC 2020
Modified Files:
src/sys/arch/sh3/sh3: db_interface.c
Log Message:
db_tlbdump_cmd - get rid of RUN_P2/P1, use functions instead.
Move the bits of code to read TLB entries into separate functions and
call
Module Name:othersrc
Committed By: agc
Date: Mon Aug 3 02:09:49 UTC 2020
Modified Files:
othersrc/external/historical/eawk/doc: extensions
Log Message:
Fix typo - thanks to Brad Harder (yukonbob)!
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 othersrc/exte
Module Name:src
Committed By: uwe
Date: Mon Aug 3 03:34:11 UTC 2020
Modified Files:
src/sys/arch/sh3/sh3: locore_subr.S
Log Message:
_cpu_exception_suspend, _cpu_exception_resume - cosmetics
Use PSL_BL instead of magic hex in comments. Use spaces between
operands. Same
Module Name:src
Committed By: christos
Date: Mon Aug 3 03:34:43 UTC 2020
Modified Files:
src/usr.bin/script: script.c
Log Message:
remove trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/usr.bin/script/script.c
Please note that diff
Module Name:src
Committed By: nia
Date: Mon Aug 3 04:32:13 UTC 2020
Modified Files:
src/etc/etc.amd64: MAKEDEV.conf
src/etc/etc.i386: MAKEDEV.conf
Log Message:
Create 8 /dev/ldX by default, as with other disk drivers and ports
To generate a diff of this commit:
Module Name:src
Committed By: ryo
Date: Mon Aug 3 05:56:50 UTC 2020
Modified Files:
src/sys/arch/aarch64/aarch64: copyinout.S cpuswitch.S fault.c fusu.S
genassym.cf
src/sys/arch/aarch64/include: frame.h machdep.h
Log Message:
Fix a problem in which a f
Module Name:src
Committed By: ryo
Date: Mon Aug 3 06:30:00 UTC 2020
Modified Files:
src/sys/arch/aarch64/aarch64: TODO copyinout.S genassym.cf
src/sys/arch/aarch64/include: cpufunc.h types.h
Log Message:
Implement MD ucas(9) (__HAVE_UCAS_FULL)
To generate a diff
55 matches
Mail list logo