Commit Graph

18299 Commits

Author SHA1 Message Date
Andrey A. Chernov
7726a8a928 Merge to eliminate conflict 1997-01-03 08:29:46 +00:00
KATO Takenori
c4948ba6a1 Change IMR of master PIC from 0x7f into 0xff in isa_defaultirq().
This is a 2.2 candidate.
1997-01-03 07:45:41 +00:00
Jordan K. Hubbard
8760875973 Correct the send-pr text to make a little more sense. 1997-01-03 07:43:03 +00:00
Jordan K. Hubbard
e960bb4911 Unlink LogName before attempting to open it. Since we now have a lovely
bug in syslogd which causes it to die after random amounts of time (widely
reported), this at least allows the administrator to easily restart it
without wondering why it simply exits again each time.
1997-01-03 07:13:20 +00:00
Jordan K. Hubbard
a686b628ba Adjust the maximum displayed length.
Submitted-By: Tatsumi Hosokawa <hosokawa@mt.cs.keio.ac.jp>
1997-01-03 06:41:41 +00:00
Jordan K. Hubbard
e5b09b7d10 Do something I've wanted to do for quite some time - collapse all the
common layout code into some work functions and make all the layout-using
routine adopt them.  Also reorganize includes and generally clean up.
1997-01-03 06:32:39 +00:00
David Nugent
f2400d4658 Implemented /home -> /usr/home symlink kludge.
If home basedir would be created in the root partition, create
it under /usr instead, and symlink /basedir -> /usr/basedir.
1997-01-03 04:42:18 +00:00
Warner Losh
52e6b5859b Massive update of the na.phone database to match the couple of phone
books that I have laying around my house.  Please check to see if your
state is now correct :-).  I know that the one area code states are correct,
as well as CO and KS, but although I've tried to be careful about the
rest, I may have goofed.
1997-01-03 00:30:59 +00:00
Wolfram Schneider
f5bc5997b2 printing examples, automatically generated from
src/share/doc/handbook/printing.sgml with src/tools/tools/epfe/epfe.pl
1997-01-02 22:47:46 +00:00
Mike Pritchard
c13b19be64 Correct one minor style point. 1997-01-02 21:10:30 +00:00
Mike Pritchard
66a5a22607 Mention the new mdoc examples in /usr/share/examples/mdoc. 1997-01-02 20:50:23 +00:00
Mike Pritchard
8e3e26601e Create /usr/share/examples/mdoc. 1997-01-02 20:41:07 +00:00
Mike Pritchard
7c4db66d3e Moved these to /usr/share/examples/mdoc. 1997-01-02 20:39:01 +00:00
Mike Pritchard
9a78dbdeb7 Moved these from /usr/share/misc/mdoc to /usr/share/examples/mdoc,
since it seemed like a better place, and the makefiles for
/usr/share/examples didn't need to be fussed with.

The old stuff can be removed from the Attic.
1997-01-02 20:37:25 +00:00
Mike Pritchard
7eb461278e Fix the short description of kvm_getloadavg(3) to reflect
what the function really does.

Also fix a small mdoc problem I noticed while in there.

