Commit Graph

16198 Commits

Author SHA1 Message Date
jonathan 0736074d04 Fix bugs in the turbochannel config table for MAXINE (personal decstation). 1995-10-09 01:45:26 +00:00
chopps cc6ab4e68d new cybervision 64 from Bernd Ernesti <bernd@arresum.inka.de> (and others) 1995-10-09 01:44:09 +00:00
chopps ee06310cd7 moved videomode to ./usr/sbin 1995-10-09 00:53:19 +00:00
chopps 2a4b986b4e add videomode to amiga specific subdirs 1995-10-09 00:52:17 +00:00
chopps 9ba63edc71 add ./usr/sbin/videomode 1995-10-09 00:51:08 +00:00
chopps 13e967a6eb add videomode (sets video modes for grf[124] 1995-10-09 00:50:07 +00:00
thorpej b8dcfbd303 Implement a simple locking mechanism and use it, for sanity's sake.
In ccdopen(), don't update the disklabel if any partition is already open.
Prevents race bewteen ccdstrategy() and ccdgetdisklabel().
1995-10-09 00:46:45 +00:00
pk ce77d757fd And initialize those local variables... 1995-10-09 00:14:41 +00:00
chopps 9318d50785 build grf_ultmscode.h 1995-10-09 00:12:54 +00:00
chopps 5618971996 add gspa and gspahextoc to comp list 1995-10-09 00:11:46 +00:00
pk 9d43c41208 New style RCS IDs. 1995-10-09 00:09:39 +00:00
chopps 389dfb1ebd add gspa subdir 1995-10-09 00:09:05 +00:00
chopps f28a6fbe4b makefiles for gsp compiler and output converter 1995-10-09 00:06:57 +00:00
chopps 4a04381d56 compiler for the TMS34010 graphics processor. Original code from
Paul Mackerras, contributed by Ignatios Souvatzis <is@beverly.rhein.de>
more standard argument handling from me.
1995-10-09 00:06:02 +00:00
chopps 5646c9b6d9 gspa output processor from Ignatios Souvatzis <is@beverly.rhein.de> 1995-10-09 00:02:47 +00:00
gwr fa87e5bdfc Minor cleanup re. Debugger() calls... 1995-10-08 23:48:22 +00:00
gwr 90af367f9e Make arpintr() call conditional on NETHER 1995-10-08 23:47:34 +00:00
gwr 48500ffdd6 Add rd, xd, xy. Sort the includes. 1995-10-08 23:46:27 +00:00
gwr 0ed357402a Fix a big "oops" (Many thanks to David Jones!) 1995-10-08 23:45:10 +00:00
gwr 3d587a6700 Link this -static 1995-10-08 23:44:02 +00:00
pk b74b1d6456 Allow customized trace output, so ldd(1) can be more conveniently used
as a filter.

Rearrange cascading stuff: remove two-level limit.
1995-10-08 23:43:28 +00:00
gwr 09cbbafa0a Minor cleanup. 1995-10-08 23:42:58 +00:00
gwr f5bcca1fab Machine-dependent part of the new RAM-disk driver.
This module lets one build a stand-alone kernel.
1995-10-08 23:42:42 +00:00
gwr 1b6586b2bb Note that this should be merged with dev/ic/i82586reg.h 1995-10-08 23:41:36 +00:00
gwr 13fa3c4fe6 Temporary hack to restrict open to root or the
same UID as the session attached to /dev/kd
1995-10-08 23:40:42 +00:00
pk 3aa94e17f0 Add -f option for customized output. 1995-10-08 23:39:58 +00:00
gwr 2d50d2a6b9 Add RAMDISK, move some things around.
Add rd*, xd*, xy* (only rd is done).
1995-10-08 23:38:41 +00:00
gwr 9a79c5a043 Machine-independent RAM-disk driver. 1995-10-08 23:30:57 +00:00
gwr 03cd2cc0b3 New stuff used during installation. 1995-10-08 23:26:03 +00:00
gwr b48599491a Run gettys on: /dev/ttya, /dev/kd
Do not run it on /dev/console
(Only init should open /dev/console for input.)
1995-10-08 23:25:24 +00:00
gwr 424cb06090 Add rd* 1995-10-08 23:23:30 +00:00
gwr e5008e93ca Add rdconfig 1995-10-08 23:21:58 +00:00
gwr ea951bdb91 Add edlabel 1995-10-08 23:20:08 +00:00
gwr 4e1e2d58f0 Add eeprom, screenblank 1995-10-08 23:19:07 +00:00
thorpej e727d216d2 A teensy bit of really minor cleanup. 1995-10-08 23:18:08 +00:00
gwr 4dab4feee0 Allow an override of STRIP=something_else in the generated makefile. 1995-10-08 23:13:44 +00:00
gwr f75c79d821 Add some utilities all ports might use in a ramdisk root. 1995-10-08 23:08:46 +00:00
thorpej 3f7621c16a FFS debugging/editing tool, from John Kohl. 1995-10-08 23:08:36 +00:00
gwr 91cc48c9da Support for making sun3 installation media. 1995-10-08 23:07:44 +00:00
gwr ad5a72a23c Add support for -DINET_ONLY to make this smaller in a ramdisk. 1995-10-08 23:03:54 +00:00
gwr f8791fb073 Add -DNO_CONV to make this smaller in my ramdisk. 1995-10-08 23:01:22 +00:00
gwr 677a80857e Add rdconfig 1995-10-08 22:55:48 +00:00
fvdl 82079ba5b3 Work around calling the NetBSD fcntl(F_{G,S}ETOWN) for now; it is too
restrictive to implement the Linux equivalent (and perhaps too restrictive
overall).
1995-10-08 22:53:43 +00:00
gwr f8b730af38 On the sun3, add SUBDIR+= edlabe 1995-10-08 22:50:07 +00:00
fvdl 7292169d66 Avoid unnecessary copyin() of shmid_ds struct for shmctl(IPC_RMID) 1995-10-08 22:49:29 +00:00
fvdl 81d650570f Implement the KDGKBMODE ioctl for Linux (possible with pcvt 3.32). 1995-10-08 22:45:20 +00:00
gwr ea702e59dd Helper program for "user RAM" mode supported by sys/dev/ramdisk.c 1995-10-08 22:40:41 +00:00
gwr 013bc1008b New, small disk label editor. Does not need ed(1). 1995-10-08 22:39:09 +00:00
jtc 9ba33c87cc Update makefile to handle the fact that keycap.5 was moved out of man5
into this directory.
1995-10-08 21:59:43 +00:00
jtc df99cef0ac Patch from Frank van der Linden to allow kernels with pcvt but without
XCONSOLE to compile.  I've been told that this patch has been sent to
Helmuth.
1995-10-08 21:57:39 +00:00