Bruce Evans
52f2a972ba
Add swapinfo to SUBDIR. It's been working for a long time.
1994-08-28 17:12:24 +00:00
Bruce Evans
8ef65b13d1
Latest flex requires yywrap() function to avoid -ll.
1994-08-28 16:35:58 +00:00
Jordan K. Hubbard
2566293698
Add @srcdir option for customizing creation of packages.
...
Submitted by: jkh
1994-08-28 14:15:30 +00:00
Jordan K. Hubbard
688b53ece4
Prevent installation.
...
Submitted by: jkh
1994-08-28 13:05:23 +00:00
Jordan K. Hubbard
9af842aebd
Set proper destination directory for cron.
...
Submitted by: jkh
1994-08-28 13:05:14 +00:00
Jordan K. Hubbard
eedc655846
Add cron.
...
Submitted by: jkh
1994-08-28 06:19:10 +00:00
Jordan K. Hubbard
84f33dea62
Paul Vixie's cron, version 3.0. Munged into bmake format. If this goes
...
well, expect our two seperate directories for cron and crontab to go away
shortly.
Submitted by: jkh
1994-08-27 13:43:04 +00:00
Jordan K. Hubbard
60c59b30c6
Add lex lib to LDADD.
...
Submitted by: jkh
1994-08-26 22:45:49 +00:00
Jordan K. Hubbard
747b04037f
Remove duplicate declaration of sys_errlist[].
...
Submitted by: jkh
1994-08-26 06:09:21 +00:00
Jordan K. Hubbard
8a82af45f1
xntp and tcpdump targets added.
...
Reviewed by:
Submitted by:
1994-08-26 05:55:13 +00:00
Jordan K. Hubbard
4871b210e9
Add -ll to link flags to link with the lex library.
...
Submitted by: jkh
1994-08-26 05:44:06 +00:00
Jordan K. Hubbard
ad9e0170dc
Changes to adapt to 2.0.
...
Submitted by: jkh
1994-08-23 11:17:55 +00:00
Jordan K. Hubbard
1042688020
Bring over dbsym from 1.1.5.1
...
Submitted by: jkh
1994-08-23 11:15:45 +00:00
David Greenman
c62cd43c2b
Oops...forgot to list the changes....
...
/usr/src/usr.sbin.config:
o -DSTATCLOCK gives kludges to support the rtc non-device as well as
old kludges to support the clk non-device.
/usr/src/usr.sbin/config.8:
o Document the trivialness of the new vector.h.
/usr/src/usr.sbin/mkglue.c:
o Only print DEVICE_NAMES and NR_DEVICES in vector.h. These are
only required to support vmstat. The vmstat interface will need
to be improved for dynamic loading.
/usr/src/usr.sbin/mkioconf.c:
o Print device ids to be used as indexes into DEVICE_NAMES.
o Print secondary interrupt handler entry points (xxxintr()) instead
of primary ones (VdevU()). Primary ones are now XintrI() and
XfastintrI() and are independent of the config so they are not
handled here.
o Minor cleanups.
Submitted by: Bruce Evans
1994-08-18 05:15:26 +00:00
David Greenman
5ced58e474
Support for Bruce Evans' new dynamic interrupt support.
...
Submitted by: Bruce Evans
1994-08-18 05:11:32 +00:00
Søren Schmidt
1062753e25
Added kbdcontrol & vidcontrol utils (from 1.1.5.1+)
...
Reviewed by:
Submitted by:
1994-08-17 09:01:52 +00:00
Søren Schmidt
7363955db6
Added vidcontrol util from 1.1.5.1+
...
Reviewed by:
Submitted by:
1994-08-17 09:00:13 +00:00
Søren Schmidt
08bddad1f6
Added kbdcontrol util from 1.1.5.1+
...
Reviewed by:
Submitted by:
1994-08-17 08:59:37 +00:00
Garrett Wollman
d966229d00
Don't bother with XNSrouted and trsp, nobody uses either. If anybody
...
decides they want to, they can change the Makefile.
1994-08-15 03:19:25 +00:00
Garrett Wollman
99ca219150
Generate vector.h line for statclock. (See next commit for details.)
1994-08-15 03:09:29 +00:00
David Greenman
555edc2c99
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
David Greenman
f66e339c33
Implement -k flag.
1994-08-12 02:02:22 +00:00
David Greenman
e6692375a2
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
David Greenman
6aab3b5a6d
Use nulls to pad proctitle rather than spaces...makes ps(1) output more
...
readable.
1994-08-11 13:40:58 +00:00
Jordan K. Hubbard
2399a1589e
Correct and add proper man page extents.
...
Submitted by: jkh
1994-08-11 01:46:41 +00:00
David Greenman
ce7ece3713
Now that the timezone specification is no longer allowed, don't issue a
...
warning that it is missing.
1994-08-09 08:52:53 +00:00
Guido van Rooij
5d2d59d9aa
1. Correct invalid setsid and ioctl return value checks.
...
2. set some seteuid calls to allow sliplogin to be run by users from the
commandline in stead of from login inlo.
Submitted by: guido
1994-08-08 17:14:46 +00:00
Garrett Wollman
ebe06549fd
Suppress irritating extra newline after kern.boottime.
1994-08-08 15:37:35 +00:00
Garrett Wollman
021ce2d62e
Disallow timezone specification, but still allow it to be present
...
if it is zero (so that we can parse old config files).
1994-08-08 15:09:40 +00:00
Garrett Wollman
d832d69165
Added YP section 8 programs from 1.1.5. (Obligatory notice that this
...
code was originally written by Th. de Raadt, although this particular
organization is mine.)
1994-08-08 01:10:28 +00:00
Garrett Wollman
dd784d3e70
Copying YP programs over from 1.1.5, with a slightly different directory
...
structure than before.
1994-08-08 01:03:58 +00:00
Garrett Wollman
76c72a54c2
Delete obsolete references to librpc.a.
1994-08-08 00:09:22 +00:00
Garrett Wollman
003a0dd6e4
Delete reference to obsolete librpc.a.
1994-08-08 00:04:21 +00:00
Garrett Wollman
84e59eb50d
Get rid of update. Make man page installation work with our scheme
...
(and rename a few in the process).
1994-08-05 16:31:05 +00:00
David Greenman
b3bfc7199e
Converted 'vmunix' to 'kernel'.
1994-08-05 09:14:37 +00:00
Garrett Wollman
404c1a5fc1
Convert to our man installation style. Also fixed long-standing bug
...
in `fastboot'/`fasthalt' in which the interpreter would hang around
after `reboot' or `halt' is run, causing an irritating ``Killed'' message.
1994-08-05 02:42:42 +00:00
Andreas Schulz
11b0eb5f0b
Reviewed by:
...
Submitted by:
Added a accton man page. Changed the Makefile to install the man page
as accton.8.
1994-07-30 17:16:22 +00:00
Geoff Rehmet
408dc3832a
The FreeBSD bootloader loads the kernel at the a_entry address in the
...
kernel a.out file, meaning that this is where the kernel starts.
(not at KERNBASE) - KERNBASE is 0xf0000000, while the kernel loads at
0xf0100000
Reviewed by:
1994-07-22 13:17:07 +00:00
Jordan K. Hubbard
21e91f6209
Argh! What a boneheaded bug! Finally fix the blank-line-in-packing list
...
problem! I am pond scum!
1994-07-11 01:11:14 +00:00
Jordan K. Hubbard
de23528dcc
Add proper links so that - and -sh are catered for.
1994-06-24 16:39:30 +00:00
Jordan K. Hubbard
a62f0e65da
Just talked with James - there's another, better way to go about this.
...
Back out my earlier change. Note that this is just for the 1.1.5R floppies;
the 1.1.5A ones still have the work-around method (which works fine and
doesn't hurt anything, it's just kludge!).
1994-06-24 15:14:16 +00:00
Jordan K. Hubbard
a47d4a467d
This is a kludge. Unless I make a link from sh to - (which would leave a file
...
called `-' lying around on the users system forever) login shells will fail.
Just special-case the handling of `-' for now until/unless I find a more
palatable solution.
1994-06-24 14:32:36 +00:00
Jordan K. Hubbard
45dc381b12
Remove bogus -lcrypt line.
1994-06-19 20:39:30 +00:00
Rich Murphey
d51849a38c
slstat - report serial line IP statistics: bytes in/out, packets
...
in/out, errors, compressed, and uncompressed packets in/out.
1994-06-17 06:42:39 +00:00
Jordan K. Hubbard
159445b3e4
John Capo's changes to make the fixit floppy image work; I didn't even
...
bother looking at this file before! :)
1994-06-16 20:13:11 +00:00
Jordan K. Hubbard
9439152ebd
Whoops, missed the .cache files - those can be tossed too.
1994-06-15 21:19:59 +00:00
Jordan K. Hubbard
289c66d8f7
Nuke all the intermediate files.
1994-06-15 21:19:23 +00:00
Jordan K. Hubbard
704d63e64f
1. Clean the intermediate files when building the default fixit floppy
...
(demonstration) target.
2. Add the kcopy and filesystem floppy configuration files from Rod.
1994-06-15 10:49:34 +00:00
Jordan K. Hubbard
de5663609e
This is the new crunch utility for making distribution floppies from
...
James da Silva. We need to integrate this before 1.1.5 so that we can
actually make the boot floppies.
1994-06-15 10:33:49 +00:00
Satoshi Asami
ef71329dfe
Add explanation of -e in usage().
1994-06-01 05:15:00 +00:00