summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
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
2001-07-22belt-and-suspenders: define SHLIB_* from major/minor, then useMarc Espie
SHLIB_* exclusively.
2001-07-21Define SHLIB_MAJOR and SHLIB_MINOR from major/minor, so that perl libraryMarc Espie
does install.
2001-07-21Several fixups; from Brian Poole <raj@cerias.purdue.edu>Jason Wright
2001-07-20One BINDIR too many, I don't know how I pulled that one.Marc Espie
2001-07-20undo broken changes, i dunno a fix for these; how many times you gonna ↵Michael Shalayeff
repeat the same mistake espie@ and millert@ ?