Commit Graph

47199 Commits

Author SHA1 Message Date
scottr
e91873be5f G/C rbv_vidstatus() and related constant. 1999-01-06 05:54:38 +00:00
hubertf
575f1c0915 Fix for countries with more than one word, pointed out by
William O Ferry <woferry@iname.com>
1999-01-06 04:41:49 +00:00
nisimura
9df51b1b1f - Complete vm_offset_t purge for DECstation. 1999-01-06 04:18:53 +00:00
nisimura
858e67e157 - Complete vm_offset_t purge for mips processor.
- bzero() -> memset() and bcopy() -> memcpy().
- Garbage collection in trap.c and db_interface.c.
1999-01-06 04:11:25 +00:00
hubertf
25c5fbcb63 Add a URL with a full list of airport codes, contributed by nigel@nelgin.nu 1999-01-06 04:04:02 +00:00
abs
8ab9483f37 save a copy of the boot messages. Closes 6398 from msanders@confusion.net 1999-01-06 03:41:44 +00:00
abs
0780a6b041 Add a comment about why you do not want to uncomment the finds. 1999-01-06 03:24:06 +00:00
briggs
1082c49b69 Fix PR port-mac68k/6665 from Paul Goyette with some minor mods.
Cast values is bus_space macros to the appropriate types so we end up
with valid assembly.
1999-01-06 03:06:45 +00:00
cjs
2d6b2d6904 Fix paths and bring into line with distrib/sparc/boofs/Makefile. 1999-01-06 03:00:39 +00:00
cjs
6e17759e7e Fix spelling of `San Francisco.' Closes PR 6738 from ckane@best.com. 1999-01-06 02:40:16 +00:00
jonb
95a1be90da Add a new kernel config, and use it as a quick non-intrusive test to see
if I know how to drive CVS...  Hope this is easy to fix if I screw it up!
1999-01-06 02:30:58 +00:00
lukem
a877181317 Fall back from passive to active if connect() fails. (from openbsd) 1999-01-05 23:33:44 +00:00
cjs
5ac03a8a01 Remove strings, at least for the moment, until someone figures out
how to get it to link here. It needs to link statically against
gnu/usr.bin/binutils/common/libcommon.a (which may be in an obj or
obj.arch directory underneath, actually).
1999-01-05 23:30:46 +00:00
lukem
7a3ee4352c whitespace fix 1999-01-05 22:54:49 +00:00
lukem
ddfeeeebfd fix history() prototype. (d@openbsd.org) 1999-01-05 22:46:22 +00:00
pk
d759703a01 Updates from Niger Reed (PR#6734) 1999-01-05 21:47:24 +00:00
hubertf
36b18e69f3 Add codes for CPH, ARN & DUB, submitted by Sean Doran <smd@ebone.net> 1999-01-05 16:07:16 +00:00
tv
739fe7beb7 Add `c89'. 1999-01-05 15:47:16 +00:00
tv
e607b7f0e1 Add a "c89" wrapper script (may or may not become a "real" frontend
shipped with egcs in the future).
1999-01-05 15:42:35 +00:00
hwr
4a68122756 Add entries for LDAP (Lightweight Directory Access Protocol) 1999-01-05 14:35:19 +00:00
cjs
403a37083c Sync with various changes over the last week or two. 1999-01-05 11:19:30 +00:00
itohy
85da239ef8 Fix byte order swapping for cross linker. 1999-01-05 10:02:20 +00:00
scottr
56d26266a5 Don't build domestic bits directly; use the domestic 'build' target
to do them for us.
1999-01-05 07:09:58 +00:00
hubertf
14cad9163a Add code to update the domains file with data from from the iana.org. 1999-01-05 01:53:09 +00:00
hubertf
ff8bf66a31 Import TLD list per ISO 3166, as of Thu Aug 7 17:59:51 MET DST 1997 1999-01-05 01:52:32 +00:00
cjs
9431a620ef Add basic autoconf(4) man pages for sun3 and sparc. These have no real
information in them as yet, though. PR 5569, from Erik Fair.
1999-01-05 00:59:33 +00:00
lukem
6ae118efdb add missing braces (this is C not python...). fixes coredump on solaris 1999-01-05 00:31:20 +00:00
augustss
363ea8b7ff Regen. 1999-01-04 22:41:58 +00:00
augustss
67e990eed1 Add USR 56K Faxmodem, from jbernard@ox.mines.edu in PR 6729. 1999-01-04 22:39:42 +00:00
tv
78e96b963d This file is no longer in egcs 1.1.1. 1999-01-04 18:57:35 +00:00
kim
26cc4401e8 Fixed segfaulting for "ps -T". There is no optarg with -T, so instructions
under label "tty:" need to use ttname instead.
1999-01-04 16:37:28 +00:00
is
bfb7f2aaf3 Multisession-CD-Support, by Torsten Duwe <duwe@ns.lst.de>. 1999-01-04 15:32:08 +00:00
tron
7d0d25360f Add support for RAIDframe configuration as suggested by Eric S. Hvozda
in PR install/6676.
1999-01-04 00:49:36 +00:00
tron
441c7a826d On suggestion by Brian C. Grayson explain more detailed when [ENOENT]
will be returned.
1999-01-04 00:31:52 +00:00
tron
4c07384685 Avoid problems when trying to link BIND 8 statically, fixes PR bin/6717
by gnatios Souvatzis.
1999-01-04 00:04:04 +00:00
augustss
87121c3217 Regen. 1999-01-03 23:57:11 +00:00
augustss
c3ddc00ec9 Add an Acer scanner. 1999-01-03 23:55:01 +00:00
cjs
e4ee43d8b2 Even if EXPORTABLE_SYSTEM is defined, descend into domestic for targets
obj, clean, cleandir and distclean. This reduces the chance of problems
(and the need to re-run make obj) if one is switching back and forth
between EXPORTABLE_SYSTEM and not, as US/Canadian developers tend to do.
1999-01-03 22:17:19 +00:00
cjs
17652c59c0 Descend on obj, as well as clean, etc. 1999-01-03 21:57:49 +00:00
cjs
74f6e33bdf Descend on obj, as well as clean, cleandir, etc. 1999-01-03 21:56:42 +00:00
cjs
adfa683d2a Always descend on `make obj', too, to allow developers to switch between
defined and undefined EXPORTABLE_SYSTEM without rerunning `make obj'.
1999-01-03 21:52:26 +00:00
mark
a857bdefb8 Guard get_device() and prototypes for set_root_device() and get_device()
with #ifndef MEMORY_DISK_IS_ROOT.
1999-01-03 20:13:45 +00:00
hubertf
6cfbee5947 only show preview if the -p option is given 1999-01-03 17:13:51 +00:00
hubertf
13aa60478d document morse's decode option -d 1999-01-03 17:12:28 +00:00
eeh
ff34887c45 More fixes to signal handling code... 1999-01-03 16:22:04 +00:00
lukem
adfde6fdc9 Add support for "-flags [-]flags", which matches the file flags in a
similar way that "-perm [-]mode" matches the file mode.
1999-01-03 14:54:27 +00:00
minoura
2ebc95cb82 SMALL instead of ALL for snapshot. 1999-01-03 14:49:39 +00:00
minoura
7b7ab5a123 UVM is now default for GENERIC. 1999-01-03 14:48:15 +00:00
lukem
5b05a0328e s/1998/1999/ 1999-01-03 14:33:44 +00:00
lukem
191498cad2 args to -perm are "-perm [-]mode" not "-perm [-mode]" 1999-01-03 14:11:54 +00:00