CVS commit: src/sys/arch/hppa/dev

2021-07-11 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jul 11 13:36:02 UTC 2021 Modified Files: src/sys/arch/hppa/dev: sti_sgc.c Log Message: Fix silent freeze on probing sti(4) framebuffer on 712/60. PR/52162 Ok'ed by skrll@. Should be pulled up to netbsd-9 and netbsd-8. To

CVS commit: src/sys/arch/hppa/hppa

2021-07-01 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jul 1 22:57:45 UTC 2021 Modified Files: src/sys/arch/hppa/hppa: intr.c Log Message: fix off by one which resulted in all idle time reported as interrupt time final fix from nick@ To generate a diff of this commit: cvs rdi

CVS commit: src/sys/arch/hppa/include

2021-05-08 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat May 8 13:10:29 UTC 2021 Modified Files: src/sys/arch/hppa/include: param.h Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/arch/hppa/include/param.h Please note that diffs are not publ

CVS commit: src/sys/arch/hppa/include

2021-02-25 Thread Simon Burge
Module Name:src Committed By: simonb Date: Fri Feb 26 01:48:20 UTC 2021 Modified Files: src/sys/arch/hppa/include: vmparam.h Log Message: Use a valuely human readable number for MAXTSIZ. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/arch/hppa/incl

CVS commit: src/sys/arch/hppa/gsc

2021-02-04 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Thu Feb 4 15:08:45 UTC 2021 Modified Files: src/sys/arch/hppa/gsc: harmony.c Log Message: Simplify harmony_speed_bits(). It no longer needs to write back the speed value. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1

CVS commit: src/sys/arch/hppa/gsc

2021-02-04 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Thu Feb 4 15:06:11 UTC 2021 Modified Files: src/sys/arch/hppa/gsc: harmony.c Log Message: Fix my mistakes in rev1.6. - I had to merge the channel bit and the speed bits. Reported by macallan@. - I also fix my indent, while I'm h

CVS commit: src/sys/arch/hppa/gsc

2021-02-03 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Wed Feb 3 15:13:49 UTC 2021 Modified Files: src/sys/arch/hppa/gsc: harmony.c Log Message: Fix locking against myself. trigger_output will be called with sc_intr_lock held. >From source code review, not tested. To generate a diff

CVS commit: src/sys/arch/hppa/include

2020-12-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 5 22:49:50 UTC 2020 Modified Files: src/sys/arch/hppa/include: proc.h types.h Log Message: Use __vaddr_t since we don't expose vaddr_t by default to userland. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1

CVS commit: src/sys/arch/hppa

2020-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Nov 21 21:01:16 UTC 2020 Modified Files: src/sys/arch/hppa/dev: apic.c src/sys/arch/hppa/hppa: mainbus.c Log Message: malloc(9) -> kmem(9) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/hpp

CVS commit: src/sys/arch/hppa/dev

2020-10-23 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Oct 23 22:14:47 UTC 2020 Modified Files: src/sys/arch/hppa/dev: dino.c Log Message: support mmap() To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/hppa/dev/dino.c Please note that diffs are not p

CVS commit: src/sys/arch/hppa/dev

2020-10-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Oct 16 18:27:34 UTC 2020 Modified Files: src/sys/arch/hppa/dev: dino.c Log Message: Remove trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/hppa/dev/dino.c Please note that diffs a

CVS commit: src/sys/arch/hppa/dev

2020-10-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Oct 16 18:27:02 UTC 2020 Modified Files: src/sys/arch/hppa/dev: dino.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/hppa/dev/dino.c Please note that diffs are not public domain; t

CVS commit: src/sys/arch/hppa/dev

2020-10-16 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Oct 16 17:59:46 UTC 2020 Modified Files: src/sys/arch/hppa/dev: dino.c Log Message: config space accesses to device 15 function 7 cause a machine check exception on my C200, so weed them out. Now we can scan the PCI buses wi

CVS commit: src/sys/arch/hppa/hppa

2020-10-16 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Oct 16 17:50:44 UTC 2020 Modified Files: src/sys/arch/hppa/hppa: mainbus.c Log Message: support *_mmap() To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/hppa/hppa/mainbus.c Please note that diffs

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

