Commit Graph

2192 Commits

Author SHA1 Message Date
thorpej
c5f4a4ce5a Now that the ccd driver uses the pool allocator, the CCDNBUF option is
non-existent.
1998-07-31 01:36:47 +00:00
mjacob
bc7133d8e3 Change I/O like behaviour of control device to be that like the
no-rewind device. This makes sense in that a no-rewind device may
always be rewound or ejected, but the opposite is not true.
1998-07-31 01:26:11 +00:00
mjacob
9471e81790 Quite a bit of rewriting:
1. Document CONTROL MODE (and the fact that you can do I/O now if
the device is opened in control mode- the actual close behaviour
is akin to normal mode (i.e., it rewinds)). This should probably
either be a separate bit, or O_NDELAY on the open as well.

2. Document new MTEWARN subcommand to MTIOCTOP (enable/disable
early warning behaviour).

3. Document EOM handling more fully.

4. Note that for DENSITY and BLOCKSIZE values that the values you
set aren't persistent past the current mount session unless you have
the CONTROL MODE device opened.

5. Remove the old EOM handling BUG notice and instead note that having
a minor bit for compression selection wouldn't be a bad thing.

Flame on!
1998-07-30 03:52:42 +00:00
pk
d52b27682e The new memory resource pool scheme. 1998-07-29 22:10:47 +00:00
pk
6648745358 Add a few more memory types. 1998-07-29 22:07:14 +00:00
perry
6a834adc63 NORVEGIAN -> NORWEGIAN 1998-07-27 23:56:34 +00:00
bouyer
11245c76f7 Ops, forgot FINNISH_KBD. 1998-07-27 18:38:07 +00:00
bouyer
82370f62b3 Document FRENCH_KBD,GERMAN_KBD,NORVEGIAN_KBD options. 1998-07-27 13:39:51 +00:00
mycroft
7b36bd4442 If AUDIT is defined, compile with -D__AUDIT__. 1998-07-27 13:16:52 +00:00
tv
aaafdd394a - Add MACHINE_GNU_ARCH entries for mipseb and mipsel. Temporarily remap
mips to mipsel.
- Remove the unused definition of NOSHLIB for powerpc.  NOPIC is being
  used for this purpose.
