summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-04-14internal _BSD_WCTRANS_T_, _BSD_MSTATE_T_, _BSD_WCTYPE_T_ types.Marc Espie
2005-04-14add a man page for luphyBrad Smith
2005-04-14enable HW transmit checksum offloadBrad Smith
ok pvalchev@
2005-04-14+luphy and add hme to RAMDISK_CDBrad Smith
2005-04-14+luphyBrad Smith
2005-04-14detail missing step in summary;Jason McIntyre
2005-04-14Some format string cleanup. OK deraadtChad Loder
2005-04-14+luphyBrad Smith
2005-04-14handle snprintf out of range conditions; otto okTheo de Raadt
2005-04-14The value of the Bxxx defines are not guaranteed to match their value.Todd C. Miller
E.g. B9600 is not guaranteed to have a value of 9600 (on OpenBSD it does).
2005-04-14+luphyBrad Smith
2005-04-14add a PHY driver for the Lucent LU6612 10/100 PHY used on PCIBrad Smith
quad port hme(4)'s and other newer Sun systems with hme(4)'s. derived from a diff posted to freebsd-sparc64 by Marius Strobl <marius at alchemy dot franken dot de> ok mickey@
2005-04-14fix reading of the binary image.Damien Bergamini
binary image is not a set of ezdata structures.
2005-04-14write actual data to file, not pointers.Damien Bergamini
store the address field in little endian order.
2005-04-14drop some krb4 stuffBjorn Sandell
ok beck@
2005-04-14mention kerberos(8)Bjorn Sandell
fine jmc@, ok beck@
2005-04-14use f{chown,chmod,utimes,chflags} instead; done with hshoexer, ok otto mickeyTheo de Raadt
2005-04-14move return values to a seperate section, and split them out so that itTheo de Raadt
is more clear which variants return which values; ok jmc otto
2005-04-14Explain what happens when len equals 0 for snprintf().Otto Moerbeek
ok jmc@ millert@
2005-04-14completely fix the diff commandJoris Vink
2005-04-14Make spamd stutter at greylisted connections for a short period before talkingBob Beck
full speed. By default do this for 10 seconds. Many spammers disconnect by then. Adds -S option to select the amount of time greylisted connections will be stuttered at. feedback from jmc@, deraadt@, ok deraadt@
2005-04-14Initial pax regression tests. OK ottoChad Loder
2005-04-14make sure round_blocksize does not produce 0 after alignmentMichael Shalayeff
2005-04-14tyopPedro Martelletto
2005-04-14remove BUGS section, as no longer relevant;Jason McIntyre
ok hshoexer@ markus@
2005-04-14arg to -b is an address, not if_name;Jason McIntyre
ok markus@
2005-04-14do not reset tuner and audio settings on open/close; from jakemsr@Michael Shalayeff
2005-04-14don't forget to enable pf and load ruleset;Jason McIntyre
2005-04-14simplify filter rules somewhat:Jason McIntyre
- use a macro for ext_if - use 1 block rule (rather than block in and out)
2005-04-14fix possible double free(), thans to Andrey MatveevReyk Floeter
2005-04-14- example policy files are identical for machines A and B, so combineJason McIntyre
into one step - mention necessary permissions for isakmpd.policy - document these permissions are needed because of sensitive information, not just because of shared secrets: isakmpd.policy need not contain a shared secret - remove useless .Pp agreed w/ hshoexer@
2005-04-14shave off a few bytes, alpha floppies fit again nowHenning Brauer
2005-04-14move the few needlessly special-cased root:wheel 0644 files to BIN1Henning Brauer
2005-04-14arg to -I is an address, not if_name;Jason McIntyre
ok hshoexer@
2005-04-14tidy up "Choosing a key exchange method", and do not confuse punter;Jason McIntyre
ok hshoexer@
2005-04-14use snprintf. okay deraadt@Marc Espie
2005-04-14reduce diff between isakmpd.conf sections for machines A and B;Jason McIntyre
2005-04-14since we chroot by default, always init fallback entropy sourceJakob Schlyter
2005-04-14we already have a section on configuring firewall rules, so refer to itJason McIntyre
in EXAMPLES rather than reproducing info (and confusing people); make the firewall section of manual and automatic keying the same; this also fixes an issue reported by steve murdoch back in november, that parts of vpn(8) were repeating themselves; sorry to take so long to fix this, steve;
2005-04-14make this part consistent too;Jason McIntyre
2005-04-14do not mess about w/ the order of macros in pf rules, it just makesJason McIntyre
the page harder to read;
2005-04-14make the intro a little more consistent;Jason McIntyre
2005-04-14add the prefix length to nlen for ustar; ok otto millertMarkus Friedl
2005-04-14back out last, some breakage crept inHenning Brauer
2005-04-14mark up NULL w/ .Dv;Jason McIntyre
2005-04-14Make sure recording is started before we return EWOULDBLOCK in a read().Brad Smith
From NetBSD ok mickey@
2005-04-14regenBrad Smith
2005-04-14rename unknown Agere PHY, this is a Lucent LU6612 10/100 PHY.Brad Smith
2005-04-14sync the list of acceptable values for 'reason' with realityJoel Knight
2005-04-14set ret to 0 after using it to check snprintf() so thatJoris Vink
cvs_resp_handle() doesn't freak out and causes everything to go crazy and fail.