2020-09-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Sep 14 16:13:19 UTC 2020 Modified Files: src/sys/arch/hppa/conf: Makefile.hppa Log Message: (Re)Enable -Werror=array-bounds. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/hppa/conf/Makefile.hppa Pl

CVS commit: src/sys/arch/hppa/hppa

2020-09-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Sep 14 16:11:32 UTC 2020 Modified Files: src/sys/arch/hppa/hppa: machdep.c Log Message: -Wno-error=array-bounds (missed from previous commit) To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/hppa/hpp

CVS commit: src/sys/arch/hppa/hppa

2020-09-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Sep 14 16:11:00 UTC 2020 Modified Files: src/sys/arch/hppa/hppa: machdep.h trap.S Log Message: -Wno-error=array-bounds To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/hppa/hppa/machdep.h cvs rdiff -

CVS commit: src/sys/arch/hppa/hppa

2020-09-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Sep 8 06:13:53 UTC 2020 Modified Files: src/sys/arch/hppa/hppa: machdep.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/hppa/hppa/machdep.c Please note that diffs are not public

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

2020-09-06 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 02:22:27 UTC 2020 Modified Files: src/sys/arch/hppa/conf: Makefile.hppa Log Message: enable -Wno-error=array-bounds for GCC 9 and hppa. machdep.c has a bunch of warnings that i can't workaround yet. To generate a diff o

CVS commit: src/sys/arch/hppa/dev

2020-05-13 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu May 14 06:13:39 UTC 2020 Modified Files: src/sys/arch/hppa/dev: asp.c dino.c lasi.c wax.c Log Message: Mask all interrupts before reading (and clearing) the interrupt request register in attach. Picked up by an assert in the q

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

2020-05-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon May 11 10:23:37 UTC 2020 Modified Files: src/sys/arch/hppa/conf: GENERIC Log Message: Enable modules To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/arch/hppa/conf/GENERIC Please note that diffs are not

CVS commit: src/sys/arch/hppa/hppa

2020-04-29 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Apr 30 06:16:47 UTC 2020 Modified Files: src/sys/arch/hppa/hppa: pmap.c Log Message: Convert pmap_check_alias into a function that resolves any aliases issues to deal with the locking around entering a mapping of the same page

CVS commit: src/sys/arch/hppa/hppa

2020-04-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Apr 25 08:02:40 UTC 2020 Modified Files: src/sys/arch/hppa/hppa: trap.c Log Message: Fix KASSERT that has been incorrect since revision 1.85 from 10 years ago. To generate a diff of this commit: cvs rdiff -u -r1.114 -r1.115 s

CVS commit: src/sys/arch/hppa

2020-04-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Apr 16 09:51:57 UTC 2020 Modified Files: src/sys/arch/hppa/hppa: pmap.c src/sys/arch/hppa/include: types.h Log Message: To allow concurrent page faults on the same set of pages lock the PV lists. From ad@ and fixed up

CVS commit: src/sys/arch/hppa

2020-04-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Apr 16 09:28:52 UTC 2020 Modified Files: src/sys/arch/hppa/hppa: hppa_machdep.c src/sys/arch/hppa/include: cpu.h Log Message: Fix cur{lwp,cpu} and other bits for MODULES To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/hppa

2020-04-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Apr 16 05:44:44 UTC 2020 Modified Files: src/sys/arch/hppa/dev: cpu.c src/sys/arch/hppa/hppa: fpu.c Log Message: Don't KASSERT there's an FPU present. QEMU doesn't have one... To generate a diff of this commit: cvs r

CVS commit: src/sys/arch/hppa/hppa

2020-04-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Apr 16 05:22:59 UTC 2020 Modified Files: src/sys/arch/hppa/hppa: pmap.c Log Message: More KNF To generate a diff of this commit: cvs rdiff -u -r1.109 -r1.110 src/sys/arch/hppa/hppa/pmap.c Please note that diffs are not publi

CVS commit: src/sys/arch/hppa

2020-04-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Apr 15 15:50:16 UTC 2020 Modified Files: src/sys/arch/hppa/gsc: if_ie_gsc.c src/sys/arch/hppa/hppa: machdep.c pmap.c Log Message: Convert PMAPDEBUG to UVMHIST To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.

