summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2000-12-10Recursive makes are no longer a problem, since make now has theMarc Espie
POSIXly-correct behavior. COMMENT is adjusted for flavors, DESCR is not (and this is intentional).
2000-12-06Remove final references to extra RSA libsTodd C. Miller
2000-12-06new kue modelTheo de Raadt
2000-12-05MAXHOSTNAMELEN is 256Theo de Raadt
2000-12-05Correct path of sysctl variable, reported by willey@serasystems.comAngelos D. Keromytis
2000-12-03typo (d@)Marc Espie
2000-12-01Describe more thingsMarc Espie
2000-11-29note ICH2 supportMichael Shalayeff
2000-11-28'y' key is too close to 't' keyJason Wright
2000-11-27Fix order of SEE ALSO entriesTodd C. Miller
2000-11-24sync with recent kame document.Jun-ichiro itojun Hagino
- on AF_INET6, :: does not mean local node.
2000-11-21Fix.Angelos D. Keromytis
2000-11-21TAILQ_PREV documented wrong; horape@tinuviel.compendium.net.arTheo de Raadt
2000-11-21various man page updates from freebsdJason Wright
2000-11-20various Xr fixes; nordin@cse.ogi.eduTheo de Raadt
2000-11-17*HMAC96->HMACAngelos D. Keromytis
2000-11-16Driver for USB scanners; from NetBSD.Aaron Campbell
2000-11-16- Get rid of ugly .Tn macros.Aaron Campbell
- Get rid of annoying short lines. - Print memory addresses in a literal text font.
2000-11-16Note support for Accton EN1217 and EN2242 Ethernet adapters.Aaron Campbell
2000-11-16NetBSD 1.6Aaron Campbell
2000-11-15Add pcdisplay(4) man page; from NetBSD.Aaron Campbell
2000-11-15New keyboard man pages; from NetBSD.Aaron Campbell
2000-11-15Add a "Display adapters" section and note support for vga(4) there.Aaron Campbell
2000-11-15Manual page for vga(4); from NetBSD.Aaron Campbell
2000-11-10careless jason!Theo de Raadt
2000-11-10.Sh AUTHOR -> AUTHORS, ok aaron@Todd T. Fries
2000-11-10reflect realityMarc Espie
2000-11-10Adaptec "FSA" RAID driverNiklas Hallqvist
2000-11-10do not change NROFFTheo de Raadt
2000-11-10the new MANPS variable specifies that .ps versions of manual pages shouldTheo de Raadt
also be installed in /usr/share/man/ps[0-9]/ as *.ps files. No MLINKS are made for them.
2000-11-10Add COMPATIBILITY section definition.Aaron Campbell
2000-11-09add uvm(9) from netbsd; as a side effect increase art's guilt factor ;)Michael Shalayeff
2000-11-09incomplete work. moved them, repaired some, it is a giant messTheo de Raadt
2000-11-09The spl() functions block interrupts of equal or lesser priority, not ofAaron Campbell
higher priority. This man page could use some more improvement, but this paragraph was too misleading to be ignored.
2000-11-08Fix up mdoc section header descriptions to more accurately reflect howAaron Campbell
man pages should be laid out in OpenBSD.
2000-11-08using .Tn is uglyTheo de Raadt
2000-11-08UVM default on alphaArtur Grabowski
2000-11-08Enable UVM for amiga.Artur Grabowski
2000-11-07Repair documentation, remove OPTi and ALi references (these chips are NOTChris Cappuccio
supported in DMA modes right now), add some missing ones
2000-11-07mdoc nitAaron Campbell
2000-11-06Restore the real non-standard loopback address (127.1)Matthieu Herrb
2000-11-06Add two paragraphs to the BUGS section:Aaron Campbell
- Note that mii_tick() is not currently run for ASIX boards. - Do not recommend Davicom adapters as they hog the PCI bus.
2000-11-06MLINK uhub.4Theo de Raadt
2000-11-06Xr crypto 9, not crypt 9Jason Wright
2000-11-052.9Jason Wright
2000-10-30src not unpacked on CD-ROM anymoreTheo de Raadt
2000-10-30packages, not ports. Ok'd deraadt@, aaron@Marc Espie
2000-10-29No atapi(4) exists: correctly reference atapiscsi(4) instead; closes PR/1477.Aaron Campbell
2000-10-29vax uses uvm.Hugh Graham
2000-10-27Minor nit: print IPsec in bold under NAME section by using Nm; nate@Aaron Campbell