1998-07-27 00:58:05 +00:00
augustss
e2bebe5d75 Add more information about the ioctl(2) available for the USB
controller device.
1998-07-26 22:22:26 +00:00
tv
766887e41b Add glob-style wildcards to ONLY_FOR_ARCHS. 1998-07-26 22:20:23 +00:00
msaitoh
1c30ddba45 fix a small bug 1998-07-26 20:18:52 +00:00
augustss
c6161a6ce6 Fix wscons installation. 1998-07-26 18:28:35 +00:00
augustss
34736fe9df Add wscons(4) man page and xref it from USB driver pages. 1998-07-26 17:50:12 +00:00
perry
f0ba699cac Remove obsolete note that NOLINT is set by default. 1998-07-22 18:22:35 +00:00
perry
9ae8946508 Get rid of NONOLINT, and unset NOLINT. We now build lint libraries by default. 1998-07-22 18:21:39 +00:00
leo
5be3ce4dd7 s/mouseconfig/msconfig/g (Julian Coleman). 1998-07-22 12:51:55 +00:00
frueauf
3b7f9698fb hostname.le0->ifconfig.le0; closes pr 5796 by Matt Debergalis. 1998-07-18 23:03:05 +00:00
lukem
786b86d71b use AF_LOCAL instead of AF_UNIX 1998-07-18 05:04:35 +00:00
fair
a24259ddd5 fix date 1998-07-16 08:43:25 +00:00
drochner
34f1fa64af allow to build in ${.OBJDIR} 1998-07-15 11:56:34 +00:00
fair
2408dc8558 add :mh@: to pc3 entry, per PR#2947 1998-07-15 05:19:11 +00:00
thorpej
152f5238ec Make sure the .pic files get installed. 1998-07-15 03:14:27 +00:00
thorpej
e89216cafd Make this work w/ the docinstall target. 1998-07-15 03:11:34 +00:00
thorpej
509a188649 Add by bus_dma paper, which was published at the 1998 USENIX conference
in the FREENIX track.
1998-07-15 00:34:54 +00:00
augustss
793fb328b4 Add a missing `,'. 1998-07-13 14:56:08 +00:00
augustss
4ef7bcf3ee Xref the USB host controllers. 1998-07-13 14:54:11 +00:00
hpeyerl
8287d3b0f3 Note CDIOCLOADUNLOAD ioctl for ATAPI changers. 1998-07-13 12:14:24 +00:00
augustss
9cc6468a58 Xref usbhidctl(1). 1998-07-13 11:00:20 +00:00
augustss
6309808827 Add an xref to usbdevs(8). 1998-07-12 20:56:23 +00:00
augustss
deb00272b9 Add USB support. Supported so far:
* UHCI and OHCI host controllers on PCI
* Hubs
* HID devices withe special drivers for mouse and keyboard
* Printers
1998-07-12 19:51:55 +00:00
cgd
6ef870e439 kick the mod date, too 1998-07-12 02:24:07 +00:00
cgd
3a4f29f99b I went to Fry's and noticed a few more cards that probably will be
supportable with this driver, but currently aren't supported.  Add them.
Also, quote 'Tn' arguments, so that the ones with lots of words work as
they should.
1998-07-12 02:22:28 +00:00
fair
7f57f59a0e a note about where to get IP address space 1998-07-10 06:38:53 +00:00
fair
c747f25617 update this man page to reflect modern reality 1998-07-10 06:13:49 +00:00
fair
fd4de7db5d patch per PR#4583; also forward PR to terminfo@ccil.org 1998-07-10 05:22:11 +00:00
fair
7ed5b9641e add notice about maintenance change - this file is SO obsolete... 1998-07-10 05:19:26 +00:00
fair
c6c97dd24a add & correct bunches of airport codes per PR#3324 1998-07-10 02:20:27 +00:00
thorpej
2f0941b4fa Describe how to serially concatenate components, PR #5730,
Noriyuki SODA <soda@sra.co.jp>
1998-07-09 20:53:42 +00:00
mjacob
ad147874b3 add isp(4) man page 1998-07-09 16:19:20 +00:00
kleink
14da82c71b Typo. 1998-07-07 21:39:20 +00:00
kleink
3cc02e2624 Fix a macro invocation typo; from John F. Woods in PR lib/5721. 1998-07-07 21:34:23 +00:00
ross
e3f1cf7cc1 s/count/flags/ in bus_space_barrier() section. 1998-07-07 06:40:34 +00:00
msaitoh
e3df3fdd2a fix typo. 1998-07-06 22:57:33 +00:00
agc
b74cda577c Document LICENCE definition, and ACCEPTABLE_LICENCES. 1998-07-06 15:31:53 +00:00
agc
2aa0cd556b Finish documenting automatic man page handling changes. 1998-07-06 15:21:24 +00:00
msaitoh
d22dee8e39 modify "kterm" entry to be < 1024. 1998-07-05 23:47:45 +00:00
kleink
779258dc70 Add fdc(4). 1998-07-05 20:04:23 +00:00
kleink
aa1b10f8b2 Add a manual page for the Amiga custom chip floppy disk controller device,
mostly geared towards explaining the pseudo-partition encodings; with input
from Ignatios Souvatzis.
1998-07-05 19:58:30 +00:00
jonathan
347be47aa3 Document NFS_BOOT_RWSIZE. 1998-07-05 07:26:45 +00:00
is
0cc31833a3 Make the oldamiga entry the default amiga one, and fix some problems therein,
as proposed by Ty Sarna (PR 4124).
1998-07-04 19:32:38 +00:00
mjacob
029e17f0c7 kern/1275 changes 1998-07-04 02:26:03 +00:00
cgd
fc1723c2fd add a quickly-thrown-together manual page for 'puc' 1998-07-01 01:48:20 +00:00
mrg
2ddd261d51 add about 7 missing filesystems from the large list, and add a lot of man page xrefs 1998-06-29 23:50:51 +00:00
nathanw
e14ca04293 Document shortcorename support and control. 1998-06-28 21:36:55 +00:00
mark
b5eb8eb72c Define NONOLINT for arm32. 1998-06-27 20:56:49 +00:00
lukem
bd8d501f7e remove options FIFO; it's now the default 1998-06-26 01:53:43 +00:00
augustss
401fc92522 Add some chip names. 1998-06-25 10:10:23 +00:00
tron
6c1d0e6ef3 Use "/cd" not "/mnt" for CD ROM drive(s), install file "cd", no need to
strip "master" any more.
1998-06-21 16:43:31 +00:00
fair
be9502d3ce update for the wide range of systems now using an esp driver to talk to the ncr53c9x MI code 1998-06-19 11:28:56 +00:00
fair
82754d39ed small reference error fixed 1998-06-19 11:01:53 +00:00
fair
6c41945915 add scsi.4 ss.4 ch.4 to Makefile (I forgot) 1998-06-19 10:58:52 +00:00
fair
0d96992f01 some more explicit text about the cost of LANCE_REVC_BUG 1998-06-19 07:43:19 +00:00
agc
a4ec19a21a Update the package collection documentation to reflect the automatic
manual page handling changes. The explanations for the MAN<sect> and
CAT<sect> definitions, and MANLANG, have been left in place until all
occurrences have been deleted from the package Makefiles.
1998-06-18 15:03:33 +00:00
fair
752ca327a1 add status of AMD inquiry 1998-06-17 19:53:22 +00:00
tron
b5ddbdbe8d Add example how to automount a local CD ROM. 1998-06-17 07:46:29 +00:00
perry
b0c0bd5382 Update for the late '90s, largely by chopping out obsolete sections. 1998-06-17 00:02:28 +00:00
perry
95e465ae5a Remove a final reference to /usr/src/contrib, to allow us to polish off
PR5599 (from jwise@unicast.com).
1998-06-16 23:05:08 +00:00
cgd
2125120c77 add bsd.kinc.mk, a template to support the new kernel include file
installation mechanism.
1998-06-12 23:28:53 +00:00
fair
be1829ca41 one itty bitty boo-boo 1998-06-11 09:16:10 +00:00
fair
91b5182e46 mdoc(7) & nroff cleanup, plus some additional references 1998-06-11 09:03:45 +00:00
fair
7dfd309216 mdoc(7) & nroff cleanup, plus some additional references 1998-06-11 08:32:19 +00:00
fair
ffa2165350 fix some errors, clean up for nroff 1998-06-11 07:21:07 +00:00
fair
e3c88d8f74 convert some nroff stuff to mdoc(7) stuff. 1998-06-11 07:12:40 +00:00
fair
a79c4f381f add magma, note that power now works, add references to driver man pages. 1998-06-11 07:00:45 +00:00
fair
9a7d11339e hallelujah! We finally put PR#2008 to rest with this. 1998-06-11 06:27:13 +00:00
fair
a76d855399 Attempt to finish off PR#2008, and document our SCSI subsystem.
Add references to ATAPI support; do a quick job from UTSL on scanners,
and the changer thing. Also document that SCSI bus Ethernet interface
that appears to be supported. Clean up some nroff stuff in the exiting
pages.
1998-06-10 11:15:20 +00:00
agc
6755cf6312 Modify the section on MOTIF variables to match reality - there are now
only two: USE_MOTIF and MOTIFLIB.
1998-06-09 14:37:19 +00:00
lukem
9c3983b3d9 add SECURITY CONSIDERATIONS 1998-06-09 06:54:05 +00:00
augustss
4cf6b49124 Fix typo. 1998-06-08 20:45:44 +00:00
lukem
fc90756956 Implement a new manual page category ``SECURITY CONSIDERATIONS''
(suggested by mycroft)
1998-06-08 12:41:41 +00:00
lukem
266136f3cd fix punctuation 1998-06-08 11:33:21 +00:00
lukem
2b88450ec9 fix up case of variables 1998-06-08 11:32:58 +00:00
lukem
023eaa15b7 remove unnecessary paragraph separator 1998-06-08 11:31:44 +00:00
lukem
e57b46c702 if there's no known bugs, don't have a BUGS section 1998-06-08 11:29:56 +00:00
lukem
5d03ff1ff4 fix up Nm usage 1998-06-08 11:28:45 +00:00
lukem
f1b79f9b19 if there's no known bugs, don't have a BUGS section 1998-06-08 11:27:38 +00:00
lukem
2671d5320b remove unnecessary paragraph separator 1998-06-08 11:17:58 +00:00
lukem
ce6fc561af remove unnecessary comment 1998-06-08 11:16:16 +00:00
lukem
5f180d5ac1 if there's no known bugs, don't have a BUGS section 1998-06-08 11:07:11 +00:00
fair
55e87985b1 Substantial additions to this man page.
All non-LEDEBUG diagnostics from sys/dev/ic/am7990.c documented.

LANCE_REVC_BUG partially documented (Anyone know someone at AMD who can get
us the date codes for the various revisions of the LANCE, so that it can be
determined who has the Revision C chip, and who doesn't?), per PR#5438.
1998-06-07 09:55:49 +00:00
enami
3c4720dc6c In the SYNOPSIS section, don't put an optional count argument in the
separate line.
1998-06-07 09:51:39 +00:00
enami
6220363e5d - Remove period at the end of SEE ALSO list.
- Move SEE ALSO before HISTORY.
1998-06-07 09:32:54 +00:00
enami
01f6ffc2cb - Restore missing `.Sh SEE ALSO' line.
- Move SEE ALSO section before HISTORY section.
1998-06-07 09:31:31 +00:00
enami
753711791e Indent structure member. 1998-06-07 09:23:54 +00:00
enami
2d98bfc07e Sync with fe-driver split. 1998-06-07 09:10:30 +00:00
enami
df9c94f1b0 briefly document about aic* at isapnp. 1998-06-07 09:08:45 +00:00
augustss
db50fa53b8 Add Aria driver. 1998-06-06 10:14:21 +00:00
thorpej
9ebbfc77a5 Add a section about locking within the extent manager. 1998-06-06 02:32:28 +00:00
lukem
b9b4c8e2c3 install ftpd examples 1998-06-06 01:32:06 +00:00
lukem
b003c63dc4 example ftpd.conf 1998-06-06 01:28:33 +00:00
mrg
bb884a2086 add a packages(7) man page, cobbled from bsd.pkg.mk 1998-06-05 12:29:03 +00:00
kleink
a889b90598 Add information to dlerror() regarding its behaviour in absence of an error
condition.
1998-05-30 18:40:41 +00:00
agc
67d4dd8792 Delete (duplicate) setting of UVM if the MACHINE_ARCH is "sparc" - this
is done earlier in the file, with the other platforms on which it's
standard.
1998-05-29 10:15:17 +00:00
augustss
7d31de6a7a Add info about mixer_level_t which has been missing for all these years. 1998-05-28 17:27:15 +00:00
leo
3846499f91 Manual page move to this subdir... 1998-05-28 12:47:19 +00:00
matt
822c8a12c7 fix botch I made when adding fta.4 1998-05-27 21:09:08 +00:00
matt
473440eb76 Add fta.4 link 1998-05-27 02:52:29 +00:00
msaitoh
538b0cbbdd Fix .Nm usage and sort SEE ALSO section 1998-05-26 05:46:45 +00:00
msaitoh
7675c91cae note x68k's NMI switch. 1998-05-26 05:09:10 +00:00
ross
7abdeb280e It's been a while since the pre-Mach-VM 4.3BSD days, and even longer since
the sticky bit was important...nuke the bogus-for-10-years sticky file stuff.
1998-05-26 04:05:54 +00:00
tv
caf92c9d92 SPARC was missing from the list of GNU_ARCHs. 1998-05-25 23:40:22 +00:00
drochner
e5ef0cc867 sync "x/I" section to reality 1998-05-24 12:05:20 +00:00
matt
2860457d59 Note wdc attachment (which only currently supports the
Digital Mobile Media Adapter CDROM).
1998-05-23 16:14:46 +00:00
matt
d2911e55c4 Note support of the DEFTA 1998-05-23 16:10:30 +00:00
matt
fb6204e335 Note NE2000 isapnp attachment. 1998-05-23 16:04:40 +00:00
tv
cff69f3322 Add the ability to map a MACHINE_ARCH to a GNU architecture name:
- ${GNU_ARCH.${TARGET_ARCH}} will produce a target architecture name in
  mainline sources