CVS commit: src/sys/arch/hppa/hppa

2020-04-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Apr 15 15:22:37 UTC 2020 Modified Files: src/sys/arch/hppa/hppa: pmap.c Log Message: Spaces to tabs To generate a diff of this commit: cvs rdiff -u -r1.107 -r1.108 src/sys/arch/hppa/hppa/pmap.c Please note that diffs are not

CVS commit: src/sys/arch/hppa/hppa

2020-04-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Apr 15 09:41:09 UTC 2020 Modified Files: src/sys/arch/hppa/hppa: pmap.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 src/sys/arch/hppa/hppa/pmap.c Please note that diffs are not public dom

CVS commit: src/sys/arch/hppa/hppa

2020-04-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Apr 15 08:14:22 UTC 2020 Modified Files: src/sys/arch/hppa/hppa: pmap.c Log Message: G/C a #include To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.106 src/sys/arch/hppa/hppa/pmap.c Please note that diffs are not

CVS commit: src/sys/arch/hppa/include

2020-03-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Mar 21 17:00:48 UTC 2020 Modified Files: src/sys/arch/hppa/include: param.h Log Message: Revert another historic $Hdr$ collapse. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/arch/hppa/include/para

CVS commit: src/sys/arch/hppa/hppa

2020-03-14 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sat Mar 14 16:55:17 UTC 2020 Modified Files: src/sys/arch/hppa/hppa: genassym.cf Log Message: Remove unused RW lock defs. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/hppa/hppa/genassym.cf Please note th

CVS commit: src/sys/arch/hppa/hppa

2020-03-01 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Mar 1 21:40:45 UTC 2020 Modified Files: src/sys/arch/hppa/hppa: pmap.c Log Message: Give pmap uvm_objects an empty pagerops to avoid special casing in UVM. (This use of uvm_object causes a disproportionate amount of work.) To g

CVS commit: src/sys/arch/hppa

2020-02-24 Thread Andrew Doran
Module Name:src Committed By: ad Date: Mon Feb 24 20:42:18 UTC 2020 Modified Files: src/sys/arch/hppa/hppa: pmap.c src/sys/arch/hppa/include: pmap.h Log Message: Adjust for UVM locking changes. To generate a diff of this commit: cvs rdiff -u -r1.103 -r1.104 src/s

CVS commit: src/sys/arch/hppa/hppa

2019-12-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Dec 6 08:40:34 UTC 2019 Modified Files: src/sys/arch/hppa/hppa: trap.c Log Message: Simplify userret function signature. From ad@ To generate a diff of this commit: cvs rdiff -u -r1.113 -r1.114 src/sys/arch/hppa/hppa/trap.c

CVS commit: src/sys/arch/hppa/include

2019-12-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Dec 5 08:00:05 UTC 2019 Modified Files: src/sys/arch/hppa/include: cpu.h Log Message: Attempt to restore Utah $Hdr$ To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/hppa/include/cpu.h Please note tha

CVS commit: src/sys/arch/hppa/include

2019-12-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Dec 5 03:59:39 UTC 2019 Modified Files: src/sys/arch/hppa/include: cpu.h Log Message: Only need one ci_onproc member. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/hppa/include/cpu.h Please no

CVS commit: src/sys/arch/hppa/include

2019-12-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Dec 4 07:49:39 UTC 2019 Modified Files: src/sys/arch/hppa/include: cpu.h Log Message: +ci_onproc To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/hppa/include/cpu.h Please note that diffs are not pub

CVS commit: src/sys/arch/hppa/hppa

2019-05-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat May 4 13:04:36 UTC 2019 Modified Files: src/sys/arch/hppa/hppa: intr.c Log Message: Whitespace To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/hppa/hppa/intr.c Please note that diffs are not public

CVS commit: src/sys/arch/hppa/hppa

2019-04-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Apr 26 18:37:24 UTC 2019 Modified Files: src/sys/arch/hppa/hppa: mainbus.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/hppa/hppa/mainbus.c Please note that diffs are not public d

CVS commit: src/sys/arch/hppa/hppa

