summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-03-20typos;Jason McIntyre
ok millert@
2003-03-20bump miniroot size a bit; ok millert; fixes sparc64/3161Jason Wright
2003-03-20Fix boolean thinko in SIGCHLD reaper and call reapchild after sendingTodd C. Miller
mail instead of doing a conditional sudo_waitpid.
2003-03-20add missing rcs idsDavid Krause
ok millert@
2003-03-20cmdline options and descriptions in alphabetical order in usage() and manpageDavid Krause
add arguments to the flags that take them in the DESCRIPTION add "inet" to the rdr rule example to match etc/pf.conf example ok dhartmei@ henning@
2003-03-20cmdline options in alphabetical order in usage() and manpageDavid Krause
and make sure they are consistent ok dhartmei@ henning@
2003-03-20replace some .Pp inside .Bd -literal block with empty lineDavid Krause
new sentence, new line fix login.conf indentation ok jmc@
2003-03-20replace some .Pp inside .Bd -literal block with empty lineDavid Krause
remove an uneeded .Pp kill whitespace at eol ok jmc@
2003-03-20duplicate word: to toDavid Krause
spelling fix: chosen ok jakob@
2003-03-20sprintf -> snprintf; ok millert@, henning@Marco S Hyman
2003-03-19Fix for Klima-Pokorny-Rosa attack on RSA in SSL/TLS, seeMarkus Friedl
http://marc.theaimsgroup.com/?l=bugtraq&m=104811162730834&w=2
2003-03-19regenTodd C. Miller
2003-03-19Add ProSavage DDR video; Nick HollandTodd C. Miller
2003-03-19add more auich devicesMichael Shalayeff
2003-03-19it does nforce2 as well nowMichael Shalayeff
2003-03-19regenMichael Shalayeff
2003-03-19match on nvidia nforce2; from netbsd@ via wayne@epipe.com.au; miod@ okMichael Shalayeff
2003-03-19Add i830 support from NetBSD via patch in kernel/3150.Todd C. Miller
Verified to not break i81[05] and tested on two i830s.
2003-03-19regenTodd C. Miller
2003-03-19s/82845G_IV/82845G_IGD/ from NetBSDTodd C. Miller
2003-03-19bind9 & propoliceHenning Brauer
reminded by Andrew Basterfield <bob@cemetery.homeunix.org>
2003-03-19inet_net_pton acts weird when it comes to multicast addresses. so pass theHenning Brauer
netmask given by the OP to host_v4(), and in case it wasn't specified, do not trust inet_net_pton telling is it is a /4 but use /32. otherwise, "pass in from 224.0.0.6" suddenly became "pass in from 224.0.0.0/4", which is clearly not the desired result. inet_net_pton behaviour under investigation, using the least intrusive fix for now. found after bug report From: Julien Bordet <zejames@greyhats.org> via dhartmei ok daniel cedric
2003-03-19kill the address token and move the host() invocation up to the host token,Henning Brauer
so that host() always gets the full address to be parsed including the netmask instead of applying the netmask afterwards. this could break some edge cases and was broken since the (interface)/24 fix. new token dynaddr for, well, dynaddr, and apply an eventually given netmask afterwards in the host token just in this case. found after bug report From: Julien Bordet <zejames@greyhats.org> via dhartmei ok daniel cedric
2003-03-19use RSA key blinding code from mod_ssl 2.8.13. differences to our own fixHenning Brauer
that was already in are purely cosmetical, but this will make the future merge of mod_ssl 2.8.13 easier.
2003-03-19test netmasks with multicast addressesHenning Brauer
2003-03-19Fix parsing of the leases file.Kenneth R Westerback
src & dst parameters to the only remaining strncpy() in the file were reversed. Use strlcpy() instead, with parameters in correct order. ok millert@.
2003-03-19Kathmandu here tooMiod Vallat
2003-03-19Mention the Kathmandu frame buffer as being supported as one of the bestMiod Vallat
felines.
2003-03-19spelling fixDavid Krause
ok jason@
2003-03-19Return 0 on success, rather than falling off the end of a function prototypedDale Rahn
as returning int.
2003-03-19add pci devices and note the bus (w/o a tbl per millert suggestion)Michael Shalayeff
2003-03-19document the number of bytes required for btoa8Todd C. Miller
2003-03-19add a list of supported devices (not including the victims of the ↵Michael Shalayeff
'conversion program' as other places do not)
2003-03-18add all missing ne2k pcmcia devicesMichael Shalayeff
2003-03-18missed a RUNDIR -> /var/runAnil Madhavapeddy
2003-03-18- expand DBDIR, ETCDIR, RUNDIR to the actual directories to makeAnil Madhavapeddy
the man pages easier to read - add dhcp(8) to SEE ALSO in dhcpd(8) - rearrange SEE ALSO in section order as well as alphabetical in dhcpd(8) ok millert@, todd@
2003-03-18regenMichael Shalayeff
2003-03-18match on SMC 8041TX by cis; from netbsd via mbing@nfr.net; miod@ okMichael Shalayeff
2003-03-18typo, Fabian KroennerHenning Brauer
2003-03-18Use strlcpy() / strlcat() throughout.Todd C. Miller
2003-03-18Do not .Xr yourself, you old bugger. Come on. Give us a grin.Miod Vallat
2003-03-18The only thing cgthree has ever accelerated is your need for a better frameMiod Vallat
buffer card.
2003-03-18Better description, and do not mention the name confusion with the HP 9837Miod Vallat
anymore.
2003-03-18spelling typos/errorsDavid Krause
ok miod@ jmc@
2003-03-18duplicate words: on on, in inDavid Krause
ok miod@ jmc@
2003-03-18newsentence, newlineDavid Krause
ok miod@ jmc@
2003-03-18duplicate words: and and, the theDavid Krause
ok miod@ jmc@
2003-03-18spelling typos/errorsDavid Krause
ok miod@ jmc@
2003-03-18add missing rcs id and start new sentence on a new line.David Krause
ok tedu@
2003-03-18use .Cm for flags without dashDavid Krause
ok miod@ jmc@