- ${MACHINE_GNU_ARCH} is equivalent to ${GNU_ARCH.${MACHINE_ARCH}}
1998-05-22 16:43:42 +00:00
tv
bace91cb64 Apply same .c.a workaround from alpha to arm32 1998-05-22 13:52:52 +00:00
augustss
9a5a11785f Add ym.4 man page. 1998-05-21 15:52:32 +00:00
tv
2a0a609947 Don't try to get at ${DESTDIR} inside /usr/libexec/makewhatis; instead,
supply ${DESTDIR} as part of the command line argument in
src/share/man/Makefile, and use that modified $MANPATH to find
makewhatis.sed.
1998-05-21 11:40:11 +00:00
augustss
076364ae0d Fix typos. 1998-05-20 19:48:21 +00:00
augustss
e8e4ee2bfe Add ym man page. 1998-05-20 19:37:21 +00:00
pk
1d6d3eb784 Add Magma SBus serial/parallel port manual page by Iain Hibbert. 1998-05-20 00:10:40 +00:00
kml
051be14326 Correct copyright date. 1998-05-17 16:46:06 +00:00
kml
8fbab6a9af Added man page for the RoadRunner HIPPI driver. 1998-05-14 00:39:09 +00:00
pk
35c73afeee Document `dladdr()'. 1998-05-13 19:33:01 +00:00
lukem
a48b942484 document PPP_BSDCOMP and PPP_DEFLATE 1998-05-13 14:20:47 +00:00
simonb
6126819df6 Fix typo (s/OBJECT_FMAT/OBJECT_FMT/) 1998-05-13 13:58:00 +00:00
thorpej
bcaf433561 If DESTDIR is set, tell lint to use "-d ${DESTDIR}/usr/include" (the equiv.
of "-nostdinc -idirafter ${DESTDIR}/usr/include".  Fixes PR #5399.
1998-05-11 22:12:59 +00:00
kleink
bfdeed0774 Set NONOLINT on sparc. 1998-05-10 14:58:09 +00:00
kleink
afeaa5bb57 Use size_t to pass the length of the memory region to operate on to chgkprot(),
kernacc(), useracc(), vslock() and vsunlock(); (unsigned) ints are not
adequate on all platforms.
1998-05-09 15:04:39 +00:00
augustss
fbb394da51 Cross reference audioctl(1) and mixerctl(1). 1998-05-09 12:10:31 +00:00
mycroft
558715553b Undo version 1.5, which only accomplished inserting gratuitous [] pairs. 1998-05-09 07:18:17 +00:00
mrg
f3ca264c1e uvm_swapout is a static function, not exported. does not belong in uvm.9 1998-05-09 00:48:20 +00:00
kleink
53801bc7aa Posix -> POSIX 1998-05-08 19:43:41 +00:00
kleink
9294a5a40b Create a link for uvm_swapout(9). 1998-05-08 16:18:37 +00:00
kleink
24842ff3ee Fix a couple of prototypes, and sync with the recent vslock()/vsunlock()
interface change.  Also, add an item for uvm_swapout().
1998-05-08 16:00:49 +00:00
augustss
08c0421201 Note the addition of eap(4). 1998-05-07 20:17:32 +00:00
fair
f63f1f5530 document si & sw drivers 1998-05-07 10:55:21 +00:00
augustss
821913c679 Make config line match reality. 1998-05-06 19:14:06 +00:00
augustss
cbf0d347c4 Add eap.4 (and reformat the lines) 1998-05-06 19:02:28 +00:00
ross
1569541db4 Untangle botched .Po .Pc at the end. 1998-05-06 00:03:02 +00:00
tv
0c1cd4f4bc Fix definition for SRCS: "If PROG is not defined" -> "If SRCS is not
defined" as noticed by prlw1@cam.ac.uk
1998-05-05 17:15:05 +00:00
mycroft
7cd85b718c Update -me revision number. 1998-05-05 08:04:28 +00:00
mycroft
da9b5e352a Note superscript change. 1998-05-05 08:02:46 +00:00
mycroft
156db09131 Oops; fix a couple of references to the superscript macros in the summary. 1998-05-05 07:54:34 +00:00
mycroft
2ad375365c Update for changes to tmac.e to work with groff. 1998-05-05 07:47:15 +00:00
mycroft
4015691473 Convert some remaining \*[ and \*] usages to \*{ and \*}. 1998-05-05 06:15:27 +00:00
mycroft
fd1fcb2c9c Fix superscript and subscript macro definitions. 1998-05-05 06:12:35 +00:00
mrg
445283dc37 make UVM the default on the sparc 1998-05-05 01:15:05 +00:00
enami
46cbc7744a Cosmetic changes; move comment leader to the next line. 1998-05-05 00:40:03 +00:00
mrg
c6588a7ac7 add uvm.9 1998-05-04 07:10:45 +00:00
thorpej
d1abd27c70 Make UVM standard procedure on hp300, mac68k (per scottr), and mvme68k. 1998-05-04 05:03:52 +00:00
thorpej
dae01890b2 Add a mechanism for specifying which platforms use UVM and which use
PMAP_NEW, and enable both for NetBSD/alpha.
1998-05-04 04:37:33 +00:00
ross
62a5b4b89c English. 1998-05-03 16:39:45 +00:00
christos
62017450ca fix lint library rule bug; use ${.ALLSRC} as suggested. 1998-05-02 15:19:04 +00:00
augustss
7458164379 Add Ensoniq AudioPCI driver. 1998-05-01 22:00:37 +00:00
mjacob
6307a2e37c at least add MTERASE clause- page (and tape driver) need rewriting 1998-05-01 16:14:48 +00:00
fair
67aae558d6 fix .Xr references 1998-04-30 09:38:54 +00:00
fair
a576d424e0 Marathon man page editing session to fix broken .Xr's, add important
references, add a little white space here & there for readability,
clean up some mdoc(7) macro usage and so on. Whew!
1998-04-30 08:50:03 +00:00
thorpej
4ad2b50a58 Update for recent changes to vslock()/vsunlock(): document that the context
is taken from the provided proc, and remove the BUGS section, since it
has now been addressed.
1998-04-30 06:32:39 +00:00
fair
601bad7562 add some additional documentation and references 1998-04-30 05:42:40 +00:00
fair
4d576a6053 fix bad .Xr references 1998-04-29 20:26:21 +00:00
fair
17ba539151 fix some bad .Xr 1998-04-29 20:11:30 +00:00
fair
fa72f5de98 fix bad .Xr references 1998-04-29 11:33:55 +00:00
fair
f6b40a5fb3 fix bad .Xr references 1998-04-29 10:06:40 +00:00
kml
238a0147cd rt_timer documentation 1998-04-29 04:17:26 +00:00
fair
c9eddcd89c add .SH to the list of non-mdoc macros that mdoc will complain about 1998-04-28 07:53:29 +00:00
fair
1628920950 Fix man to mdoc conversion mistakes, mostly of the form ^\.[A-Z][A-Z] 1998-04-28 07:19:28 +00:00
fair
dc026e0515 Change occurrences of "UNIX" to .Ux or .At as appropriate. 1998-04-28 06:00:51 +00:00
fair
85818bdaaa Fix mdoc usage: NetBSD -> .Nx 1998-04-28 04:36:26 +00:00
fair
c46ab392dc Principally, change foo(N) to .Xr foo N
Also, do some other mdoc tagging.
1998-04-28 04:07:04 +00:00
matthias
9ee03f2bb3 Document "config" and all other undocumented genassym.sh commands. 1998-04-25 19:53:17 +00:00
mrg
3c77b67cfa convert unknown .Ds/.De sequence into a normal list. 1998-04-22 09:20:49 +00:00
ross
7c7c171d13 Add David Brownlee's new intro pages, with editing. (PR #534[23])
Also, while here, expand apparently incorrectly .Dd month abbreviations.
(I thought about doing this in tmac/doc-common...heh...that would have
allowed a possible reverse map back to abbreviations.)
1998-04-22 07:14:30 +00:00
thorpej
79b08fe918 Fix .+c and footnotes, from Anders Hjalmarsson, PR #5294. 1998-04-20 02:34:24 +00:00
hubertf
c81c51c2f8 add pkgsrc 1998-04-17 21:22:57 +00:00
tv
8ab6713503 Fix symlinks creation in the build directory: create the symlinks there,
not in ${DESTDIR}.
1998-04-17 13:34:55 +00:00
hubertf
6b6c65a06d fix typo, as per PR 5296 by Patrick Welche <prlw1@newn.cam.ac.uk> 1998-04-15 16:46:40 +00:00
tv
aea014c22a Braindead pmake conditionals. 1998-04-15 12:07:10 +00:00
tv
820dd24a68 Create the ELF symbolic links in the build tree, too. Needed for libamu
and egcs libcc1 to make sure linking is done against the correct shared
object.
1998-04-15 02:39:53 +00:00
tv
7484409ac2 Compare ${LDSTATIC} against ""; don't check for definition. Make this
DTRT on setups with a global setting of LDSTATIC= (nothing)
1998-04-15 01:38:27 +00:00
agc
001ce9107b Move bsd.port.mk and bsd.port.subdir.mk into pkgsrc/mk (by CVS
repository copy), which is a much better place for them.  Update the
Makefile to reflect these changes.
1998-04-14 07:56:56 +00:00
lukem
2dbeb85dde only read /etc/mk.conf once (stops += variables getting double assignments) 1998-04-13 12:03:07 +00:00
tv
c97729d6b8 Also build a static library regardless of NOSTATICLIB if LDSTATIC is
defined.  In situations where a "private library" is being built, a static
library is needed to link binaries statically (LDSTATIC=-static).
1998-04-12 21:22:20 +00:00
fair
2e28a338e3 a link installation performance optimization: only fire off "ln -f", not "rm -f; ln" for each link created 1998-04-09 22:08:36 +00:00
hubertf
271a6b74a8 Don't creade dirs mode 444, inspired by fvdl's last commit. 1998-04-09 12:47:02 +00:00
tv
854cea27cc New flag, NOSTATICLIB, prevents build and install of the standard static
library unless NOPIC is set.
1998-04-09 00:51:06 +00:00
tv
3b468e7a9b The C++ compiler is "c++", not "g++"; that is more compatible with non-GCC
based C++ compilers.
1998-04-09 00:45:10 +00:00
tv
482063559a .y.c <sys.mk> rule fixes. Don't create a y.tab.h file unless asked for,
and use smarter creation of the header file.
1998-04-09 00:32:31 +00:00
fvdl
1c1df51751 INSTALL_DATA_DIR should not install directories with mode 444 1998-04-08 22:27:41 +00:00
mrg
a8e990c9b5 document "screenblank." 1998-04-07 04:47:53 +00:00
agc
80bf789853 Correct a definition name in a comment. 1998-04-03 09:56:00 +00:00
hubertf
998ea8d804 sys/inode.h -> ufs/ufs/inode.h, as noted by bgrayson@ece.utexas.edu in PR 5245. 1998-04-03 06:26:47 +00:00
enami
6e80cfe67f Test target __initialized__ instead of .MAIN to see if inclusion
of ../Makefile.inc is necessary.
1998-04-03 04:40:42 +00:00
hubertf
308f6f25b6 Document pkg, pkgsrc & mk.conf, remove usr/contrib (per PR 5244 by E. Fair) 1998-04-02 09:47:22 +00:00
tv
875f72aa79 Revert. This broke too much in the build tree, and a better solution
needs to be created.  (The existing situation breaks a lot too.)
1998-04-01 16:58:33 +00:00
tv
755c261508 Fix .y rules to DTRT with possibly generated .h files. See mail on
tech-toolchain for a very detailed explanation of this.  In short, add
a .y.h rule identical to the .y.c rule and make the .y.c rule rename
the .h file; also, clean the .h file in CLEANFILES.
1998-04-01 15:23:36 +00:00
cgd
c0ac8bae67 GC alpha's ECOFF_TOOLCHAIN make variable, and related bits. Nobody
should be using an ECOFF toolchain on NetBSD/alpha any more.
1998-03-28 00:50:41 +00:00
fair
0dc86d3286 remove a note about eeprom on Suns - not true. 1998-03-25 22:05:01 +00:00
fair
01b13d66f9 additional miscellaneous cleanup of "entering debugger" and "machine-specific commands" sections. 1998-03-25 21:58:08 +00:00
fair
4b7a86f558 add sun3{,x} key sequence to "entering debugger" 1998-03-25 21:32:22 +00:00
fair
adceb30242 The "entering debugger" section moved higher.
Key sequences for "pmax" added to "entering debugger".
1998-03-25 21:26:33 +00:00
fair
2a990c202d fixed the mdoc display formatting for the machine specific commands 1998-03-25 19:45:02 +00:00
fair
0d2af8a384 Add very basic rz.4 and tz.4 manual pages. The portmaster should review
these for accuracy.
1998-03-25 06:22:02 +00:00
fair
408f198db3 A walk through the section 4 pc532 man pages:
Write an intro.4, closing PR#3978
Fix some typos, some unclear english, diddle the nroff a bit.
One outstanding issue: plip.4 has a tbl(1) table in it, but the Makefile
does nothing to format it right.
1998-03-25 02:13:31 +00:00
tron
4388c70018 Add "ftp.uni-paderborn.de" and "ftp.x.org" to "${MASTER_SITE_XCONTRIB}". 1998-03-24 10:27:44 +00:00
fair
ef207d5d50 Herewith find documentation of the machine/port specific commands
to ddb(4) that I can glean from the source code as requested by PR#1562.

Portmasters, please check for accuracy.

Also, someone with a bit more facility with mdoc(7) should figure
out why I get the odd indentation when I thought I used the macros
in a reasonable fashion...
1998-03-24 02:05:44 +00:00
fair
e7f10c4076 typo fix, per PR#5188 1998-03-23 10:23:30 +00:00
hubertf
12ef5de7af Document ALL_TARGET and INSTALL_TARGET, as per PR 5186. 1998-03-23 07:42:50 +00:00
jonathan
2c299cbd5c Document options from sys/arch/pmax/pmax/machdep.c, requested in
PR #4917.
1998-03-23 03:47:18 +00:00
tron
87dd1a9ddb Let "makewhatis.sh" handle "${DESTDIR}", fixes PR misc/5037. 1998-03-21 23:47:47 +00:00
fair
51271ff28f document TIOCPKT_IOCTL per PR#4533 1998-03-21 03:14:30 +00:00
fair
fe9ada4a1c add "px" driver to the list as a matter of completeness 1998-03-20 23:36:55 +00:00
fair
28482a4652 Herewith I commit the results of a several hour romp through the
pmax section 4 documentation, inspired by PR#4527. Lots of typos,
misspellings, and grammatical errors corrected. A foolish consistency
(the hobgoblin of my small mind) in capitalization enforced for
certain trademarks (DECthis, DECthat, and so on). A little white
space added here and there for clarity. Some nroff peccadillos
tended to. Further remarks over issues not dealt with will be
committed in the PR.
1998-03-20 13:31:57 +00:00
fair
8cdd8944c1 correct HISTORY section of ls(1) to note that Ls(1) exited in 5th Edition UNIX from Bell Labs; add that version to At macro in mdoc, all per PR#4790 1998-03-20 02:36:09 +00:00
mrg
45159fa631 convert pfil(9) in and out lists from <sys/queue.h> LISTs to TAILQs, and
change pfil_add_hook to put output filters at the tail of the queue,
while continuing to place input filters at the head of the queue.  update
the two users of these functions, and document these changes.

fixes PR#4593.
1998-03-19 15:45:30 +00:00
fair
062a042b20 add "experimental" notice on LFS, UNION,and PORTAL options, per PR#4889, PR#4968. It would probably be a good idea to add a notation to each config file to read options(4) for descriptions of all kernel options. 1998-03-19 07:40:04 +00:00
bouyer
a29032bc40 Document the 'FFS_EI' option. 1998-03-18 17:17:06 +00:00
fair
5fd2bfcc12 added documentation of the various compile options for this driver from PR#4680 1998-03-11 09:55:19 +00:00
agc
b34c2c6ed2 Temporarily revert to using GNU tar, until pax is bug-compatible with
gtar.  pax has problems extracting certain archives which were made by
gtar and contain trailing trash at the end - gtar ignores this dross,
pax thinks it's valid, and prompts for the second volume.
1998-03-09 18:36:51 +00:00
mikel
30e350a5ca use NetBSD instead of UN*X 1998-03-09 05:56:27 +00:00
mikel
9e1f303984 mark MD manpages as such 1998-03-09 05:52:57 +00:00
hubertf
e7625fb46f Make definition of OBJMACHINE in mk.conf work. 1998-03-08 14:55:04 +00:00
frueauf
bc2108c741 Introduce "Arch:" field in INDEX to handle the ONLY_FOR_ARCHS case better. 1998-03-08 14:25:52 +00:00
hubertf
44cef8723d Add INSTALL_*_DIR macros. 1998-03-07 21:19:00 +00:00
jonathan
6fbfecba04 Use the new binutils-compatible ld commandline syntax to build
shared-library .so files on both ELf and  a.out platforms.
1998-03-07 02:02:58 +00:00
tron
3b568e620a MANZ now handles symlinks properly. 1998-03-01 13:38:03 +00:00
hubertf
6aa991c6a1 Cleanup fetch-list change reported by Bernd Ernesti.. 1998-02-28 16:02:21 +00:00
tron
10c0ddaf25 Fix merge problem with last commit. 1998-02-28 10:39:19 +00:00
tron
e97ed99680 Fix problem with registering foreign language manual pages. 1998-02-28 10:14:41 +00:00
agc
4c570e1c28 Patches from Matthew Green to use pax if it's present, in preference
to tar.
1998-02-27 13:22:59 +00:00
mark
4352ef4083 Remove ISA references inherited with the original page. Add physical
memory information relevant to ARM systems.
1998-02-26 21:50:41 +00:00
lukem
a771a1c39a change default ownership from bin:bin to root:wheel 1998-02-26 08:46:09 +00:00
perry
5e2ed85c88 set NONOLINT on i386. Other ports on which building with lint is okay should
be added to this list until we get all ports okay.
1998-02-25 18:30:11 +00:00
drochner
80a45158ac add some xrefs, from PR port-i386/5063 (haszlaki@UAccess.NET) 1998-02-25 12:30:13 +00:00
jonathan
4c9de2fb64 Fix typo in dz11/dc speed botch: 19200 is actually 19800, not 19600.
Explain more fully why DZ/dc devices lose as PPP/slip interfaces.
1998-02-23 19:46:24 +00:00
jonathan
5e0e8cec39 More table-driven changes for different toolchains:
* new bsd.own.mk variable OBJECT_FMT with values "a.out" or "ELF".
  * use OBJECT_FMT in Makefile tests that depend on toolchain.
  * Add new bsd.own.mk variable NOSHLIB that, if set indicates a given
    port doesnt yet do shared libraries. Set on powerpc.
  * Document new feature-test variables in src/share/mk/bsd.README.
Tested on i386, mips, fakedup Alpha environment.
1998-02-23 10:09:31 +00:00
is
7667dac2d2 Actually fix, rather than mask, the Amiga big machine panic: the pmap needs
to (pre)allocate enough kernel page table pages to (among others) map the
buffer cache buffers.
1998-02-22 22:51:46 +00:00
kleink
e32643d8e3 Update to reflect that copy*str() implementations must be able to handle NULL
being passed in the 'done' argument.  Also, s/NULL/NUL/ where appropriate.
1998-02-22 17:38:35 +00:00
enami
0482987447 Fix .Nm usage. 1998-02-22 07:16:07 +00:00
enami
125b4340bd Remove period from end of SEE ALSO list. 1998-02-22 06:53:10 +00:00
enami
711008fb74 Sort SEE ALSO list first by section number. 1998-02-22 05:21:20 +00:00
hubertf
4abf2e5151 Enhance look & feel of the generated README.html's. 1998-02-20 22:06:18 +00:00
hubertf
289e97d3a8 Recursively print /bin/sh code for all dependent package as well as the
current package (IF called from a package dir and not via bsd.port.subdir.mk;
in the latter case it's assumed that the dependent packages will be scanned
later anyways).

This fixes PR 4992 by Mario Kemper <magick@bundy.lip.owl.de>.
1998-02-20 21:31:20 +00:00
hubertf
34f7405909 Kill line forgotten during PATH extension (in MAKE_ENV). 1998-02-20 21:01:09 +00:00
hubertf
663644670d Add some details on when filters are run. 1998-02-20 12:24:50 +00:00
hubertf
e797ce3f09 Did _you_ know you can put lp=port@host into your printcap? 1998-02-20 11:10:14 +00:00
pk
f4a1052f8e Describe the client-provided storage option. 1998-02-20 00:00:00 +00:00
gwr
a73737ae77 remove man9.sun3x from SUBDIR list 1998-02-19 04:20:21 +00:00
gwr
d0157e04e9 see sun3 1998-02-19 04:18:43 +00:00
jonathan
b947725fbb Fix dyslexic typo. 1998-02-18 08:14:31 +00:00
jonathan
4cbc9ecd8e Make bsd.lib.mk rules to build ELF vs a.out shlibs more table-driven.
No more .if in solib link rule.
1998-02-18 03:14:31 +00:00
agc
3fde44b046 Add a deinstall target, so that packages can be removed easily.
This implementation was taken from FreeBSD.
1998-02-17 15:07:02 +00:00
ghudson
89a0fe6732 Correct typo: the description of TIOCNOTTY had a reference to
TIOSCTTY, which was a typo for TIOCSCTTY.
1998-02-16 20:16:51 +00:00
thorpej
0149d8b5a8 Make this work as if we were using suffix rules. 1998-02-15 02:54:17 +00:00
thorpej
c7c858669b Make a note that if additional troff macro definitions are added, the
dependency list in bsd.man.mk should be updated.
1998-02-15 01:08:50 +00:00
thorpej
4d8ed30c33 Make the .N.catN rules depend on the troff macros used in manpage builds. 1998-02-15 01:07:46 +00:00
thorpej
9452ea8c0b Put RCS IDs in the right place. 1998-02-15 00:40:07 +00:00
kleink
af9cc34b3c Add ONOCR and ONLRET output modes, from XPG4.2. 1998-02-13 21:53:44 +00:00
agc
31ff3c7ebb When generating the PLIST, if a manual page name has to have .gz added
or removed using sed, don't add the g at the end of the substitution
expression - there will only be one substitution per line.
1998-02-13 15:16:43 +00:00
gwr
e76179d0fb Remove man?.sun3x 1998-02-11 18:52:25 +00:00
gwr
d72e66ff2c see ../man8.sun3 1998-02-11 18:49:42 +00:00
gwr
5db62a8c44 see ../man4.sun3 1998-02-11 18:46:59 +00:00
is
cb1085870c Add the LIMITMEM workaround for the kernel address space size problem.
Will be removed as soon as the kernel can auto-adapt to its address space.
1998-02-09 22:14:43 +00:00
enami
85da38999e Make C sentense end with `;'. 1998-02-09 06:58:39 +00:00
scottb
033ca43437 added new iBCS2 man page 1998-02-09 05:12:45 +00:00
hubertf
450b3dd272 Fix PR 4884 by replacing STRIP with STRIPFLAG.
This addes yet another step towards bsd.pkg.mk. :)
1998-02-09 00:47:23 +00:00
kleink
892aff4e2a Sync with <dlfcn.h>: const'ify some arguments. 1998-02-07 19:54:45 +00:00
perry
c77667d31a add w95boot man page 1998-02-06 19:07:53 +00:00
perry
34a98169f0 macroize BSD, NetBSD, FreeBSD and misc cleanup 1998-02-06 05:54:12 +00:00
perry
328255f336 add -Lite and -Lite2 handling to .Bx 1998-02-06 05:17:24 +00:00
perry
e6b98c1152 add OSS library 1998-02-05 19:43:08 +00:00
perry
09d3729694 add .Lb directive for use in LIBRARY sections. Ought to document this. 1998-02-05 18:35:18 +00:00
perry
3a64d01708 note that .Dd directives should NOT have the date quoted 1998-02-05 07:28:57 +00:00
perry
55d2da9a0b remove da30 and Tahoe gunk; make I386 into i386 even if it isn't conventional 1998-02-05 05:48:46 +00:00
perry
dceef86ecb fix nit in .Nx usage 1998-02-05 04:36:16 +00:00
perry
4f31be853e Replace the old .Nx macro (which was not parsed and callable, in spite
of what the documentation claimed) with a new one that is parsed and
callable, and far simplyer -- it turns ".Nx FOO ." into "NetBSD FOO."
without needing to have version numbers hard coded in.
Add a .Fx macro that is a copy of the .Nx macro except that it prints
"FreeBSD" instead of "NetBSD" -- this should make any future "HISTORY"
sections which credit FreeBSD easier, and will not require that we
constantly track their macro versions.
1998-02-05 04:31:21 +00:00
christos
51b80e0d28 Use a variable for soelim, and don't include bsd.obj.mk 1998-02-04 15:07:52 +00:00
mikel
d317b4789d STRIP -> STRIPFLAG; from Jim Bernard in PR pkg/4884 1998-02-04 07:08:56 +00:00
thorpej
3f24da3fc9 - Document the new bus_dmamap_sync() interface and related changes.
- Add an AUTHOR section, and fill it in with the folks involved with
  designing and implementing this interface.