2019-04-17 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Apr 17 20:46:38 UTC 2019 Modified Files: src/sys/arch/hppa/hppa: disksubr.c Log Message: Get a large enough buffer for the LIF DIR To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/hppa/hppa/disksubr.c

CVS commit: src/sys/arch/hppa/hppa

2019-04-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Apr 16 20:33:36 UTC 2019 Modified Files: src/sys/arch/hppa/hppa: locore.S Log Message: If arg3 is zero then fill it with the value of 'end'. Helps booting with qemu. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.

CVS commit: src/sys/arch/hppa/include

2019-04-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Apr 16 12:25:17 UTC 2019 Modified Files: src/sys/arch/hppa/include: aout_machdep.h asm.h cpu.h exec.h ieeefp.h int_limits.h limits.h lock.h param.h pcb.h pte.h reg.h signal.h vmparam.h Log Message: Trail

CVS commit: src/sys/arch/hppa/gsc

2019-04-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Apr 16 12:22:13 UTC 2019 Modified Files: src/sys/arch/hppa/gsc: if_ie_gsc.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/hppa/gsc/if_ie_gsc.c Please note that diff

CVS commit: src/sys/arch/hppa/hppa

2019-04-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Apr 16 07:08:46 UTC 2019 Modified Files: src/sys/arch/hppa/hppa: trap.S Log Message: Fix a comment To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/sys/arch/hppa/hppa/trap.S Please note that diffs are not pu

CVS commit: src/sys/arch/hppa/dev

2019-04-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Apr 16 06:45:04 UTC 2019 Modified Files: src/sys/arch/hppa/dev: dino.c Log Message: Re-arrange dino_softc members to improve alignment To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/hppa/dev/dino.c

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

2019-04-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Apr 16 06:44:17 UTC 2019 Modified Files: src/sys/arch/hppa/conf: files.hppa Log Message: dino depends on gedoens To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/hppa/conf/files.hppa Please note tha

CVS commit: src/sys/arch/hppa/hppa

2019-04-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Apr 16 06:13:53 UTC 2019 Modified Files: src/sys/arch/hppa/hppa: trap.S Log Message: Whitespace To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/sys/arch/hppa/hppa/trap.S Please note that diffs are not publi

CVS commit: src/sys/arch/hppa/hppa

2019-04-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Apr 15 20:46:10 UTC 2019 Modified Files: src/sys/arch/hppa/hppa: autoconf.c Log Message: Whitespace To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/hppa/hppa/autoconf.c Please note that diffs are not

CVS commit: src/sys/arch/hppa/hppa

2019-04-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Apr 15 20:45:08 UTC 2019 Modified Files: src/sys/arch/hppa/hppa: autoconf.c copy.S db_machdep.c fpemu.S fpu.c hpt.h idle_machdep.c intr.c ipifuncs.c kgdb_hppa.c lock_stubs.S locore.S machdep.h mainbus.c p

CVS commit: src/sys/arch/hppa/dev

2019-04-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Apr 15 20:40:37 UTC 2019 Modified Files: src/sys/arch/hppa/dev: com_ssio.c lasi.c mongoose.c pdc.c power.c sti_sgc.c uturn.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.2 -

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

2019-04-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Apr 15 20:38:18 UTC 2019 Modified Files: src/sys/arch/hppa/conf: GENERIC Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/arch/hppa/conf/GENERIC Please note that diffs ar

CVS commit: src/sys/arch/hppa/dev

2019-04-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Apr 15 07:48:20 UTC 2019 Modified Files: src/sys/arch/hppa/dev: com_dino.c Log Message: Some KNF To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/hppa/dev/com_dino.c Please note that diffs are not pub

CVS commit: src/sys/arch/hppa/hppa

2019-04-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Apr 15 06:16:42 UTC 2019 Modified Files: src/sys/arch/hppa/hppa: vm_machdep.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/sys/arch/hppa/hppa/vm_machdep.c Please note tha

CVS commit: src/sys/arch/hppa/hppa

2019-04-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Apr 14 08:23:20 UTC 2019 Modified Files: src/sys/arch/hppa/hppa: trap.S Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 src/sys/arch/hppa/hppa/trap.S Please note that diffs are

CVS commit: src/sys/arch/hppa

