Module Name:src
Committed By: rillig
Date: Fri Nov 27 08:07:27 UTC 2020
Modified Files:
src/usr.bin/make: lst.c lst.h make.c meta.c
Log Message:
make(1): inline Lst_ForEachUntil in meta mode
This means no more unnecessary void pointers in function signatures and
no more a
Module Name:src
Committed By: rillig
Date: Fri Nov 27 08:18:14 UTC 2020
Modified Files:
src/usr.bin/make: meta.c
Log Message:
make(1): inline meta_file_t for printCMD
This struct had only been necessary as long as printCMD was a callback
to Lst_ForEach or Lst_ForEachUntil
Module Name:src
Committed By: rillig
Date: Fri Nov 27 08:36:11 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: depsrc-meta.exp depsrc-meta.mk
Log Message:
make(1): add very basic test about meta mode
This test is just meant to cover the existing code, it still needs
Module Name:src
Committed By: rillig
Date: Fri Nov 27 08:39:07 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: depsrc-meta.mk
Log Message:
make(1): clean up after a successful .META test
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/make/u
Module Name:src
Committed By: christos
Date: Fri Nov 27 14:43:57 UTC 2020
Modified Files:
src/sys/fs/ptyfs: ptyfs.h ptyfs_subr.c ptyfs_vnops.c
Log Message:
make the order of the arguments in the PTYFS_FILENO macro consistent with
the order in the function calls. One of the
Module Name:src
Committed By: gson
Date: Fri Nov 27 15:37:06 UTC 2020
Modified Files:
src/tests/lib/libc/string: t_memmem.c
Log Message:
delete trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libc/string/t_memmem.c
Please no
Module Name:src
Committed By: kamil
Date: Fri Nov 27 16:42:00 UTC 2020
Modified Files:
src/lib/libc/sys: pipe.2
Log Message:
Refine the documentation
Sort includes.
Correct the historical note, pipe first appeared in AT&T UNIX v3.
Document ENOMEM.
To generate a diff of
Module Name:src
Committed By: christos
Date: Fri Nov 27 16:50:02 UTC 2020
Modified Files:
src/tests/lib/libc/string: t_memmem.c
Log Message:
map enough space for both the page we write and the guard so that we make
sure we own the guard page before we set its protection to
Module Name:src
Committed By: christos
Date: Fri Nov 27 16:56:59 UTC 2020
Update of /cvsroot/src/sys/external/bsd/acpica/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv28901
Log Message:
13 November 2020. Summary of changes for version 20201113:
This release is available at ht
Module Name:src
Committed By: christos
Date: Fri Nov 27 16:58:33 UTC 2020
Modified Files:
src/sys/external/bsd/acpica/dist/compiler: aslcompiler.l aslload.c
aslopcodes.c aslprepkg.c aslutils.c aslxref.c
src/sys/external/bsd/acpica/dist/debugger: dbexec.c
Module Name:src
Committed By: christos
Date: Fri Nov 27 17:01:18 UTC 2020
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
new acpica
To generate a diff of this commit:
cvs rdiff -u -r1.1761 -r1.1762 src/doc/3RDPARTY
cvs rdiff -u -r1.2754 -r1.2755 src/doc/CHANGES
Module Name:src
Committed By: riastradh
Date: Fri Nov 27 20:10:25 UTC 2020
Modified Files:
src/sys/dev/tprof: tprof.c
Log Message:
tprof: Use percpu rather than a MAXCPUS-element array.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/dev/tprof/tprof
Module Name:src
Committed By: riastradh
Date: Fri Nov 27 20:11:33 UTC 2020
Modified Files:
src/sys/kern: subr_ipi.c
Log Message:
ipi: Membar audit.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/kern/subr_ipi.c
Please note that diffs are not public
Module Name:src
Committed By: yhardy
Date: Fri Nov 27 22:32:43 UTC 2020
Modified Files:
src/sys/uvm: uvm_mremap.c
Log Message:
uvm_mremap: reference the appropriate backing object.
The previous approach was appropriate for anonymous
memory and device objects, which contin
Module Name:src
Committed By: tsutsui
Date: Sat Nov 28 05:16:07 UTC 2020
Modified Files:
src/distrib/dreamcast/ramdisk: Makefile
Log Message:
Try to shrink ramdiskbin binary.
-Os
-rwxr-xr-x 1 tsutsui wheel 1371212 Nov 28 14:09 obj.dreamcast/ramdiskbin*
-Os -fno-unwind
15 matches
Mail list logo