summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-10-11Add a bit on volatile vs volatile pointers. OK jason@ millert@Marco S Hyman
2002-10-11Add 'proto tcp' to example rdr rule, it's required now.Daniel Hartmeier
2002-10-11remove unused/unreferenced code.Marco S Hyman
2002-10-11add two missing ones, correct four others -- noticed by Number SixJason Peel
2002-10-11pad keys of size != RC4KEYLEN or RC4KEYLEN/2 with zero; noticed and tested by...Markus Friedl
2002-10-11Stash the value of letoh16(ver.wi_ver[0]) in a variable so we don'tTodd C. Miller
2002-10-11Add a letoh16() since card ids in WI_CARD_IDS are not guaranteedTodd C. Miller
2002-10-11Sigh, we can't just put the htole16() in the WI_CARD_IDS macroTodd C. Miller
2002-10-11When a macro cannot be expanded because it is not defined, say so. Also warnCamiel Dobbelaar
2002-10-11In lgetc(), compress strings of whitespace to a single space. This makesCamiel Dobbelaar
2002-10-11scalb() in vax libm is in fact scalbn(), so change the symbol name.Miod Vallat
2002-10-11make CBQ aware of the pf API so that pf developers can play with CBQ.Kenjiro Cho
2002-10-10Style nits. Use STDERR_FILENO, not just 2. Also use parens withTodd C. Miller
2002-10-10constify a few strings. various@ okArtur Grabowski
2002-10-10Make wi_get_id() table driven, similar to NetBSD and FreeBSD butTodd C. Miller
2002-10-10mention that the Sun Crypto Accelerator 1000 is suspected to be a Broadom 5821.Jason Wright
2002-10-10Match the Sun Crypto Adapter 1000, it appears to be a broadcom 5821.Jason Wright
2002-10-10sync; sun crypto 1000; from Jamil NimehJason Wright
2002-10-10Sun Crypto 1000Jason Wright
2002-10-10Missing m_pullup() and mbuf corruption. This potentially causedDaniel Hartmeier
2002-10-10protect against multiple inclusion; pointed out by naddy, miod okPeter Valchev
2002-10-10padd pf_state; dhartmei@ okMichael Shalayeff
2002-10-10add a borrow flag to be used by pf/altq.Kenjiro Cho
2002-10-10preserve the m_tag order in m_tag_copy_chain() as originally intended.Kenjiro Cho
2002-10-10anotherHenning Brauer
2002-10-10syncTheo de Raadt
2002-10-10add socket test to check blocking/non-blocking mode on accept.Marco S Hyman
2002-10-09Remove trailing '\n's from panic messages.Kenneth R Westerback
2002-10-09missing comma; hiten@uk.FreeBSD.orgTheo de Raadt
2002-10-09pretty printTheo de Raadt
2002-10-09Use strtoll() and strtoull() instead of strtoq() and strtouq() nowTodd C. Miller
2002-10-09supress too noisy log - can be re-enabled by sysctl. sync w/kameJun-ichiro itojun Hagino
2002-10-09comment where code is usedMarco S Hyman
2002-10-09Nobody expects the spanish inquisition!Miod Vallat
2002-10-09document the extended return-icmp syntax, block return, block drop and setHenning Brauer
2002-10-09regenHenning Brauer
2002-10-09Broadcom BCM4401Henning Brauer
2002-10-09install SSL_do_handshake(3) as well; markus@ okFederico G. Schwindt
2002-10-09Patch from sendmail.org to fix potential smrsh bypass describedTodd C. Miller
2002-10-09predicates are part of the grammar now; in non-root case, predicates areJun-ichiro itojun Hagino
2002-10-09new message to track uid/gid changesJun-ichiro itojun Hagino
2002-10-09clean-up. check that SA_RESETHAND does the right thing, too.Marco S Hyman
2002-10-08fix two incorrect L<> calls; ok millert@Wilbern Cobb
2002-10-08Gremlin; spotted by Dries Schellekens (gwyllion at ulyssis dot org), thanks!Miod Vallat
2002-10-08the first step of pf/altq merge.Kenjiro Cho
2002-10-08formatting knit, fix a run-together phraseTodd T. Fries
2002-10-08"output" is a pointer of size "outlen", so use outlen instead ofJun-ichiro itojun Hagino
2002-10-08assume that inserting a template implies permit for the currentJun-ichiro itojun Hagino
2002-10-08sa_family on wire is network byteorder. from Alexander Yurchenko <grange@rt.m...Jun-ichiro itojun Hagino
2002-10-08 remove <0 checks on unsigned numbers.Vincent Labrecque