ache
55390beab7
Fix collection names to reflect reality
1995-12-21 08:10:47 +00:00
wollman
3bc72fd215
in_proto.c: spell ``Internet'' right and put whitespace after commas.
...
others: start to populate the link-layer branch of the net mib, by
moving ARP to its proper place. (ARP is not a protocol family, it's an
interface layer between a medium-access layer and a protocol family.)
sysctl(8) needs to be taught about the structure of this branch, unless
Poul-Henning implements dynamic MIB exploration soon.
1995-12-20 21:53:53 +00:00
wollman
19914706e4
Increase Pentium cyclecounter calibration time to 131072 us. This
...
experimentally seems to give better results on my machine.
1995-12-20 20:57:33 +00:00
wollman
d1c087d3d5
Demolish DIRECTED_BROADCAST. It was always a bad idea, and nobody uses it.
1995-12-20 18:04:19 +00:00
wollman
901107a3b5
Fix a nagging divide-by-zero error resulting from the MTU discovery code
...
getting triggered at a bad time.
1995-12-20 17:42:28 +00:00
dufault
44136d3b30
Bruce's fix for when dk_ndrive >= DK_NDRIVE. Fixes CDROM changer
...
and other "lots of CDROM devices" problems. This code should be
put in a single place.
1995-12-20 12:02:43 +00:00
jkh
7b8e503ac7
Document the -k and -w flags.
...
Submitted by: Gary Jennejohn <gj>
1995-12-19 23:42:56 +00:00
wollman
91849f5fa5
Added a comment about why trying to make a one-behind cache for
...
the route in ip_output() is a bad idea.
1995-12-19 21:24:19 +00:00
wollman
1074a27504
Actually call in_rtqdrain()as was originally intended.
1995-12-19 20:46:15 +00:00
nate
b885d679c0
Add-back strlen.c to the library in case a kernel is compiled without
...
optimization. Gcc only in-lines calls to strlen with optimization
turned on.
1995-12-19 19:47:05 +00:00
jfieber
b2211e8f34
Suggest that keeping pseudo-device gzip is probably a good idea.
1995-12-19 17:02:49 +00:00
dg
a82978cb5f
Corrected a typo in a comment.
1995-12-19 14:47:41 +00:00
dg
95d4407d25
Implemented a (sorely needed for years) double fault handler to catch stack
...
overflows.
It sure would be nice if there was an unmapped page between the PCB and
the stack (and that the size of the stack was configurable!). With the
way things are now, the PCB will get clobbered before the double fault
handler gets control, making somewhat of a mess of things. Despite this,
it is still fairly easy to poke around in the overflowed stack to figure
out the cause.
1995-12-19 14:30:50 +00:00
jkh
655b27e73b
Finally write a man page for sysconfig(5).
1995-12-19 13:35:31 +00:00
gclarkii
616f7288aa
Start adding all commiters to the list of authors. Hopefully in the
...
future people will add docs as they change features. This will keep us
from adding them when they do. (I had to do this anyway...)
1995-12-19 12:29:52 +00:00
jkh
8a18515b9f
Add entry for Portugal. Clean up the US site list.
1995-12-19 12:07:43 +00:00
gclarkii
0f0a24d596
Update to a more modern vintage.
...
e.g. sysctl instead of the GATEWAY option
use a refer instead of an old file (options.info)
1995-12-19 11:10:42 +00:00
gclarkii
6f9df32351
Small change to read better.
...
(Change from Q&A to description)
1995-12-19 10:21:07 +00:00
gclarkii
5b808ac1e7
Change this file to reflect the changed sup system.
...
(e.g.) The use of standard-supfile and secure-supfile
1995-12-19 10:11:47 +00:00
gclarkii
e80a25a895
Add Linux as a supported binary type (as much as SCO is:))
...
Fix type (include to including)
1995-12-19 09:22:23 +00:00
phk
7fd77d5502
Add -t option which prints output in tabular format.
1995-12-19 08:12:07 +00:00
peter
6fb31f3d8c
A one line hack to prevent 'cvs checkout -c' from triggering a nasty bug
...
in GNU getopt(). ('cvs checkout -c' cats the modules file to stdout)
Noticed by: Stefan Esser
1995-12-18 18:58:00 +00:00
jfieber
c828433693
Typo.
1995-12-18 18:11:52 +00:00
phk
fbbda41bed
Preallocate a small structure, so we can sbrk(2) further back.
...
Reviewed by: phk
Submitted by: Kaleb Keithly <kaleb@x.org>
1995-12-18 12:03:54 +00:00
phk
7e3aca710d
Cleanup and staticize.
1995-12-18 09:42:44 +00:00
peter
4e5c405d9b
Re-connect cvs to gnu/usr.bin/Makefile..
...
(Note that you need to have either done a 'make world' or explicitly
run a 'make distrib-dirs' (in src/etc) to get some needed directories in
/usr/share/examples/cvs to be built.)
1995-12-18 08:04:53 +00:00
dg
9b9a2cb9f0
Added prototype for fxp_scb_wait() and fixed a bug where the wrong pointer
...
was passed in one case.
1995-12-18 02:47:43 +00:00
dyson
9127bd82d9
Fix paging from ext2fs (and other fs w/block size < PAGE_SIZE). This
...
should fix kern/900.
1995-12-17 23:29:56 +00:00
phk
02cbd66c6d
Staticize.
...
Unstaticize a function in scsi/scsi_base that was used, with an undocumented
option.
My last count on the LINT kernel shows:
Total symbols: 3647
unref symbols: 463
undef symbols: 4
1 ref symbols: 1751
2 ref symbols: 485
Approaching the pain threshold now.
1995-12-17 21:23:44 +00:00
phk
b3abae23ca
Staticize and remove $Log$.
1995-12-17 21:17:48 +00:00
phk
2a5a36a028
Staticize.
1995-12-17 21:14:36 +00:00
phk
baca7dc09c
Add an obscure feature, needed for debugging.
1995-12-17 21:11:22 +00:00
wollman
360eaa7e3c
Implement client-side transaction TCP. This has little effect
...
if the server doesn't support it. (This is intended mostly as
an example.)
1995-12-17 21:04:36 +00:00
wollman
20aa19ef2f
Implement server-side transaction TCP. (Has no effect on non-TTCP clients.)
1995-12-17 20:25:28 +00:00
jkh
838ab5640d
Add:
...
radius 1645/udp radiusd
radacct 1646/udp
Submitted by: Jaye Mathisen <mrcpu@cdsnet.net>
1995-12-17 08:27:36 +00:00
bde
4b4fabc98f
Cleaned up prototypes in pmap headers: removed ones for nonexistent
...
functions; moved misplaced ones; restored most of KNFish formatting
from 4.4lite version; removed bogus __BEGIN/END_DECLS.
1995-12-17 07:39:05 +00:00
bde
ca36bb34d1
Fixed 1TB filesize changes. Some pindexes had bogus names and types
...
but worked because vm_pindex_t is indistinuishable from vm_offset_t.
1995-12-17 07:19:58 +00:00
bde
66fd8c873b
Updated to match 1TB filesize changes. Some pindexes were still offsets
...
and weren't converted. ptrace() was broken.
1995-12-17 06:59:36 +00:00
bde
a106d35458
Fixed building in obj directory.
1995-12-16 23:01:04 +00:00
bde
da8bc360e7
Really finished (?) cleaning up sysinit stuff.
1995-12-16 21:50:15 +00:00
bde
2bf85612aa
Oops, the last commit missed one change from 200 to OBUFSIZ + 100.
1995-12-16 21:45:02 +00:00
bde
2088fa5229
Removed dead debugging code.
1995-12-16 21:43:47 +00:00
bde
4431fb7787
Return the i/o size, not a truth value, in the probe.
1995-12-16 21:37:58 +00:00
bde
64410f9391
One less magic number.
1995-12-16 21:32:19 +00:00
bde
2b74cd6d7a
Reformatted the list of broken modules and added ip_mroute_mod to it.
1995-12-16 21:19:18 +00:00
bde
9b84f64bbf
Fixed comment about IPFIREWALL_VERBOSE.
...
Added undocumented option SCSI_2_DEF.
1995-12-16 21:00:14 +00:00
wpaul
5d450e8675
Turn on ypserv.
1995-12-16 20:56:01 +00:00
wpaul
f177e11999
Import the new, non-GPL ypserv, written by yours truly. Functionally
...
equivalent to the old ypserv, except that it doesn't support the
-p [port] option to force the server to use a particular port.
The server stubs and yp.h header file are auto-generated from the yp.x
protocol definition file. The auto-generated XDR routines in libc/yp
are also used. The database access code has been broken out into a
seperate module so that other NIS utilities (ypxfr in particular)
can use it.
Note that the old mknetid script is being temporarily moved here; it
will be replaced by an mknetid program which will eventually have
a home under /usr/src/libexec. (The existing script is actually
somewhat broken -- it doesn't handle hosts -- but this isn't a big
deal at this point since the netid.byname map is really only useful
fopr Secure RPC, which we don't have yet.)
1995-12-16 20:54:17 +00:00
wpaul
6c6bb5ba6a
This commit was generated by cvs2svn to compensate for changes in r12891,
...
which included commits to RCS files with non-trunk default branches.
1995-12-16 20:54:17 +00:00
wpaul
5cb69655f9
Turn off ypserv. It's about to be replaced by a new non-GPL version.
1995-12-16 20:18:16 +00:00