1998-02-04 06:42:53 +00:00
perry
9612121fe2 more section 9 changes, plus change UNIX to NetBSD in appropriate spots 1998-02-03 23:28:50 +00:00
perry
1016887a4f change to reflect that we now have a section 9 of the manual 1998-02-03 23:06:02 +00:00
perry
7b5c026851 preconsoidate -> preconsolidate; from dzerkel@phofarm.com via OpenBSD 1998-02-03 20:41:22 +00:00
hubertf
3089cbdaf0 Introduce TRUE?=/usr/bin/true, and use it. 1998-02-02 08:11:49 +00:00
is
01c32e5bb9 We have now much much more than 3 terminal emulator console devices. 1998-02-01 16:40:52 +00:00
thorpej
87b50587c8 Update for ISO-9660 file system support. 1998-02-01 07:38:34 +00:00
agc
0e1796ddf0 Echo the directory name when doing a "make readme", so that progress
can be monitored.
1998-01-30 14:33:48 +00:00
agc
0ecdcb24d1 Remove the requirement that a LIB_DEPENDS name must have any '.'
characters escaped with a backslash, but recognise the backslashes for
backwards compatibility. When matching names, do any escaping of
the regexp '.' metacharacter automatically, if needed.

When a shared object dependency is printed out, use a form that does
not have the backslashes in it, for readability.

