Commit Graph

17500 Commits

Author SHA1 Message Date
Joerg Wunsch
d6f907dc7a pw(8) -- a backend utility to manage the user and group databases.
sysinstall's new User&group menu will use it, hence it's a 2.2
candidate despite of providing new functionality.

Submitted by:	David L. Nugent, <davidn@blaze.net.au>
1996-12-09 14:05:35 +00:00
David E. O'Brien
581f6ca842 Added speal about shlib version numbers.
Implicitly requested via -ports email by:	Satoshi
1996-12-09 11:18:52 +00:00
David E. O'Brien
8585b3f486 Documented Pentium clock speeds (CPU,ext mem,PCI) from a mail message
from Rodney Grimes.

Mentioned that you need 5MB to install FreeBSD, or 4MB if you use
boot4.flp.
1996-12-09 10:59:36 +00:00
David E. O'Brien
cf2830ff25 Added explation of REQ package script. 1996-12-09 08:47:03 +00:00
David E. O'Brien
4b2aa6edd7 Tried to explain the pkg/INSTALL script.
Mentioned the pkg/DISPLAY file and it's uses.
mkdir -p  ===>  ${MKDIR}
1996-12-09 08:24:03 +00:00
Jordan K. Hubbard
00b69db338 As Paul has just pointed out, much of my strncpy() usage was either
bogus or overly complex and really needed to be done more consistently
and sanely throughout - no question about it.  Done.

Suggested-By: Paul Traina <pst@Shockwave.COM>
1996-12-09 08:22:19 +00:00
Mike Pritchard
8bc3ddf57f Improve the format of the usage string output.
Submitted by:	Sandro Sigala <sandro@cat.locao.net> as part of PR# 2134
1996-12-09 08:10:45 +00:00
Mike Pritchard
256835f230 Minor formatting/style fixes.
Submitted by:	Sandro Sigala <sandro@cat.local.net> as part of PR# 2134
1996-12-09 08:04:55 +00:00
Mike Pritchard
2eea2d2aba Convert to mdoc format.
Submitted by:	Sandro Sigala <sandro@cat.local.net> as part of PR# 2134
1996-12-09 07:57:54 +00:00
Mike Pritchard
aab5e1b6d0 Minor formatting/style fixes.
Submitted by:	Sandro Sigala <sandro@cat.local.net> as part of PR # 2134
1996-12-09 07:45:59 +00:00
David E. O'Brien
d21d4d9375 Added explantion of NO_PACKAGE. 1996-12-09 07:38:56 +00:00
Mike Pritchard
5a2964f7c9 Minor formatting fixes.
Submitted by:	Sandro Sigala <sandro@cat.local.net> as part of PR # 2134.
1996-12-09 07:26:04 +00:00
Mike Pritchard
9e9e968a54 Convert to mdoc format.
Submitted by:	Sandro Sigala <sandro@cat.local.net> as part of PR# 2134
1996-12-09 07:20:41 +00:00
Satoshi Asami
2b2b1ca931 Submitted by: fenner
(1) Print out reason when port is ignored because of NO_CDROM,
    RESTRICTED, IS_INTERACTIVE, (not) IS_INTERACTIVE, BROKEN,
    REQUIRES_MOTIF or NO_PACKAGE.

Submitted by: obrien
(2) Add new special file in pkg/: DISPLAY.  (Cf. man pkg_create)

(3) Minor bugfix in clean-depends target, which sometimes executed
    "make clean" in the current directory.  (Which is probably ok, but
    is wrong nonetheless.)
1996-12-09 07:08:16 +00:00
Mike Pritchard
1364c9e2fc Fix a spelling error. 1996-12-09 07:00:17 +00:00
Mike Pritchard
a66c11682b Convert man page to mdoc format.
Submitted by:	Sandro Sigala <sandro@cat.local.net> as part of PR# 2154
1996-12-09 06:59:17 +00:00
Jordan K. Hubbard
3f266859a3 Whups, missed two strcpy()s. 1996-12-09 06:45:03 +00:00
Jordan K. Hubbard
5153026dfc Eliminate great evil in the networking code. That's all I'm gonna say. 1996-12-09 06:37:46 +00:00
Mike Smith
b0236c093d English pedantry : affect -> effect
Submitted by:	 Daniel O'Callaghan" <danny@panda.hilink.com.au>
1996-12-09 06:04:03 +00:00
Jordan K. Hubbard
325403f959 Add Joerg's user management screen for David Nugent's pw(8) program, something
which will also need to be brought in before this screen will work.

Add some commentary about how the slip startup code is bogus.

Steal Joerg's loop for more properly closing all files and graft it into
the EHS startup.  My loop was functional but more bogus.
1996-12-09 06:02:36 +00:00
Mike Smith
c2ce3df1da Improve the explicitness of the "you cannot do anything with PCI
devices" message.

Closes conf/2130.
1996-12-09 05:13:19 +00:00
Masafumi Max NAKANE
df8c1923ff Merge the changes made to the en version (1.166 -> 1.168). 1996-12-08 23:17:50 +00:00
Masafumi Max NAKANE
0e88b53786 Merge the changes made to the en version (1.41 -> 1.42). 1996-12-08 23:15:40 +00:00
David E. O'Brien
9694956f20 Added Sandro Sigala <ssigala@globalnet.it> for his port of cutils 1996-12-08 22:38:52 +00:00
Wolfram Schneider
77a62bfa44 Spelling error corrected.
Changes and update on isdn code now removed from source tree.

submitted by: wlloyd@mpd.ca 	close PR #2047
1996-12-08 22:24:10 +00:00
Masafumi Max NAKANE
4de7c430f6 Moved Stephen McKay from the additional contributors section to the developers
section.