2019-03-23 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Mar 23 13:05:24 UTC 2019 Modified Files: src/sys/arch/hppa/conf: GENERIC files.hppa src/sys/arch/hppa/hppa: trap.S Log Message: Remove references to COMPAT_OSF1 in HPPA, it has never been supported on this architecture.

CVS commit: src/sys/arch/hppa/spmath

2019-02-05 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Feb 6 05:04:41 UTC 2019 Modified Files: src/sys/arch/hppa/spmath: cnv_float.h Log Message: - convert shift results into logical expressions To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/hppa/spmath/c

CVS commit: src/sys/arch/hppa/stand/common

2019-01-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 8 19:14:08 UTC 2019 Modified Files: src/sys/arch/hppa/stand/common: pdc.c Log Message: no need for To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/hppa/stand/common/pdc.c Please note that di

CVS commit: src/sys/arch/hppa/stand/common

2019-01-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 8 17:14:52 UTC 2019 Modified Files: src/sys/arch/hppa/stand/common: pdc.c Log Message: Include for DEV_BSIZE/DEV_BSHIFT To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/hppa/stand/common/pdc.c

CVS commit: src/sys/arch/hppa/hppa

2018-11-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Nov 14 10:58:04 UTC 2018 Modified Files: src/sys/arch/hppa/hppa: fpu.c machdep.c Log Message: Some fixes for QEMU/hppa. Don't call desidhash_l on pcxl2 as it doesn't support it. QEMU emulates this cpu and would trap on illega

CVS commit: src/sys/arch/hppa/stand

2018-11-13 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Nov 13 21:22:38 UTC 2018 Modified Files: src/sys/arch/hppa/stand: Makefile.buildboot src/sys/arch/hppa/stand/xxboot: Makefile Log Message: Apply -fno-delete-null-pointer-checks so PAGE0 is handled correctly netinstall.

CVS commit: src/sys/arch/hppa/stand

2018-11-13 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Nov 13 21:20:11 UTC 2018 Modified Files: src/sys/arch/hppa/stand: Makefile.buildboot Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/hppa/stand/Makefile.buildboot Ple

CVS commit: src/sys/arch/hppa/stand/common

2018-09-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Sep 5 07:32:45 UTC 2018 Modified Files: src/sys/arch/hppa/stand/common: pdc.c Log Message: One more min->uimin straggler confirmed by 201809042300Z autobuild. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 s

CVS commit: src/sys/arch/hppa/spmath

2018-06-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jun 13 16:05:14 UTC 2018 Modified Files: src/sys/arch/hppa/spmath: Makefile.inc Log Message: revert previous MAKEOBJDIRPREFIX massaging To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/hppa/spmath

CVS commit: src/sys/arch/hppa/spmath

2018-06-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 11 21:37:29 UTC 2018 Modified Files: src/sys/arch/hppa/spmath: Makefile.inc Log Message: switch from MAKEOBJDIRPREFIX to MAKEOBJDIR. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/hppa/spmat

CVS commit: src/sys/arch/hppa/include

2018-02-27 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Feb 27 11:26:39 UTC 2018 Modified Files: src/sys/arch/hppa/include: mcontext.h Log Message: Implement _UC_MACHINE_INTRV() for hppa INTRV = integer return value For hppa this is R28 alias _REG_RET0. To generate a diff of this

CVS commit: src/sys/arch/hppa/hppa

2018-02-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Feb 21 10:42:16 UTC 2018 Modified Files: src/sys/arch/hppa/hppa: db_disasm.c Log Message: Avoid UB (shift of negative number) To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/hppa/hppa/db_disasm.c P

CVS commit: src/sys/arch/hppa/include

2017-11-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Nov 29 17:36:03 UTC 2017 Modified Files: src/sys/arch/hppa/include: signal.h Log Message: need sigtypes.h for sigset_t, since includes this directly. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arc

CVS commit: src/sys/arch/hppa/dev

2017-10-10 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Oct 10 13:47:27 UTC 2017 Modified Files: src/sys/arch/hppa/dev: mongoose.c Log Message: Reorder to avoid null deref before null test To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/hppa/dev/mongoose.c

CVS commit: src/sys/arch/hppa/include