Print out the full pathname of the matching shared object, for clarity.
1998-01-30 13:53:53 +00:00
hubertf
f3234b8314 Replace "<$ARCH"> by "${MACHINE_ARCH}", keep "<$ARCH>"
(in bsd.port.mk) for backward compatibility.
1998-01-28 15:36:31 +00:00
hubertf
0c86a9c11e add mirror-distfiles target also here 1998-01-27 23:04:48 +00:00
hubertf
5653bc5ab0 s.SYNOPSIS.DESCRIPTION., fixes PR kern/4898
by NAKAJIMA Yoshihiro <nakayosh@kcn.or.jp>
1998-01-27 16:04:53 +00:00
agc
66d0028ab9 Rename the mirror' target to be mirror-distfiles'. This describes
the action better, and works around problems with the mirror package.

Document the mirror-distfiles target, and also the readme target.
1998-01-27 13:14:07 +00:00
hubertf
01ae794c95 Add a warning on how to use this file 1998-01-26 07:56:13 +00:00
ross
fcc3b3198a Update this somewhat with respect to NetBSD 1.3 swap features and NFS_BOOT*.
There is more work to do here.
1998-01-26 07:23:20 +00:00
is
aa61cc5265 The Altais is NOT a Zorro III board (although the NetBSD kernel can't
see the difference...)
1998-01-25 21:59:02 +00:00
hubertf
e134d92e49 use __ARCH_OK=yes and NO_IGNORE=yes at the mirror-target to get ALL distfiles 1998-01-25 14:50:47 +00:00
hubertf
3f9baf7ddc Re-move .if!defined(__ARCH_OK) to fix use of NO_IGNORE; document some .endif's 1998-01-25 14:46:10 +00:00
hubertf
af94a7e9dc MAINTAINER = packages@NetBSD.ORG 1998-01-25 14:39:49 +00:00
hubertf
8e4b1a4ffe From OpenBSD's bsd.port.mk rlog (Mmm, AnonCVS :-):
revision 1.21
date: 1997/12/20 01:26:57;  author: joey;  state: Exp;  lines: +2 -2
openbsd maintainer changed from imp to me
1998-01-24 23:06:33 +00:00
hubertf
6c7a7eefde Echo "" instead of nothing in CKSUMFILES computation..
Fixes PR 4877 by Manuel Bouyer <bouyer@antioche.lip6.fr>
1998-01-23 16:48:23 +00:00
lukem
8bfd252c83 use .Tn YP instead of .Nm YP 1998-01-23 13:45:21 +00:00
agc
bf08ec7da8 In the shell script to find an executable upon which this package
depends, break out of the loop when you find one.  Also print the name
of the executable found.
1998-01-23 09:47:57 +00:00
is
28b322150f Synchronize with sys/arch/amiga/dev/zbus.c. 1998-01-23 00:15:08 +00:00
agc
01906e318c Ignore the return code from rm when removing the ${WRKDIR} symbolic
link, when doing a "make clean" with WRKOBJDIR defined.  From Thorsten
Frueauf.
1998-01-22 11:27:54 +00:00
agc
4872d27a15 Add a MIRROR_DISTFILE variable; defaults to "yes", and should be set
to "no" in a package's Makefile when the authors have placed
restrictions on the redistribution of the distfiles.  (Thanks to Jason
Thorpe for the idea).

