jkh
266775d746
Make sure that mountpoints start with a /.
1995-05-10 08:03:21 +00:00
jkh
d1521f1667
Whoops - dispatch() takes multiple args now.
1995-05-10 08:00:47 +00:00
jkh
2bc42149ba
Fold in all my recent changes.
...
Do another clean-up pass over this, making the generic menu handler much
more powerful (now handles multiple dispatch). A few more menus fleshed
out and the beginnings of the distribution handler committed. Should
be transfering full distributions over in the next commit.
1995-05-10 07:45:00 +00:00
phk
b06a2da118
Create_Chunk_DWIM() is here, though it doesn't quite do what the name implies.
1995-05-10 05:57:04 +00:00
asami
f900359daa
New directory name for uec mirror.
...
Submitted by: hideaki@strauss.ee.uec.ac.jp (Hideaki Tsuchiya)
1995-05-10 04:18:24 +00:00
jfieber
b7cb1d5c4b
Add sgmlfmt.
1995-05-10 00:38:30 +00:00
jfieber
a01dca0306
Add sgml
1995-05-10 00:36:16 +00:00
jfieber
9635d74dc6
Update the doctype declaration to use the FreeBSD version of the
...
linuxdoc DTD.
1995-05-10 00:12:18 +00:00
jfieber
95008556c1
This commit was generated by cvs2svn to compensate for changes in r8397,
...
which included commits to RCS files with non-trunk default branches.
1995-05-09 23:58:06 +00:00
jfieber
8c1a71988d
The program that turns sgml files (tagged according to the linuxdoc
...
DTD) into HTML, LaTeX or ascii. (the latter is still pretty rough)
Reviewed by: rgrimes
1995-05-09 23:58:06 +00:00
jkh
826853557d
Switch from bogus absolute path to a relative one.
...
Closes PR #bin/391
Submitted by: Stephen McKay <syssgm@devetir.qld.gov.au>
1995-05-09 23:48:54 +00:00
jfieber
e466ffc54d
The linuxdoc DTD used for the FreeBSD handbook and FAQ.
...
Reviewed by: rgrimes
Obtained from: Linux (with modification)
1995-05-09 23:19:47 +00:00
jfieber
7f720ca679
This commit was generated by cvs2svn to compensate for changes in r8394,
...
which included commits to RCS files with non-trunk default branches.
1995-05-09 23:19:47 +00:00
jfieber
9f49101aff
New directory for sgml tools: /usr/share/sgml
...
Reviewed by: rgrimes
1995-05-09 23:06:59 +00:00
jkh
cb6e225e6d
Remove all reference to sysinstall - it's going away.
1995-05-09 23:03:22 +00:00
jkh
2ff2e4d72d
Get sysinstall from /usr/src/release not /usr/src/sbin.
1995-05-09 23:02:56 +00:00
jkh
8f080e7227
secure -> DES.
1995-05-09 22:58:42 +00:00
wollman
715c2b0756
Add GNU-style `-print0' primary. This exists so that one can safely
...
do `find some-nasty-expression -print0 | perl -n0e unlink' and have all
the files actuallly get deleted. (Using `xargs' and `rm' is not safe.)
1995-05-09 19:02:06 +00:00
wollman
bf8c6b4473
Make certain that random keys havethe correct parity, for interoperation with
...
MIT v4 implementations.
Submitted by: Reece R. Pollack <reece@eco.twg.com>
1995-05-09 18:05:15 +00:00
ache
cca9bf2418
Fix line-count overflow, close PR 351
...
Submitted by: Edward Wang <edward@edcom.com>
1995-05-09 16:56:23 +00:00
bde
5171ec5bb1
Submitted by: Mike Pritchard <pritc003@maroon.tc.umn.edu>
...
msdosfs_lookup() did no validation to see if the caller was validated
to delete/rename/create files. msdosfs_setattr() did no validation
to see if the caller was allowed to change the file permissions (turn
on/off the write bit) or update the file modification time (utimes).
The routines were fixed to validate the calls just like ufs does.
1995-05-09 16:30:45 +00:00
rgrimes
0b1bcecfed
Submitted by: gj
...
Delete suspicious looking chunk of code that was partially commented out.
1995-05-09 13:59:22 +00:00
dg
522567dac1
Replaced some bcopy()'s with memcpy()'s so that gcc while inline/optimize.
1995-05-09 13:35:48 +00:00
rgrimes
472d2ef3ed
Fix nested comments for -Wcomment warnings.
1995-05-09 13:33:06 +00:00
rgrimes
6543524ac5
Fix nested comments for -Wcomment warnings.
1995-05-09 13:13:29 +00:00
jmz
cb29db30f5
Change wording about displayed text in text fields
1995-05-09 13:06:11 +00:00
rgrimes
7156cd0fdd
Fix nested comments for -Wcomment warnings.
1995-05-09 12:58:53 +00:00
rgrimes
f2df5b608b
Fix nested comments for -Wcomment warnings.
1995-05-09 12:48:21 +00:00
rgrimes
bec59453be
Fix nested includes for -Wcomment.
1995-05-09 12:35:29 +00:00
olah
e994f8f005
Fix a misspelled constant in tcp_input.c.
...
On Tue, 09 May 1995 04:35:27 PDT, Richard Stevens wrote:
> In tcp_dooptions() under the case TCPOPT_CC there is an assignment
>
> to->to_flag |= TCPOPT_CC;
>
> that should be
>
> to->to_flag |= TOF_CC;
>
> I haven't thought through the ramifications of what's been happening ...
>
> Rich Stevens
Submitted by: rstevens@noao.edu (Richard Stevens)
1995-05-09 12:32:06 +00:00
rgrimes
9b4f2eba57
Fix -Wformat warnings, still need to do something about %b and pointer
...
type args.
1995-05-09 12:26:00 +00:00
rgrimes
e443efbf8d
Rewrite the MCD_TRACE macro to be a varargs macro so that the extraneous
...
arguments to printf could be fixed.
Correct all but 1 -Wformat warning. Some would have caused garbage to
be printed due to missing args!
1995-05-09 11:39:40 +00:00
rgrimes
ad1c9f159a
Change install: to afterinstall: to be more consistent.
1995-05-09 10:12:16 +00:00
jkh
34164c8be6
Rename secure to DES.
1995-05-09 05:22:41 +00:00
dyson
46e02306e2
Added bounce support for user scsi requests.
...
Reviewed by: David Greenman
1995-05-09 02:38:15 +00:00
jkh
3035f0c20e
Use absolute path for release dir.
1995-05-09 02:24:39 +00:00
jkh
227a6e83a6
Revise confusing wording about text fields. It now reads
...
"the amount of text above the current point" instead of "the amount of text
remaining", which was of the exact opposite meaning! Urk.
Submitted by: joerg
1995-05-09 01:52:42 +00:00
phk
3b65c5079e
Cleanup to the INET part of lpt.c.
...
Reviewed by: phk
Submitted by: pst
1995-05-09 01:33:16 +00:00
asami
b56080c039
Make the "reinstall" target delete the package cookie as well as
...
the install cookie.
1995-05-09 00:31:54 +00:00
jkh
b7f9001dcb
Make a less expensive re-release target.
1995-05-09 00:30:00 +00:00
jkh
ed86e53736
Don't go build sbin/sysinstall anymore; it's obsolete.
1995-05-09 00:18:32 +00:00
jkh
f56b14d054
secure -> DES
1995-05-09 00:15:30 +00:00
dg
259aeee121
Improved hashinit panic strings.
1995-05-08 23:11:12 +00:00
jkh
1aa6f0255a
Sync these up so that they'll get into my CVS tree at home, where I'll continue
...
working on the distribution extract stuff.
1995-05-08 21:39:40 +00:00
pst
db10ed51dd
Correction, Jim Lowe is the author... Getting code to work right is far
...
easier than writing the comments. :-(
1995-05-08 19:42:00 +00:00
pst
e165d9c4c7
Update copyright notice to properly reflect that this was original work
...
by James Miller (sorry Jim).
1995-05-08 19:34:16 +00:00
jkh
cf830239e3
Whoops! Uncomment Write_Disk() again.
1995-05-08 18:41:37 +00:00
bde
da9e45c7bd
sdsize() didn't open a device often enough. This caused swap partitions on
...
slices other than the first slice looked at to be unavailable for swapping.
1995-05-08 16:53:33 +00:00
gpalmer
4cb3ce6d8c
Change /lib/cpp to /usr/bin/cpp
1995-05-08 16:50:19 +00:00
bde
7f38b208c8
Fix numerous bugs in wdsize().
...
It closed the wrong device (usually the B partition instead of the C
partition).
It closed a device without having opened it.
It didn't open a device often enough. This caused swap partitions on
slices other than the first slice looked at to be unavailable for swapping.
It didn't check the device number sufficiently.
1995-05-08 16:48:23 +00:00