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
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.
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
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
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
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 -
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
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
Module Name:src
Committed By: pgoyette
Date: Sat Oct 28 00:37:14 UTC 2017
Modified Files:
src/share/man/man9: kernhist.9
src/sys/arch/acorn26/acorn26: pmap.c
src/sys/arch/arm/arm32: fault.c pmap.c
src/sys/arch/arm/broadcom: bcm2835_bsc.c
src/
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.
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
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/
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".
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
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
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
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
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/
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
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
20 matches
Mail list logo