Module Name:src
Committed By: skrll
Date: Sun Mar 7 08:16:58 UTC 2021
Modified Files:
src/sys/uvm: uvm_pmap.h
Log Message:
consistency
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/uvm/uvm_pmap.h
Please note that diffs are not public domain; th
Module Name:src
Committed By: nia
Date: Sun Mar 7 08:48:36 UTC 2021
Modified Files:
src/share/misc: airport
Log Message:
BER
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/share/misc/airport
Please note that diffs are not public domain; they are subj
Module Name:src
Committed By: rillig
Date: Sun Mar 7 08:57:38 UTC 2021
Modified Files:
src/tests/usr.bin/indent: comment-line-end.0 comment-line-end.0.stdout
t_indent.sh
Log Message:
tests/indent: allow for comments in either the input or output files
To gen
Module Name:src
Committed By: rin
Date: Sun Mar 7 09:43:57 UTC 2021
Modified Files:
src/sys/arch/evbppc/conf: files.explora
src/sys/arch/evbppc/explora: machdep.c
Log Message:
Revert this commit:
http://www.nerv.org/netbsd/?q=id:20210305T064016Z.410b0e33273c3a621
Module Name:src
Committed By: rin
Date: Sun Mar 7 09:47:00 UTC 2021
Modified Files:
src/sys/arch/evbppc/explora: consinit.c
Log Message:
Reduce ifdef. No functional changes.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/evbppc/explora/consin
Module Name:src
Committed By: rin
Date: Sun Mar 7 09:48:33 UTC 2021
Modified Files:
src/sys/arch/evbppc/explora: consinit.c
Log Message:
No need to clear framebuffer here; rasops(4) takes care of it.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/
Module Name:src
Committed By: rin
Date: Sun Mar 7 10:01:03 UTC 2021
Modified Files:
src/sys/arch/evbppc/explora/dev: fb_elb.c
Log Message:
Misc cleanup for clarity. No functional changes.
- Group function declarations, and reorder function bodies accordingly.
- Misc KNF.
Module Name:src
Committed By: skrll
Date: Sun Mar 7 10:01:09 UTC 2021
Modified Files:
src/sys/arch/hp300/include: bus.h
Log Message:
Provide a bus_space_mmap that always fails. Nothing uses it yet, but it
will be very soon.
OK tsutsui@
To generate a diff of this commi
Module Name:src
Committed By: skrll
Date: Sun Mar 7 10:02:34 UTC 2021
Modified Files:
src/sys/dev/ic: sti.c
Log Message:
Use bus_space_mmap in sti_mmap. This makes X on sti for my B160L nearly
work (the colour map is somewhat wrong), but at least the machine doesn't
wedg
Module Name:src
Committed By: rillig
Date: Sun Mar 7 10:12:19 UTC 2021
Modified Files:
src/tests/usr.bin/indent: opt-P.0 opt-P.0.stdout opt-T.0 opt-T.0.stdout
opt-U.0 opt-U.0.stdout opt-lpl.0 opt-lpl.0.stdout opt-nlpl.0
opt-nlpl.0.stdout opt-npcs.0
Module Name:src
Committed By: rin
Date: Sun Mar 7 10:33:07 UTC 2021
Modified Files:
src/sys/arch/evbppc/explora/dev: fb_elb.c
Log Message:
Add initial support for Xorg server for wsfb(4):
- Fix WSDISPLAYIO_GTYPE ioctl.
- Support WSDISPLAYIO_LINEBYTES, _{GET,PUT}CMAP, an
Module Name:src
Committed By: rin
Date: Sun Mar 7 10:42:27 UTC 2021
Modified Files:
src/external/mit/xorg/server/drivers: Makefile
src/external/mit/xorg/server/xorg-server/hw/xfree86: Makefile
src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos: Make
Module Name:src
Committed By: rillig
Date: Sun Mar 7 10:42:49 UTC 2021
Modified Files:
src/usr.bin/indent: args.c indent.c indent.h io.c lexi.c parse.c
pr_comment.c
Log Message:
indent: use all headers in all files
This is a prerequisite for converting the to
Module Name:src
Committed By: rillig
Date: Sun Mar 7 10:56:18 UTC 2021
Modified Files:
src/usr.bin/indent: Makefile indent.c indent.h indent_codes.h
indent_globs.h lexi.c parse.c
Log Message:
indent: for the token types, use enum instead of #define
This makes
Module Name:src
Committed By: rillig
Date: Sun Mar 7 11:32:06 UTC 2021
Modified Files:
src/usr.bin/indent: indent.h lexi.c parse.c
Log Message:
indent: in debug mode, output detailed token information
The main ingredient for understanding how indent works is the tokenize
Module Name:src
Committed By: mlelstv
Date: Sun Mar 7 12:30:03 UTC 2021
Modified Files:
src/sys/dev/iscsi: iscsi_main.c
Log Message:
Stop advertising more openings after limit is reached.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/dev/iscsi/is
Module Name:src
Committed By: nat
Date: Sun Mar 7 13:09:43 UTC 2021
Modified Files:
src/usr.sbin/bta2dpd/bta2dpd: bta2dpd.8 bta2dpd.c
Log Message:
Intoduce "-n" switch.
Running btat2dpd with "-n" especially for use with pad(4) will stop bta2dpd
from exiting upon a read e
Module Name:src
Committed By: skrll
Date: Sun Mar 7 14:31:20 UTC 2021
Modified Files:
src/sys/dev/ic: sti.c
Log Message:
Remove an '#ifndef hp300' and make STI_{EN,DIS}ABLE_ROM simply check the
sc_{en,disable}_rom methdos provide by the bus attachment glue.
To generate
Module Name:src
Committed By: rin
Date: Sun Mar 7 14:31:53 UTC 2021
Modified Files:
src/sys/arch/powerpc/include: proc.h
Log Message:
For _LP64, disable members of struct mdproc just for compatible with
booke and ibm4xx, even if MODULAR or _MODULE is defined.
Fix build f
Module Name:src
Committed By: rin
Date: Sun Mar 7 14:42:53 UTC 2021
Modified Files:
src/sys/arch/powerpc/include: cpu.h
Log Message:
For LP64, remove members of struct cpu_info that exist just for
compatible with booke or ibm4xx. Even if MODULAR || _MODULE,
these members
Module Name:src
Committed By: jkoshy
Date: Sun Mar 7 14:53:59 UTC 2021
Modified Files:
src/external/bsd/elftoolchain/dist/common: elfdefinitions.h
Log Message:
Sync with Elftoolchain [r3916]: update the list of known EM_* values.
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: christos
Date: Sun Mar 7 14:58:28 UTC 2021
Modified Files:
src/sys/netinet: ip_input.c
Log Message:
netinet: Enable random IP fragment ids by default (from riastradh)
To generate a diff of this commit:
cvs rdiff -u -r1.399 -r1.400 src/sys/n
Module Name:src
Committed By: christos
Date: Sun Mar 7 14:58:54 UTC 2021
Modified Files:
src/sys/netinet: tcp_subr.c
Log Message:
netinet: Enable RFC 1948 pseudorandom TCP ISS selection by default.
(from riastradh)
To generate a diff of this commit:
cvs rdiff -u -r1.284
Module Name:src
Committed By: christos
Date: Sun Mar 7 14:59:36 UTC 2021
Modified Files:
src/sys/netinet6: ip6_id.c
Log Message:
netinet6: Mark randomid unused.
Will make merging and bisection easier if anything goes wrong with
flow label or fragment id randomization cha
Module Name:src
Committed By: christos
Date: Sun Mar 7 15:01:00 UTC 2021
Modified Files:
src/sys/netinet: ip6.h
Log Message:
netinet/netinet6: Add necessary includes to make these standalone.
(from riastradh)
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30
Module Name:src
Committed By: christos
Date: Sun Mar 7 15:01:35 UTC 2021
Modified Files:
src/sys/netinet6: ip6_var.h
Log Message:
netinet/netinet6: Add necessary includes to make these standalone.
(from riastradh)
To generate a diff of this commit:
cvs rdiff -u -r1.87 -
Module Name:src
Committed By: christos
Date: Sun Mar 7 15:03:32 UTC 2021
Modified Files:
src/sys/netinet6: ip6_id.c
Log Message:
Amend missed messages:
netinet6: Pick IPv6 fragment ids uniformly at random.
Expected number of packets before collision is ~2^16, about the
Module Name:src
Committed By: christos
Date: Sun Mar 7 15:09:13 UTC 2021
Modified Files:
src/lib: Makefile
src/lib/libwrap: Makefile hosts_access.c
src/tests/fs/nfs/nfsservice: Makefile
src/usr.sbin/inetd: Makefile
src/usr.sbin/lpr/lpd: Make
Module Name:src
Committed By: christos
Date: Sun Mar 7 15:10:06 UTC 2021
Modified Files:
src/sys/arch/mips/mips: trap.c
Log Message:
add TRAP_SIGDEBUG support to mips.
To generate a diff of this commit:
cvs rdiff -u -r1.256 -r1.257 src/sys/arch/mips/mips/trap.c
Please
Module Name:src
Committed By: nia
Date: Sun Mar 7 16:25:06 UTC 2021
Modified Files:
src/distrib/notes/evbarm: hardware
Log Message:
G12
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/distrib/notes/evbarm/hardware
Please note that diffs are not public
Module Name:src
Committed By: rillig
Date: Sun Mar 7 16:40:20 UTC 2021
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_168.c msg_168.exp
Log Message:
tests/lint: demonstrate wrong warning for array subscript
Seen in usr.bin/indent/lexi.c.
To generate a diff of this
Module Name:src
Committed By: rillig
Date: Sun Mar 7 17:12:42 UTC 2021
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_035.exp
src/usr.bin/xlint/common: tyname.c
Log Message:
lint: in the name of an array type, list the dimension first
before: array of unsigne
Module Name:src
Committed By: rillig
Date: Sun Mar 7 17:57:52 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: cgram.y
Log Message:
lint: inline 'case 3...5' in grammar
There was no point in having a separate grammar rule for the '3...' part
of a range expression, it ju
Module Name:src
Committed By: rillig
Date: Sun Mar 7 18:02:45 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: cgram.y lint1.h
Log Message:
lint: fix off-by-one error in 'case 3...5'
According to the GCC documentation[1], the high end of the range is
inclusive as well,
Module Name:src
Committed By: martin
Date: Sun Mar 7 18:43:25 UTC 2021
Modified Files:
src/sys/dev/usb [netbsd-9]: uaudio.c
Log Message:
Pull up following revision(s) (requested by isaki in ticket #1225):
sys/dev/usb/uaudio.c: revision 1.169
Fix my copy-and-past
Module Name:src
Committed By: martin
Date: Sun Mar 7 19:04:31 UTC 2021
Modified Files:
src/sys/netinet [netbsd-9]: ip6.h ip_input.c tcp_subr.c
src/sys/netinet6 [netbsd-9]: ip6_id.c ip6_var.h
Log Message:
Pull up following revision(s) (requested by christos in tick
Module Name:src
Committed By: martin
Date: Sun Mar 7 19:06:20 UTC 2021
Modified Files:
src/doc [netbsd-9]: CHANGES-9.2
Log Message:
Tickets #1225 and #1226
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.55 -r1.1.2.56 src/doc/CHANGES-9.2
Please note that diffs
Module Name:src
Committed By: martin
Date: Sun Mar 7 19:13:24 UTC 2021
Modified Files:
src/sys/netinet [netbsd-8]: ip6.h ip_input.c tcp_subr.c
src/sys/netinet6 [netbsd-8]: ip6_id.c ip6_var.h
Log Message:
Pull up following revision(s) (requested by christos in tick
Module Name:src
Committed By: martin
Date: Sun Mar 7 19:14:55 UTC 2021
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Ticket #1661
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.76 -r1.1.2.77 src/doc/CHANGES-8.3
Please note that diffs are not pub
Module Name:src
Committed By: rillig
Date: Sun Mar 7 19:42:54 UTC 2021
Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/usr.bin/xlint/lint1: Makefile t_integration.sh
src/usr.bin/xlint/lint1: cgram.y err.c
Added Files:
src/tests/usr.bin/xl
Module Name:src
Committed By: rillig
Date: Sun Mar 7 19:46:18 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: cgram.y
Log Message:
lint: align names of C grammar rules with C99
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.166 -r1.167 src/
Module Name:src
Committed By: rillig
Date: Sun Mar 7 19:57:46 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: cgram.y
Log Message:
lint: rename grammar rule 'constant'
C99 6.4.4 already defines a grammar rule named 'constant' for an number
literal or an enum constant,
Module Name:src
Committed By: rillig
Date: Sun Mar 7 20:06:48 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: cgram.y
Log Message:
lint: do not allow assignment-expression for constant-expression
It's a funny idea to do something like 'case a = 13:', but since any
comp
Module Name:src
Committed By: rillig
Date: Sun Mar 7 20:30:48 UTC 2021
Modified Files:
src/usr.bin/indent: indent.c indent_codes.h indent_globs.h lexi.c
Log Message:
indent: use named constants for the different types of keywords
This reduces the magic numbers in the cod
Module Name:src
Committed By: rillig
Date: Sun Mar 7 20:40:18 UTC 2021
Modified Files:
src/usr.bin/indent: indent_globs.h lexi.c
Log Message:
lint: move keyword 'continue' over to the other control flow keywords
No functional change since neither rw_jump nor rw_inline_or
Module Name:src
Committed By: rillig
Date: Sun Mar 7 20:47:13 UTC 2021
Modified Files:
src/usr.bin/indent: args.c io.c lexi.c
Log Message:
indent: remove redundant parentheses around return value
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: rillig
Date: Sun Mar 7 20:52:11 UTC 2021
Modified Files:
src/usr.bin/indent: args.c indent.c
Log Message:
indent: sprinkle a few const
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/usr.bin/indent/a
Module Name:src
Committed By: christos
Date: Sun Mar 7 20:54:42 UTC 2021
Modified Files:
src/lib/libwrap: Makefile
Log Message:
fix missing chars
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/lib/libwrap/Makefile
Please note that diffs are not publi
Module Name:src
Committed By: rillig
Date: Sun Mar 7 22:11:01 UTC 2021
Modified Files:
src/tests/usr.bin/indent: comment-line-end.0 comment-line-end.0.stdout
src/usr.bin/indent: io.c lexi.c pr_comment.c
Log Message:
indent: fix handling of '//' end-of-line comment
Module Name:src
Committed By: mlelstv
Date: Mon Mar 8 06:23:32 UTC 2021
Modified Files:
src/sys/arch/arm/imx: imxuart.c
Log Message:
always re-read status register in the loop.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/arm/imx/imxuart.c
Module Name:src
Committed By: mlelstv
Date: Mon Mar 8 06:27:06 UTC 2021
Modified Files:
src/sys/arch/evbarm/conf: GENERIC
Log Message:
early console for pico-pi-imx7
To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 src/sys/arch/evbarm/conf/GENERIC
Please n
Module Name:src
Committed By: mlelstv
Date: Mon Mar 8 06:31:42 UTC 2021
Modified Files:
src/sys/arch/evbarm/conf: GENERIC
Log Message:
Add bluetooth also to 32bit kernel.
To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 src/sys/arch/evbarm/conf/GENERIC
Ple
Module Name:src
Committed By: msaitoh
Date: Mon Mar 8 07:10:45 UTC 2021
Modified Files:
src/sys/dev/pci/ixgbe: ix_txrx.c
Log Message:
Use no_jmbuf evcnt for the failure case of ixgbe_getjcl().
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/sys/dev/pc
53 matches
Mail list logo