Added Takenori KATO to the developers section.  (I'm surprised that he wasn't
listed even in the additional contributors section despite his work on pc98.)
1996-12-08 22:18:21 +00:00
Joerg Wunsch
ed228eb646 Another fixit improvement: add a lame script that pretends to be
tar(1), but actually uses cpio(1).  Many people are getting confused
about the lack of a tar on the fixit floppy, and simply don't know
that cpio can basically handle tar format fine (or they simply don't
know how to invoke cpio).
1996-12-08 18:21:30 +00:00
Wolfram Schneider
3f3a3c4501 Add manual page symlinks
trace.1 -> ktrace.1 and
	truss.1 -> ktrace.1
for SunOS emigrants.
1996-12-08 16:56:40 +00:00
KATO Takenori
6f1344579b Synchronize with sys/i386/isa/syscons.c revision 1.191. This change
just keeps appearance, and no effect on the PC98.

2.2 candidate.
1996-12-08 16:27:26 +00:00
Andrey A. Chernov
e2d6a260ac Update screen(1) entries
2.2 candidate
1996-12-08 16:15:02 +00:00
Joerg Wunsch
6aeb9e664f Merge tar's version of rtapelib, namely the changes as of rev 1.2.
Both files used to be identical previously, so they are again now.
1996-12-08 14:19:50 +00:00
Andrey A. Chernov
ed8f6f5a26 Longnames update
Submitted by: Paulo Menezes <pm@ener1000.dee.uc.pt>
1996-12-08 14:17:56 +00:00
Andrey A. Chernov
6e1b71c5b8 Link Dutch catalog with nl_NL instead of da_DK 1996-12-08 14:05:08 +00:00
Masafumi Max NAKANE
ffa6f1e820 Merge the change made to the en version (1.164 -> 1.166). 1996-12-08 13:48:06 +00:00
Masafumi Max NAKANE
d8744bf63e Some more work to make the contributor list in alphabetical order. 1996-12-08 13:43:35 +00:00
Masafumi Max NAKANE
29e076f024 Moved around several lines in the additional contributors section to make the
list in alphabetical order.

Added following persons to the additional contributor list.  They have been
missing from the list but listed as maintainer of some port.
Committers should pay much more attention to maintain the contributor list!!

	Andrew Stevenson <andrew@ugh.net.au>
	Boyd Faulkner <faulkner@mpd.tandem.com>
	Mike McGaughey <mmcg@cs.monash.edu.au>
	Paul Fox <pgf@foxharp.boston.ma.us>
	Rob Mallory <rmallory@csusb.edu>
1996-12-08 13:30:05 +00:00
Jordan K. Hubbard
ba5555f0e6 Several areas of improvement:
o Incorporate some of Tatsumi's bug fixes.
	o Remove the xperimnt and commerce distribution items; they haven't
	  been actual distributions for awhile.
	o Try to sanitize the device checking code a little more.
	o Cosmetic work on the network code.
1996-12-08 12:27:58 +00:00
Paul Traina
5703427770 Whoops, also fix time for those watchmakers to the north... 1996-12-08 07:21:33 +00:00
Paul Traina
4f1982e68d Correct an aggregious insult and display the days of the week the way
that god(tm) intended them to be displayed.

Candidate for 2.2
1996-12-08 07:16:55 +00:00
Paul Traina
f6bd468bf0 Fix typo in last patch. empty!=emtpy 1996-12-08 06:27:09 +00:00
David E. O'Brien
deff0e9566 Was using new URL (ftp://ftp://) before the RFC has been voted on. :-)
Obtained from:	make fetch
1996-12-08 05:40:38 +00:00
Steven Wallace
9ce8b2a2f6 Perform special sigset() check.
Make sure signal is not blocked.  If it is, return SIG_HOLD instead
of handler and unblock the signal.
1996-12-08 02:24:10 +00:00
Masafumi Max NAKANE
2c7d163688 Merge changes made to the en version (1.163 -> 1.164). 1996-12-08 00:13:24 +00:00
Satoshi Asami
25c1416b06 Remove /usr/ucb and /usr/local/mh/bin from MANPATH_MAP, we don't ship
the system with these (and the mh port doesn't install there either).

Comment out /usr/X386/bin in MANPATH_MAP, it is already commented out
in MANDATORY_MANPATH.

2.2 candidate, I guess.  I can't even imagine why these stuff were
still there!
1996-12-07 23:32:37 +00:00
Satoshi Asami
315132dbd5 Add the following two for Japanese man port:
Kazuhiko Kiriyama <kiri@kiri.toba-cmt.ac.jp>
Tadashi Kumano <kumano@strl.nhk.or.jp>
1996-12-07 23:20:04 +00:00
Joerg Wunsch
7a9717ae8e Default the CD-ROM devices to a single LUN only. Too many of them are
broken and respond to multiple LUNs.

Reviewed by:	rv@groa.uct.ac.za (Russell Vincent)
1996-12-07 22:45:15 +00:00
Søren Schmidt
2092b5ac38 Fix the broken support for monochrome VGA's.
It was MY fault after all, damn..
1996-12-07 22:33:05 +00:00
Andrey A. Chernov
2f71230e78 Expand username limit to 16 1996-12-07 21:25:12 +00:00
Sean Eric Fagan
37e5b2c618 Change how SIGINFO is handled -- set a flag (of sig_atomic_t), and check
that flag on every iteration of the loop.  This avoids calling fprintf
inside a signal handler, which is always somewhat icky.

Reviewed by:	bde
1996-12-07 20:20:41 +00:00
KATO Takenori
c918e9eece Synchronize with sys/i386/isa/if_ed.c revision 1.09.
It's a 2.2 candidate.
1996-12-07 13:04:21 +00:00