drochner
c06d6aa64a
add some more ASCII definitions, move NP->FF for consistency
1998-06-20 19:11:04 +00:00
ragge
a38dba55a5
Remove since long unused files.
1998-06-20 18:53:01 +00:00
ragge
abab40ee1c
Don't try to configure QDSS console on KA650 until it's fixed.
1998-06-20 18:49:27 +00:00
ragge
fecd3f54fc
Expand kmem map.
1998-06-20 18:47:33 +00:00
ragge
8458a9bd23
Support for glass tty on /m76.
1998-06-20 18:46:19 +00:00
ragge
05c6737a7e
Fix after current DDB changes.
1998-06-20 18:45:40 +00:00
ragge
3b6ba87592
These files have never been used; remove them.
1998-06-20 18:44:16 +00:00
ragge
ec35b60cdb
Fast fix to make VS keyboard work again after wscons changes.
...
XXX - This will be done in a better way in the future.
1998-06-20 18:42:50 +00:00
kleink
4982314902
Merge in recent changes:
...
GC the unused `physadr' type, which was not able to hold a complete physical
address on 2 architectures anyhow. Also, move the definition of the `label_t'
type inside _KERNEL protection, since it is specific to the in-kernel
setjmp()/longjmp() implementations.
1998-06-20 16:52:53 +00:00
mrg
8d596302c7
add /mnt3 and /kern
1998-06-20 15:06:45 +00:00
mrg
76ca309bff
add link for tar/cpio, fix mount_mfs, and add kernfs
1998-06-20 14:38:42 +00:00
mrg
c22655fe0c
FLOPPY -> INSTALL
1998-06-20 13:31:34 +00:00
mrg
f63fe467c9
Add new history grovelling function uvm_hist() that takes a bitmask of
...
histories to merge in cronological order. currently, MAPHIST and
PDHIST are defined as 1 and 2 respectively. passing a bitmask of 0
to uvm_hist() will dump all maps.
1998-06-20 13:19:00 +00:00
mrg
f51ed1e3f8
add a "<-done!" log
1998-06-20 13:16:29 +00:00
mrg
670c3dfa60
splify UVM #ifdef.
1998-06-20 13:14:53 +00:00
mrg
165447c4e1
moved <machine/sun_disklabel.h> to <dev/sun/disklabel.h>
1998-06-20 13:12:54 +00:00
mrg
d1b0d1b602
KNF.
1998-06-20 13:05:48 +00:00
mrg
077ba12357
rename FLOPPY INSTALL, as it is used for cdroms also
1998-06-20 13:02:28 +00:00
mrg
3e6e1c5a04
KNF, and don't copy filesystem.
1998-06-20 12:46:00 +00:00
mrg
873ca5c7b9
merge comment fix.
1998-06-20 12:35:08 +00:00
mrg
94022870c4
pull in opt_gateway.h for options GATEWAY
1998-06-20 12:27:21 +00:00
mrg
d7624ddf03
create more than just mdN and rmdN, and add md0 to "floppy" list.
1998-06-20 12:15:52 +00:00
mrg
238d69a954
add mount_mfs, getopt, use the src MAKEDEV and disktab files. ln less more
1998-06-20 12:07:11 +00:00
mrg
9ad088bf84
mount /dev/md0a rw
1998-06-20 12:05:32 +00:00
mrg
ca23582a6b
moved <machine/sun_disklabel.h> to <dev/sun/disklabel.h>
1998-06-20 05:58:05 +00:00
eeh
9979577545
Second half of the sparc64 stuff.
1998-06-20 05:18:14 +00:00
eeh
01e2e698b6
Import of sparc64.
1998-06-20 04:58:50 +00:00
mrg
1caf02a0cf
moved <machine/sun_disklabel.h> to <dev/sun/disklabel.h>
1998-06-20 03:50:51 +00:00
mrg
096ec47ff9
moved to <dev/sun/disklabel.h>
1998-06-20 03:46:24 +00:00
mrg
5055cba00a
use <dev/sun/disklabel.h>
1998-06-20 03:45:55 +00:00
mrg
abeeaf00ec
do what the comment says: move this [sun_dkioctl] to compat/sunos. use <dev/sun/disklabel.h>
1998-06-20 03:45:27 +00:00
mrg
cbffcd18f0
use <dev/sun/disklabel.h> for new (old) compat ioctls: DKIOCGGEOM, DKIOCINFO and DKIOCGPART
1998-06-20 03:43:49 +00:00
mrg
5ebf3ec307
add <dev/sun/disklabel.h>
1998-06-20 03:42:10 +00:00
kleink
fc5d36f8e4
GLOB_QUOTE is dead; per POSIX, backslash quoting of special characters being
...
enabled is the default behaviour.
1998-06-19 22:58:04 +00:00
kleink
cb63b5cd8c
* Remove GLOB_QUOTE, add GLOB_NOESCAPE. Per POSIX, backslash quoting of
...
special characters is the default behaviour, which may be disabled by
setting GLOB_NOESCAPE.
* If no matching pathnames have been found and GLOB_NOCHECK was not set
(or special csh(1)-specific treatment of magic characters was requested),
return GLOB_NOMATCH instead of 0; the latter would indicate a successful
operation.
* Use strcoll() instead of strcmp() to sort globbed pathnames.
1998-06-19 22:53:57 +00:00
jonathan
5d58262d89
* Update pmax db_init() to match db_aout.c rev 1.19 (tv's Shark changes).
...
Add headers to get prototype of db_init().
* Copy i386 logic for entering Debugger() if RB_KDB set on entry.
1998-06-19 22:44:48 +00:00
kleink
9a2e6944c4
* Remove GLOB_QUOTE, add GLOB_NOESCAPE. Per POSIX, backslash quoting of
...
special characters is the default behaviour, which may be disabled by
setting GLOB_NOESCAPE.
* Add GLOB_NOMATCH, which will be returned if no matching pathnames have been
found and GLOB_NOCHECK was not set.
* Add GLOB_NOSYS for completeness; it will never happen.
1998-06-19 22:41:44 +00:00
tv
9018330f63
Make pc0 and ofcons0 mutually exclusive, for now.
1998-06-19 18:29:31 +00:00
tv
ba144108f6
Bring shark includes to mainline and nuke the branch.
1998-06-19 15:55:13 +00:00
augustss
13648c9aa6
Add __BEGIN_DECLS & __END_DECLS for C++ and clean up a little.
1998-06-19 15:05:09 +00:00
tsubai
9b047c7c15
Move shutdownhook_establish before the attachment of common parts.
1998-06-19 14:11:32 +00:00
fair
be9502d3ce
update for the wide range of systems now using an esp driver to talk to the ncr53c9x MI code
1998-06-19 11:28:56 +00:00
fair
82754d39ed
small reference error fixed
1998-06-19 11:01:53 +00:00
fair
6c41945915
add scsi.4 ss.4 ch.4 to Makefile (I forgot)
1998-06-19 10:58:52 +00:00
fair
0d96992f01
some more explicit text about the cost of LANCE_REVC_BUG
1998-06-19 07:43:19 +00:00
jonathan
56fac275e8
Regen from sys/dev/tc/tcdevs rev 1.10.
1998-06-18 23:29:46 +00:00
jonathan
5f61eedd21
Add entry for DecAudio LoFi (AV01B-AA) product.
...
NB: prototype boards have "Lofi " ROM ident.
1998-06-18 23:28:12 +00:00
mark
490b5a5419
Removed userret_count diagnostic bits as these are outdated.
1998-06-18 22:34:39 +00:00
mark
7d99120c16
Don't build in the ARMFPE by default.
...
Removed a load of irrelevant or redundant options.
Added a couple of extra filesystems (disabled).
1998-06-18 22:32:33 +00:00
pk
5bdabceb87
Send the DMA, not KVA, addresses of I/O descriptors to the controller.
1998-06-18 22:08:43 +00:00