Module Name:src
Committed By: tsutsui
Date: Sun Feb 2 15:35:06 UTC 2014
Modified Files:
src/sys/arch/luna68k/dev: lunaws.c sio.c siotty.c siovar.h
Log Message:
Misc cleanup of sio drivers.
- register softc of child devices as an argument of the sio interrupt
handler to
Module Name:src
Committed By: tsutsui
Date: Fri Jan 31 19:38:48 UTC 2014
Modified Files:
src/sys/arch/mipsco/stand: Makefile.booters
Log Message:
Make sure to define NOMAN before including .
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/mipsc
Module Name:src
Committed By: tsutsui
Date: Fri Jan 31 19:25:14 UTC 2014
Modified Files:
src/sys/arch/ews4800mips/stand: Makefile.bootxx
src/sys/arch/ews4800mips/stand/boot: Makefile
Log Message:
Workaround weird "nbmake[8]: Graph cycles through `clean'" errors.
Module Name:src
Committed By: tsutsui
Date: Fri Jan 31 18:56:24 UTC 2014
Modified Files:
src/sys/arch/sparc64/sparc64: locore.s
Log Message:
defined(LKM) -> defined(MODULAR)
To generate a diff of this commit:
cvs rdiff -u -r1.354 -r1.355 src/sys/arch/sparc64/sparc64/loco
Module Name:src
Committed By: tsutsui
Date: Fri Jan 31 18:49:35 UTC 2014
Modified Files:
src/sys/arch/cesfic/cesfic: locore.s
src/sys/arch/hp300/hp300: locore.s
src/sys/arch/luna68k/luna68k: locore.s
src/sys/arch/mvme68k/mvme68k: locore.s
src
Module Name:src
Committed By: tsutsui
Date: Fri Jan 31 18:42:45 UTC 2014
Modified Files:
src/sys/arch/x68k/dev: grf.c
Log Message:
Fix build botched in previous.
Christos, please at least compile before commit per the guideline.
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: tsutsui
Date: Fri Jan 31 18:24:03 UTC 2014
Modified Files:
src/sys/arch/x68k/x68k: locore.s
Log Message:
Move the startup routine to the beginning of the source as other m68k ports.
No particular comments on port-x68k@.
To generate a diff o
Module Name:src
Committed By: tsutsui
Date: Fri Jan 31 18:17:27 UTC 2014
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Switch ews4800mips and newsmips to Xorg server.
There is ~no user of X11R6 Xservers except a few developers on these ports
and Xorg wsfb server s
Module Name:src
Committed By: tsutsui
Date: Fri Jan 31 18:13:39 UTC 2014
Modified Files:
src/distrib/sets/lists/xserver: md.ews4800mips
Log Message:
Update md.ews4800mips list for xorg-server 1.9.2 merge.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/
Module Name:src
Committed By: tsutsui
Date: Fri Jan 31 15:41:48 UTC 2014
Modified Files:
src/sys/arch/ews4800mips/sbd: fb_sbdio.c
Log Message:
Remove unnecessary #if 1/#endif.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/ews4800mips/sbd/fb_s
Module Name:src
Committed By: tsutsui
Date: Fri Jan 31 15:43:06 UTC 2014
Modified Files:
src/sys/arch/newsmips/apbus: xafb.c
src/sys/arch/newsmips/dev: fb.c
Log Message:
Add WSDISPLAYIO_LINEBYTES ioctl (for Xorg wsfb driver).
To generate a diff of this commit:
cv
Module Name:src
Committed By: tsutsui
Date: Sat Jan 25 00:07:48 UTC 2014
Modified Files:
src/sys/arch/x68k/include: vmparam.h
Log Message:
Increase VM_KERNEL_PT_PAGES from 2 to 4 for x68k.
X68030 with 8MB or 12MB RAM (which is default for most X68030s)
now gets "pmap_ente
Module Name:src
Committed By: tsutsui
Date: Wed Jan 22 11:48:59 UTC 2014
Modified Files:
src/distrib/alpha/instkernel/ramdisk: Makefile
Log Message:
Add dhcpcd(8) to alpha's INSTALL ramdisk.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/distrib/alpha/
Module Name:src
Committed By: tsutsui
Date: Wed Jan 22 11:46:31 UTC 2014
Modified Files:
src/etc/etc.alpha: MAKEDEV.conf
Log Message:
Create a bpf(4) device node on ramdisk for DHCP client.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/etc/etc.alpha/MA
Module Name:src
Committed By: tsutsui
Date: Wed Jan 22 11:45:16 UTC 2014
Modified Files:
src/sys/arch/alpha/conf: INSTALL
Log Message:
Add pseudo-device bpfilter to use DHCP client.
To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 src/sys/arch/alpha/conf/I
Module Name:src
Committed By: tsutsui
Date: Mon Jan 20 15:32:23 UTC 2014
Modified Files:
src/sys/arch/alpha/conf: GENERIC
Log Message:
Add and enable radeonfb(4) at pci with options RADEONFB_DEPTH_32.
Requested and tested (with wsfb Xorg server) by Naruaki Etomi in PR/484
Module Name:src
Committed By: tsutsui
Date: Mon Jan 20 15:05:14 UTC 2014
Modified Files:
src/sys/arch/alpha/alpha: autoconf.c
src/sys/arch/alpha/include: pci_machdep.h
src/sys/arch/alpha/pci: pci_machdep.c
Log Message:
Check and set "is_console" property to
Module Name:src
Committed By: tsutsui
Date: Sun Jan 19 03:44:13 UTC 2014
Modified Files:
src/sys/arch/alpha/pci: tsp_bus_mem.c
Log Message:
Set a proper address for PCI memspace to make bus_space_mmap(9) work correctly.
Reported and confirmed with radeonfb(4) by Naruaki E
Module Name:src
Committed By: tsutsui
Date: Wed Jan 15 14:27:49 UTC 2014
Modified Files:
src/sys/arch/alpha/pci: pci_bwx_bus_mem_chipdep.c
Log Message:
Revert previous. PR/48431 claims ALPHA_PHYS_TO_K0SEG() is necessary.
Actually CHIP_MEM_SYS_START(v) seems a physical ad
Module Name:src
Committed By: tsutsui
Date: Mon Jan 13 15:48:09 UTC 2014
Modified Files:
src/sys/arch/alpha/pci: pci_bwx_bus_mem_chipdep.c
Log Message:
bus_space_mmap(9) function should return alpha_btop(PA), not alpha_btop(VA).
Pointed out in PR port-alpha/48431 from nul
Module Name:src
Committed By: tsutsui
Date: Sun Jan 12 15:26:31 UTC 2014
Modified Files:
src/sys/arch/acorn26/stand: Makefile.buildboot
src/sys/arch/acorn32/stand: Makefile.buildboot
src/sys/arch/alpha/stand: Makefile.bootprogs
src/sys/arch/arc/stand
Module Name:src
Committed By: tsutsui
Date: Sun Jan 12 15:19:57 UTC 2014
Modified Files:
src/sys/lib/libsa: Makefile
Removed Files:
src/sys/lib/libsa: exec.c
Log Message:
Remove obsolete exec.c for a.out. It was superseded by loadfile() long ago.
To generate a di
Module Name:src
Committed By: tsutsui
Date: Sat Jan 11 17:00:37 UTC 2014
Modified Files:
src/sys/arch/luna68k/stand/boot: samachdep.h
Log Message:
Remove unused declarations.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/luna68k/stand/boot/sa
Module Name:src
Committed By: tsutsui
Date: Sat Jan 11 16:34:05 UTC 2014
Modified Files:
src/sys/arch/luna68k/luna68k: machdep.c
Log Message:
Remove tab nits.
To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 src/sys/arch/luna68k/luna68k/machdep.c
Please not
urn(KC_IGNORE);
+ return KC_IGNORE;
}
if (shift_flag)
@@ -262,5 +262,5 @@ kbd_decode(u_char code)
if (ctrl_flag)
c &= 0x1F;
- return(c);
+ return c;
}
Index: src/sys/arch/luna68k/stand/boot/kbdreg.h
diff -u src/sys/arch/luna68k/stand/boot/kbdreg.h:1.1 src/sys/arch/luna68k/stan
Module Name:src
Committed By: tsutsui
Date: Sat Jan 11 14:35:15 UTC 2014
Modified Files:
src/sys/arch/luna68k/stand/boot: boot.c init_main.c
Log Message:
ctually remove all references to obsolete stinger.h.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/
Module Name:src
Committed By: tsutsui
Date: Sat Jan 11 14:09:13 UTC 2014
Modified Files:
src/sys/arch/luna68k/stand/boot: init_main.c
Removed Files:
src/sys/arch/luna68k/stand/boot: stinger.h
Log Message:
Remove unused KernInter stuff.
To generate a diff of this
Module Name:src
Committed By: tsutsui
Date: Sat Jan 11 09:04:17 UTC 2014
Modified Files:
src/doc: CHANGES
Log Message:
Note recent visible luna68k bootloader updates.
To generate a diff of this commit:
cvs rdiff -u -r1.1879 -r1.1880 src/doc/CHANGES
Please note that diff
Module Name:src
Committed By: tsutsui
Date: Sat Jan 11 08:20:51 UTC 2014
Modified Files:
src/sys/arch/luna68k/stand/boot: version
Log Message:
Bump version to denote support to pass boothowto and bootdev to kernel.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r
Module Name:src
Committed By: tsutsui
Date: Sat Jan 11 08:08:23 UTC 2014
Modified Files:
src/sys/arch/luna68k/stand/boot: boot.c conf.c devopen.c init_main.c
parse.c samachdep.h
Log Message:
Add support to pass boothowto and bootdev info from bootloader to kern
cp++;
+ }
+ } else if (*cp == 'E' && memcmp("ENADDR=", cp, 7) == 0) {
+ bootdev =
+ MAKEBOOTDEV(0, LUNA68K_BOOTADPT_LANCE, 0, 0, 0);
+ }
}
-#if 0 /* overload 1:sw1, which now means 'go ROM monitor' after poweron */
- if (boothowto ==
Module Name:src
Committed By: tsutsui
Date: Sat Jan 11 01:43:22 UTC 2014
Modified Files:
src/sys/arch/luna68k/luna68k: mainbus.c
Log Message:
Use the same address as LUNA to probe LANCE on LUNA-II.
It looks the device is mapped at both regions.
4.4BSD/luna68k probes it at
+/*-
+ * Copyright (c) 2013 Izumi Tsutsui. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -14,437 +11,32 @@
* 2. Redistributions in binary form must reproduce the above copyrig
Module Name:src
Committed By: tsutsui
Date: Sun Jan 5 06:56:22 UTC 2014
Modified Files:
src/sys/arch/luna68k/stand/boot: init_main.c version
Log Message:
Detect boot device on PROM load command and set proper default boot device.
Also remove now unnecessary the old netbo
Module Name:src
Committed By: tsutsui
Date: Sun Jan 5 06:30:48 UTC 2014
Modified Files:
src/sys/arch/next68k/next68k: pmap_bootstrap.c
Log Message:
Move physmem calculations before nptpage initialization.
Should fix next68k specific part of PR port-m68k/45915
(panic: pma
Module Name:src
Committed By: tsutsui
Date: Fri Jan 3 07:17:19 UTC 2014
Modified Files:
src/sys/arch/luna68k/stand/boot: samachdep.h sc.c scsi.c scsireg.h sd.c
ufs_disksubr.c
Log Message:
Pull more cleanups from OpenBSD/luna88k:
- remove unused declarations
-
Module Name:src
Committed By: tsutsui
Date: Fri Jan 3 06:37:13 UTC 2014
Modified Files:
src/sys/arch/luna68k/stand/boot: getline.c init_main.c samachdep.h
Log Message:
Pull more fixes from OpenBSD/luna88k:
- Bring getline() - a.k.a libsa gets() with a prompt prefix - in
Module Name:src
Committed By: tsutsui
Date: Fri Jan 3 06:15:10 UTC 2014
Modified Files:
src/sys/arch/luna68k/stand/boot: devopen.c samachdep.h version
Log Message:
Pull more fixes from OpenBSD/luna88k:
- accept empty controller and partition numbers, as well as empty fil
Module Name:src
Committed By: tsutsui
Date: Fri Jan 3 03:44:41 UTC 2014
Modified Files:
src/sys/arch/luna68k/stand/boot: boot.c
Log Message:
Disable unnecessary boot device check. From OpenBSD/luna88k.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/
sc->sc_hd->hp_ctlr;
- slave = sc->sc_hd->hp_slave;
-
- cdb = &cdb_read;
-
- cdb->cdb[2] = (blk & 0xff00) >> 24;
- cdb->cdb[3] = (blk & 0x00ff) >> 16;
- cdb->cdb[4] = (blk & 0xff00) >> 8;
- cdb->cdb[5] = (blk & 0x
Module Name:src
Committed By: tsutsui
Date: Fri Jan 3 02:03:12 UTC 2014
Modified Files:
src/sys/arch/luna68k/stand/boot: autoconf.c device.h ioconf.c sd.c
sio.c
Log Message:
Remove unused code (from OpenBSD/luna88k). Some KNF.
To generate a diff of this comm
Module Name:src
Committed By: tsutsui
Date: Thu Jan 2 20:02:00 UTC 2014
Modified Files:
src/sys/arch/luna68k/stand/boot: bmd.c font.c samachdep.h
Log Message:
Misc cleanup. Mostly from OpenBSD/luna88k.
- fix isprint() macro
- hight -> height
- remove an unused function
Module Name:src
Committed By: tsutsui
Date: Thu Jan 2 19:50:03 UTC 2014
Modified Files:
src/sys/arch/luna68k/stand/boot: sc.c scsi.c
Log Message:
Replace broken (by SCCS) ISO-2022-JP comments with UTF-8.
Recovered and decoded by isaki@.
To generate a diff of this commi
Module Name:src
Committed By: tsutsui
Date: Thu Jan 2 18:45:24 UTC 2014
Modified Files:
src/sys/arch/luna68k/stand/boot: sc.c
Log Message:
Add bound check of a controller number in scrun().
Noticed by miod@openbsd.
To generate a diff of this commit:
cvs rdiff -u -r1.5
Module Name:src
Committed By: tsutsui
Date: Thu Jan 2 17:47:23 UTC 2014
Modified Files:
src/sys/arch/luna68k/stand/boot: sc.c
Log Message:
Change the SCSI select timeout from 2ms to 250ms as kernel spc(4) driver does.
Noticed by miod@openbsd.
To generate a diff of this
Module Name:src
Committed By: tsutsui
Date: Thu Jan 2 17:43:33 UTC 2014
Modified Files:
src/sys/arch/hp300/stand/common: scsi.c
Log Message:
Change the SCSI select timeout from 2ms to 250ms as kernel spc(4) driver does.
Noticed by miod@openbsd.
To generate a diff of th
Module Name:src
Committed By: tsutsui
Date: Thu Jan 2 03:32:35 UTC 2014
Modified Files:
src/sys/arch/luna68k/dev: siotty.c
Log Message:
Remove initialization of unused t_softc in struct tty (to make pullup easier).
To generate a diff of this commit:
cvs rdiff -u -r1.37
Module Name:src
Committed By: tsutsui
Date: Wed Jan 1 08:41:52 UTC 2014
Modified Files:
src/sys/arch/luna68k/conf: GENERIC
Log Message:
Enable file-system CD9660 to make cd(4) actually usable.
To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 src/sys/arch/
Module Name:src
Committed By: tsutsui
Date: Tue Dec 31 14:24:09 UTC 2013
Modified Files:
src/sys/arch/luna68k/dev: siotty.c siovar.h
Log Message:
Use softint(9) properly to process TX/RX data between tty(4) layer.
It could cause possible locking issue to call tty(4) layer
Module Name:src
Committed By: tsutsui
Date: Mon Dec 30 13:14:48 UTC 2013
Modified Files:
src/sys/arch/luna68k/dev: lunafb.c
Log Message:
Pull a fix of Bt458 (8bpp framebuffer) initialization from OpenBSD/luna88k.
http://marc.info/?l=openbsd-cvs&m=138838884202196
>> Correc
Module Name:src
Committed By: tsutsui
Date: Sat Dec 28 09:26:41 UTC 2013
Modified Files:
src/doc: CHANGES
Log Message:
Note luna68k 4bpp framebuffer support.
To generate a diff of this commit:
cvs rdiff -u -r1.1873 -r1.1874 src/doc/CHANGES
Please note that diffs are not
Module Name:src
Committed By: tsutsui
Date: Sat Dec 28 09:24:46 UTC 2013
Modified Files:
src/doc: CHANGES
Log Message:
Fix name and date pasto in previous ntp update.
To generate a diff of this commit:
cvs rdiff -u -r1.1872 -r1.1873 src/doc/CHANGES
Please note that diff
Module Name:src
Committed By: tsutsui
Date: Sat Dec 28 09:17:23 UTC 2013
Modified Files:
src/sys/arch/luna68k/dev: lunafb.c omrasops.c omrasopsvar.h
Log Message:
Add preleminary support of 4bpp LUNA framebuffer.
Changes details:
- prepare and switch 4bpp rasops functions
Module Name:src
Committed By: tsutsui
Date: Sat Dec 21 17:12:36 UTC 2013
Modified Files:
src/sys/arch/luna68k/conf: GENERIC
Log Message:
Add and enable wsmux(4) in GENERIC (for mlterm-fb demonstration).
To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 src/
Module Name:src
Committed By: tsutsui
Date: Sat Dec 14 19:51:13 UTC 2013
Modified Files:
src/sys/arch/luna68k/dev: lunafb.c
Log Message:
Initialize capabilities in struct wsscreen_descr per omrasops settings.
Now REVERSE characters are drawn properly.
To generate a diff
Module Name:src
Committed By: tsutsui
Date: Sat Dec 14 19:27:41 UTC 2013
Modified Files:
src/sys/arch/luna68k/dev: omrasops.c
Log Message:
Make omrasops copycols() op work even if columns are not 32 bit aligned.
This means command line editing works properly in any cases.
Module Name:src
Committed By: tsutsui
Date: Mon Dec 2 14:05:51 UTC 2013
Modified Files:
src/sys/dev/rasops: README rasops_bitops.h rasops_masks.c
rasops_masks.h
Log Message:
Fix 1 bpp rasops copycols() op:
- fix inverted shift direction in MBL() and MBR() ma
Module Name:src
Committed By: tsutsui
Date: Mon Dec 2 13:45:40 UTC 2013
Modified Files:
src/sys/arch/luna68k/dev: omrasops.c
Log Message:
Fix off by one in copyrows() backward case.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/luna68k/dev/o
Module Name:src
Committed By: tsutsui
Date: Sun Oct 27 02:25:03 UTC 2013
Modified Files:
src/doc: CHANGES
Log Message:
Note that NetBSD/x68k now supports upto 1008 MB extended memory found on XM6i.
To generate a diff of this commit:
cvs rdiff -u -r1.1857 -r1.1858 src/doc
Module Name:src
Committed By: tsutsui
Date: Sun Oct 27 02:06:06 UTC 2013
Modified Files:
src/sys/arch/x68k/x68k: locore.s machdep.c pmap_bootstrap.c
Log Message:
Probe extended memories before pmap_boostrap() for actual fix of PR/45915.
Also expand expected maximum extend
/mke2fs.c:1.20 Sun Jun 23 02:06:05 2013
+++ src/sbin/newfs_ext2fs/mke2fs.c Sat Oct 19 13:42:10 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: mke2fs.c,v 1.20 2013/06/23 02:06:05 dholland Exp $ */
+/* $NetBSD: mke2fs.c,v 1.21 2013/10/19 13:42:10 tsutsui Exp $ */
/*-
* Copyright (c) 2007 Izumi Tsutsui. All
Module Name:src
Committed By: tsutsui
Date: Sun Oct 13 17:03:00 UTC 2013
Modified Files:
src/doc: CHANGES
Log Message:
Add a late entry about addition of support for AlphaStation DS15.
To generate a diff of this commit:
cvs rdiff -u -r1.1852 -r1.1853 src/doc/CHANGES
Ple
Module Name:src
Committed By: tsutsui
Date: Sun Oct 13 15:32:14 UTC 2013
Modified Files:
src/distrib/utils/sysinst: mbr.c
Log Message:
Fix another botch of my dumb patch in PR/45990; add missing braces.
The offset of MBR partition 0 was unintentionally set to 2048 even on
Module Name:src
Committed By: tsutsui
Date: Sun Oct 13 12:29:42 UTC 2013
Modified Files:
src/sys/arch/xen/xen: xpci_xenbus.c
Log Message:
Fix pasto in previous; pass a correct device_t to config_pending_derc().
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.1
Module Name:src
Committed By: tsutsui
Date: Mon Sep 23 16:50:12 UTC 2013
Modified Files:
src/sys/arch/alpha/pci: tsc.c
Log Message:
KNF and TAB/space cleanup.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/alpha/pci/tsc.c
Please note that dif
Module Name:src
Committed By: tsutsui
Date: Mon Sep 23 16:41:57 UTC 2013
Modified Files:
src/sys/arch/alpha/alpha: cpuconf.c
src/sys/arch/alpha/pci: tsc.c tsp_dma.c tsreg.h tsvar.h
Log Message:
Add support for AlphaStation DS15.
Ported from OpenBSD via PR port-alp
Module Name:src
Committed By: tsutsui
Date: Mon Sep 23 17:11:22 UTC 2013
Modified Files:
src/sys/arch/luna68k/luna68k: mainbus.c
Log Message:
Misc cleanup.
- use bool instead of int
- avoid an assignment as a value with extra parentheses
- use aprint_normal(9) for attach
Module Name:src
Committed By: tsutsui
Date: Mon Sep 23 17:02:18 UTC 2013
Modified Files:
src/sys/arch/luna68k/luna68k: locore.s mainbus.c vectors.s
Log Message:
Remove trailing tabs.
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/arch/luna68k/luna6
Module Name:src
Committed By: tsutsui
Date: Mon Sep 23 17:27:09 UTC 2013
Modified Files:
src/sys/arch/luna68k/dev: if_le.c lunaws.c sio.c siotty.c
Log Message:
Tab/space cleanup.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/luna68k/dev/if_le.c
Module Name:src
Committed By: tsutsui
Date: Mon Sep 23 16:44:30 UTC 2013
Modified Files:
src/sys/arch/alpha/pci: tsc.c
Log Message:
Remove a 'register' declaration. Noted in PR port-alpha/48148.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/a
Module Name:src
Committed By: tsutsui
Date: Mon Sep 23 01:39:27 UTC 2013
Modified Files:
src/sys/arch/mvme68k/include: prom.h
src/sys/arch/mvme68k/stand/libbug: outln.c outstr.c
Log Message:
Make MVMEPROM_ARG2() macro take two args in a single asm statement.
Fixes
Module Name:src
Committed By: tsutsui
Date: Sat Sep 21 08:40:37 UTC 2013
Modified Files:
src/sys/arch/mvmeppc/stand: Makefile.booters
src/sys/arch/mvmeppc/stand/libsa: Makefile Makefile.inc
Log Message:
Explicitly link srt0.o (Standalone RunTime startup code) first
Module Name:src
Committed By: tsutsui
Date: Sat Sep 21 08:32:39 UTC 2013
Modified Files:
src/sys/arch/mvme68k/stand: Makefile.booters
src/sys/arch/mvme68k/stand/libsa: Makefile Makefile.inc
Log Message:
Explicitly link SRT0.o (Standalone RunTime startup code) first
Module Name:src
Committed By: tsutsui
Date: Sat Sep 21 06:24:43 UTC 2013
Modified Files:
src/sys/arch/hp300/hp300: pmap_bootstrap.c
Log Message:
Fix a build error on a kernel config without 68040 machines.
Reported by Andrew Gillham on port-hp300@:
http://mail-index.NetBS
Module Name:src
Committed By: tsutsui
Date: Thu Sep 19 12:04:36 UTC 2013
Modified Files:
src/sys/arch/mvme68k/mvme68k: pmap_bootstrap.c
Log Message:
Move physmem calculations before nptpage initialization.
Fixes mvme68k specific part of PR port-m68k/45915
(panic: pmap_ent
Module Name:src
Committed By: tsutsui
Date: Sat Sep 7 15:56:11 UTC 2013
Modified Files:
src/sys/arch/sun3/sun3: autoconf.c bus_subr.c cache.c clock.c control.c
db_machdep.c db_memrw.c dvma.c enable.c fpu_machdep.c genassym.cf
idprom.c intreg.c leds.
Module Name:src
Committed By: tsutsui
Date: Fri Sep 6 17:43:20 UTC 2013
Modified Files:
src/sys/arch/sun3/sun3x: bus_subr.c clock.c dvma.c enable.c enable.h
idprom.c iommu.c iommu.h locore2.c machdep.c mm_md.c obio.c pmap.c
pmap_pvt.h vme.c
Log Mes
Module Name:src
Committed By: tsutsui
Date: Fri Aug 16 13:39:47 UTC 2013
Modified Files:
src/sys/arch/hp300/conf: GENERIC files.hp300
src/sys/arch/hp300/hp300: locore.s machdep.c trap.c
Log Message:
Make FPU_EMULATE work on NetBSD/hp300. Commented out by default i
Module Name:src
Committed By: tsutsui
Date: Sun Aug 11 14:42:04 UTC 2013
Modified Files:
src/external/bsd/bind: Makefile.inc
src/external/bsd/dhcp: Makefile.inc
Log Message:
List all required libraries by libgssapi and libkrb5 for NOPIC builds.
To generate a diff
Module Name:src
Committed By: tsutsui
Date: Sat Aug 10 18:01:31 UTC 2013
Modified Files:
src/sys/dev/pci: virtio.c
Log Message:
Make sure to check if the driver has a valid intr handler in virtio_detach().
Fixes a panic during shutdown on KVM under ubuntu 13.04 with virti
Module Name:src
Committed By: tsutsui
Date: Fri Jul 19 16:42:30 UTC 2013
Modified Files:
src/sys/arch/luna68k/dev: timekeeper.c timekeeper.h
Log Message:
Add an initialization function of DS1287A RTC and call it during attach.
It looks the boot firmware doesn't initialize
Module Name:src
Committed By: tsutsui
Date: Fri Jul 19 16:35:57 UTC 2013
Modified Files:
src/sys/arch/luna68k/dev: lunafb.c
Log Message:
Properly initialize the palette for while on black even on 1bpp framebuffer.
Preparing for demonstration in Open Source Conference 2013
Module Name:src
Committed By: tsutsui
Date: Mon Jun 17 12:35:02 UTC 2013
Modified Files:
src/distrib/sets/lists/comp: mi
Log Message:
Add entries for m_copyup(9) man pages, updated by ryo@.
To generate a diff of this commit:
cvs rdiff -u -r1.1823 -r1.1824 src/distrib/set
Module Name:src
Committed By: tsutsui
Date: Sun Jun 16 08:18:00 UTC 2013
Modified Files:
src/sys/arch/evbarm/conf: HPT5325
Log Message:
Use "-mtune-arm9e" for CPUFLAGS rather than "-march=armv5te".
The latter seems to cause problems around USB xfers (but not 100% sure).
Module Name:src
Committed By: tsutsui
Date: Sun Jun 16 08:13:28 UTC 2013
Modified Files:
src/sys/arch/evbarm/conf: HPT5325
Log Message:
Enable MFS, CD9660, NULLFS, and UDF (for misc build work).
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/e
Module Name:src
Committed By: tsutsui
Date: Sun Jun 16 08:08:51 UTC 2013
Modified Files:
src/sys/arch/evbarm/conf: HPT5325
Log Message:
Add and enable BUFQ options.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/evbarm/conf/HPT5325
Please not
Module Name:src
Committed By: tsutsui
Date: Fri Jun 14 16:28:20 UTC 2013
Modified Files:
src/sbin/mknod: mknod.c pack_dev.c pack_dev.h
Log Message:
Remove old workaround for Cygwin.
http://mail-index.netbsd.org/source-changes/2003/05/08/0042.html
16bit dev_t for !__CYGWIN
Module Name:src
Committed By: tsutsui
Date: Fri Jun 14 16:10:02 UTC 2013
Modified Files:
src/share/mk: bsd.hostprog.mk
src/tools: Makefile.host
src/tools/texinfo: Makefile
Log Message:
Invoke tools/binstall/mkmanifest for Cygwin via ${HOST_SH}.
Fixes builds
Module Name:src
Committed By: tsutsui
Date: Fri May 31 15:11:07 UTC 2013
Modified Files:
src/sys/arch/i386/stand/lib: vbe.c
Log Message:
The 'vesa' command can take 'list' flag so mention it in an error message.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8
Module Name:src
Committed By: tsutsui
Date: Tue May 21 15:57:21 UTC 2013
Modified Files:
src/sys/dev/rasops: rasops_bitops.h
Log Message:
Fix another typo which causes decrement against a NULL pointer.
Also revert rev 1.9, which shut up gcc's "uninitialized variable"
warn
Module Name:src
Committed By: tsutsui
Date: Tue May 21 15:50:09 UTC 2013
Modified Files:
src/sys/dev/rasops: rasops_bitops.h
Log Message:
Fix fatal (but probably unused) typo in ri->ri_hwbits case in copycols.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13
Module Name:src
Committed By: tsutsui
Date: Tue May 14 14:11:43 UTC 2013
Modified Files:
src/sys/arch/sh3/sh3: cache_sh4.c
Log Message:
Don't call sh4_icache_sync_all() before sh_cache_ops is initialized.
Instead, use SH4_EMODE_CACHE_FLUSH() or SH4_CACHE_FLUSH() macro to
i
Module Name:src
Committed By: tsutsui
Date: Tue May 14 13:53:47 UTC 2013
Modified Files:
src/sys/arch/sh3/include: scireg.h
Log Message:
Add a definition of SCSCMR1, smart card mode register available on 7750 etc.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1
Module Name:src
Committed By: tsutsui
Date: Tue May 14 13:41:48 UTC 2013
Modified Files:
src/distrib/utils/sysinst/arch/landisk: md.h
Log Message:
Add SET_X11_NOSERVERS for default installation sets.
Althrough landisk doesn't have any screen console (except possible udl(4)
Module Name:src
Committed By: tsutsui
Date: Tue May 14 13:28:01 UTC 2013
Modified Files:
src/sys/arch/luna68k/dev: lunaws.c
Log Message:
Use softint(9) to pass received data into wskbd(9) and wsmouse(9) layers.
It might be problematic to call them from an interrupt handler
Module Name:src
Committed By: tsutsui
Date: Tue May 14 13:15:55 UTC 2013
Modified Files:
src/distrib/utils/sysinst/arch/prep: md.h
Log Message:
Remove pasted but obsolete comments.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/distrib/utils/sysinst/ar
Module Name:src
Committed By: tsutsui
Date: Tue May 14 13:14:28 UTC 2013
Modified Files:
src/distrib/utils/sysinst/arch/hp300: md.h
src/distrib/utils/sysinst/arch/newsmips: md.h
src/distrib/utils/sysinst/arch/prep: md.h
Log Message:
Use the default MD_SETS_
Module Name:src
Committed By: tsutsui
Date: Tue May 14 13:08:57 UTC 2013
Modified Files:
src/distrib/utils/sysinst/arch/luna68k: md.h
Log Message:
Use the default MD_SETS_SELECTED in util.c which includes an Xserver set.
luna68k has working Xserver so no need to specify md
Module Name:src
Committed By: tsutsui
Date: Fri May 10 16:30:50 UTC 2013
Modified Files:
src/sys/arch/luna68k/conf: GENERIC
Log Message:
Enable cd at scsibus, just works on LUNA-II.
To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 src/sys/arch/luna68k/conf
Module Name:src
Committed By: tsutsui
Date: Fri May 10 14:55:08 UTC 2013
Modified Files:
src/sys/dev/ic: rtl8169.c
Log Message:
Add RNG entropy collection support of rnd(9) to re(4).
Taken from rtk(4), and briefly checked by rndctl(8).
To generate a diff of this commit:
501 - 600 of 2174 matches
Mail list logo