Obtained from: NetBSD-bugs (NetBSD PR#3077)
1997-01-02 20:16:20 +00:00
Mike Pritchard
327c6b9210 Add several example man pages that contain something a
developer can actually take and convert into a real man page
with little work, as opposed to mdoc.template which really
just defines what sections should be present.

So now there is no reason for not providing man pages
with new commands/functions!
1997-01-02 20:11:33 +00:00
Mike Pritchard
31eb65d2d7 Change the description for section 4 to read:
Kernel Interfaces Manual

This was needed because of a few man pages like keyboard(4)
which caused the header to become unreadable with the longer
description.
1997-01-02 20:02:32 +00:00
Andrey A. Chernov
791a338bdb Oops, remove FNM_NOCASE alias: really I can't remember any system
with this define, it was ftpd-inspired.
1997-01-02 19:05:16 +00:00
Poul-Henning Kamp
6714d73596 Put dmesg.boot in /var/run instead of /var/tmp
Suggested by: joerg & peter
1997-01-02 18:55:26 +00:00
Andrey A. Chernov
e1a1573d6f Add FNM_NOCASE and FNM_IGNORECASE as synonyms to FNM_CASEFOLD
for better compatibility with other systems
1997-01-02 18:27:22 +00:00
Mike Pritchard
cc59ca2185 Refer the reader to intro(9) and style(9) so that
they are aware that we do have some coding style
guidelines.
1997-01-02 18:24:42 +00:00
Masafumi Max NAKANE
25d2a6d803 Use &dollar;Id&dollar; instead of $Id$ in the template of BSD-style
copyright statement, so that this line won't be changed everytime
this file is updated.
1997-01-02 18:21:48 +00:00
Mike Pritchard
77296bf264 Spelling police. 1997-01-02 18:10:40 +00:00
Masafumi Max NAKANE
48576af099 Merge the en version changes made in 1.6 -> 1.7. 1997-01-02 18:03:20 +00:00
Masafumi Max NAKANE
99a36fe1e0 Merge the en version changes made in 1.19 -> 1.20. 1997-01-02 17:59:59 +00:00
Masafumi Max NAKANE
fe512019a0 Merge the en version changes made in 1.13 -> 1.14.
Standardize the header.
1997-01-02 17:55:03 +00:00
Masafumi Max NAKANE
b9350b22ac Merge the en version changes made in 1.18 -> 1.20. 1997-01-02 17:43:08 +00:00
Masafumi Max NAKANE
0c3216f6cc Typo.
Back out one change of doesn't -> does not, as it was message from bsd.port.mk
and is really "doesn't" instead of "does not".
1997-01-02 17:41:59 +00:00
Garrett Wollman
106e35cb5c Merge from vendor branch. 1997-01-02 17:21:25 +00:00
Warner Losh
4e828a17d8 Colorado has a new area code, and has for some time: 970. Anything that
was in the 303 area code that isn't Boulder or Denver is now 970.  Update
to reflect this new reality.

Obtained from: US West :-)
1997-01-02 17:17:06 +00:00
Masafumi Max NAKANE
6dabc5abcb Merge the en version changes made in 1.8 -> 1.9. 1997-01-02 17:16:29 +00:00
Masafumi Max NAKANE
8174b6820f Merge the en version changes made in 1.3 -> 1.4. 1997-01-02 17:14:29 +00:00
Masafumi Max NAKANE
5229bf2ab8 Merge the en version changes made in 1.13 -> 1.14. 1997-01-02 17:10:25 +00:00
Masafumi Max NAKANE
0141ca8a86 Merge the en version changes made in 1.2 -> 1.4. 1997-01-02 17:02:06 +00:00
Masafumi Max NAKANE
2d2ca0a6ae Typo. 1997-01-02 17:00:26 +00:00
Mike Pritchard
c9f4bd6df0 Convert a couple of PRINTER usages to PRINTERDEVICE
in the usd makefiles.

Closes PR# 2357.

Submitted by:	Philippe Charnier
1997-01-02 16:56:35 +00:00
Masafumi Max NAKANE
a66a90e5c4 Merge the en version changes made in 1.23 -> 1.24. 1997-01-02 16:54:25 +00:00
Masafumi Max NAKANE
740cf882d2 Merge the en version changes made in 1.8 -> 1.9. 1997-01-02 16:51:07 +00:00
Masafumi Max NAKANE
9eb7e25197 Merge the en version changes made in 1.44 -> 1.45. 1997-01-02 16:46:37 +00:00
Masafumi Max NAKANE
6b8eeab58a Merge the en version changes made in 1.57 -> 1.58. 1997-01-02 16:42:29 +00:00
Masafumi Max NAKANE
2d413d6578 Merge the en version changes made in 1.14 -> 1.15. 1997-01-02 16:33:16 +00:00
Masafumi Max NAKANE
5d708c9544 Merge the en version changes made in 1.14 -> 1.15.
Standardize the header.
1997-01-02 16:31:02 +00:00
Poul-Henning Kamp
7a0a3ad314 Now that uptimes run into months on a regular basis, I often find myself
wondering what the hw-config of a machine is, and the logs have been
rotated many times since reboot already.

Added:
	/sbin/dmesg > /var/tmp/dmesg.boot
to /etc/rc

2.2 candidate
1997-01-02 16:28:33 +00:00
Masafumi Max NAKANE
122835b0d3 Merge the en version changes made in 1.2 -> 1.3. 1997-01-02 16:26:46 +00:00
Masafumi Max NAKANE
6e91018dc2 Merge the en version chages made in 1.16 -> 1.17. 1997-01-02 16:22:06 +00:00
Masafumi Max NAKANE
9ee12c779e Merge the en version changes made in 1.12 -> 1.13.
Standardize the header.
1997-01-02 16:19:59 +00:00
Joerg Wunsch
19e5d9d8ac Add a -f (`force') option to cvt-wtmp. This might help people with
slightly bogus wtmp files (it definately helps in Jordan's case).

Also add a README explaining what all this is for.
1997-01-02 11:54:59 +00:00
Jordan K. Hubbard
d98b19d1e3 Use the right dd conversion options for whacking on the sysinstall commands. 1997-01-02 10:29:40 +00:00
Jordan K. Hubbard
650deed426 Add an install file to go with this new distribution. 1997-01-02 10:14:18 +00:00
David Nugent
4ae89ecddd Added group= facility to /etc/ttys for tty grouping for more
more manageable and convenient referencing by login.conf (login
class database) and (e.g.) login.access.

This is the first of a group of commits which implements the login
class capabilities database.
1997-01-02 08:05:43 +00:00