csgr
7cdc913e30
This commit was generated by cvs2svn to compensate for changes in r2047,
...
which included commits to RCS files with non-trunk default branches.
1994-08-12 22:03:01 +00:00
csgr
41e83b9b6f
Libtelnet with encryption goes walkies to src/secure/lib
...
Reviewed by: Geoff Rehmet
1994-08-12 22:03:01 +00:00
csgr
5b8002826f
Libtelnet with encryption goes walkies to src/secure/lib
...
Reviewed by: Geoff Rehmet
1994-08-12 22:03:01 +00:00
csgr
e69ff52b97
when making test programs, look for libdescrypt, not libcrypt
...
Submitted by: Geoff Rehmet
1994-08-12 21:55:04 +00:00
csgr
ccd0e11260
Fix afterinstall rule for NOSHARED case
...
Submitted by: Geoff Rehmet
1994-08-12 21:12:37 +00:00
csgr
968abb74bc
1) don't make bdes yet
...
2) fix .include in secure/lib/Makefile.inc
3) fix afterinstall rule in libcrypt/Makefile
Submitted by: Geoff Rehmet
1994-08-12 21:02:31 +00:00
dg
8975035777
Added conditionals to make this compile cleanly in FreeBSD 2.0.
1994-08-12 11:42:37 +00:00
dg
1abdc2679a
Took out junk to save the old value of BLOCKSIZE as it is unnecessary.
...
Remove CFLAGS=-g from Makefile.
1994-08-12 10:26:27 +00:00
dg
1e4a2dfbef
The last commit was bogus...the putenv doesn't affect the parent process,
...
so the BLOCKSIZE doesn't need to be preserved.
Also initialized the flags variables, and used 1k instead of 1024 for
BLOCKSIZE.
1994-08-12 10:23:49 +00:00
dg
f8355e406b
The last commit was bogus...the putenv doesn't affect the parent process,
...
so the BLOCKSIZE doesn't need to be preserved.
1994-08-12 10:19:05 +00:00
dg
679aa90292
Implemented the -k flag more properly...don't destroy the user's setting
...
of the BLOCKSIZE environment variable.
1994-08-12 07:26:52 +00:00
dg
cc490038a0
New ethernet device driver from Matt Thomas:
...
This driver supports all the DEC EtherWORKS III NICs (DE203, DE204,
and DE205) and the later DEC EtherWORKS II NICs (DE200, DE201, DE202,
DE422). DEPCA-style boards prior to the DE200 have not been tested
and may not work.
Submitted by: Matt Thomas (thomas@lkg.dec.com )
1994-08-12 06:51:12 +00:00
dg
0bf5c587d2
Removed some unnecessary code that sets the link layer address. This should
...
be removed from the other drivers, too, as it is already done at a higher level
in the kernel.
1994-08-12 06:36:51 +00:00
dg
62b817045c
Add missing ifr variable declaration that I forgot when adding MTU
...
ioctl support.
1994-08-12 06:06:19 +00:00
dg
e9375dcff2
Implement -k flag.
1994-08-12 02:02:22 +00:00
dg
f4ac8cec94
swapinfo(1) command from 1.1.5. This version has been modified to work
...
with the new libkvm interfaces.
1994-08-12 01:49:30 +00:00
wollman
a181785932
Make it set-uid until procfs is fixed.
1994-08-11 20:11:00 +00:00
wollman
422cf01ca5
Make `ps' set-uid root so that it can read the same set of arguments
...
that old `ps'es did. I'm not too thrilled about this, but I'm not
enough of an FS person to hack procfs so that /proc/xxx/mem is readable
by members of group `kmem'. If this is done, then `ps' can go back to
being set-gid kmem.
1994-08-11 20:06:55 +00:00
guido
f7cd7b6184
Add rotattion of cron log to weekly.
...
Reviewed by:
Submitted by: guido
1994-08-11 17:23:29 +00:00
dg
98672b296b
Use nulls to pad proctitle rather than spaces...makes ps(1) output more
...
readable.
1994-08-11 13:40:58 +00:00
dg
89be8c23d3
Made kvm routines use procfs to get out process data such as argument
...
strings.
1994-08-11 13:38:23 +00:00
jkh
0dbbd21c05
Change outb() as per Bruce's instructions so that it doesn't explicitly
...
try to pass its argument in the ax register.
Reviewed by:
Submitted by:
1994-08-11 02:26:08 +00:00
jkh
8fd9bc3d00
Correct and add proper man page extents.
...
Submitted by: jkh
1994-08-11 01:46:41 +00:00
jkh
c2d34a8a21
Fix man extents from .0 to .1
...
Submitted by: jkh
1994-08-11 01:42:28 +00:00
jkh
ce0d4f5b6f
Bruce Evans is right - this shouldn't touch /etc *at all* and I should
...
have nuked it, not fixed it. No longer install /etc/localtime.
Reviewed by:
Submitted by:
1994-08-11 01:39:23 +00:00
jkh
b1aeacc135
Use the right man page.
...
Submitted by: jkh
1994-08-11 01:38:23 +00:00
jkh
2460ae5973
Add renice's correct man page to the Makefile.
...
Submitted by: jkh
1994-08-11 01:33:22 +00:00
jkh
092e4def22
Somewhere in the shuffle this lost its man page. Use the 1.1.5
...
one.
Submitted by: jkh
1994-08-11 01:06:29 +00:00
jkh
76b3c1dd38
Add a preventative rm of /etc/localtime in the install rule just in
...
case it's a link (in which case the subsequent install will fall over).
Submitted by: jkh
1994-08-11 00:54:30 +00:00
jkh
99c532f060
Change a .0 to a .5.
...
Submitted by: jkh
1994-08-11 00:45:38 +00:00
jkh
9f70d99eda
Put the cons25 entries for syscons back.
...
Submitted by: jkh
1994-08-11 00:39:39 +00:00
wollman
af8613405f
For Pentium machines, use a faster version of microtime with 8 usec
...
resolution (can probably be improved somewhat). Other machines take
a three-instruction hit if I586_CPU is defined, none otherwise.
1994-08-11 00:28:24 +00:00
jkh
bbdb7f1d0e
termcap.0 -> termcap.5
...
Submitted by: jkh
1994-08-11 00:24:33 +00:00
jkh
979f298bc1
Correct me.0 -> me.7
...
Submitted by: jkh
1994-08-11 00:11:44 +00:00
wollman
ad6af289bc
Tell Pentium users their CPU speed. (More changes to make use of this
...
to come later.)
1994-08-10 23:28:33 +00:00
wollman
21b573232a
Install procfs(5).
1994-08-10 20:04:57 +00:00
wollman
eed4ba2b31
Oops, fix typo.
1994-08-10 20:03:54 +00:00
wollman
d098da7bd9
Initial manual page for the new procfs.
1994-08-10 20:03:06 +00:00
dg
59538967d9
Initialize lockf pointer. I missed this when I made NFS use the generic
...
advlock mechanism, and not doing so results in random system crashes.
1994-08-10 19:48:23 +00:00
wollman
4133bd443a
Gimme my `-k' option back!
1994-08-10 19:25:34 +00:00
wollman
670a01d488
Gimme back my `-k' option!
...
Also document `-t' option in the usage message.
1994-08-10 19:21:07 +00:00
jkh
8dd7fea002
Remove kerberosIV until it works or is replace with eBones.. It's
...
hosing my build worlds..
Submitted by: jkh
1994-08-10 19:19:35 +00:00
wollman
bd5dd49713
Added example of how to tell various FreeBSD versions apart.
1994-08-10 06:40:36 +00:00
wollman
01a149f01b
Oops, forgot to cvs add this file.
1994-08-10 06:27:35 +00:00
wollman
f0e3ec0f96
Make it easier for programs to figure out what revision of FreeBSD they
...
are running under. Here's how to bootstrap (order is important):
1) Re-compile gcc (just the driver is all you need).
2) Re-compile libc.
3) Re-compile your kernel. Reboot.
4) cd /usr/src/include; make install
You can now detect the compilation environment with the following code:
#if !defined(__FreeBSD__)
#define __FreeBSD_version 199401
#elif __FreeBSD__ == 1
#define __FreeBSD_version 199405
#else
#include <osreldate.h>
#endif
You can determine the run-time environment by calling the new C library
function getosreldate(), or by examining the MIB variable kern.osreldate.
For the time being, the release date is defined as 199409, which we have
already established as our target.
1994-08-10 06:25:07 +00:00
wollman
723735466d
Define __FreeBSD__ to be 2.
1994-08-10 06:12:51 +00:00
jkh
1b1c54c402
Change bogus --I to -I to make compilation happen again.
...
Submitted by: jkh
1994-08-10 04:55:19 +00:00
wollman
27d6cc8585
Handle NMI's in accordance with data in van Gilluwe book.
1994-08-10 04:39:52 +00:00
wollman
4daa7a8637
Eliminate non-fatal error message so Jordan doesn't get confused.
1994-08-10 04:25:19 +00:00
wollman
4131cde334
Some programs (like GNU configure programs) depend on the output of
...
`uname -s' to be something reasonable (traditionally, `i386') rather
than `PC-Class'. Make it so.
1994-08-10 03:53:33 +00:00