Module Name:src
Committed By: msaitoh
Date: Wed Jul 27 07:04:57 UTC 2016
Modified Files:
src/sys/arch/amd64/conf: ALL GENERIC
src/sys/arch/i386/conf: ALL GENERIC
Log Message:
Add sdtemp(4)
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/arch
Module Name:src
Committed By: msaitoh
Date: Wed Jul 27 07:05:40 UTC 2016
Modified Files:
src/sys/arch/amd64/conf: XEN3_DOM0
src/sys/arch/i386/conf: XEN3_DOM0
Log Message:
Add ichsmb(4), spdmem(4) and sdtemp(4).
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: msaitoh
Date: Wed Jul 27 07:44:10 UTC 2016
Modified Files:
src/share/man/man4: spdmem.4
Log Message:
- Add 0x54-0x57.
- Add note about sdtemp(4).
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/share/man/man4/spdmem.4
Please
Module Name:src
Committed By: wiz
Date: Wed Jul 27 08:38:25 UTC 2016
Modified Files:
src/share/man/man4: spdmem.4
Log Message:
New sentence, new line.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/share/man/man4/spdmem.4
Please note that diffs are not
Module Name:src
Committed By: msaitoh
Date: Wed Jul 27 09:11:44 UTC 2016
Modified Files:
src/sys/dev/i2c: sdtemp.c
Log Message:
Print device ID with 8bits again (revert part of rev. 1.27) because
the revision field also printed next.
To generate a diff of this commit:
cv
Module Name:src
Committed By: skrll
Date: Wed Jul 27 09:32:35 UTC 2016
Modified Files:
src/sys/arch/mips/mips: lock_stubs_llsc.S lock_stubs_ras.S locore.S
locore_mips1.S locore_mips3.S locore_octeon.S sigcode.S
Log Message:
Sprinle RCSID
To generate a diff of
Module Name:src
Committed By: skrll
Date: Wed Jul 27 09:57:26 UTC 2016
Modified Files:
src/sys/kern: subr_prf.c
Log Message:
Bump size of scratchstr - some KASSERTMGS exceed 256 characters
To generate a diff of this commit:
cvs rdiff -u -r1.159 -r1.160 src/sys/kern/subr_
Module Name:src
Committed By: skrll
Date: Wed Jul 27 11:13:14 UTC 2016
Modified Files:
src/sys/arch/cobalt/cobalt: machdep.c
Log Message:
Fix RB_KDB by calling the debugger entry points after pmap_bootstrap, etc
To generate a diff of this commit:
cvs rdiff -u -r1.117 -r1
Module Name:src
Committed By: pgoyette
Date: Wed Jul 27 11:23:32 UTC 2016
Modified Files:
src/sys/dev [pgoyette-localcount]: vnd.c
Log Message:
When we spawn a new unit, make sure we get a pointer to its device_t so
we have something to give device_release() when we're fin
Module Name:src
Committed By: pgoyette
Date: Wed Jul 27 11:51:57 UTC 2016
Modified Files:
src/sys/dev [pgoyette-localcount]: vnd.c
Log Message:
When detaching, call device_release() to allow the detach to complete.
To generate a diff of this commit:
cvs rdiff -u -r1.256.
Module Name:src
Committed By: maxv
Date: Wed Jul 27 12:08:46 UTC 2016
Modified Files:
src/sys/arch/x86/x86: pmap.c
Log Message:
Re-enable large pages on the data segment, but don't map the first page,
and add a comment to explain why. We will have to move the LAPIC VA.
Th
Module Name:src
Committed By: maxv
Date: Wed Jul 27 13:04:29 UTC 2016
Modified Files:
src/sys/arch/x86/acpi: acpi_wakeup.c
Log Message:
Call cpu_init_msrs on i386 when waking up. Currently it does not change
anything, since MSR_EFER is already enabled earlier. But if we ad
Module Name:src
Committed By: maxv
Date: Wed Jul 27 16:45:00 UTC 2016
Modified Files:
src/sys/uvm: uvm_km.c
Log Message:
Use UVM_PROT_ALL only if UVM_KMF_EXEC is given as argument. Otherwise, if
UVM_KMF_PAGEABLE is also given as argument, only the VA is allocated and
UVM w
Module Name:src
Committed By: pgoyette
Date: Wed Jul 27 23:17:31 UTC 2016
Modified Files:
src/sys/dev [pgoyette-localcount]: vnd.c
Log Message:
Return ENXIO if the device is NOT found, not when the device IS found!
To generate a diff of this commit:
cvs rdiff -u -r1.256.
Module Name:src
Committed By: pgoyette
Date: Thu Jul 28 01:07:20 UTC 2016
Modified Files:
src/sys/dev [pgoyette-localcount]: vnd.c
Log Message:
Clean up the vnd_spawn() routine so it actually works. In particular,
it needs to return the new unit's sc _after_ acquiring a r
Module Name:src
Committed By: pgoyette
Date: Thu Jul 28 01:44:56 UTC 2016
Modified Files:
src/sys/dev [pgoyette-localcount]: vnd.c
Log Message:
Don't try to call device_release() if we succesfully called vnd_destroy()
To generate a diff of this commit:
cvs rdiff -u -r1.2
Module Name:src
Committed By: nonaka
Date: Thu Jul 28 03:05:31 UTC 2016
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
sort by vendor id.
To generate a diff of this commit:
cvs rdiff -u -r1.1253 -r1.1254 src/sys/dev/pci/pcidevs
Please note that diffs are not publ
Module Name:src
Committed By: nonaka
Date: Thu Jul 28 03:08:39 UTC 2016
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
Add Super Micro Computer Inc
To generate a diff of this commit:
cvs rdiff -u -r1.1254 -r1.1255 src/sys/dev/pci/pcidevs
Please note that diffs ar
Module Name:src
Committed By: nonaka
Date: Thu Jul 28 03:09:48 UTC 2016
Modified Files:
src/sys/dev/pci: pcidevs.h pcidevs_data.h
Log Message:
regen
To generate a diff of this commit:
cvs rdiff -u -r1.1246 -r1.1247 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1245 -r1.1246
Module Name:src
Committed By: pgoyette
Date: Thu Jul 28 06:45:32 UTC 2016
Modified Files:
src/sys/dev [pgoyette-localcount]: cgd.c
Log Message:
Remove duplicated code (cut-and-paste error)
To generate a diff of this commit:
cvs rdiff -u -r1.108.2.16 -r1.108.2.17 src/sys/
20 matches
Mail list logo