Nate Williams
fd6c426657
Use CFLAGS += instead of setting it directly.
1996-06-18 22:54:25 +00:00
Nate Williams
18f527dc18
Staticize and remove unused function.
...
Inspired by: The Nomad code
1996-06-18 21:58:55 +00:00
Julian Elischer
7eb4b231d3
Obtained from: Netatalk distribution.
...
copyright for the appletalk stack just to keep legal
1996-06-18 20:55:13 +00:00
Jordan K. Hubbard
a755641b9a
Shut up a message which now appears to be a natural consequence of RIP2 and
...
RIP1 routeds on the same subnet and I *don't* want filling up my syslog.
1996-06-18 19:59:35 +00:00
Nate Williams
c65d32c20e
- Removed dead code (if you need it you can get it out of the
...
Repository).
- Added some comments, and moved some code around to make flow more
obvious.
No functional changes.
1996-06-18 19:52:30 +00:00
Andrey A. Chernov
1f013a1f05
Add new parts, kernel not booted in other case
1996-06-18 16:58:44 +00:00
Poul-Henning Kamp
9d762dcebc
Add tcl.
1996-06-18 16:53:59 +00:00
Garrett Wollman
5e7c267709
Add a public domain notice to these files.
...
Requested by: jkh, 03 Sep 1995
1996-06-18 15:35:06 +00:00
Garrett Wollman
96ccf1cba9
When bringing the netkey stuff over, I forgot that I had decided to change
...
AF_KEY into pseudo_AF_KEY, and defined PF_KEY incorrectly. Fix.
Noticed by: pst
1996-06-18 15:22:26 +00:00
Julian Elischer
34b5fca760
As we have appletalk protocol support we might as well show
...
how to get it..
1996-06-18 10:20:16 +00:00
Julian Elischer
aa6cbc16d9
remove some debugging printfs left in by mistake
1996-06-18 10:16:29 +00:00
John Dyson
32acf9a16a
Add procfs_type.c to the repository.
1996-06-18 05:22:45 +00:00
John Dyson
9961971f1f
Add the file procfs_type.c to procfs.
1996-06-18 05:19:45 +00:00
John Dyson
6ead3edd9c
Clean-up the new VM map procfs code, and also add support for executable
...
format file "etype". It contains a description of the binary type for
a process.
1996-06-18 05:16:00 +00:00
Alexander Langer
2a7a2545a4
Set the program name before trying to use it.
...
Found by: Aage Robekk <aagero@aage.priv.no>
1996-06-18 01:46:34 +00:00
Bruce Evans
9b2b0822b7
Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.h
...
is only used by the icu support modules and by a few drivers that know
too much about the icu (most only use it to convert `n' to `IRQn'). isa.h
is only used by ioconf.c and by a few drivers that know too much about
isa addresses (a few have to, because config is deficient).
1996-06-18 01:22:40 +00:00
Jordan K. Hubbard
2379c52210
Manage control connections a little better for the URL routines.
...
This will do as a stop-gap until I figure out a more fault-tolerant
way of having deferred closes against the control connection work
without blocking.
1996-06-17 23:16:04 +00:00
Jordan K. Hubbard
79bde569ad
ack - left in a typo. Time for bed!
1996-06-17 23:04:24 +00:00
John Dyson
975dcaa94f
This file is the "meat" of the process address space capability. If you
...
would like other things added, just ask!!! It might be pretty easy to add.
1996-06-17 22:53:27 +00:00
John Dyson
9353aadd89
Add a feature to procfs to allow display of the process address map
...
with multiple entries as follows:
start address, end address, resident pages in range, private pages
in range, RW/RO, COW or not, (vnode/device/swap/default).
1996-06-17 22:43:36 +00:00
Nate Williams
c40d042f0f
Prepend the CIS string length define with CIS_ per the rest of the
...
constants.
Obtained from: Nomad code
1996-06-17 22:30:30 +00:00
Nate Williams
c1f5e49952
Use the defined path to the card devices instead of hard-coding it's
...
value in every file.
No functional changes.
1996-06-17 22:14:19 +00:00
Jordan K. Hubbard
42e35dc30b
Make binary mode the default.
1996-06-17 22:10:15 +00:00
Jordan K. Hubbard
ce4e6b1773
Init network at proper time.
1996-06-17 21:48:33 +00:00
Jordan K. Hubbard
386e7f9af0
Stamp out a potential memory leak.
...
Make ftpChdir return the server status again - it was more convenient.
1996-06-17 20:36:57 +00:00
Jordan K. Hubbard
9dc1ac56fc
Bring in libftpio.
1996-06-17 20:18:11 +00:00
Garrett Wollman
5900c00709
Add RCS Id and fix date.
1996-06-17 20:12:53 +00:00
Garrett Wollman
010b7c6c74
Cross-reference addr2ascii(3).
1996-06-17 20:11:12 +00:00
Andrey A. Chernov
c54481c15a
Do not print herror message, if w -n gethostname failed to be 100%
...
compatible with any program
Suggested by: peter
1996-06-17 20:07:44 +00:00
Garrett Wollman
276ea05394
Correct date and add $Id$ to reflect previous modification.
1996-06-17 20:04:06 +00:00
Garrett Wollman
538e87685f
Cross-reference addr2ascii(3) and inlcude a note about how those
...
functions are preferred but are not widely available as yet.
1996-06-17 20:01:05 +00:00
Garrett Wollman
3c32b88fbf
Add keyadmin directory.
1996-06-17 19:49:17 +00:00
Garrett Wollman
1cd1e41621
This is the `key' program from NRL's IPv6 distribution, heavily
...
hacked up by me to remove the IPv6 stuff (fow now). I renamed
it `keyadmin' since `key' was already taken by the S/Key calculator.
Its purpose is to act as a command-driven interface to the `PF_KEY'
socket domain, analogously to thefunction of route(8) in the
`PF_ROUTE' domain. This program is believed to be exportable, since
it does no actual cryptography itself.
1996-06-17 19:47:57 +00:00
Jordan K. Hubbard
6da0e3ac2e
Whups! Slight adjustment.
1996-06-17 19:33:27 +00:00
Jordan K. Hubbard
271d660404
Add more items to the glossary menu and reformat it slightly.
1996-06-17 19:31:34 +00:00
Andrey A. Chernov
1694c5cb7a
Fix xterm/screen/(any program using just :xxx form) compatibility
1996-06-17 19:23:38 +00:00
Andrey A. Chernov
20d1d1dc3f
Remove advertising actions requirement, they are too bothering for anyone
1996-06-17 19:05:38 +00:00
Peter Wemm
e999a90a90
This time, get rid of the struct copies that were really causing gcc to
...
call memcpy.. It seems that gcc would not inline the implicit call
when copying from a volatile...
1996-06-17 18:52:53 +00:00
Andrey A. Chernov
0fd06e5d7c
Don't try convert "-" to numeric form for -n option
1996-06-17 18:35:16 +00:00
Jordan K. Hubbard
808aa7aa51
Update Rod's comments on chipsets to include the Triton II.
1996-06-17 17:44:01 +00:00
Bill Paul
afe0e92aa8
Stomp another compiler warning: sc_devfs_token[] should only be declared
...
if DEVFS is #defined.
1996-06-17 17:21:35 +00:00
Bill Paul
8a095c52ed
Add a couple of #ifdef DEVFS/#endif clauses to slence the following
...
compiler warnings which occur if you don't have 'options DEVFS' in
your kernel config file:
../../kern/kern_descrip.c: In function `fildesc_drvinit':
../../kern/kern_descrip.c:1103: warning: unused variable `fd'
../../kern/kern_descrip.c: At top level:
../../kern/kern_descrip.c:1095: warning: `devfs_token_stdin' defined but not use
d
../../kern/kern_descrip.c:1096: warning: `devfs_token_stdout' defined but not us
ed
../../kern/kern_descrip.c:1097: warning: `devfs_token_stderr' defined but not us
ed
../../kern/kern_descrip.c:1098: warning: `devfs_token_fildesc' defined but not u
sed
1996-06-17 16:54:03 +00:00
Bruce Evans
f0ea07bffb
Reduced nesting of #includes in random.h and adjusted isa/random_machdep.c
...
to match (pc98/random_machdep.c probably requires a similar change). This
is a problem area for the PC98 merge - all PC98 ifdefs in <machine/*.h> are
kludges to work around incorrect layering.
1996-06-17 16:47:43 +00:00
Andrey A. Chernov
3905c66a6a
Localize time
1996-06-17 16:44:16 +00:00
Poul-Henning Kamp
2b9cd23802
Add support for ${CLEANDIRS} that will be rm -rf'ed during clean & cleandir.
1996-06-17 15:59:52 +00:00
Andrey A. Chernov
66b12529e6
Fix w -n to really show numeric addresses, close PR 402
...
Partially submitted by: henrich@msu.edu (Charles Henrich)
1996-06-17 15:46:25 +00:00
Jordan K. Hubbard
92f6d79189
Rethink and reimpliment the way RESTARTS are handled. The method I inheirited
...
from jmz was a hopeless kludge (sorry Jean-Marc :) and handled the problem
in the wrong way. ftpRestart() has now gone away and ftpGet() has grown a
new parameter.
1996-06-17 15:28:08 +00:00
Bruce Evans
5d1999ec59
Synced with Makefile.i386: added -Wunused.
1996-06-17 15:11:10 +00:00
Andrey A. Chernov
333468bac7
If hostname > UT_HOSTSIZE, use its numerical address instead to keep
...
valid utmp and wtmp entries
1996-06-17 14:59:07 +00:00
Andrey A. Chernov
2fcdb74d96
If hostname > UT_HOSTSIZE, use its numeric address instead to keep
...
valid entries into utmp and wtmp
1996-06-17 14:49:02 +00:00