Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-24 | No variable names associated with prototype parameters, even in the kernel. | Todd C. Miller | |
By general consensus... | |||
2001-06-24 | No space between function name and parenthesized arg types in a function | Todd C. Miller | |
prototype. Also nuke some __P's while I am in here. | |||
2001-06-24 | o wi(4) does BSS by default, not ad-hoc | Todd C. Miller | |
o Newer wavelan cards use channel 10 by default | |||
2001-06-24 | update reference to sys/netinet6/IMPLEMENTATION | Jun-ichiro itojun Hagino | |
2001-06-24 | remove misleading history | Niels Provos | |
2001-06-24 | mdoc fixes. from netbsd-current by wiz@netbsd | Jun-ichiro itojun Hagino | |
2001-06-24 | Clarify instances, esp. user.root | Todd C. Miller | |
2001-06-24 | typos and spelling fixes; from jsyn@nthought.com | Peter Valchev | |
2001-06-23 | duh | Theo de Raadt | |
2001-06-23 | reflect reality. | Artur Grabowski | |
Parts from NetBSD | |||
2001-06-23 | document USER_PCICONF in options(4) and xref it in pci(4) | Matthieu Herrb | |
2001-06-23 | document the pci ioctl. | Matthieu Herrb | |
2001-06-23 | More spelling fixes from jsyn@nthought.com, and some formatting fixes | Paul Janzen | |
2001-06-23 | Remove loop detection bug, even though we may not be quite finished | Angelos D. Keromytis | |
with it yet. We should be done in the next few days. | |||
2001-06-23 | Checksum offloading doesn't work when in bridge mode. | Angelos D. Keromytis | |
2001-06-23 | spelling fixes and minor repairs almost entirely from jsyn@nthought.com | Paul Janzen | |
2001-06-23 | Reflect current reality: | Jason Wright | |
rx ip, udp, tcp checksum offload works tx ip checksum offload works | |||
2001-06-23 | ok, tmac is now fixed | Theo de Raadt | |
2001-06-23 | Document LIST_REPLACE() | Angelos D. Keromytis | |
2001-06-23 | join .%A entries; most by bk@rt.fm | Theo de Raadt | |
2001-06-23 | more tweaks | Jason Wright | |
2001-06-22 | tweak | Theo de Raadt | |
2001-06-22 | switch from primes to moduli | Niels Provos | |
2001-06-22 | Xr random(4) | Jason Wright | |
2001-06-22 | note support for RNG on 7951 | Jason Wright | |
2001-06-22 | o) 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-22 | o) .Sh AUTHOR -> .Sh AUTHORS; | Mike Pechkin | |
o) sort SEE ALSO; o) remove unnecessary .Pp; o) split paths in .Sh FILES; millert@ ok | |||
2001-06-22 | o) minor sentence fix; | Mike Pechkin | |
o) add description of ``.Bsx'' to the "BSD Macros" chap.; aaron@ ok | |||
2001-06-21 | Manpage for cz(4) | Nathan Binkert | |
2001-06-21 | we shouldn't use "/" in the beginning of the args in MANSUBDIR. | Mike Pechkin | |
millert@ ok. | |||
2001-06-21 | better -mdoc style. no typos. millert@ ok. | Mike Pechkin | |
2001-06-20 | Typo. | Angelos D. Keromytis | |
2001-06-20 | physio(9) not physio(4) | Todd C. Miller | |
2001-06-20 | physio(9) from NetBSD | Todd C. Miller | |
2001-06-20 | we shouldn't use "/" in the beginning of the args in MANSUBDIR. | Mike Pechkin | |
millert@ ok | |||
2001-06-20 | typo; raj@cerias.purdue.edu | Peter Valchev | |
2001-06-20 | we don't use "/" in the beginning of the name in MANSUBDIR | Mike Pechkin | |
millert@ ok | |||
2001-06-19 | clean up IP addresses in isakmpd.conf examples; ok angelos@ | Dan Harnett | |
2001-06-19 | If 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-18 | o move passwd.conf variables into login.conf | Todd 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-18 | As discussed ages ago we prefer ANSI for new code. | Todd C. Miller | |
2001-06-18 | bye bye ipf | Theo de Raadt | |
2001-06-17 | remove bogus scd page | Michael Shalayeff | |
2001-06-14 | Need a .Nd | Theo de Raadt | |
2001-06-14 | documentation for /etc/primes for wsimpson@greendragon.com, okay deraadt@, | Niels Provos | |
markus@ | |||
2001-06-13 | portuguese map | Michael Shalayeff | |
2001-06-13 | Reverse the logic of setting UVM. Instead of listing all archs that have it, | Artur Grabowski | |
just list the three that don't. | |||
2001-06-13 | alpha is no longer NOPIC. | Artur Grabowski | |
2001-06-13 | reword phrase; from jcs@rt.fm | lebel | |
2001-06-11 | support 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. |