Add a `mirror' target, which will do a "make fetch" if the package's
distfile is allowed to be redistributed.  This is for use on sites
which mirror package distfiles.  (Thanks to Charles Hannum for the
idea).
1998-01-22 10:20:48 +00:00
jtc
a819ccdae1 import tzdata1998b 1998-01-22 07:20:01 +00:00
jtc
3e249d1c97 import tzdata1998a 1998-01-22 07:19:24 +00:00
thorpej
dc1a41a889 Document MALLOCLOG and MALLOCLOGSIZE options. 1998-01-21 22:54:56 +00:00
augustss
bd98f52464 Typo. 1998-01-19 20:22:30 +00:00
augustss
6347a69ad7 Fix typos and update a little. 1998-01-19 20:14:45 +00:00
is
e6a5f48a4d Add description of the Amiga BB060STUPIDROM option. 1998-01-18 19:07:19 +00:00
is
1b6d407e88 Mention M68020 option, and correct M060SP option description. 1998-01-18 18:43:54 +00:00
hubertf
87feef5fe5 Fix comment for FETCH_CMD wrt non-NetBSD-systems 1998-01-16 09:07:46 +00:00
hubertf
e3f9002156 - Our default for FETCH_CMD is ftp, not fetch.
- Document NO_IGNORE, __ARCH_OK
 - Make __ARCH_OK overridable, so it can be set to YES e.g. for fetching
   all distfiles.
 - Move ".ifndef(__ARCH_OK): block, so some targets like clean work
   in any case.
 - Add LOCALBASE and X11BASE to PATH in MAKE_ENV, CONFIGURE_ENV and
   SCRIPT_ENV; this fixes PR 4573
1998-01-15 22:58:59 +00:00
agc
5e87acd0dd Move the inclusion of bsd.own.mk back to the correct place in
bsd.port.mk, but this time use a definition before the inclusion,
which stops <bsd.own.mk> defining its own install target when
using the package system.

This makes the package system take notice of the definitions in
/etc/mk.conf
1998-01-15 09:37:25 +00:00
thorpej
b9ed745f83 Add DDB key sequences for alpha and mvme68k. 1998-01-15 06:38:18 +00:00
drochner
7afe181893 Add rudimenrary documantation for the NFS_BOOT_BOOTP, NFS_BOOT_DHCP
and NFS_BOOT_BOOTPARAM options.
1998-01-12 15:45:23 +00:00
mikel
9eb5ee9f6e use += to set MLINKS so all links are made 1998-01-10 23:06:38 +00:00
enami
f8f06cda52 Fix a typo; s/accomodate/accommodate/ 1998-01-10 08:11:42 +00:00
lukem
385bb40506 add pool.9 1998-01-10 01:05:17 +00:00
lukem
1cf73dfe86 use Nx 1.4 not Nx 1.3a 1998-01-10 01:04:20 +00:00
perry
77fc921931 get rid of secretmail residue -- suggested in pr-4568 from Carl Shapiro 1998-01-10 00:37:34 +00:00
perry
6b9926770a get rid of secretmail residue -- suggested in pr-4568 from Carl Shapiro 1998-01-10 00:06:23 +00:00
perry
3fe138c146 RCS Id Police. 1998-01-09 08:03:16 +00:00
perry
6d400d5685 RCS Id Police. 1998-01-09 06:54:57 +00:00
perry
bdc53c5d1c RCS Id Police. 1998-01-09 06:54:55 +00:00
perry
ace896fac1 RCS Id Police. 1998-01-09 06:54:27 +00:00
perry
c845089840 RCS Id Police. 1998-01-09 06:54:24 +00:00
perry
2a399c6883 RCS Id Police. 1998-01-09 06:41:19 +00:00
perry
c41a4eebef RCS Id Police. 1998-01-09 06:40:53 +00:00
perry
65fca2e845 RCS Id Police. 1998-01-09 06:35:18 +00:00
perry
b208a44eb4 RCS Id Police. 1998-01-09 06:34:28 +00:00
agc
9ef77631e3 Add lines so that "make readme" in the top level pkgsrc directory, or
one if the categories directories, will call "make readme" in
any subdirectories.

I thought that this was suggested by Chris Demetriou, but I can't find
any PR backing this up.  So my apologies to the person who did suggest
this.
1998-01-08 10:59:47 +00:00
lukem
59557ec934 document IP_PORTRANGE 1998-01-07 23:39:49 +00:00
thorpej
72f8e09db9 Document LOCAL_CREDS socket option. 1998-01-07 23:39:16 +00:00
thorpej
0b403452c5 Sigh, typo. 1998-01-07 06:46:52 +00:00
thorpej
ffbf065b53 oops, forgot a \ 1998-01-07 01:02:46 +00:00
thorpej
81b443b1e6 Add fork1.9 1998-01-07 00:34:02 +00:00
thorpej
f30f5b637a Oops, list includes in synopsis. 1998-01-07 00:33:24 +00:00
thorpej
50e8c26b8a Add a manual page for fork1(), the kernel's internal fork interface. 1998-01-07 00:30:02 +00:00
perry
2ec6474b31 RCSID Police. 1998-01-06 04:44:59 +00:00
thorpej
dcbd40b724 Document new queue access methods. 1998-01-05 06:28:04 +00:00
lukem
a76b9e2bee document COMPAT_13 1998-01-04 00:44:20 +00:00
mikel
08d3b16fa0 init(8) lives in /sbin now 1998-01-03 09:03:27 +00:00
mikel
dfc54e91fd replace /usr/games/bin with /usr/games in PATH, from Carl S. Shapiro
in PR 4733.  add /usr/local/bin to PATH to match dot.cshrc.
1998-01-01 08:00:10 +00:00
lukem
31a864aac7 get hostbase correct 1997-12-30 22:33:27 +00:00
hubertf
73ddeb3490 Add us to MASTER_SITE_LOCAL. 1997-12-29 20:10:24 +00:00
hubertf
b3d8f46800 MACHINE_ARCH of pmax is "mips" 1997-12-27 03:24:10 +00:00