Age | Commit message (Expand) | Author |
2003-07-04 | knf typo | Markus Friedl |
2003-07-04 | no need for an BKTR_DEBUG always | Michael Shalayeff |
2003-07-04 | cosmetic changes to keep the different code paths in sync; ok henning | Markus Friedl |
2003-07-04 | -add a "natpass" field to pf_rule | Henning Brauer |
2003-07-04 | bad redundant copy; ok daniel | Markus Friedl |
2003-07-03 | ansify | Jason Wright |
2003-07-03 | ansify | Jason Wright |
2003-07-03 | unused global. dhartmei ok | Jun-ichiro itojun Hagino |
2003-07-03 | Fix a _C_LABEL() typo. | Dale Rahn |
2003-07-03 | sync | Ted Unangst |
2003-07-03 | add mmap2 (mmap64, take your pick) and clean up some. use MAP_TRYFIXED | Ted Unangst |
2003-07-02 | [kick] fix merge error. | Dale Rahn |
2003-07-02 | Use defines for the interrupt type, not magic numbers. | Dale Rahn |
2003-07-02 | Add a stub where code could be added to make use of the new key on recent | Dale Rahn |
2003-07-02 | If the fpu or vector registers are not currently associated with any | Dale Rahn |
2003-07-02 | fix tslot issues (need level-triggered interrupts); from miod | Todd T. Fries |
2003-07-02 | Reduce the amount of asm code in powerpc/macppc by replacing it with | Dale Rahn |
2003-07-02 | make ppc_intr_(enable|disable)() inlined functions. | Dale Rahn |
2003-07-02 | bump mktemp randomness from 6->10 X's | Anil Madhavapeddy |
2003-07-02 | comitted->committed in a comment | Anil Madhavapeddy |
2003-07-01 | add MAP_TRYFIXED, mostly to help emulate other systems. | Ted Unangst |
2003-07-01 | sync | Ted Unangst |
2003-07-01 | remove sys_omquery. it was only used for two weeks, and you can't | Ted Unangst |
2003-07-01 | Don't dma map the xs->cmd. Copy it to a safe buffer that is already | Kenneth R Westerback |
2003-07-01 | wrap pf_normalize_ip6() by #ifdef INET6. pointed out by Wouter Clarie | Jun-ichiro itojun Hagino |
2003-06-30 | change that queue ID allocator so it always has the queues sorted by ID. | Henning Brauer |
2003-06-30 | reset interface statistics when loginterface is changed, closes pr3332, | Daniel Hartmeier |
2003-06-30 | missing pf_tag_purge() | Henning Brauer |
2003-06-30 | move prototype for pf_tag_purge() to pfvar.h | Henning Brauer |
2003-06-30 | initialize srcrt properly (so that it won't go mad when NPF==0). cedric | Jun-ichiro itojun Hagino |
2003-06-30 | do not generate icmp6 redirect if PF rewrote the destination address. | Jun-ichiro itojun Hagino |
2003-06-30 | remove the use of tl_unit | Anil Madhavapeddy |
2003-06-30 | remove the use of sis_unit | Anil Madhavapeddy |
2003-06-29 | normalize IPv6 packet (no reass, but it is a start). dhartmei & henning ok | Jun-ichiro itojun Hagino |
2003-06-29 | change a %ju (which we dont have yet) to a %lu with an argument cast | Anil Madhavapeddy |
2003-06-29 | - cast rfact to int64_t before multiplication to avoid sign overflow | Alexander Yurchenko |
2003-06-29 | Don't check for valid ipa_nio in attach since we don't use pnp here; | Alexander Yurchenko |
2003-06-29 | quell a "not a pointer" warning by using 0x%lx instead of %p for a vaddr_t | Anil Madhavapeddy |
2003-06-29 | lose ste_unit; jason@ ok | Anil Madhavapeddy |
2003-06-29 | nuke sf_unit; jason@ ok | Anil Madhavapeddy |
2003-06-29 | remove usage of xl_unit | Jason Wright |
2003-06-29 | another bad format string; %s->%d | Anil Madhavapeddy |
2003-06-29 | bad format string; %s -> %d | Anil Madhavapeddy |
2003-06-29 | unused global. dhartmei ok | Jun-ichiro itojun Hagino |
2003-06-28 | supply missing argument to a panic string; ok tedu, deraadt | Anil Madhavapeddy |
2003-06-28 | fix wrong format type; ok deraadt, tedu, mickey | Anil Madhavapeddy |
2003-06-28 | Fix a bug which would promote a target from TARST_PROBING to | Kenneth R Westerback |
2003-06-28 | back out that which does not compile | Theo de Raadt |
2003-06-28 | grr... committed previous from the wrong tree... fixed version, which also | Jason Wright |
2003-06-28 | add emulations for slinear:8 and ulinear:8; ok miod | Jason Wright |