Jordan K. Hubbard
36dc394c61
Fix a long-standing bug that broke pkg_info utterly and probably made
...
pkg_add a little wiggy too.
1995-05-10 23:00:16 +00:00
Jordan K. Hubbard
e8019cb42b
Fix a long-standing bug that broke pkg_info utterly and probably made
...
pkg_add a little wiggy too. Document the fact that pkg_info can also
take a URL.
1995-05-10 23:00:07 +00:00
Jordan K. Hubbard
82f99dbbda
Bump the number of allowable args by a factor of 4. I just scanned
...
all possible packing lists and found that at least one of them is
pretty large!
1995-05-10 22:33:55 +00:00
John Fieber
63fa13d623
Added Jordan's "brief history of FreeBSD", swiped from the WWW pages.
1995-05-10 22:12:01 +00:00
Jordan K. Hubbard
28ed622cab
Document fetch-by-URL.
1995-05-10 20:56:19 +00:00
Jordan K. Hubbard
c63a4dc13b
Re-work make_dist() routine to build the tar command more reasonably.
...
This should eliminate the problem with truncated packages.
1995-05-10 20:46:06 +00:00
Jordan K. Hubbard
42206c90f4
Don't use curses routines until that part of the system is initialized.
1995-05-10 18:59:51 +00:00
David Greenman
54ea0c000f
Unlock the vnode before sleeping on an OBJ_DEAD object. Should fix Bruce's
...
hang. Fixed some formatting anomolies and removed some unneeded casts.
1995-05-10 18:59:11 +00:00
David Greenman
ee3a64c992
Changed "handle" from type caddr_t to void *; "handle" is several different
...
types of pointers, and "char *" is a bad choice for the type.
1995-05-10 18:56:09 +00:00
Jordan K. Hubbard
817836447b
Remove dmenu from the Makefile
1995-05-10 18:22:29 +00:00
Jordan K. Hubbard
0020de4fe4
Reviewed by:
...
Submitted by:
Obtained from:
1995-05-10 17:54:09 +00:00
Jordan K. Hubbard
dda697f031
Remove ncftp from cpio - we don't need it any more.
...
Adjust boot floppy to (hopefully) include libdisk in the crunch.
1995-05-10 17:20:23 +00:00
Garrett Wollman
78a8281095
Updated routing-socket code from Berkeley
...
Obtained from: Keith Bostic by way of Paul Traina
1995-05-10 16:48:52 +00:00
Rodney W. Grimes
3e0b4dc1f6
Submitted by: wpaul (with 2 lines moved by rgrimes)
...
Add support for kern_devconf structure.
1995-05-10 15:19:29 +00:00
John Fieber
db27b2e18e
Toplevel reorganization and integration of Poul-Henning Kamp's section
...
on the booting process.
1995-05-10 11:34:07 +00:00
Satoshi Asami
827039417c
Add new variable to override the "hey foobar-1.2.3 is already installed"
...
warning from fake-pkg.
# FORCE_PKG_REGISTER - If set, it will overwrite any existing package
# registration information in ${PKG_DBDIR}/${PKGNAME}.
1995-05-10 09:30:09 +00:00
Jordan K. Hubbard
8e3bb099bf
Sync up to Poul - use his new Create_Chunk_DWIM() function and use the pointer
...
it passes back. Thanks, Poul!
1995-05-10 09:25:49 +00:00
Jordan K. Hubbard
b34c876a61
Make sure that mountpoints start with a /.
1995-05-10 08:03:21 +00:00
Jordan K. Hubbard
4ec1f4bcf2
Whoops - dispatch() takes multiple args now.
1995-05-10 08:00:47 +00:00
Jordan K. Hubbard
351669d743
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
Poul-Henning Kamp
59618a8666
Create_Chunk_DWIM() is here, though it doesn't quite do what the name implies.
1995-05-10 05:57:04 +00:00
Satoshi Asami
9432f44382
New directory name for uec mirror.
...
Submitted by: hideaki@strauss.ee.uec.ac.jp (Hideaki Tsuchiya)
1995-05-10 04:18:24 +00:00
John Fieber
710b2e3600
Add sgmlfmt.
1995-05-10 00:38:30 +00:00
John Fieber
53a4c0de25
Add sgml
1995-05-10 00:36:16 +00:00
John Fieber
4213d0cd98
Update the doctype declaration to use the FreeBSD version of the
...
linuxdoc DTD.
1995-05-10 00:12:18 +00:00
John Fieber
317be71920
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
Jordan K. Hubbard
f26b6240ac
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
John Fieber
39fe917d33
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
John Fieber
9381eca971
New directory for sgml tools: /usr/share/sgml
...
Reviewed by: rgrimes
1995-05-09 23:06:59 +00:00
Jordan K. Hubbard
5013b8b22c
Remove all reference to sysinstall - it's going away.
1995-05-09 23:03:22 +00:00
Jordan K. Hubbard
4da86446d9
Get sysinstall from /usr/src/release not /usr/src/sbin.
1995-05-09 23:02:56 +00:00
Jordan K. Hubbard
3af7a5dc18
secure -> DES.
1995-05-09 22:58:42 +00:00
Garrett Wollman
7cd23434fe
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
Garrett Wollman
2b50c84ac1
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
Andrey A. Chernov
f14d551c2c
Fix line-count overflow, close PR 351
...
Submitted by: Edward Wang <edward@edcom.com>
1995-05-09 16:56:23 +00:00
Bruce Evans
d8762fa6a0
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
Rodney W. Grimes
1f2c9ce35f
Submitted by: gj
...
Delete suspicious looking chunk of code that was partially commented out.
1995-05-09 13:59:22 +00:00
David Greenman
94a5d9b6a1
Replaced some bcopy()'s with memcpy()'s so that gcc while inline/optimize.
1995-05-09 13:35:48 +00:00
Rodney W. Grimes
e6ba2cd30e
Fix nested comments for -Wcomment warnings.
1995-05-09 13:33:06 +00:00
Rodney W. Grimes
1a4e9088d5
Fix nested comments for -Wcomment warnings.
1995-05-09 13:13:29 +00:00
Jean-Marc Zucconi
d2ec3b3080
Change wording about displayed text in text fields
1995-05-09 13:06:11 +00:00
Rodney W. Grimes
eb0b975c2d
Fix nested comments for -Wcomment warnings.
1995-05-09 12:58:53 +00:00
Rodney W. Grimes
ad753d5151
Fix nested comments for -Wcomment warnings.
1995-05-09 12:48:21 +00:00
Rodney W. Grimes
06e81069bd
Fix nested includes for -Wcomment.
1995-05-09 12:35:29 +00:00
Andras Olah
40db8ef747
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
Rodney W. Grimes
2d9d0204f7
Fix -Wformat warnings, still need to do something about %b and pointer
...
type args.
1995-05-09 12:26:00 +00:00
Rodney W. Grimes
14b77878bb
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
Rodney W. Grimes
0f9b873be7
Change install: to afterinstall: to be more consistent.
1995-05-09 10:12:16 +00:00
Jordan K. Hubbard
b5260d2051
Rename secure to DES.
1995-05-09 05:22:41 +00:00
John Dyson
40ab35ce04
Added bounce support for user scsi requests.
...
Reviewed by: David Greenman
1995-05-09 02:38:15 +00:00