summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2003-01-18inet6 fixes from jmc@prioris.mini.pw.edu.plTheo de Raadt
2003-01-18more typos; jmc@prioris.mini.pw.edu.plTheo de Raadt
2003-01-18sleppingTheo de Raadt
2003-01-17Improve wording a bit; elf(5) was obviously written by a non-nativeTodd C. Miller
speaker of English and needs more help.
2003-01-17more; jmc@prioris.mini.pw.edu.plTheo de Raadt
2003-01-16Typos; Alan Day w/ changes from me.Todd C. Miller
2003-01-15at least mention the PRIQ scheduler.Henning Brauer
more to come...
2003-01-15Put 269 after 268 where it belongs.Todd C. Miller
2003-01-15mich changes; cheddar@yakko.cs.wmich.eduTheo de Raadt
2003-01-15typos; jmc@prioris.mini.pw.edu.plTheo de Raadt
2003-01-15s/TAIL_FIRST/TAILQ_FIRST/Todd C. Miller
2003-01-14have to disable pp on hppa nowMichael Shalayeff
2003-01-14Document read-only ports tree usage under new WRKOBJDIR rules.Marc Espie
Add description of BULK_COOKIES_DIR, since that must also be moved for bulk packages building in ro portsdir mode.
2003-01-14Document WRKOBJDIR changesMarc Espie
2003-01-13ESP=encapsulatING security payload.Kjell Wooding
2003-01-13Clean up some language, structure. ok niklas@, mpech@Kjell Wooding
2003-01-13Start sentence on new line. ok mpech@. "whatever" theo@Kjell Wooding
2003-01-13note 3Com 9201 support here as wellHenning Brauer
2003-01-13add rhine IIIJason Wright
2003-01-11Remove the vm_* manpages, these functions were replaced in uvm.Wilbern Cobb
ok art@
2003-01-11- arrange the prototypes in sections.Wilbern Cobb
- describe bus_addr_t and bus_size_t in DATA TYPES. - remove redundant NOTES section. ok art@, jason@.
2003-01-10Symbol LA4123 and Nortel E-mobility 211818-A PCI cards are now supported.Todd C. Miller
2003-01-10Tipo in tabledef grammar. Found by Rukh <openbsd@rukh.net>Cedric Berger
2003-01-10fix breakage in the previous commitKenjiro Cho
2003-01-09Remove fetch(9) and store(9) manual pages and references to them.Miod Vallat
2003-01-09Add support for active/inactive tablesets in the kernel.Cedric Berger
Add table definition/initialisation construct in pfctl parser. Add and fix documentation for pf.4 and pf.conf.5. Tested on i386 and sparc64 by myself, macppc by Daniel. ok dhartmei@
2003-01-08Merry Christmas Mickey!Kenneth R Westerback
First cut at osiop driver (LSI Logic/Symbios/NCR 53C710). For hppa only at the moment. Functional for the most part, but there are known problems: 1) SCSI_CHECK/REQUEST_SENSE not handled at all - simply returns a zero'ed scsi_sense_data buffer. As a result all osiop sc_link's are created with the ADEV_NODOORLOCK quirk to suppress PREVENT_ALLOW commands from being issued (and failing) during probe. 2) Sync negotiation (wide is not supported on this chip) needs to be validated due to some ominous comments in the source about being valid only for the 33Mhz Zeus board. 3) Probe message needs fixing/completion to issue useful info. See 2). 4) Timeout/hangs occur under heavy load, e.g. make builds. From NetBSD. ok mickey@
2003-01-07more fixes from the weissmanndudeMichael Shalayeff
2003-01-07update to tzdata2002d from ftp://elsie.nci.nih.gov/pub/Todd C. Miller
2003-01-05spellingTheo de Raadt
2003-01-05give Joey Stanford a zipcode (;Michael Shalayeff
2003-01-05Grammar fixes from jmc@prioris.mini.pw.edu.plPeter Valchev
2003-01-05bktr on macppcMichael Shalayeff
2003-01-05A short documentation on what frame buffer resolutions are available,Miod Vallat
how to change them, and a link to the Sun Frame Buffer FAQ. Contents partially borrowed from the aforementioned FAQ. a few tweaks and ok deraadt@
2003-01-04Remove COMPAT_NOMID. It was deprecated since a long time, the man page wassMiod Vallat
misleading, and it was never used anyways.
2003-01-04Add comment about polish and turkish keyboards. -mojMats O Jansson
2002-12-31amiga and sun3 turned out to not be y2k+3 compliant here. Remove them, asMiod Vallat
well as the few userland tools which were only used on these platforms.
2002-12-31Prepare for the removal of amiga and sun3 platforms from the tree.Miod Vallat
There has not been enough activity and interest towards these platform to keep them lying in the tree.
2002-12-31document update-patches; help & ok espiePeter Valchev
2002-12-30Match changes to pfctl and /etc/protocols. ipv6-icmp-type becomes icmp6-type;Ryan Thomas McBride
"proto ipv6-icmp" still works, but prefer icmp6, since we have icmp6(4), not ipv6-icmp(4). ok dhartmei@ henning@
2002-12-30sync protos with dlfcn.h; prompted by niekze AT yahoo DOT comTodd C. Miller
2002-12-30Remove stray 'hosts' on the nat-rule production in BNF, found byDaniel Hartmeier
Benjamin M.A. Robson.
2002-12-30add update-plistMarc Espie
okay pval@
2002-12-29Add support for radix tables for source and destination of PF rules.Cedric Berger
ok dhartmei@, mcbride@, henning@
2002-12-28More direct explanation of where the port number and protocol number to nameRyan Thomas McBride
mappings come from. ok dhartmei@ henning@
2002-12-25add many missing dirs under /etc w/ descriptions; ok miod fgschPeter Valchev
2002-12-24More cleanup.Ryan Thomas McBride
- s/Em/Pa/ where appropriate - get rid of references to spews and Tomcat - more simplification by removal of direction - timeout values are no longer a pfctl(8) thing yes! henning@
2002-12-23do not mention optimization default, as "set optimization default" is notHenning Brauer
parseable. "normal" is exactly the same, so use that. good catch by David Krause (again).
2002-12-23chdir is the syscall, cd is the shell command; Sam SmithTodd C. Miller
2002-12-23Fix typo, pointed out by Dries SchellekensRyan Thomas McBride