CVS commit: src/bin/sh

2017-10-27 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Oct 28 06:36:18 UTC 2017 Modified Files: src/bin/sh: jobs.c jobs.h sh.1 Log Message: Add '-n' and '-p var' args to the wait command (-n: wait for any, -p var: set var to identifier, from arg list, or PID if no job args) of the jo

CVS commit: src/sys/dev

2017-10-27 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Oct 28 06:27:32 UTC 2017 Modified Files: src/sys/dev/apm: apmio.h src/sys/dev/dmover: dmover_io.h src/sys/dev/dtv: dtvio_demux.h dtvio_frontend.h src/sys/dev/i2c: i2c_io.h src/sys/dev/i2o: i2o

CVS commit: src/sys/dev/hdaudio

2017-10-27 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Oct 28 06:24:24 UTC 2017 Modified Files: src/sys/dev/hdaudio: hdaudioreg.h Log Message: Add #includes to make this compile. for __packed for uint32_t To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/

CVS commit: src/sys/dev

2017-10-27 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Oct 28 04:53:56 UTC 2017 Modified Files: src/sys/dev/acpi: acpi.c pckbc_acpi.c tpm_acpi.c src/sys/dev/adb: adb_bt.c adb_kbd.c src/sys/dev/altmem: altmem.c src/sys/dev/apm: apm.c src/sys/dev/at

CVS commit: src/bin/sh

2017-10-27 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Oct 28 04:50:38 UTC 2017 Modified Files: src/bin/sh: jobs.c Log Message: Another %zu for size_t (this one in a DEBUG mode trace call, so it doesn't actually ever bother anyone in practice.) To generate a diff of this commit: cv

CVS commit: src/sys/dev

2017-10-27 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Oct 28 04:16:04 UTC 2017 Modified Files: src/sys/dev: sequencer.c Log Message: Back out extern struct cfdriver -> ioconf.h change to sequencer.c. This broke the module build, because it needs midi_cd which is defined in an

CVS commit: src/bin/sh

2017-10-27 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Oct 28 03:59:11 UTC 2017 Modified Files: src/bin/sh: var.c var.h Log Message: Extract the variable name validity test from setname() into a function of its own. It will soon be needed from another source. To generate a diff of

CVS commit: src/sys/dev

2017-10-27 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Oct 28 03:47:24 UTC 2017 Modified Files: src/sys/dev: cgd.c fss.c ld.c md.c midi.c radio.c sequencer.c spkr.c video.c vnd.c Log Message: Kill some more extern cfdriver xyz_cd in favour of #include "ioconf.h".

CVS commit: src/sys/dev

2017-10-27 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Oct 28 03:34:27 UTC 2017 Modified Files: src/sys/dev: audio.c Log Message: No externs in .c files! Include ioconf.h for struct cfdriver xyz_cd. To generate a diff of this commit: cvs rdiff -u -r1.417 -r1.418 src/sys/dev/

CVS commit: src/doc

2017-10-27 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Oct 28 01:12:04 UTC 2017 Modified Files: src/doc: CHANGES Log Message: Note update of kernhist(9) and mention that you also need to update vmstat(1). To generate a diff of this commit: cvs rdiff -u -r1.2328 -r1.2329 src/do

CVS commit: src/sys/arch/evbarm/conf

2017-10-27 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Oct 28 00:40:46 UTC 2017 Modified Files: src/sys/arch/evbarm/conf: RPI2_INSTALL Log Message: For some reason this single kernel seems to have outgrown its declared size as a result of the kernhist(9) changes. Bump the size.

CVS commit: src/sys/arch/x86/x86

2017-10-27 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Oct 27 23:22:01 UTC 2017 Modified Files: src/sys/arch/x86/x86: patch.c Log Message: Add comment explaining why membar_producer is not sfence. On x86, ordinary non-temporal stores are always issued in program order to main

CVS commit: src/share/man/man4

2017-10-27 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Fri Oct 27 19:00:07 UTC 2017 Modified Files: src/share/man/man4: audio.4 Log Message: Document the hw.driverN.latency sysctl variable. To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/share/man/man4/audio.4 Please

CVS commit: src/lib/libedit

2017-10-27 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Fri Oct 27 18:16:10 UTC 2017 Modified Files: src/lib/libedit: filecomplete.c Log Message: Add NULL check after doing memory allocation at a couple of places ok christos@ To generate a diff of this commit: cvs rdiff -u -r1.47 -

CVS commit: src

2017-10-27 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Oct 27 12:25:15 UTC 2017 Modified Files: src/share/man/man9: kprintf.9 src/sys/arch/x86/x86: intr.c src/sys/ddb: db_interface.h db_panic.c src/sys/kern: init_main.c subr_autoconf.c subr_disk.c subr_prf.c

CVS commit: src/sys/uvm

2017-10-27 Thread Utkarsh Anand
Module Name:src Committed By: utkarsh009 Date: Fri Oct 27 12:01:08 UTC 2017 Modified Files: src/sys/uvm: uvm_mmap.c Log Message: [syzkaller] Fix for PR #52658 as suggested by riastradh@ The bug was found by Dmitry Vyukov (dvyu...@google.com) using syzkaller and was tested

CVS commit: src/share/man/man9

2017-10-27 Thread Utkarsh Anand
Module Name:src Committed By: utkarsh009 Date: Fri Oct 27 11:15:03 UTC 2017 Modified Files: src/share/man/man9: kprintf.9 Log Message: Update the return type of printf(9) from 'void' to 'int' as a result of redeclaration in sys/sys/systm.h To generate a diff of this com

CVS commit: src/sys

2017-10-27 Thread Utkarsh Anand
Module Name:src Committed By: utkarsh009 Date: Fri Oct 27 09:59:17 UTC 2017 Modified Files: src/sys/arch/x86/x86: intr.c src/sys/ddb: db_interface.h db_panic.c src/sys/kern: init_main.c subr_autoconf.c subr_disk.c subr_prf.c vfs_subr.c vfs_wapbl.

CVS commit: src/lib/libc/time

2017-10-27 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Oct 27 08:43:11 UTC 2017 Modified Files: src/lib/libc/time: localtime.c Log Message: Replace a line that somehow got lost in the import from tzcode2017c To generate a diff of this commit: cvs rdiff -u -r1.109 -r1.110 src/lib/li