Module Name:src
Committed By: chs
Date: Sun Nov 9 00:05:06 UTC 2014
Modified Files:
src/sys/arch/macppc/macppc: locore.S
src/sys/arch/ofppc/ofppc: locore.S
Log Message:
in the initial asm code, save the interesting caller-saved registers
(containing "arg" and "len
Module Name:src
Committed By: chs
Date: Wed Nov 12 16:07:17 UTC 2014
Modified Files:
src/sys/external/bsd/drm2/radeon: radeondrmkmsfb.c
Log Message:
apply several changes from intelfb.c revs 1.7 through 1.9:
- provide a setmode callback for genfb
- add a pmf shutdown han
Module Name:src
Committed By: chs
Date: Sun Dec 14 23:48:59 UTC 2014
Modified Files:
src/common/lib/libprop: prop_kern.c
src/sys/arch/mac68k/dev: grf_compat.c
src/sys/arch/x68k/dev: grf.c
src/sys/external/bsd/drm/dist/bsd-core: drm_bufs.c
src
Module Name:src
Committed By: chs
Date: Sun Dec 14 23:49:17 UTC 2014
Modified Files:
src/lib/libc/tls: tls.c
src/libexec/ld.elf_so: tls.c
src/sys/arch/powerpc/include: types.h
src/sys/arch/powerpc/powerpc: sig_machdep.c
Log Message:
fix powerpc TLS
Module Name:src
Committed By: chs
Date: Sun Dec 14 23:49:28 UTC 2014
Modified Files:
src/sys/kern: kern_exec.c
src/sys/sys: exec.h
Log Message:
remove ep_name, change the last reference to use ep_kname instead.
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: chs
Date: Sun Dec 14 23:49:45 UTC 2014
Modified Files:
src/sys/sys: param.h
Log Message:
welcome to 7.99.3.
To generate a diff of this commit:
cvs rdiff -u -r1.462 -r1.463 src/sys/sys/param.h
Please note that diffs are not public domain; th
Module Name:xsrc
Committed By: chs
Date: Sun Dec 14 23:52:45 UTC 2014
Modified Files:
xsrc/external/mit/libdrm/dist: xf86drm.c
xsrc/external/mit/libdrm/dist/include/drm: drm.h
Log Message:
remove the interim code to create mappings via ioctl(),
mmap() works fine no
Module Name:src
Committed By: chs
Date: Sat Jan 10 23:34:49 UTC 2015
Modified Files:
src/sys/external/bsd/drm/dist/bsd-core: drm_bufs.c
Log Message:
initialize "addr" before passing its address to uvm_mmap_dev().
from Onno van der Linden in PR 49536.
To generate a diff o
Module Name:src
Committed By: chs
Date: Sat Jan 10 23:35:02 UTC 2015
Modified Files:
src/sys/uvm: uvm_mmap.c
Log Message:
in uvm_mmap_dev(), use the passed-in offset instead of 0.
from Onno van der Linden in PR 49536.
To generate a diff of this commit:
cvs rdiff -u -r1.1
Module Name:src
Committed By: chs
Date: Sun Jan 11 04:19:18 UTC 2015
Modified Files:
src/sys/dev/pci: if_dge.c
Log Message:
fix device/softc split botch.
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/dev/pci/if_dge.c
Please note that diffs are no
Module Name:src
Committed By: chs
Date: Wed Jan 14 17:45:27 UTC 2015
Modified Files:
src/sys/dev/ic: vga.c vga_raster.c vgavar.h
Log Message:
remove BIOS-mapping code that was #if-0'd in the previous commit.
To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114
Module Name:src
Committed By: chs
Date: Fri Jan 23 03:36:58 UTC 2015
Modified Files:
src/sys/arch/next68k/stand/boot: en.c
Log Message:
fix build with gcc48.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/next68k/stand/boot/en.c
Please note t
Module Name:src
Committed By: chs
Date: Fri Jan 23 03:39:39 UTC 2015
Modified Files:
src/sys/arch/cesfic/conf: Makefile.cesfic
Log Message:
fix build with gcc48.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/cesfic/conf/Makefile.cesfic
Pleas
Module Name:src
Committed By: chs
Date: Fri Jan 23 03:40:25 UTC 2015
Modified Files:
src/distrib/mvme68k/ramdisk: Makefile
src/sys/arch/mvme68k/conf: RAMDISK
Log Message:
increase ramdisk size for gcc48.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.
Module Name:src
Committed By: chs
Date: Fri Jan 23 03:43:24 UTC 2015
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
switch m68k to use gcc48.
To generate a diff of this commit:
cvs rdiff -u -r1.841 -r1.842 src/share/mk/bsd.own.mk
Please note that diffs are not pu
Module Name:src
Committed By: chs
Date: Fri Jan 23 16:13:53 UTC 2015
Modified Files:
src/sys/uvm: uvm_map.c
Log Message:
skip busy anon pages in uvm_map_clean().
we shouldn't be messing with pages that someone else has busy,
and uvm_map_clean() is just advisory for amap ma
Module Name:src
Committed By: chs
Date: Sun Feb 1 17:47:00 UTC 2015
Modified Files:
src/external/gpl3/gcc/usr.bin/backend: Makefile
Log Message:
update m68k gcc bug workarounds for gcc 4.8. fixes PR 49609.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 s
Module Name:src
Committed By: chs
Date: Mon Feb 9 03:16:33 UTC 2015
Modified Files:
src/sys/external/bsd/acpica/dist/namespace: nsinit.c
Log Message:
revert rev 1.5, which brings back PR 48494.
that earlier revision itself reverted an upstream bugfix,
and that change fixe
Module Name:src
Committed By: chs
Date: Thu May 14 17:31:24 UTC 2015
Modified Files:
src/sys/kern: subr_disk.c
Log Message:
in bounds_check_with_*, reject negative block numbers and avoid
a potential overflow in calculating the size of the request.
To generate a diff of
Module Name:src
Committed By: chs
Date: Thu May 14 17:35:54 UTC 2015
Modified Files:
src/sys/nfs: nfs_vnops.c
Log Message:
in nfs_writerpc(), avoid a signed/unsigned problem in computing the
number of bytes to back up in the uio when we need to resend a write RPC
(eg. afte
Module Name:src
Committed By: chs
Date: Wed Mar 21 03:20:22 UTC 2012
Modified Files:
src/sys/compat/linux/arch/i386: linux_exec.h
Log Message:
define LINUX_DEBUGLINK_SIGNATURE for i386 too.
this allows linux ldd to work.
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: chs
Date: Fri Mar 30 02:25:24 UTC 2012
Modified Files:
src/sys/uvm: uvm_amap.c
Log Message:
adjust amap_cow_now() to make UVM_PAGE_TRKOWN happy.
To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 src/sys/uvm/uvm_amap.c
Please n
Module Name:src
Committed By: chs
Date: Fri Apr 6 17:12:46 UTC 2012
Modified Files:
src/sys/dev/scsipi: atapiconf.c
Log Message:
take the kernel lock during detach of atapibus as well.
To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 src/sys/dev/scsipi/atap
Module Name:src
Committed By: chs
Date: Fri Apr 6 17:16:30 UTC 2012
Modified Files:
src/sys/uvm: uvm_glue.c
Log Message:
fix uarea_system_poolpage_free() to handle freeing a uarea
that was not allocated by cpu_uarea_alloc() (ie. on plaforms
where cpu_uarea_alloc() failing
Module Name:src
Committed By: chs
Date: Fri Apr 6 17:23:40 UTC 2012
Modified Files:
src/sys/arch/x86/include: specialreg.h
src/sys/arch/x86/x86: errata.c
Log Message:
bring in this change from openbsd:
Implement the AMD suggested workaround for family 10h & 12h er
Module Name:src
Committed By: chs
Date: Sun Apr 8 20:47:11 UTC 2012
Modified Files:
src/sys/uvm: uvm_amap.c
Log Message:
initialize amap per-page reference counts before changing the amap's
overall reference count. this fixes the crashes seen for the last 9 months
with w
Module Name:src
Committed By: chs
Date: Sun Apr 29 22:54:01 UTC 2012
Modified Files:
src/sys/fs/msdosfs: msdosfs_vnops.c
src/sys/fs/ntfs: ntfs_vnops.c
src/sys/fs/sysvbfs: sysvbfs_vnops.c
src/sys/fs/udf: udf_subr.c udf_vnops.c
src/sys/fs/v7fs:
Module Name:src
Committed By: chs
Date: Sun Apr 29 22:55:12 UTC 2012
Modified Files:
src/sys/kern: vfs_wapbl.c
Log Message:
mark all wapbl I/O as BPRIO_TIMECRITICAL.
this is the second part of addressing PR 46325.
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r
Module Name:src
Committed By: chs
Date: Mon May 7 15:22:54 UTC 2012
Modified Files:
src/bin/rcp: rcp.c
Log Message:
allocate a separate buffer in each call to sink().
reusing the buffer across recursive calls just doesn't work right.
To generate a diff of this commit:
c
Module Name:src
Committed By: chs
Date: Fri May 11 04:05:54 UTC 2012
Modified Files:
src/sys/net: if_ethersubr.c
Log Message:
in ether_ifdetach(), clear if_mowner before releasing what it points to.
fixes PR 42982.
To generate a diff of this commit:
cvs rdiff -u -r1.188
Module Name:src
Committed By: chs
Date: Sat May 12 18:42:08 UTC 2012
Modified Files:
src/sys/kern: vfs_subr.c
Log Message:
remove a bogus optimization introduced in the previous change.
fixes hangs in the rump/rumpvfs/t_etfs test.
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: chs
Date: Mon Jun 11 15:18:05 UTC 2012
Modified Files:
src/external/cddl/osnet/dev/dtrace/amd64: dtrace_asm.S dtrace_isa.c
dtrace_subr.c
src/sys/arch/amd64/amd64: genassym.cf
src/sys/arch/amd64/include: Makefile.inc
Module Name:src
Committed By: chs
Date: Mon Jun 11 15:18:26 UTC 2012
Modified Files:
src/sys/arch/amd64/include: pmap.h
Log Message:
allow more space for modules.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/amd64/include/pmap.h
Please note
Module Name:src
Committed By: chs
Date: Sat Jun 16 17:30:19 UTC 2012
Modified Files:
src/sys/arch/amd64/amd64: locore.S
src/sys/arch/i386/i386: locore.S
src/sys/arch/x86/include: cpu.h
src/sys/arch/x86/x86: identcpu.c
Log Message:
rename the global
Module Name:src
Committed By: chs
Date: Sat Jun 16 17:31:47 UTC 2012
Modified Files:
src/external/cddl/osnet/dev/dtrace: dtrace_debug.c
src/external/cddl/osnet/dev/dtrace/amd64: dtrace_subr.c
src/external/cddl/osnet/dev/dtrace/i386: dtrace_subr.c
src
Module Name:src
Committed By: chs
Date: Sun Jun 17 15:15:34 UTC 2012
Modified Files:
src/sys/external/bsd/drm/dist/bsd-core: drm_bufs.c
Log Message:
when freeing the DRM_SHM kernel memory that can be mapped by a user process,
remove any user mappings before freeing the mem
Module Name:src
Committed By: chs
Date: Mon Jul 2 01:05:49 UTC 2012
Modified Files:
src/sys/arch/x86/x86: cpu.c
Log Message:
in cpu_boot_secondary_processors(), wait until all the other CPUs
have registered themselves in kcpuset_running before returning.
recent changes to
Module Name:src
Committed By: chs
Date: Mon Jul 9 04:35:14 UTC 2012
Modified Files:
src/sys/kern: uipc_socket.c
Log Message:
in soreceive(), handle uios larger than 31 bits.
fixes the remaining problem in PR 43240.
To generate a diff of this commit:
cvs rdiff -u -r1.210
Module Name:src
Committed By: chs
Date: Tue Aug 14 15:46:21 UTC 2012
Modified Files:
src/sys/arch/evbarm/iq80310: iq80310_intr.c
Log Message:
move evcnt_attach_dynamic() calls later to avoid assertions.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sy
Module Name:src
Committed By: chs
Date: Sat Aug 18 14:28:05 UTC 2012
Modified Files:
src/sys/uvm: uvm_map.c
Log Message:
avoid leaking a uvm_object reference when merging a new map entry
with the entries on both sides. fixes PR 46807.
To generate a diff of this commit:
Module Name:src
Committed By: chs
Date: Mon Aug 27 11:35:14 UTC 2012
Modified Files:
src/sys/nfs: nfs_serv.c
Log Message:
fix error handling in nfsrv_rename(): when the first nfs_namei() fails,
don't try to free the resources allocated by a successful lookup.
To generate
Module Name:src
Committed By: chs
Date: Fri Aug 31 14:31:46 UTC 2012
Modified Files:
src/sys/arch/ia64/ia64: pmap.c
Log Message:
fix some confusion about PG_FAKE.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/ia64/ia64/pmap.c
Please note tha
Module Name:src
Committed By: chs
Date: Sat Sep 1 15:46:11 UTC 2012
Modified Files:
src/sys/ufs/ext2fs: ext2fs_vfsops.c
Log Message:
when failing a mount due to unsupported features,
print which features are involved.
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: chs
Date: Sun Sep 23 00:26:26 UTC 2012
Modified Files:
src/sys/dev/acpi: acpi_pci_link.c
Log Message:
re-enable the code to disable link devices at startup, ie. revert rev 1.3.
this fixes PCI interrupts on some systems (eg. HP XW9400) and we s
Module Name:src
Committed By: chs
Date: Sun Sep 23 00:31:06 UTC 2012
Modified Files:
src/sys/arch/ia64/acpi: acpi_machdep.c
src/sys/arch/ia64/include: acpi_machdep.h
src/sys/arch/x86/acpi: acpi_machdep.c
src/sys/arch/x86/include: acpi_machdep.h
Module Name:src
Committed By: chs
Date: Sun Sep 23 01:01:18 UTC 2012
Modified Files:
src/sys/arch/i386/conf: kern.ldscript kern.ldscript.4MB
kern.ldscript.Xen
Log Message:
sync ldscripts; add cacheline_aligned and read_mostly handling
to the non-default ones.
Module Name:src
Committed By: chs
Date: Sun Sep 23 01:03:40 UTC 2012
Modified Files:
src/sys/arch/i386/conf: ALL
Log Message:
add some more devices and options.
To generate a diff of this commit:
cvs rdiff -u -r1.343 -r1.344 src/sys/arch/i386/conf/ALL
Please note that d
Module Name:src
Committed By: chs
Date: Sun Sep 23 01:05:22 UTC 2012
Modified Files:
src/sys/arch/amd64/conf: GENERIC XEN3_DOM0 XEN3_DOMU
src/sys/arch/i386/conf: GENERIC XEN3_DOM0 XEN3_DOMU
Log Message:
add vmt entry to GENERIC.
standardize commented pfsync and npf
Module Name:src
Committed By: chs
Date: Sun Sep 23 01:06:31 UTC 2012
Modified Files:
src/sys/dev/usb: usbdevs
Log Message:
add a bunch of devices. from openbsd.
To generate a diff of this commit:
cvs rdiff -u -r1.626 -r1.627 src/sys/dev/usb/usbdevs
Please note that dif
Module Name:src
Committed By: chs
Date: Sun Sep 23 01:07:38 UTC 2012
Modified Files:
src/sys/dev/usb: usbdevs.h usbdevs_data.h
Log Message:
regen
To generate a diff of this commit:
cvs rdiff -u -r1.618 -r1.619 src/sys/dev/usb/usbdevs.h
cvs rdiff -u -r1.619 -r1.620 src/sy
Module Name:src
Committed By: chs
Date: Sun Sep 23 01:08:18 UTC 2012
Modified Files:
src/sys/dev/usb: if_atu.c if_atureg.h if_rum.c if_zyd.c moscom.c
Log Message:
add a bunch of devices. from openbsd.
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys
Module Name:src
Committed By: chs
Date: Sun Sep 23 01:09:10 UTC 2012
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
add a bunch of devices.
To generate a diff of this commit:
cvs rdiff -u -r1.1136 -r1.1137 src/sys/dev/pci/pcidevs
Please note that diffs are not pu
Module Name:src
Committed By: chs
Date: Sun Sep 23 01:09:46 UTC 2012
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.1129 -r1.1130 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1128 -r1.1129 sr
Module Name:src
Committed By: chs
Date: Sun Sep 23 01:10:10 UTC 2012
Modified Files:
src/sys/dev/pci: pci_subr.c
Log Message:
add an entry for subclass HD audio.
To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 src/sys/dev/pci/pci_subr.c
Please note that di
Module Name:src
Committed By: chs
Date: Sun Sep 23 01:10:59 UTC 2012
Modified Files:
src/sys/dev/pci: aac_pci.c if_an_pci.c if_sip.c if_tlp_pci.c
Log Message:
match some more devices.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/dev/pci/aac_pci.c
Module Name:src
Committed By: chs
Date: Sun Sep 23 01:11:14 UTC 2012
Modified Files:
src/sys/dev/pci: if_gem_pci.c
Log Message:
fix a debug printf.
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/dev/pci/if_gem_pci.c
Please note that diffs are not
Module Name:src
Committed By: chs
Date: Sun Sep 23 01:12:01 UTC 2012
Modified Files:
src/sys/dev/pci: if_nfe.c
Log Message:
use 64-bit DMA where possible.
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/sys/dev/pci/if_nfe.c
Please note that diffs are n
Module Name:src
Committed By: chs
Date: Sun Sep 23 01:12:51 UTC 2012
Modified Files:
src/sys/dev/pci: if_rtw_pci.c
Log Message:
reformat product array to match openbsd.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/dev/pci/if_rtw_pci.c
Please not
Module Name:src
Committed By: chs
Date: Sun Sep 23 01:13:21 UTC 2012
Modified Files:
src/sys/dev/ic: mpt_netbsd.c
Log Message:
set chan_bustype correctly.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/dev/ic/mpt_netbsd.c
Please note that diffs ar
Module Name:src
Committed By: chs
Date: Sun Sep 23 01:13:52 UTC 2012
Modified Files:
src/sys/dev/ic: ciss.c
Log Message:
don't try to handle sensors if there aren't any.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/dev/ic/ciss.c
Please note that
Module Name:src
Committed By: chs
Date: Sun Sep 23 01:14:19 UTC 2012
Modified Files:
src/sys/net: ethertypes.h
Log Message:
add entries for AOE and FCOE.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/net/ethertypes.h
Please note that diffs are no
Module Name:src
Committed By: chs
Date: Sun Sep 23 01:14:41 UTC 2012
Modified Files:
src/sys/compat/ndis: kern_ndis.c
Log Message:
remove a debug printf.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/compat/ndis/kern_ndis.c
Please note that diffs
Module Name:src
Committed By: chs
Date: Sun Sep 23 01:15:18 UTC 2012
Modified Files:
src/etc/etc.amd64: MAKEDEV.conf
src/etc/etc.i386: MAKEDEV.conf
Log Message:
add more sd and pci devices.
remove duplicate ch0.
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: chs
Date: Sat Sep 29 14:19:43 UTC 2012
Modified Files:
src/sys/external/bsd/drm/dist/bsd-core: drm_sysctl.c
Log Message:
fix the DRM string sysctls to use copyout() instead of strcat()
to deliver the data to the user buffer.
To generate a di
Module Name:src
Committed By: chs
Date: Wed Oct 3 16:51:44 UTC 2012
Modified Files:
src/sys/arch/evbarm/iq80310: i80312_mainbus.c iq80310_intr.c
iq80310var.h
Log Message:
defer evcnt attachment correctly.
To generate a diff of this commit:
cvs rdiff -u -r1.1
Module Name:src
Committed By: chs
Date: Wed Oct 3 17:04:25 UTC 2012
Modified Files:
src/sys/arch/x86/x86: mpacpi.c
Log Message:
as a workaround for PR 47016, call ioapic_reenable() at the end of
ACPI interrupt routing to fix the settings for the SCI interrupt.
the problem
Module Name:src
Committed By: chs
Date: Fri Oct 26 14:46:44 UTC 2012
Modified Files:
src/sys/arch/i386/i386: locore.S
Log Message:
in osyscall, set the PSL_I bit into the correct field of the trapframe.
it was going into tf_eip instead of tf_eflags, which would sometimes
c
Module Name:src
Committed By: chs
Date: Sat Oct 27 17:29:03 UTC 2012
Modified Files:
src/sys/arch/ia64/ia64: sapic.c
Log Message:
malloc -> kmem_zalloc. this also fixes a build error.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/ia64/ia64/sap
Module Name:src
Committed By: chs
Date: Sun Oct 28 00:25:59 UTC 2012
Modified Files:
src/sys/arch/sun3/include: types.h
Log Message:
no need to define __BROKEN_CONFIG_UNIT_USAGE, the code that this enabled
has been gone for years.
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: chs
Date: Mon Oct 29 12:51:39 UTC 2012
Modified Files:
src/sys/arch/hpcsh/dev: psh3pwr.c
src/sys/arch/hpcsh/dev/hd64465: hd64465pcmcia.c
src/sys/arch/mvme68k/dev: pcc.c
src/sys/arch/sgimips/dev: zs_kbd.c
src/sys/
Module Name:src
Committed By: chs
Date: Mon Oct 29 12:52:44 UTC 2012
Modified Files:
src/sys/arch/macppc/macppc: failsafe.c
src/sys/arch/powerpc/oea: ofw_consinit.c
Log Message:
fix compile problems (for POWERMAC_G5).
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: chs
Date: Mon Oct 29 12:55:42 UTC 2012
Modified Files:
src/sys/arch/sun3/dev: fd.c
src/sys/arch/vax/vax: ka730.c ubi.c
Log Message:
fix compile problems.
To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/sys/arch/sun3
Module Name:src
Committed By: chs
Date: Mon Oct 29 12:59:44 UTC 2012
Modified Files:
src/sys/dev/pci: coram.c
Log Message:
remove an unnecessary cast.
use the standard name for the third arg to attach.
adjust some whitespace.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: chs
Date: Mon Oct 29 13:19:15 UTC 2012
Removed Files:
src/sys/dev/tc: ascvar.h
Log Message:
remove unused file.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r0 src/sys/dev/tc/ascvar.h
Please note that diffs are not public domain;
Module Name:src
Committed By: chs
Date: Mon Oct 29 13:40:56 UTC 2012
Modified Files:
src/sys/arch/hpcsh/dev/hd64465: hd64465pcmcia.c
Log Message:
third try is the charm: really make this build again.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/a
Module Name:src
Committed By: chs
Date: Mon Oct 29 13:46:26 UTC 2012
Modified Files:
src/sys/arch/hpcsh/dev/hd64465: hd64465pcmcia.c
Log Message:
and finally, initialize sc_dev now that I added it back.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sy
Module Name:src
Committed By: chs
Date: Mon Oct 29 14:01:33 UTC 2012
Modified Files:
src/sys/arch/arm/at91: at91bus.c
src/sys/arch/evbarm/evbarm: initarm_common.c
Log Message:
add missing arg to cpu_setttb().
To generate a diff of this commit:
cvs rdiff -u -r1.14
Module Name:src
Committed By: chs
Date: Mon Oct 29 14:09:38 UTC 2012
Modified Files:
src/common/lib/libc/arch/arm/atomic: atomic_cas_32.S atomic_cas_64.S
atomic_cas_8.S atomic_inc_32.S atomic_inc_64.S
src/sys/arch/arm/arm: bcopyinout.S
Log Message:
_ARC
Module Name:src
Committed By: chs
Date: Fri Nov 2 00:01:20 UTC 2012
Modified Files:
src/sys/arch/sparc/include: types.h
src/sys/arch/sparc/sparc: genassym.cf locore.s machdep.c
Log Message:
Add RAS support for sparc.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: chs
Date: Fri Nov 2 14:53:04 UTC 2012
Modified Files:
src/regress/sys/kern/ras/ras1: ras1.c
src/regress/sys/kern/ras/ras2: ras2.c
src/regress/sys/kern/ras/ras3: ras3.c
Log Message:
our current gcc puts the loop after the RAS_E
Module Name:src
Committed By: chs
Date: Fri Nov 2 14:59:11 UTC 2012
Modified Files:
src/sys/dev/pci: twa.c
Log Message:
fix autoconf output (don't print from the match routine).
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/dev/pci/twa.c
Please
Module Name:src
Committed By: chs
Date: Sun Nov 4 00:32:47 UTC 2012
Modified Files:
src/sys/arch/sparc/sparc: locore.s pmap.c
Log Message:
in cpu_switchto(), remove the MP-unsafe code to mark a pmap active on a CPU,
pmap_activate() already does this. add MP locking to pm
Module Name:src
Committed By: chs
Date: Mon Nov 5 15:11:37 UTC 2012
Modified Files:
src/sys/arch/ia64/ia64: pmap.c
Log Message:
remove pmap_track_modified() since it references kmem globals
that no longer exist. this check was a hold-over from freebsd,
kmem pages on netb
Module Name:src
Committed By: chs
Date: Mon Nov 5 15:13:04 UTC 2012
Modified Files:
src/sys/arch/ia64/ia64: machdep.c
Log Message:
add a stub cpu_mcontext_validate().
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/ia64/ia64/machdep.c
Please
Module Name:src
Committed By: chs
Date: Mon Nov 5 15:14:34 UTC 2012
Modified Files:
src/sys/arch/ia64/ia64: syscall.c
Log Message:
add a cpu_spawn_return() that just calls userret().
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/ia64/ia64/sysc
Module Name:src
Committed By: chs
Date: Thu Nov 8 02:00:44 UTC 2012
Modified Files:
src/sys/arch/amd64/amd64: autoconf.c
Log Message:
add include of opt_intrdebug.h.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/amd64/amd64/autoconf.c
Pleas
Module Name:src
Committed By: chs
Date: Tue Nov 13 14:07:43 UTC 2012
Modified Files:
src/sys/arch/x86/include: pmap.h
src/sys/arch/x86/x86: pmap.c
Log Message:
add a pmap_kremove_local() that doesn't do TLB invalidations
on other CPUs. this is only intended for us
Module Name:src
Committed By: chs
Date: Tue Nov 13 14:08:08 UTC 2012
Modified Files:
src/sys/kern: kern_pmf.c
Log Message:
in pmf_system_shutdown(), don't do anything if we're panicing.
this prevents a hang trying to shut down other CPUs on x86,
and in general we could be
Module Name:src
Committed By: chs
Date: Tue Nov 13 14:09:36 UTC 2012
Modified Files:
src/sys/arch/amd64/amd64: machdep.c
Log Message:
fix sparse crash dumps to contain enough data to be useful,
in particular the top-level page table pages.
use pmap_kremove_local() while wr
Module Name:src
Committed By: chs
Date: Tue Nov 13 14:09:58 UTC 2012
Modified Files:
src/usr.bin/vmstat: drvstats.c
Log Message:
fix operation on core files: cur_drive.io_name is an embedded array
in the structure we already fetched, not a pointer, so don't try to
derefer
Module Name:src
Committed By: chs
Date: Tue Nov 13 14:10:24 UTC 2012
Modified Files:
src/sys/arch/amd64/include: vmparam.h
src/sys/arch/i386/include: vmparam.h
Log Message:
bump VM_PHYSSEG_MAX to 32, we've seen a system where 16 wasn't enough.
To generate a diff
Module Name:src
Committed By: chs
Date: Sun Nov 18 00:06:57 UTC 2012
Modified Files:
src/sys/kern: kern_ksyms.c
src/sys/sys: ksyms.h
Log Message:
make ksyms structures not depend on KDTRACE_HOOKS.
always include a CTF section, even though it might be empty.
this fi
Module Name:src
Committed By: chs
Date: Sun Dec 2 00:05:39 UTC 2012
Modified Files:
src/external/cddl/osnet/dev/cyclic: cyclic.c
src/external/cddl/osnet/dev/cyclic/i386: cyclic_machdep.c
src/external/cddl/osnet/sys/sys: cyclic.h cyclic_impl.h
src/sy
Module Name:src
Committed By: chs
Date: Sun Dec 2 00:47:37 UTC 2012
Modified Files:
src/sys/modules/dtrace/fbt: Makefile
src/sys/modules/dtrace/sdt: Makefile
Log Message:
remove unneeded include dirs.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 s
Module Name:src
Committed By: chs
Date: Sun Dec 2 01:05:17 UTC 2012
Modified Files:
src/external/cddl/osnet/dev/cyclic: cyclic.c
src/external/cddl/osnet/dev/cyclic/i386: cyclic_machdep.c
src/external/cddl/osnet/sys/sys: cyclic_impl.h
src/sys/kern: k
Module Name:src
Committed By: chs
Date: Sun Dec 2 15:34:37 UTC 2012
Modified Files:
src/sys/dev/pci: twe.c
Log Message:
fix device/softc split: initialize sc->sc_dev.
To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 src/sys/dev/pci/twe.c
Please note that d
Module Name:src
Committed By: chs
Date: Fri Dec 7 03:11:17 UTC 2012
Modified Files:
src/external/cddl/osnet/dev/profile: profile.c
Log Message:
adapt the profile dtrace provider to netbsd.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/cddl/osn
Module Name:src
Committed By: chs
Date: Mon Dec 10 02:21:58 UTC 2012
Modified Files:
src/sys/compat/netbsd32: netbsd32_compat_12.c
Log Message:
fix these *stat routines: don't pass a kernel stack buffer
to a function that will try to copyout() to it.
just do both layers of
Module Name:src
Committed By: chs
Date: Mon Dec 10 16:12:20 UTC 2012
Modified Files:
src/sys/arch/alpha/include: vmparam.h
Log Message:
enable __USE_TOPDOWN_VM.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/alpha/include/vmparam.h
Please not
Module Name:src
Committed By: chs
Date: Mon Jan 7 16:54:54 UTC 2013
Modified Files:
src/sys/kern: kern_resource.c
Log Message:
fix setrlimit(RLIMIT_STACK) for __MACHINE_STACK_GROWS_UP platforms.
To generate a diff of this commit:
cvs rdiff -u -r1.171 -r1.172 src/sys/ker
1 - 100 of 444 matches
Mail list logo