Age | Commit message (Expand) | Author |
2002-10-14 | Allow one to specify a netblock in a binat rule: | Henning Brauer |
2002-10-14 | document USE_X11; from aleksander.piotrowski@piestrak.waw.pl | Peter Valchev |
2002-10-14 | your -> one's | Henning Brauer |
2002-10-14 | use stripcom(), not awk. Spotted by form@. | Mike Pechkin |
2002-10-13 | Xr files.conf(5) | Miod Vallat |
2002-10-13 | A new manual page to describe config(8)'s rules files. Will probably require | Miod Vallat |
2002-10-13 | Move the clearing of as->state in auth_challenge() to after the sanity | Todd C. Miller |
2002-10-13 | Avoid potential printf format string problem with challenge from | Todd C. Miller |
2002-10-13 | better USER_LDT comment; originally suggested by seb@todesplanet.de; ok deraadt | Peter Valchev |
2002-10-13 | whole bunch of VScom serial and parallel cards was missing here | Henning Brauer |
2002-10-13 | Boca serial multiport cards | Henning Brauer |
2002-10-13 | add support for | Henning Brauer |
2002-10-13 | Remove more '\n's from panic() statements. From Chris Kuethe. | Kenneth R Westerback |
2002-10-13 | track the end of physmem for use in dmmem_alloc | Michael Shalayeff |
2002-10-13 | talk about lo0 issues | Henning Brauer |
2002-10-13 | do not flush cache here, better support for intrhook, increase number of tran... | Michael Shalayeff |
2002-10-13 | split the scp/iscp/scb between the cache lines, make the leds blink better | Michael Shalayeff |
2002-10-12 | Enable test for proper inheritance of NONBLOCK flag on accept. | Marco S Hyman |
2002-10-12 | reduce the amount of output on this test so you can see when things | Marco S Hyman |
2002-10-12 | Prepare for ELF (mostly _C_LABEL sprinkling); ok drahn art | Peter Valchev |
2002-10-12 | oops, add the test | Marco S Hyman |
2002-10-12 | signal deliver to blocked thread test | Marco S Hyman |
2002-10-12 | Do not depend upon bugs in the pthreads implementation for proper | Marco S Hyman |
2002-10-12 | yet another oops; pointed out by <six@stalphonsos.com> | Jason Peel |
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback |
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback |
2002-10-11 | Add a bit on volatile vs volatile pointers. OK jason@ millert@ | Marco S Hyman |
2002-10-11 | Add 'proto tcp' to example rdr rule, it's required now. | Daniel Hartmeier |
2002-10-11 | remove unused/unreferenced code. | Marco S Hyman |
2002-10-11 | add two missing ones, correct four others -- noticed by Number Six | Jason Peel |
2002-10-11 | pad keys of size != RC4KEYLEN or RC4KEYLEN/2 with zero; noticed and tested by... | Markus Friedl |
2002-10-11 | Stash the value of letoh16(ver.wi_ver[0]) in a variable so we don't | Todd C. Miller |
2002-10-11 | Add a letoh16() since card ids in WI_CARD_IDS are not guaranteed | Todd C. Miller |
2002-10-11 | Sigh, we can't just put the htole16() in the WI_CARD_IDS macro | Todd C. Miller |
2002-10-11 | When a macro cannot be expanded because it is not defined, say so. Also warn | Camiel Dobbelaar |
2002-10-11 | In lgetc(), compress strings of whitespace to a single space. This makes | Camiel Dobbelaar |
2002-10-11 | scalb() in vax libm is in fact scalbn(), so change the symbol name. | Miod Vallat |
2002-10-11 | make CBQ aware of the pf API so that pf developers can play with CBQ. | Kenjiro Cho |
2002-10-10 | Style nits. Use STDERR_FILENO, not just 2. Also use parens with | Todd C. Miller |
2002-10-10 | constify a few strings. various@ ok | Artur Grabowski |
2002-10-10 | Make wi_get_id() table driven, similar to NetBSD and FreeBSD but | Todd C. Miller |
2002-10-10 | mention that the Sun Crypto Accelerator 1000 is suspected to be a Broadom 5821. | Jason Wright |
2002-10-10 | Match the Sun Crypto Adapter 1000, it appears to be a broadcom 5821. | Jason Wright |
2002-10-10 | sync; sun crypto 1000; from Jamil Nimeh | Jason Wright |
2002-10-10 | Sun Crypto 1000 | Jason Wright |
2002-10-10 | Missing m_pullup() and mbuf corruption. This potentially caused | Daniel Hartmeier |
2002-10-10 | protect against multiple inclusion; pointed out by naddy, miod ok | Peter Valchev |
2002-10-10 | padd pf_state; dhartmei@ ok | Michael Shalayeff |
2002-10-10 | add a borrow flag to be used by pf/altq. | Kenjiro Cho |
2002-10-10 | preserve the m_tag order in m_tag_copy_chain() as originally intended. | Kenjiro Cho |