summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2001-08-13- Note that unpromoted types should not be passed to va_argHeikki Korpela
(see http://gcc.gnu.org/ml/gcc-patches/1999-09/msg00221.html) - Remove unused *p variable from example - Add a float example (mainly to point out that people shouldn't use float because it's promoted to double) ok millert@
2001-08-12SEMMNS *can* be greater than SEMMNI. (sheesh..)Heikki Korpela
I must have been seriously missing coffee when I wrote that. No-one ever approved this either, I messed up patches. millert@ ok backing this out
2001-08-12Document FULLPKGNAME changes.Marc Espie
Document PACKAGING. Update sub/flavor dependencies explanations. Semi-deprecate NEWDYNLIBDIR. Synch make plist description. Kill HAVE_MOTIF/REQUIRE_MOTIF entirely.
2001-08-11Remove NVNODE from options(4) because there's no point in usingHeikki Korpela
it instead of sysctl(8) kern.maxvnodes. ok art@
2001-08-11Fixup example files, man pages and phones parsing.Kenneth R Westerback
Make '/etc/remote' a working example, with some lengthy comments that might help people trying to use it. Remove untruths and beef up documentation for tip(1), remote(5) and phones(5). In particular remove last reference to the 'cu' tip interface since we use the 'cu' that comes with uucp, improve documentation on phone numbers and flesh out documentation on acu/modems supported. Document PHONES and REMOTE environment variables. Cleanup parsing of /etc/phones (so our example can be used) and ignore lines with empty phone numbers instead of aborting the scan of the file. This makes /etc/phones parsing consistant with ':pn:' capability parsing. Don't try to dial empty phone numbers in either case. ok millert@
2001-08-09mention ELF runtime linker; closes PR 1855Jason Peel
fix from <dim@xs4all.nl>, with mods from brad@; ok brad@
2001-08-08s/device specific/device-specific/; pointed out by pjanzen@Jason Peel
2001-08-08typo. closes PR 1990; from <Hans-Joerg.Hoexer@informatik.stud.uni-erlangen.de>Jason Peel
2001-08-08Reference altq(9) in addition to altqd(8) in options(4) becauseHeikki Korpela
it's a great manual page. :-) ok millert@
2001-08-08remove IPCOMP. deraadt@ ok.Jean-Jacques Bernard-Gundol
2001-08-08The kernel message for reaching the mclpool limit hasHeikki Korpela
changed; make options(4) reflect this change. ok miod@, art@
2001-08-07Document SEMMNI and SEMMNS kernel options as they areHeikki Korpela
referenced in the postgresql port README file. Also document the SEMUME and SEMMNU options (suggested by millert@). Ok millert@, peter@
2001-08-07Document ADOSFS kernel option. Note caveat: only amiga FFSHeikki Korpela
is supported. jj@ ok
2001-08-06MACHINE_CONTIG doesn't exist anymore, nor do RAM_DISK_* ...Miod Vallat
2001-08-06o) add BSDI macro (.Bsx);Mike Pechkin
o) OpenBSD -> .Ox; millert@ ok
2001-08-05- raid -> RAIDBrad Smith
- finish sentence in ami man page and mention iop(4) for I2O mode
2001-08-05Comment out a reference to the usbhidctl utility as it's not currentlyHugh Graham
installed. Noted by Heikki Korpela.
2001-08-04There is not currently a usb(3) manpage, so comment out the Xr.Hugh Graham
Spotted by Heikki Korpela.
2001-08-04alphabetize device listingPeter Valchev
2001-08-03Use IFCAP_VLAN_MTU and IFCAP_VLAN_HWTAGGING capabilities:Chris Cappuccio
LINK0 disappears; we now set IFCAP_VLAN_HWTAGGING at ifnet->if_capabilities in the Ethernet driver for cards/drivers which support hardware tagging. MTU ambiguity disppears; we now set IFCAP_VLAN_MTU in the Ethernet driver when we know the chip will not truncate/discard vlan-sized frames. Only allow the MTU to be changed within the scope of the parent interface's MTU. (Here we also take into account IFCAP_VLAN_MTU) Propagate hardware-assisted IP/TCP/UDP checksumming flags to the vlan interface if the card supports hardware tagging (from NetBSD)
2001-08-03Note Acard support and bugs with AMD, OPTiChris Cappuccio
2001-08-03first shot at a section 4 intro for powerpc, ok drahnPeter Valchev
2001-08-03o) We don't like .Pp before/after .Sh;Mike Pechkin
o) .Nm always has argument in .Sh SYNOPSIS; o) We always closes .Bl and .Bd tags; millert@ ok
2001-08-03o) Remove unneeded .Nm arguments;Mike Pechkin
o) Sort SEE ALSO; o) Minor .Nm and .Nd fixes; o) Typo; millert@ ok
2001-08-02assure -> ensureHugh Graham
2001-08-02pet peeve, insure vs ensureHugh Graham
insure is to indemnify against some contingency ensure is to make sure
2001-08-02add lost .Nm entry to .Sh NAME;Mike Pechkin
millert@ ok.
2001-08-02remove unnecessary MLINK entry mentioned twice.Mike Pechkin
millert@ ok.
2001-08-02remove unnecessary .Re;Mike Pechkin
millert@ ok
2001-08-02o) .Sh AUTHOR -> .Sh AUTHORS;Mike Pechkin
o) .Sh EXAMPLE -> .Sh EXAMPLES; o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION; millert@ ok
2001-08-02document .NdTodd C. Miller
2001-08-02More DESTDIR -> DESTDIRNAME changes.Marc Espie
Remove AM_MAKEFLAGS setting that has not been there since make handles recursion posixly.
2001-08-02I tested a big enough range, so just list them allTheo de Raadt
2001-07-31more Xr fixesTheo de Raadt
2001-07-31there is no tprintfTheo de Raadt
2001-07-31Remove unsupported drekTodd C. Miller
2001-07-31allow to test that flags are unset, ok dhartmei@, mickey@Peter Stromberg
2001-07-31more Xr completionsTheo de Raadt
2001-07-31remove bad XrTheo de Raadt
2001-07-30activate a few forgotten manpagesHugh Graham
2001-07-28SWAPPAGER and DEVPAGER are dead.Artur Grabowski
2001-07-28cleanups. typo.Mike Pechkin
niklas@ ok.
2001-07-27Back out changes adding 'make depend' to recommended build process.Kenneth R Westerback
As Theo gently pointed out, this was bullshit. A normal 'make build' does indeed do all the required 'make depend's. I could have sworn I tested that and found it wanting. Sigh. mea culpa. As atonement I will be cleaning up release.8 to implement several of Theo's suggestions.
2001-07-27'make depend' really is required, esp. to prevent cruft being installed in ↵Kenneth R Westerback
the tree during build. Pointed out by beck@.
2001-07-27We can now boot from I2O devicesNiklas Hallqvist
2001-07-27Startup hooks. Can be used for providing root/swap devices from deviceNiklas Hallqvist
systems which want configuration to finish late, like I2O. Implemented via a general hooks mechanism which the shutdown hooks have been converted to use as well. It even has manpages!
2001-07-27Update list of cards supported by nge(4)Nathan Binkert
Fix a typo
2001-07-26Fix my ! iface example to be more usefulChris Cappuccio
2001-07-25ISO 3166-1 country names and code elements; ok millert@Jason Peel
2001-07-22Fix times vs timed typo. Closes PR #1952.Kenneth R Westerback