2017-10-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 4 23:04:42 UTC 2017 Modified Files: src/sys/arch/hppa/include: mutex.h Log Message: const me harder! To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/hppa/include/mutex.h Please note that di

CVS commit: src/sys/arch/hppa/include

2017-09-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 24 07:39:28 UTC 2017 Modified Files: src/sys/arch/hppa/include: mutex.h Log Message: const me harder. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/hppa/include/mutex.h Please note that di

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

2017-09-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 15 03:06:11 UTC 2017 Modified Files: src/sys/arch/hppa/conf: GENERIC Log Message: there is no netbsd 17 To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/hppa/conf/GENERIC Please note that dif

CVS commit: src/sys/arch/hppa/stand/cdboot

2017-09-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Sep 1 07:29:56 UTC 2017 Modified Files: src/sys/arch/hppa/stand/cdboot: ld.script Log Message: Use the same linker script as sys/arch/hppa/stand/boot and fix the gcc 5.3 problem here as well. To generate a diff of this commi

CVS commit: src/sys/arch/hppa/stand/boot

2017-08-29 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Aug 29 19:14:04 UTC 2017 Modified Files: src/sys/arch/hppa/stand/boot: ld.script Log Message: Ensure all data is captured under the edata symbol for srt0.S to relocate it correctly. gcc 5.3 marks some data as .data.rel.local,

CVS commit: src/sys/arch/hppa/stand

2017-08-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 29 09:17:43 UTC 2017 Modified Files: src/sys/arch/hppa/stand: Makefile.buildboot Makefile.inc Log Message: disable PIE and SSP To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/hppa/stand/Makefil

CVS commit: src/sys/arch/hppa/hppa

