Eivind Eklund
a6a13ef880
Added my own name to the list of developers.
1997-02-06 06:00:59 +00:00
Jordan K. Hubbard
47510e94d3
Eliminate the position of President from the roster.
1997-02-06 04:56:30 +00:00
Jordan K. Hubbard
d2414da767
Commit the mailing list charter changes.
1997-02-05 23:37:31 +00:00
Mike Pritchard
6a6c4c22d2
Fix a bunch of man pages to stop abusing the .Nm macro, along
...
with some other minor fixes for some problems I noticed
while making these changes.
Pointed out by: bde
1997-02-05 15:07:37 +00:00
David E. O'Brien
5c69c267fa
Add the condition !defined(USG) to the logic to include <sys/param.h>
...
There is still some debate if this is yet the proper way to handle
<sys/param.h>, but this is certainly closer than what I had to start with.
Submitted by: Warner Losh <imp@village.org>
1997-02-05 11:39:48 +00:00
Mike Smith
7b17e6e7be
Add Danny to the handbook. Wind up them expectations 8)
1997-02-05 01:09:49 +00:00
Jordan K. Hubbard
5237e118f1
Talk about foreign filesystems.
...
Submitted-By: pds
1997-02-04 02:11:30 +00:00
John Polstra
9dc6e7c9d3
Update the installation section for the current version of CVSup. List
...
the German distribution site.
1997-02-02 23:41:54 +00:00
Mike Pritchard
b74774a0ad
Fix a typo and one small style point.
1997-02-02 21:38:10 +00:00
Joerg Wunsch
c5ec806f68
Add a man page for the uio handling, after all the recent ramblings in
...
the hackers list.
Please correct me where i'm wrong.
1997-02-02 11:41:07 +00:00
Julian Elischer
bffe3895d7
Description of what the files in this directory do..
...
(create sample device drivers on request)
1997-02-02 07:35:59 +00:00
Julian Elischer
5e176f9a97
These two shell scripts will
...
create a skeleton device driver.
one for a real device and the other for a pseudo device.
they each take one argument which is the name (prefix) for the driver.
they add the new file to the /sys tree and add appropriate config files
etc for a build.
hopefully others will build on this so that we get
1/ these drivers improved and the shell scripts
improved in how/where that hook the new code in.
2/ similar tools for providing skeletons for other
modules (I'm tempted to do a VFS filesystem skeleton :)
please take a look and fix anything that maybe should be added.
they compile and link fine,
but I think I wouldn't trust them, as faar as RUNNING yet :)
(well they really wouldn't do very much being skeletons..
we need to add PCI and EISA skeletons as well
followed by a SCSI driver skeleton.
1997-02-02 07:19:30 +00:00
Andrey A. Chernov
93f303ace3
Don't use im/ei for xterm/dtterm/screen entries, use ic/IC instead.
...
Should go into 2.2
1997-02-01 21:02:53 +00:00
Masafumi Max NAKANE
b2c323d99b
Merge 1.202->1.203 changes.
1997-02-01 20:55:30 +00:00
Andrey A. Chernov
76030f77eb
Remove empty im/ei/dm/ed entries
...
Don't use im/ei for vt200 because of conflict with ic,
pointed by bde. Shorten vt200-based entries as result.
Should go into 2.2
1997-02-01 20:47:30 +00:00
Joerg Wunsch
f552063e6c
Correct the synopsis of some EISA or PCI drivers. They don't take
...
ISA-like arguments (anymore).
1997-02-01 19:54:23 +00:00
Wolfram Schneider
ce650fb894
Add Martin Cracauer to FreeBSD Developers list.
...
Forgotten by: JKH
1997-02-01 18:46:55 +00:00
John Polstra
b3e65d83c4
Update the list of CVSup mirror sites.
1997-02-01 05:40:36 +00:00
Frank Durda IV
e381d7a250
Submitted by: Frank Durda IV <uhclem@nemesis.lonestar.org>
...
Fixed some typos and improved a few descriptions over my first revision.
1997-01-31 04:05:41 +00:00
Mike Pritchard
b3c6242fda
Don't use hardcoded *roff escape sequences. Use mdoc macros instead.
1997-01-31 01:14:16 +00:00
Mike Pritchard
8f20a914b6
Minor mdoc cleanup.
1997-01-31 00:38:18 +00:00
Mike Pritchard
bba323e822
Update to reflect current include files.
1997-01-31 00:05:08 +00:00
Mike Pritchard
c18460f90e
Update to reflect current include files.
1997-01-30 23:57:31 +00:00
Mike Pritchard
cb7ecbe37a
Actually remove the old netns/netiso man pages. They haven't
...
been installed for the last 9 months or so anyways.
1997-01-30 23:51:48 +00:00
Mike Pritchard
0c3a17466f
Update to reflect current include files.
1997-01-30 23:49:46 +00:00
Ollivier Robert
13f11c9ee5
Add the missing ``"'' ro url=. It seems my mail do -doc didn't get though.
1997-01-30 20:39:26 +00:00
Joshua Peck Macdonald
04bbb62b7a
I just found a bug in my program, I was calling va_arg (..., char),
...
when parsing a printf-like arg list. Looking for someone to blame,
I noticed that the man page has a bad example. It clearly says at
the top that types following the last known argument are passed after
their default type conversions, and then later the example uses
va_arg (..., char);
so I fixed it.
1997-01-30 10:22:00 +00:00
Jordan K. Hubbard
55188e693a
More fixes and an update to the ZIP section.
...
Submitted-By: pds
1997-01-29 15:02:05 +00:00
Jordan K. Hubbard
d419b67f36
Talk about ZIP drives.
...
Fix a typo.
Submitted-By: pds
1997-01-29 14:45:57 +00:00
Masafumi Max NAKANE
ec56ee6d52
Merge 1.46 -> 1.47 changes.
1997-01-29 05:56:15 +00:00
Mike Pritchard
e0604514d8
Update to reflect the current types.h.
1997-01-29 05:24:35 +00:00
Jordan K. Hubbard
5ce98208e7
Straighten out Portugal and Russia.
1997-01-29 04:16:28 +00:00
Masafumi Max NAKANE
e6405c7a66
Merge 1.45 -> 1.46 changes.
1997-01-28 21:38:45 +00:00
Masafumi Max NAKANE
d728a955d8
Merge 1.201 -> 1.202 changes.
1997-01-28 21:32:33 +00:00
Satoshi Asami
e91707fc51
Change Brent J. Nordquist's e-mail address.
...
Submitted by: "Brent J. Nordquist" <bjn@visi.com>
1997-01-28 08:07:35 +00:00
Mike Pritchard
2c18ef217f
Update to reflect current fs.h.
1997-01-28 07:25:18 +00:00
Mike Pritchard
5f9a0f6762
Update to match current include files.
1997-01-28 07:03:33 +00:00
Mike Pritchard
9136a887b6
Update to reflect current acct.h.
1997-01-28 06:53:19 +00:00
Mike Pritchard
ad2c737e4f
Update the man page to reflect the current state of
...
fstab.h.
1997-01-28 06:12:54 +00:00
Andrey A. Chernov
48ab9c2746
Add 3rd Russian mirror
1997-01-28 05:47:25 +00:00
David E. O'Brien
c4ed977f90
Document the "#if (defined(__unix__) || defined(unix))" way of including
...
sys/param.h. Change _HAVE_PARAM_H to "HAVE_SYS_PARAM_H" for those who
still like this method -- leading underscores are in the compiler/library
name space and the Ollivier says to follow GNU Autoconf anyway.
1997-01-28 01:43:21 +00:00
Jordan K. Hubbard
51305d0555
Answer some recently asked questions.
...
Submitted-By: pds
1997-01-27 17:56:46 +00:00
Andrey A. Chernov
d80ace690d
Add save/restore cursor position escapes
1997-01-26 23:27:15 +00:00
Masafumi Max NAKANE
8e44658186
Added Tsuyoshi Maruyama to the translator list for doing some work for
...
translating dialout.sgml.
1997-01-26 16:33:15 +00:00
Masafumi Max NAKANE
a404261fa6
Merge 1.46 -> 1.49 changes.
...
Submitted by: Mitsuru Iwasaki <iwasaki@pc.jaring.my>
1997-01-26 16:15:32 +00:00
Masafumi Max NAKANE
8dacefb7f3
Finally, fill this file with real content (the translation is completed.).
...
Submitted by: FreeBSD Japanese Documentation Project
1997-01-26 15:49:38 +00:00
Paul Traina
88636c0b6f
Don't use /tmp for afterdepend cleanup target
1997-01-26 01:37:05 +00:00
Mike Pritchard
cc2c561f5e
Man page police.
1997-01-25 20:42:09 +00:00
Satoshi Asami
17abb434aa
(1) Add ${DESTDIR} to ${LOCALBASE} and ${X11BASE}, and remove it from
...
${PORTSDIR}. This undoes the changes done in rev. 1.38 and 1.59
(part of the bsd.port.mk pre-dawn ages I've never understood).
Requested by: jkh
(2) Add new variable NO_IGNORE that will override any IGNORE causes.
This is just a little hack to allow building of REQUIRES_MOTIF
ports and its dependencies only etc., so don't document it.
(3) Update +REQUIRED_BY files as necessary. Now you should be able to
delete ports that have runtime dependencies without pkg_delete
complaining about this file missing.
1997-01-25 02:45:09 +00:00
Satoshi Asami
bee9cbfd38
Explain more about the interleave factor. Mention mirroring, and add
...
a reminder that you can't mount half of a mirrored two-disk ccd.
1997-01-25 02:10:43 +00:00