Module Name:src
Committed By: kre
Date: Mon May 15 04:54:09 UTC 2017
Modified Files:
src/external/bsd/atf/dist/atf-sh: atf-sh-api.3
Log Message:
Add some information learned from experience with using (and abusing)
this API...
While here do some markup improvements (it is
Module Name:src
Committed By: msaitoh
Date: Mon May 15 04:21:14 UTC 2017
Modified Files:
src/sys/arch/x86/x86: procfs_machdep.c
Log Message:
- Print 0x0007:0 ecx leaf bits.
- Don't print fdiv_bug on amd64.
- Print APIC ID, Initial APIC ID and clflush size.
To generat
Module Name:src
Committed By: msaitoh
Date: Mon May 15 04:02:52 UTC 2017
Modified Files:
src/sys/arch/x86/include: cpu.h specialreg.h
Log Message:
CPUID_CFLUSH bit is not for CFLUSH insn but CLFLUSH insn, so modify comments
and snprintb() sring.
To generate a diff of th
Module Name:src
Committed By: nat
Date: Mon May 15 01:03:47 UTC 2017
Modified Files:
src/sys/dev: audio.c
Log Message:
Don't hold sc_lock whilst calling mix_write/read. This makes uaudio work
again.
With regard to uaudio however tyr-quake's audio does not work well.
To
Module Name:src
Committed By: christos
Date: Sun May 14 21:38:23 UTC 2017
Modified Files:
src/usr.sbin/npf/npfctl: npf_show.c
Log Message:
don't print decimal and parse hex!
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/usr.sbin/npf/npfctl/npf_show.c
Module Name:src
Committed By: kre
Date: Sun May 14 17:28:46 UTC 2017
Modified Files:
src/tests/bin/sh: t_redircloexec.sh
Log Message:
Add a test for opening files with exec "when" in posix mode (close-on-exec
should not get set.) While here, remove the (unused) runhelper(
Module Name:src
Committed By: kre
Date: Sun May 14 17:27:05 UTC 2017
Modified Files:
src/bin/sh: redir.c sh.1
Log Message:
When opening a file descritor with "exec n>/file" (and similar) only
set the close-on-exec bit when not in posix mode (to comply with posix...)
OK: ch
Module Name:src
Committed By: skrll
Date: Sun May 14 15:36:46 UTC 2017
Modified Files:
src/sys/arch/mips/mips: pmap_machdep.c
Log Message:
Remove #if 0'ed old style cache handling in pmap_md_unmap_poolpage
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src
Module Name:src
Committed By: kre
Date: Sun May 14 14:14:39 UTC 2017
Modified Files:
src/bin/sh: sh.1
Log Message:
Add mention of ;& in the list of control operators (forgotten before).
Document the (slightly) enhanced NETBSD_SHELL.
Fix a typo (one of my typos...)
Move a c
Module Name:src
Committed By: nat
Date: Sun May 14 13:49:55 UTC 2017
Modified Files:
src/sys/rump/librump/rumpkern: vm.c
Log Message:
Add uvm_map_pageable dummy function. This means that the audio tests
should run again.
Ok christos@.
To generate a diff of this commit:
Module Name:src
Committed By: pgoyette
Date: Sun May 14 13:02:35 UTC 2017
Modified Files:
src/sys/dev/mscp [prg-localcount2]: mscp_disk.c
Log Message:
Rearrange the else clauses to make it work.
To generate a diff of this commit:
cvs rdiff -u -r1.89.8.1 -r1.89.8.2 src/sy
Module Name:src
Committed By: wiz
Date: Sun May 14 12:35:47 UTC 2017
Modified Files:
src/lib/libc/gen: signalname.3
Log Message:
Formatting and punctuation improvements.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/gen/signalname.3
Please not
Module Name:src
Committed By: wiz
Date: Sun May 14 12:31:13 UTC 2017
Modified Files:
src/share/man/man9: uvm_map.9
Log Message:
Bump date for previous.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/share/man/man9/uvm_map.9
Please note that diffs are no
Module Name:src
Committed By: wiz
Date: Sun May 14 12:30:37 UTC 2017
Modified Files:
src/lib/libc/sys: execve.2 getdents.2 intro.2 lfs_markv.2
lfs_segclean.2 lfs_segwait.2 mount.2 mprotect.2 open.2 statvfs.2
sync.2 truncate.2 undelete.2
Log Message:
Module Name:src
Committed By: wiz
Date: Sun May 14 12:29:10 UTC 2017
Modified Files:
src/lib/libc/sys: mmap.2
Log Message:
Use Nx.
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/lib/libc/sys/mmap.2
Please note that diffs are not public domain; they ar
Module Name:src
Committed By: skrll
Date: Sun May 14 11:46:22 UTC 2017
Modified Files:
src/sys/arch/mips/mips: pmap_machdep.c
Log Message:
Handle the maximum number of colors across [di]caches
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/mip
Module Name:src
Committed By: tnn
Date: Sun May 14 11:39:17 UTC 2017
Modified Files:
src/sys/dev/i2c: axp20x.c
Log Message:
define control register and associated bits for RTC supercap charger
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/i2c/ax
Module Name:src
Committed By: kre
Date: Sun May 14 11:28:49 UTC 2017
Modified Files:
src/tests/bin/sh: t_expand.sh
Log Message:
Add a test case for the various ways that ${xxx} expansions, which
contain a # character, can get parsed (which amounts to 86 extra checks,
any A
Module Name:src
Committed By: kre
Date: Sun May 14 11:25:09 UTC 2017
Modified Files:
src/bin/sh: Makefile
Log Message:
Fix a minor omission in last...
To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 src/bin/sh/Makefile
Please note that diffs are not publ
Module Name:src
Committed By: kre
Date: Sun May 14 11:23:33 UTC 2017
Modified Files:
src/bin/sh: Makefile var.c
Log Message:
Make ${NETBSD_SHELL} value include (a human recognisable form of)
MKREPRO_TIMESTAMP (as an additional word in the value, with a "BUILD:" prefix)
if
Module Name:src
Committed By: kre
Date: Sun May 14 11:17:05 UTC 2017
Modified Files:
src/bin/sh: parser.c
Log Message:
NFC: changes to comments only - expand/add comments relating to ${#...}
parsing, and all its peculiarities.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: nat
Date: Sun May 14 10:57:32 UTC 2017
Modified Files:
src/sys/dev: audio.c
Log Message:
Increase the priority of the mixing/record threads as high as possibile.
Suggested by mrg@.
To generate a diff of this commit:
cvs rdiff -u -r1.345 -r1
Module Name:src
Committed By: wiz
Date: Sun May 14 10:53:26 UTC 2017
Modified Files:
src/bin/sh: sh.1
Log Message:
Use more, or more appropriate, markup.
To generate a diff of this commit:
cvs rdiff -u -r1.138 -r1.139 src/bin/sh/sh.1
Please note that diffs are not publi
Module Name:src
Committed By: nat
Date: Sun May 14 10:08:49 UTC 2017
Modified Files:
src/sys/dev: audio.c
Log Message:
Restore the use of sc_intr_lock as it was in rev 1.334.
The ring buffer pages are now wired so the use of the interrupt lock won't
cause panics.
Ok riast
Module Name:src
Committed By: nat
Date: Sun May 14 10:01:34 UTC 2017
Modified Files:
src/sys/dev: audio.c
Log Message:
Use uvm_map_pageable to wire audio ringbuffer pages an virtual addresses.
Ok riastradh@.
To generate a diff of this commit:
cvs rdiff -u -r1.343 -r1.34
Module Name:src
Committed By: skrll
Date: Sun May 14 09:37:13 UTC 2017
Modified Files:
src/sys/arch/mips/mips: cache.c
Log Message:
Set mci_{,i}cache_alias_mask for all variants that can have virtual cache
aliases
Set ncolors appropriately
These align to dcache and expec
Module Name:src
Committed By: skrll
Date: Sun May 14 09:33:17 UTC 2017
Modified Files:
src/sys/arch/mips/mips: cache.c
Log Message:
Really fix typo that got dcache alias mask set from icache way_mask
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/sys/a
Module Name:src
Committed By: skrll
Date: Sun May 14 09:32:01 UTC 2017
Modified Files:
src/sys/arch/mips/mips: cache.c
Log Message:
Fix typo that got dcache alias mask set from icache way_mask
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/sys/arch/mip
28 matches
Mail list logo