2017-04-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Apr 2 08:31:10 UTC 2017 Modified Files: src/sys/arch/hppa/hppa: machdep.c Log Message: PR/52129: NetBSD/hppa 7.1 fails to boot on 712/60 Add 712/* models to cpu_model_cpuid To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/sys/arch/hppa/include

2017-01-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 15 18:03:12 UTC 2017 Modified Files: src/sys/arch/hppa/include: lock.h Log Message: undo paren change To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/hppa/include/lock.h Please note that dif

CVS commit: src/sys/arch/hppa/include

2017-01-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 15 15:27:41 UTC 2017 Modified Files: src/sys/arch/hppa/include: lock.h Log Message: more types for constants To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/hppa/include/lock.h Please note t

CVS commit: src/sys/arch/hppa/include

2017-01-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 14 15:58:11 UTC 2017 Modified Files: src/sys/arch/hppa/include: lock.h Log Message: fix constant types To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/hppa/include/lock.h Please note that di

CVS commit: src/sys/arch/hppa/include

2016-11-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 25 02:27:43 UTC 2016 Modified Files: src/sys/arch/hppa/include: ptrace.h Log Message: fix register names To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/hppa/include/ptrace.h Please note that

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

2016-05-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon May 9 15:23:23 UTC 2016 Modified Files: src/sys/arch/hppa/conf: majors.hppa Log Message: Use the MI usb majors To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/hppa/conf/majors.hppa Please note that

CVS commit: src/sys/arch/hppa/spmath

2016-02-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 29 18:22:06 UTC 2016 Modified Files: src/sys/arch/hppa/spmath: dfsqrt.c Log Message: PR/50870: David Binderman: Use logical and instead of arithmetic To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/

CVS commit: src/sys/arch/hppa/spmath

2016-02-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 29 18:20:31 UTC 2016 Modified Files: src/sys/arch/hppa/spmath: sfsqrt.c Log Message: PR/50871: David Binderman: use logical and instead of arithmetic To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/

CVS commit: src/sys/arch/hppa/stand

2016-02-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 21 14:50:05 UTC 2016 Modified Files: src/sys/arch/hppa/stand: Makefile.buildboot Makefile.inc src/sys/arch/hppa/stand/xxboot: Makefile Log Message: move the NODEBUG to the boot blocks only. To generate a diff o

CVS commit: src/sys/arch/hppa/stand

2016-02-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 21 03:33:18 UTC 2016 Modified Files: src/sys/arch/hppa/stand: Makefile.inc Log Message: No debug, pic, or ctf for standalone code. - debug makes things not fit - ctf is useless - pic does not work with the function call

CVS commit: src/sys/arch/hppa/spmath

2016-01-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 25 18:55:25 UTC 2016 Modified Files: src/sys/arch/hppa/spmath: Makefile.inc Log Message: use :Q to quote variables properly. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/hppa/spmath/Makefile

CVS commit: src/sys/arch/hppa/include

2016-01-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 25 18:14:40 UTC 2016 Modified Files: src/sys/arch/hppa/include: cpu.h Log Message: Don't expose kernel structs to userland. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/hppa/include/cpu.h P

CVS commit: src/sys/arch/hppa/stand/mkboot

2016-01-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 21 17:00:23 UTC 2016 Modified Files: src/sys/arch/hppa/stand/mkboot: mkboot.c Log Message: PR/50684: David Binderman: Fix memory leak To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/hppa/stand/

CVS commit: src/sys/arch/hppa/include

2016-01-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jan 11 08:14:08 UTC 2016 Modified Files: src/sys/arch/hppa/include: db_machdep.h Log Message: PR port-hppa/50642: src/sys/arch/hppa/include/db_machdep.h:118: bad if test ? Correct the test for rfir and add one for rfi while I'

CVS commit: src/sys/arch/hppa/stand/xxboot

2015-12-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 13 18:38:23 UTC 2015 Modified Files: src/sys/arch/hppa/stand/xxboot: iplsum.c Log Message: PR/50532: David Binderman: Add missing fclose. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/hppa/st

CVS commit: src/sys/arch/hppa

2015-09-05 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Sun Sep 6 02:22:50 UTC 2015 Modified Files: src/sys/arch/hppa/conf: Makefile.hppa src/sys/arch/hppa/spmath: Makefile.inc Log Message: spmath.o is an MD library, not an MD object. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/hppa/spmath

2015-09-04 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Sat Sep 5 04:44:29 UTC 2015 Modified Files: src/sys/arch/hppa/spmath: Makefile.inc Log Message: Fix build of hppa's spmath.o, as m68k's fpsp.o was done. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch

CVS commit: src/sys/arch/hppa/stand/xxboot

2015-08-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Aug 23 04:56:20 UTC 2015 Modified Files: src/sys/arch/hppa/stand/xxboot: readufs.h Log Message: Sync lfs changes with the x68k version of this code. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/

CVS commit: src/sys/arch/hppa/stand/xxboot

2015-08-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 20 07:50:08 UTC 2015 Modified Files: src/sys/arch/hppa/stand/xxboot: readufs.h readufs_lfs.c Log Message: minimal changes to get this to compile. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch

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

2015-08-19 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Thu Aug 20 06:21:54 UTC 2015 Modified Files: src/sys/arch/hppa/conf: Makefile.hppa Log Message: Use ${KERNLDSCRIPT}. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/hppa/conf/Makefile.hppa Please note

CVS commit: src/sys/arch/hppa/stand/xxboot

2015-07-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jul 28 16:50:12 UTC 2015 Modified Files: src/sys/arch/hppa/stand/xxboot: readufs_lfs.c Log Message: fix build. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/hppa/stand/xxboot/readufs_lfs.c Pleas

CVS commit: src/sys/arch/hppa/hppa

2015-03-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Mar 2 11:05:12 UTC 2015 Modified Files: src/sys/arch/hppa/hppa: trap.c Log Message: Send SIGBUS when accessing mmap() past end of file (handle EINVAL in fault path). While there, handle ENOMEM as well. To generate a diff of

CVS commit: src/sys/arch/hppa/include

2015-01-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jan 13 11:15:29 UTC 2015 Modified Files: src/sys/arch/hppa/include: fenv.h ieeefp.h Log Message: Properly separate fenv.h and ieeefp.h by moving all fenv defines over to the former. Now that they are decoupled, make rounding m

CVS commit: src/sys/arch/hppa/include

2015-01-12 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jan 12 09:14:45 UTC 2015 Modified Files: src/sys/arch/hppa/include: ieeefp.h Log Message: use unsigned over uint32_t so that this file works without stdint.h being included before hand. fixes mknative-gcc problems, and likely ot

  1   2   3   >