Go to file
jonathan 6975dc93a9 Split sys/arch/pmaxpmax/{machdep.c,trap.c} as suggested by Jason Thorpe:
* add "Platform" support inpmax/pmax/sysconf.c and pmax/include/sysconf.h
   (based on Alpha cpuconf.[ch], with a namechange to avoid clashes with
   support for  models of MIPS cpus. They  differ more than Alphas).

 * For each supported model of DECstation, create a separate file
   with the support for that model.  Use model codenames, since
   support is really baseboard-specific and CPU daugherboards can change.
   Move code from machdep.c and pmax_trap.c,
   Add sysconf (nee "cpuconf") support.

 * Rename model-specific functions to match sysconf names.

 * Clean up autoconf.c.  Use platform callbacks.

 * Retire pmax_trap.c.

Leaves  I/O bus configuration and console configuration untouched.
1998-03-25 03:57:53 +00:00
bin Sync with reality: the uprocp keyword doesn't exist. 1998-03-24 18:34:12 +00:00
distrib Make a note of the new Alpha port maintainer, Ross Harvey. 1998-03-22 03:56:55 +00:00
etc For the ch & uk device, unit number == minor 1998-03-22 20:22:08 +00:00
games Simply include -lcurses instead of -lcurses -ltermcap 1998-02-18 22:37:30 +00:00
gnu use CHAR_MIN to determine if 'char' is unsigned, and conditionalize 1998-03-24 23:17:21 +00:00
include cast the argument of ctype macros to (int). 1998-03-23 06:44:34 +00:00
lib Don't rely on a constant page shift value; dynamically compute it based 1998-03-25 00:47:20 +00:00
libexec Add support for "${DESTDIR}". 1998-03-21 23:46:00 +00:00
regress no point in LDSTATIC=-static here 1998-03-02 21:57:38 +00:00
sbin factor out some more common bits into 'confirm', and make it a bit more 1998-03-25 00:03:19 +00:00
share A walk through the section 4 pc532 man pages: 1998-03-25 02:13:31 +00:00
sys Split sys/arch/pmaxpmax/{machdep.c,trap.c} as suggested by Jason Thorpe: 1998-03-25 03:57:53 +00:00
usr.bin Add -d option, so lint can be used safely when we're not building "in 1998-03-24 23:25:31 +00:00
usr.sbin These changes from PR#3190 (second set of diffs) deal with rarpd 1998-03-23 08:44:07 +00:00
Makefile Print date after build completes as well as before. Previous code failed because make build depends on beforeinstall but not afterinstall. 1998-02-20 01:39:38 +00:00