Module Name:src
Committed By: rin
Date: Thu Jul 15 05:07:50 UTC 2021
Modified Files:
src/sys/arch/landisk/dev: btn_obio.c button.c buttonvar.h
Log Message:
Migrate btn_init() from btnopen() (with RUN_ONCE) to btn_obio_attach().
Fix uninitialized use of btn_event_list_lock
Module Name:src
Committed By: thorpej
Date: Sun Apr 25 13:33:27 UTC 2021
Modified Files:
src/sys/arch/landisk/conf: files.landisk
Log Message:
PCI busses do not attach directly to mainbus (they attach to shpcic,
which in turn attaches to mainbus), so there is no need for m
Module Name:src
Committed By: thorpej
Date: Sat Dec 19 21:27:52 UTC 2020
Modified Files:
src/sys/arch/landisk/landisk: bus_dma.c intr.c
Log Message:
malloc(9) -> kmem(9)
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/landisk/landisk/bus_dma.c
Module Name:src
Committed By: thorpej
Date: Sat Dec 19 21:25:04 UTC 2020
Modified Files:
src/sys/arch/landisk/dev: button.c
Log Message:
Use sel{record,remove}_knote().
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/landisk/dev/button.c
Please
Module Name:src
Committed By: uwe
Date: Sat Apr 6 00:09:10 UTC 2019
Modified Files:
src/sys/arch/landisk/landisk: autoconf.c
Log Message:
Use aprint_* instead of printf.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/landisk/landisk/autoconf.c
Module Name:src
Committed By: uwe
Date: Thu Jun 22 20:11:17 UTC 2017
Modified Files:
src/sys/arch/landisk/conf: files.landisk
Log Message:
Merge define/device mainbus too. Same ioconf.c is generated.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/ar
Module Name:src
Committed By: uwe
Date: Thu Jun 22 18:39:04 UTC 2017
Modified Files:
src/sys/arch/landisk/conf: files.landisk
Log Message:
Merge define obio {} + device obio into single device obio {...}
Same ioconf.c is generated.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: uwe
Date: Thu Feb 2 21:57:03 UTC 2017
Modified Files:
src/sys/arch/landisk/landisk: machdep.c
Log Message:
Pass kernend as the start parameter to uvm_page_physload(). This
fixes pmap_steal_memory() as it can now unplug from the start of the
Module Name:src
Committed By: uwe
Date: Thu Feb 2 21:11:25 UTC 2017
Modified Files:
src/sys/arch/landisk/landisk: machdep.c
Log Message:
It's completely bogus to pass physmem (i.e. the memory size) as the
"start" parameter to uvm_page_physload(). I guess it never explode
Module Name:src
Committed By: uwe
Date: Sat Dec 17 01:32:22 UTC 2016
Modified Files:
src/sys/arch/landisk/landisk: machdep.c
Log Message:
PR 51724 - landisk fails to reboot.
machine_reset() - instead of trying to cause an invalid data access
that gcc will optimize away, j
Module Name:src
Committed By: uwe
Date: Sat Dec 17 01:10:39 UTC 2016
Modified Files:
src/sys/arch/landisk/include: cpu.h
src/sys/arch/landisk/landisk: machdep.c
Log Message:
Declare machine_cpu() __dead.
G/c the endless loop after calling it in cpu_reboot().
To g
Module Name:src
Committed By: christos
Date: Sun Aug 28 14:23:00 UTC 2016
Modified Files:
src/sys/arch/landisk/conf: GENERIC
Log Message:
Turn on ASLR/MPROTECT
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/arch/landisk/conf/GENERIC
Please note th
Module Name:src
Committed By: christos
Date: Sun Aug 28 08:51:52 UTC 2016
Modified Files:
src/sys/arch/landisk/stand: Makefile.inc
src/sys/arch/landisk/stand/mbr: Makefile.mbr
Log Message:
Sprinkle NOPIE
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2
Module Name:src
Committed By: christos
Date: Thu Aug 25 12:47:45 UTC 2016
Modified Files:
src/sys/arch/landisk/include: Makefile
Added Files:
src/sys/arch/landisk/include: fenv.h
Log Message:
more fenv.h
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5
Module Name:src
Committed By: dholland
Date: Sat Jun 11 06:31:49 UTC 2016
Modified Files:
src/sys/arch/landisk/stand/boot: boot2.c monitor.c
Log Message:
PR 51200 gets in libsa considered harmful: use kgets
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/
Module Name:src
Committed By: dholland
Date: Tue May 31 04:05:50 UTC 2016
Modified Files:
src/sys/arch/landisk/stand/boot: boot2.c
Log Message:
PR 51193 David Binderman: simplify redundant conditional.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/a
Module Name:src
Committed By: nonaka
Date: Thu Feb 5 14:04:47 UTC 2015
Modified Files:
src/sys/arch/landisk/conf: GENERIC
Log Message:
Added drvctl.
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/landisk/conf/GENERIC
Please note that diffs a
Module Name:src
Committed By: uwe
Date: Sat Jan 24 15:54:23 UTC 2015
Modified Files:
src/sys/arch/landisk/include: endian_machdep.h
Log Message:
#include like other sh3 machines.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/landisk/include/en
Module Name:src
Committed By: uwe
Date: Mon Oct 13 22:24:43 UTC 2014
Modified Files:
src/sys/arch/landisk/landisk: intr.c
Log Message:
s/__diagused/__debugused/ for variables used in KDASSERT().
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/lan
Module Name:src
Committed By: joerg
Date: Sat Mar 29 23:51:02 UTC 2014
Modified Files:
src/sys/arch/landisk/include: pci_machdep.h
Log Message:
Fix syntax (hi christos!)
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/landisk/include/pci_machdep.
Module Name:src
Committed By: christos
Date: Wed Mar 26 17:47:10 UTC 2014
Modified Files:
src/sys/arch/landisk/landisk: shpcic_machdep.c
src/sys/arch/landisk/stand/boot: boot2.c cons.c
Log Message:
kill sprintf
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: mrg
Date: Mon Dec 16 15:44:41 UTC 2013
Modified Files:
src/sys/arch/landisk/landisk: intr.c
Log Message:
apply __diagused where appropriate.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/landisk/landisk/intr.c
Ple
Module Name:src
Committed By: matt
Date: Wed Aug 21 07:08:30 UTC 2013
Modified Files:
src/sys/arch/landisk/stand: Makefile.bootprogs
src/sys/arch/landisk/stand/boot: Makefile.boot
src/sys/arch/landisk/stand/bootxx: Makefile.bootxx
Log Message:
Use
Add miss
Module Name:src
Committed By: tsutsui
Date: Mon Jun 11 16:27:58 UTC 2012
Modified Files:
src/sys/arch/landisk/landisk: machdep.c
Log Message:
Explicitly include for struct pcb.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/landisk/landisk/ma
Module Name:src
Committed By: tsutsui
Date: Sat Mar 31 06:35:11 UTC 2012
Modified Files:
src/sys/arch/landisk/landisk: bus_dma.c
Log Message:
Don't call sh_dcache_inv_range() on BUS_DMASYNC_POSTREAD ops
as other mips and arm ports.
All cached data is cared on BUS_DMASYNC_
Module Name:src
Committed By: mrg
Date: Wed Jul 6 01:19:45 UTC 2011
Modified Files:
src/sys/arch/landisk/stand/boot: biosdisk.c
Log Message:
avoid a "multi-level non-const cast" warning from GCC 4.5.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/ar
Module Name:src
Committed By: dyoung
Date: Fri Jul 1 19:12:53 UTC 2011
Modified Files:
src/sys/arch/landisk/dev: obio.c obiovar.h wdc_obio.c
src/sys/arch/landisk/landisk: bus_dma.c machdep.c mainbus.c
shpcic_machdep.c
Log Message:
#include instead of
Module Name:src
Committed By: rmind
Date: Sat May 14 02:27:35 UTC 2011
Modified Files:
src/sys/arch/landisk/dev: button.c
Log Message:
Convert to mutex(9)/condvar(9). Use RUN_ONCE(9) to avoid racy init.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys
Module Name:src
Committed By: dyoung
Date: Wed Apr 6 01:32:06 UTC 2011
Modified Files:
src/sys/arch/landisk/include: pci_machdep.h
src/sys/arch/landisk/landisk: shpcic_machdep.c
Log Message:
Fix fallout from pci_attach_args constification.
To generate a diff of
Module Name:src
Committed By: dyoung
Date: Wed Apr 6 01:31:20 UTC 2011
Modified Files:
src/sys/arch/landisk: Makefile
Log Message:
Fix target 'tags'.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/landisk/Makefile
Please note that diffs are no
Module Name:src
Committed By: nonaka
Date: Sun Mar 28 07:31:59 UTC 2010
Modified Files:
src/sys/arch/landisk/landisk: bus_dma.c
Log Message:
return allocated va.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/landisk/landisk/bus_dma.c
Please
Module Name:src
Committed By: nonaka
Date: Sun Mar 21 14:49:29 UTC 2010
Modified Files:
src/sys/arch/landisk/landisk: bus_dma.c
Log Message:
sync with OpenBSD:r1.3
> bus_dmamap_sync fixes to cope with real life.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.
Module Name:src
Committed By: nonaka
Date: Sun Mar 21 13:34:20 UTC 2010
Modified Files:
src/sys/arch/landisk/landisk: bus_dma.c
Log Message:
more fix.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/landisk/landisk/bus_dma.c
Please note that di
Module Name:src
Committed By: nonaka
Date: Sun Mar 21 13:10:38 UTC 2010
Modified Files:
src/sys/arch/landisk/landisk: bus_dma.c
Log Message:
fix wrong op priority.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/landisk/landisk/bus_dma.c
Please
34 matches
Mail list logo