wollman
0d5d309384
Copying YP programs over from 1.1.5, with a slightly different directory
...
structure than before.
1994-08-08 01:03:58 +00:00
wollman
a006c507c4
Delete obsolete references to librpc.a.
1994-08-08 00:09:22 +00:00
wollman
7fa6011b59
Delete reference to obsolete librpc.a.
1994-08-08 00:04:21 +00:00
wollman
d7fca5c189
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
dg
6b466831f4
Converted 'vmunix' to 'kernel'.
1994-08-05 09:14:37 +00:00
wollman
57ea13e98c
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
ats
0f5f009124
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
csgr
e636e927e8
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
jkh
cae4aac15c
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
jkh
91868e9c76
Add proper links so that - and -sh are catered for.
1994-06-24 16:39:30 +00:00
jkh
f99332c315
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
jkh
0f0bd55364
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
jkh
533f9f3420
Remove bogus -lcrypt line.
1994-06-19 20:39:30 +00:00
rich
cd0180fc9b
This commit was generated by cvs2svn to compensate for changes in r1752,
...
which included commits to RCS files with non-trunk default branches.
1994-06-17 06:42:39 +00:00
rich
1b68951309
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
jkh
1cb6981799
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
jkh
6cf06a9a36
Whoops, missed the .cache files - those can be tossed too.
1994-06-15 21:19:59 +00:00
jkh
3c0f2a6ccb
Nuke all the intermediate files.
1994-06-15 21:19:23 +00:00
jkh
9de44e8c43
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
jkh
4b51000a3a
This commit was generated by cvs2svn to compensate for changes in r1722,
...
which included commits to RCS files with non-trunk default branches.
1994-06-15 10:33:49 +00:00
jkh
39d03206f4
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
asami
3549c2a452
Add explanation of -e in usage().
1994-06-01 05:15:00 +00:00
asami
c0c88c1f41
Close /dev/tty that is opened in y_or_n()...this is called many times
...
so it will run out of ptys if not properly closed.
1994-06-01 05:14:19 +00:00
rgrimes
bf96214f30
BSD 4.4 Lite Share Sources
1994-05-30 19:09:18 +00:00
rgrimes
7109dadb87
Repeat after me, I will not edit files on Freefall, but bring patches
...
over instead.
Moved #ifdef to correct place.
1994-05-29 17:15:12 +00:00
rgrimes
9bd5ea713c
Comment out missing/broken sources.
1994-05-28 06:44:34 +00:00
rgrimes
d8d0dd2a5a
Remove stuff for building manual pages the old way.
1994-05-28 06:40:02 +00:00
rgrimes
09e6808333
Why cast a constant to (unsigned long) when you can make it this by
...
appending UL.
1994-05-28 06:38:34 +00:00
rgrimes
4ca7a63bff
Disable PS_STRINGS for now until I get the headers fixed.
1994-05-28 06:36:58 +00:00
rgrimes
9f356b70aa
Must now include vm/vm.h and vm/vm_param.h due to the way we define KERNBASE.
...
Reviewed by: David Greenman
1994-05-28 04:20:59 +00:00
csgr
858ff2f517
My last fix broke things more, thanks to Paul Traina for pointing that out!
1994-05-26 20:16:49 +00:00
rgrimes
c8f1a26f8d
Upgrade config to be compatible with our i386 port, pull in 95% of the
...
changes that have been made in FreeBSD 1.x, except for possibly the nfs
diskless support this is a completed config.
1994-05-26 13:24:02 +00:00
csgr
7c9c2ed673
>From Jordan
...
Fix braindeadness in my makefile
1994-05-26 07:52:23 +00:00
rgrimes
2a27bd86e6
BSD 4.4 Lite sbin -> usr.sbin Sources
...
Note: The sources for XNSrouted and routed are being imported to usr.sbin
instead of sbin.
1994-05-26 06:39:07 +00:00
rgrimes
5de76909c7
This commit was generated by cvs2svn to compensate for changes in r1560,
...
which included commits to RCS files with non-trunk default branches.
1994-05-26 06:39:07 +00:00
rgrimes
d038e02fd6
BSD 4.4 Lite sbin Sources
...
Note: XNSrouted and routed NOT imported here, they shall be imported with
usr.sbin.
1994-05-26 06:35:07 +00:00
rgrimes
ba88c9f934
This commit was generated by cvs2svn to compensate for changes in r1558,
...
which included commits to RCS files with non-trunk default branches.
1994-05-26 06:35:07 +00:00
rgrimes
cfcc93eec9
BSD 4.4 Lite sbin Sources
...
Note: XNSrouted and routed NOT imported here, they shall be imported with
usr.sbin.
1994-05-26 06:35:07 +00:00
rgrimes
babe0fd0e2
BSD 4.4 Lite usr.sbin Sources
1994-05-26 05:23:31 +00:00
rgrimes
2233bc697f
BSD 4.4 Lite usr.sbin Sources
1994-05-26 05:23:31 +00:00
rgrimes
4064c975ae
BSD 4.4 Lite usr.sbin Sources
1994-05-26 05:23:31 +00:00
rgrimes
862fdf11a2
BSD 4.4 Lite usr.sbin Sources
1994-05-26 05:23:31 +00:00
rgrimes
0882205071
This commit was generated by cvs2svn to compensate for changes in r1553,
...
which included commits to RCS files with non-trunk default branches.
1994-05-26 05:23:31 +00:00
rgrimes
5d98a33b2f
BSD 4.4 Lite usr.sbin Sources
1994-05-26 05:23:31 +00:00
asami
93b71d3919
The environment variable PKG_PREFIX is set to the first @cwd command
...
in the packing list, or the argument to -p if it is specified, before
the requirements/installation/deinstallation scripts are called. This
enables the scripts to be written to work on the final installation
destination, even if the user uses -p to override the package's default.
1994-05-25 18:00:04 +00:00
jkh
cb0aba89af
Change Header to Id.
1994-05-25 06:28:14 +00:00
jkh
066a73bf85
Add new find_plist() function.
1994-05-25 06:27:24 +00:00
jkh
50de4f0fe3
Change in_plist() call to find_plist().
1994-05-25 06:24:41 +00:00
jkh
873ef098bd
Remove find_name(), replace with more generic find_plist() function.
1994-05-25 06:24:18 +00:00
joerg
8d6528d6e3
Make use of the new FDOPT_NORETRY facility. It does not make sense to
...
verify formatted tracks with fully retryng. The head should not be moved
in either case.
Also some minor copyright cleanup.
1994-05-22 17:43:34 +00:00