phantom
0bda689e9d
Mark some "i386 only" stuff as "i386 only"
...
PR: docs/13227
Submitted by: Alexey Zelkin <phantom@cris.net>
Reviewed by: mpp
1999-09-04 12:56:28 +00:00
markm
69cafd82fe
This commit was generated by cvs2svn to compensate for changes in r50894,
...
which included commits to RCS files with non-trunk default branches.
1999-09-04 12:45:43 +00:00
markm
aebb972b81
Vendor import EAY's LIBSSL to fix comments, etc.
1999-09-04 12:45:43 +00:00
markm
e095a266c2
Vendor import EAY's LIBSSL to fix comments, etc.
1999-09-04 12:45:43 +00:00
bde
93ce7447e4
Removed defunct option NULLFS_DIAGNOSTIC.
1999-09-04 12:44:38 +00:00
bde
343f81d029
Don't generate opt_debug_nullfs.h. It is no longer necessary.
...
Removed bogus definition of NULLFS
1999-09-04 12:40:07 +00:00
phantom
890a9302c4
Replace stale references to device_add_child_after(9) with
...
device_child_add_ordered(9)
PR: 13210
Submitted by: Alexey Zelkin <phantom@cris.net>
Reviewed by: mpp
Forgotten by: dfr
1999-09-04 12:37:21 +00:00
bde
c8a2ac644d
Get rid of the NULLFS_DIAGNOSTIC option. This option was as useful as
...
the other XXXFS_DIAGNOSTIC options (not very) and mostly controlled
tracing of normal operation. Use `#ifdef DEBUG' for non-diagnostics
and `#ifdef DIAGNOSTIC' for diagnostics.
1999-09-04 12:35:09 +00:00
bde
309a6171c6
Backed out the quick fix in the previous commit. Depending on opt_ddb.h
...
was a mistake. umapfs no longer depends on any options headers.
1999-09-04 12:01:32 +00:00
bde
2202da1ce8
Fixed the previous change. Some more code controlled by UMAPFS_DIAGNOSTIC
...
is actually for diagnostics; control it with DIAGNOSTIC and not DDB.
1999-09-04 11:51:41 +00:00
markm
101cc573f4
Add macro originally provided externally.
1999-09-04 11:06:07 +00:00
markm
a00f78e661
Add includes to to silence warnings. Bit hackish.
1999-09-04 11:03:01 +00:00
markm
d7d8526858
Add some includes to shut up warnings.
1999-09-04 10:46:27 +00:00
markm
1f1e44eabe
Perl support in vi is broken if perl has thread support built in.
...
Document this. Minor nitpick in other comments.
1999-09-04 10:27:12 +00:00
markm
4b90371e14
Knob for Perl thread support.
1999-09-04 10:03:27 +00:00
markm
f863534104
Allow perl to be built with thread support.
...
Submitted by: Doug Ambrisko <ambrisko@whistle.com>
1999-09-04 10:02:04 +00:00
markm
3f27ca1140
Build this from contrib/ now.
1999-09-04 09:52:36 +00:00
markm
444a62d6e1
Fix up this for the build; some compatibility files have been added -
...
these will be submitted back to KTH for inclusion.
1999-09-04 09:49:02 +00:00
jkh
167ab7758c
Migrate these files down to their ${ARCH} subdir. I should have done
...
this awhile back (next commit will kludge up something reasonable
for the Alpha).
1999-09-04 08:54:14 +00:00
jkh
9a3770b7e5
MFS: I found a few bogons here which were fixed in -stable (!) but not
...
-current.
1999-09-04 08:47:15 +00:00
markm
e9cb0859f0
Update licence.
1999-09-04 07:38:49 +00:00
jdp
4564b4e670
When looking up symbols, search the objects loaded at program start
...
up first -- before the dlopened DAGs containing the referencing
object.
This makes dynamically loaded perl modules work properly again.
1999-09-04 04:00:09 +00:00
mharo
199f72f333
brucify, v' before
W', mention -v is non-standard in manpage and
...
make code slightly easier to read
Reviewed by: obrien
1999-09-04 03:40:10 +00:00
mharo
5012b180b8
mention that -v is non-standard
...
Reviewed-by: obrien
1999-09-04 03:33:18 +00:00
mharo
0cae029984
brucify and add comment about -v being non-standard to manpage
...
Reviewed by: obrien
1999-09-04 03:19:38 +00:00
kato
b0c80ddb89
Merge from sys/i386/isa/clock.c revision 1.145.
1999-09-04 01:39:52 +00:00
kato
76a0e25b92
Merge from sys/i386/conf/files.i386 revision 1.264.
1999-09-04 01:36:23 +00:00
brian
dcb79a71e6
o Split the two IPCP queues into three - one for FSM data
...
(LCP/CCP/IPCP), one for urgent IP traffic and one for
everything else.
o Add the ``set urgent'' command for adjusting the list of
urgent port numbers. The default urgent ports are 21, 22,
23, 513, 514, 543 and 544 (Ports 80 and 81 have been
removed from the default priority list).
o Increase the buffered packet threshold from 20 to 30.
o Report the number of packets in the IP output queue and the
list of urgent ports under ``show ipcp''.
1999-09-04 00:00:21 +00:00
hoek
a14fe466b1
Thorough revamp of how input commands are processed. This allows customization
...
of user keys (documentation pending). The only key whose semantics have
changed is the capital 'N' key, which now performs a repeat-search in the
opposite direction (just like in vi).
This commit is a little bulkier than what I had originally planned. I'm not
completely happy with the direction it went, but it's definately an
improvement, and the alternative is to continue becoming irrelevant compared
to GNU less. (Does anyone even _use_ /usr/bin/more these days?)
1999-09-03 22:31:21 +00:00
hoek
a32483c43a
Add /usr/share/examples/more/. Will contain sample config files that
...
give our more(1) keymappings similar to less(1) and most(1). Initially
these config files will support only a subset of less and most keymappings.
1999-09-03 22:21:47 +00:00
wpaul
faaa58a620
#ifdef out the definition for the small packet RX ring. I ended up only
...
using one RX ring because of the alignment issue, so we may as well save
a few K of memory by not allocating space for it.
1999-09-03 20:58:39 +00:00
peter
24981c244d
Finish making LINT compile. Disable references to pnp in files that
...
don't appear to use it, and disable i4b_isic_pnp.c (with a #warning)
until it's converted.
1999-09-03 20:38:47 +00:00
dfr
20d6eca4a7
Remove vestiges of old pnp code.
1999-09-03 20:11:25 +00:00
dfr
12f5d4eca8
Remove the last vestiges of the old pnp code in favour of the new one.
1999-09-03 20:01:08 +00:00
msmith
fc224426ed
Slight reorganisation of the Alpha/SRM loader build:
...
- Make as much of the makefile for each of the three flavours
(disk, CDROM, net) common.
- Special-case the libalpha startup module on its use in boot1, not
the other way around.
- Build the loader out of a "loader" directory
Reviewed by: mjacob, dfr
1999-09-03 19:42:18 +00:00
peter
3a2a2ef942
Forced commit/correction: The previous commit message should have
...
referred to Matthew Dodd, not Warner. :-/ I should be asleep..
1999-09-03 19:30:27 +00:00
peter
41539b04ea
Fix a warning for the !DEVFS case.
1999-09-03 19:21:49 +00:00
peter
f1d6c34fbb
if_ed doesn't use the wrappers anymore.
1999-09-03 19:15:13 +00:00
peter
8010b4aa01
Commit a checkpoint of an updated if_ed driver. This is pretty much
...
Doug Rabson's work, with a few tweaks from Warner Losh and I. There are
still some quirks to resolve, but the old driver is presently breaking
the build.
1999-09-03 19:10:56 +00:00
green
6ea78090c5
Make the "uid" and "gid" code better. Now it can detect invalid user
...
names/numbers.
Reviewed by: chris
1999-09-03 18:18:46 +00:00
luoqi
e2743a0286
Remove GCC_UNUSED under FREEBSD_NATIVE option.
...
Requested by: ache
1999-09-03 17:56:05 +00:00
luoqi
dfe06dcb7d
Allow getblk() to be called from an idle context (by panic() inside
...
an interrupt handler).
Reviewed by: dillon
1999-09-03 17:49:25 +00:00
nik
7d240ed581
Correct the information about Lincoln's assasination (shot on 14-4, died
...
on 15-4).
The Nagasaki bomb was dropped on August 9th, not August 8th.
Submitted by: Tony Sumner <solon@macaulay.demon.co.uk>
1999-09-03 17:33:11 +00:00
chris
daa0ce629e
Add cross-references to respective syscalls.
1999-09-03 16:40:24 +00:00
sheldonh
a8196ec11f
Update the instructions for setting up audio symlinks, now that MAKEDEV
...
DTRT (well, it's been doing it since rev 1.97).
1999-09-03 15:11:43 +00:00
chris
67a24c48d6
Change NetBSD' in the description to
FreeBSD' in the sentence,
...
"NetBSD provides machine-independent bus support and drivers for USB
devices."
1999-09-03 13:47:58 +00:00
phantom
d6ab9bf62e
Link man4/i386/alpm.4 to man4/
...
That will make this page visible for whatis/catman
PR: docs/13226
Submitted by: Alexey Zelkin <phantom@cris.net>
Reviewed by: mpp
1999-09-03 13:31:40 +00:00
peter
afe8351c90
Cosmetic tweak. Collect the fdc methods together and apart from the fd
...
methods so it's a little easier to seperate the two when reading the code.
1999-09-03 11:32:21 +00:00
phk
8258db9b92
Use micro "disk" layer in ata-disk
...
Reviewed by: sos
1999-09-03 10:57:17 +00:00
phk
842d9077f7
Set si_bsize_phys to 2048 for cdrom.
...
Reviewed by: sos
1999-09-03 10:56:27 +00:00