Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



matthias
Sat Feb  8 01:32:31 PST 1997
Update of /cvsroot/src/sys/arch/pc532/include
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/include

Modified Files:
        autoconf.h 
Log Message:
* Declare bootdev and booted_device.


matthias
Sat Feb  8 01:32:33 PST 1997
Update of /cvsroot/src/sys/arch/pc532/include
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/include

Modified Files:
        cpu.h 
Log Message:
* Remove some unused macros.


matthias
Sat Feb  8 01:33:04 PST 1997
Update of /cvsroot/src/sys/arch/pc532/include
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/include

Added Files:
        kcore.h 
Log Message:
* Convert NetBSD/pc532 to use the new libkvm.


matthias
Sat Feb  8 01:33:18 PST 1997
Update of /cvsroot/src/sys/arch/pc532/conf
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/conf

Modified Files:
        DEFAULT 
Log Message:
* Removed old and invalid comment.
* Added LKM, PFIL_HOOKS and NFSSERVER options.
* Added four ccd devices.
* Removed PLIP and NO_INLINE_SPLX options.
* Removed MFS, MSDOSFS, CD9660, FDESK, KERNFS and PROCFS filesystems
  because they all are lkmable.


matthias
Sat Feb  8 01:33:20 PST 1997
Update of /cvsroot/src/sys/arch/pc532/conf
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/conf

Modified Files:
        DUMMY 
Log Message:
* Added INSECURE to allow modloads in multiuser mode.
* Added PFIL_HOOKS to make modloading of the ipf module possible.


matthias
Sat Feb  8 01:33:23 PST 1997
Update of /cvsroot/src/sys/arch/pc532/conf
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/conf

Modified Files:
        INSTALL 
Log Message:
* Added KMEMSTATS option to save some memory.


matthias
Sat Feb  8 01:33:25 PST 1997
Update of /cvsroot/src/sys/arch/pc532/conf
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/conf

Modified Files:
        KLONDIKE 
Log Message:
* Added PFIL_HOOKS to make modloading of the ipf module possible.
* Aded UNION fs. The lkm doesn't work at the moment.


matthias
Sat Feb  8 01:33:28 PST 1997
Update of /cvsroot/src/sys/arch/pc532/conf
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/conf

Modified Files:
        Makefile.pc532 
Log Message:
* Corrected rule for assym.h. In case genassym.sh fails assym.h
  has to be removed and a non-zero exit value has to be provided
  to make.
* Removed last references to genassym and genassym.o.


matthias
Sat Feb  8 01:33:29 PST 1997
Update of /cvsroot/src/sys/arch/pc532/conf
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/conf

Modified Files:
        std.pc532 
Log Message:
* Don't wildcard scn[0-7]. This will not work for holes (at the moment).


matthias
Sat Feb  8 01:33:46 PST 1997
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532

Modified Files:
        autoconf.c 
Log Message:
* The rom monitor and the bootprogram might have another idea about unit
  numbers then the kernel. Use some code stolen from the mvme68k port
  to find the bootdevice.


matthias
Sat Feb  8 01:33:49 PST 1997
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532

Modified Files:
        disksubr.c 
Log Message:
* The rom monitor and the bootprogram might have another idea about unit
  numbers then the kernel. Use some code stolen from the mvme68k port
  to find the bootdevice.


matthias
Sat Feb  8 01:33:51 PST 1997
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532

Removed Files:
        genassym.c 
Log Message:
* Now that we use genassym.sh/genassym.cf this is no longer needed.


matthias
Sat Feb  8 01:33:53 PST 1997
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532

Modified Files:
        genassym.cf 
Log Message:
* Remove whitespaces from empty lines.
* Add (commented out) type and asmtype commands. asmtype will
  be used to define the gcc constraint used to emit constants
  and type will be used to define the type the constant should
  get casted to before passing it to printf.


matthias
Sat Feb  8 01:33:56 PST 1997
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532

Modified Files:
        intr.c 
Log Message:
* Correctly format the NetBSD-Id string.


matthias
Sat Feb  8 01:34:00 PST 1997
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532

Modified Files:
        kgdb_stub.c 
Log Message:
* Remove some unused macros.


matthias
Sat Feb  8 01:34:03 PST 1997
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532

Modified Files:
        locore.s 
Log Message:
* Convert NetBSD/pc532 to use the new libkvm.


matthias
Sat Feb  8 01:34:07 PST 1997
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532

Modified Files:
        machdep.c 
Log Message:
* Convert NetBSD/pc532 to use the new libkvm by stealing code
  from the alpha port.


matthias
Sat Feb  8 01:34:10 PST 1997
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532

Modified Files:
        trap.c 
Log Message:
* Fix a bug that would had cause an hang on fpuless machines.


matthias
Sat Feb  8 01:34:13 PST 1997
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532

Modified Files:
        vm_machdep.c 
Log Message:
* Convert NetBSD/pc532 to use the new libkvm.


matthias
Sat Feb  8 01:34:33 PST 1997
Update of /cvsroot/src/sys/arch/pc532/dev
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/dev

Modified Files:
        scn.c 
Log Message:
* Use Phil Budne's full name in the copyright header.
* Define RECOVER to something faster.
* Check for a valid softc in scnsoft. When there is
  a "hole" (e.g. you have scn0,scn1, scn4, scn5) the
  old code would panic. Thank's to Phil Budne for
  finding and fixing this bug.


matthias
Sat Feb  8 01:34:46 PST 1997
Update of /cvsroot/src/sys/arch/pc532/stand
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/stand

Modified Files:
        Makefile 
Log Message:
* clean:: -> clean: change.


matthias
Sat Feb  8 01:38:07 PST 1997
Update of /cvsroot/src/sbin/savecore
In directory netbsd1:/home/matthias/netbsd/sbin/savecore

Modified Files:
        Makefile 
Log Message:
The pc532 port now uses the new libkvm.



matthias
Sat Feb  8 01:38:39 PST 1997
Update of /cvsroot/src/lib
In directory netbsd1:/home/matthias/netbsd/lib

Modified Files:
        Makefile 
Log Message:
The pc532 port now uses the new libkvm.



matthias
Sat Feb  8 01:39:17 PST 1997
Update of /cvsroot/src/lib/libkvm
In directory netbsd1:/home/matthias/netbsd/lib/libkvm

Modified Files:
        kvm_ns32k.c 
Log Message:
The pc532 port now uses the new libkvm.





Home | Main Index | Thread Index | Old Index