summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2001-06-24No variable names associated with prototype parameters, even in the kernel.Todd C. Miller
By general consensus...
2001-06-24No space between function name and parenthesized arg types in a functionTodd C. Miller
prototype. Also nuke some __P's while I am in here.
2001-06-24o wi(4) does BSS by default, not ad-hocTodd C. Miller
o Newer wavelan cards use channel 10 by default
2001-06-24update reference to sys/netinet6/IMPLEMENTATIONJun-ichiro itojun Hagino
2001-06-24remove misleading historyNiels Provos
2001-06-24mdoc fixes. from netbsd-current by wiz@netbsdJun-ichiro itojun Hagino
2001-06-24Clarify instances, esp. user.rootTodd C. Miller
2001-06-24typos and spelling fixes; from jsyn@nthought.comPeter Valchev
2001-06-23duhTheo de Raadt
2001-06-23reflect reality.Artur Grabowski
Parts from NetBSD
2001-06-23document USER_PCICONF in options(4) and xref it in pci(4)Matthieu Herrb
2001-06-23document the pci ioctl.Matthieu Herrb
2001-06-23More spelling fixes from jsyn@nthought.com, and some formatting fixesPaul Janzen
2001-06-23Remove loop detection bug, even though we may not be quite finishedAngelos D. Keromytis
with it yet. We should be done in the next few days.
2001-06-23Checksum offloading doesn't work when in bridge mode.Angelos D. Keromytis
2001-06-23spelling fixes and minor repairs almost entirely from jsyn@nthought.comPaul Janzen
2001-06-23Reflect current reality:Jason Wright
rx ip, udp, tcp checksum offload works tx ip checksum offload works
2001-06-23ok, tmac is now fixedTheo de Raadt
2001-06-23Document LIST_REPLACE()Angelos D. Keromytis
2001-06-23join .%A entries; most by bk@rt.fmTheo de Raadt
2001-06-23more tweaksJason Wright
2001-06-22tweakTheo de Raadt
2001-06-22switch from primes to moduliNiels Provos
2001-06-22Xr random(4)Jason Wright
2001-06-22note support for RNG on 7951Jason Wright
2001-06-22o) remove unnecessary .Pp;Mike Pechkin
o) remove unnecessary .Nm args; o) closes .Bl; o) .Sh AUTHOR -> .Sh AUTHORS; o) sort SEE ALSO; o) better -mdoc style; o) typos; aaron@ ok.
2001-06-22o) .Sh AUTHOR -> .Sh AUTHORS;Mike Pechkin
o) sort SEE ALSO; o) remove unnecessary .Pp; o) split paths in .Sh FILES; millert@ ok
2001-06-22o) minor sentence fix;Mike Pechkin
o) add description of ``.Bsx'' to the "BSD Macros" chap.; aaron@ ok
2001-06-21Manpage for cz(4)Nathan Binkert
2001-06-21we shouldn't use "/" in the beginning of the args in MANSUBDIR.Mike Pechkin
millert@ ok.
2001-06-21better -mdoc style. no typos. millert@ ok.Mike Pechkin
2001-06-20Typo.Angelos D. Keromytis
2001-06-20physio(9) not physio(4)Todd C. Miller
2001-06-20physio(9) from NetBSDTodd C. Miller
2001-06-20we shouldn't use "/" in the beginning of the args in MANSUBDIR.Mike Pechkin
millert@ ok
2001-06-20typo; raj@cerias.purdue.eduPeter Valchev
2001-06-20we don't use "/" in the beginning of the name in MANSUBDIRMike Pechkin
millert@ ok
2001-06-19clean up IP addresses in isakmpd.conf examples; ok angelos@Dan Harnett
2001-06-19If we timeout during login and the user tried to login call badlogin()Todd C. Miller
before exit. SUggested by <vii@users.sourceforge.net> Add some new login.conf variables: o login-timeout - login prompt timeout o login-tries - max login tries o login-backoff - number of attempts before backing off (and sleeping)
2001-06-18o move passwd.conf variables into login.confTodd C. Miller
o no longer install passwd.conf (but it is used if it exists and the needed info is not in login.conf) o added passwordtime and minpasswordlen login.conf variables
2001-06-18As discussed ages ago we prefer ANSI for new code.Todd C. Miller
2001-06-18bye bye ipfTheo de Raadt
2001-06-17remove bogus scd pageMichael Shalayeff
2001-06-14Need a .NdTheo de Raadt
2001-06-14documentation for /etc/primes for wsimpson@greendragon.com, okay deraadt@,Niels Provos
markus@
2001-06-13portuguese mapMichael Shalayeff
2001-06-13Reverse the logic of setting UVM. Instead of listing all archs that have it,Artur Grabowski
just list the three that don't.
2001-06-13alpha is no longer NOPIC.Artur Grabowski
2001-06-13reword phrase; from jcs@rt.fmlebel
2001-06-11support EDNS0 (RFC2671) buffer size notification on DNS queries.Jun-ichiro itojun Hagino
"options edns0" in /etc/resolv.conf will enable the behavior. no behavior change if you don't have the line. see resolv.conf(5) for more details. EDNS0 is useful for avoiding TCP DNS queries/replies on larger DNS responses. also, draft-ietf-dnsext-message-size-* plans to mandate EDNS0 support for DNS clients that support IPv6 transport.