Age | Commit message (Expand) | Author |
2003-01-02 | Remove explicit numbering of enums. | Ryan Thomas McBride |
2003-01-02 | Require a direction to be specified for rules which do routing. | Ryan Thomas McBride |
2003-01-02 | D-Link DFE-650TXD new vendor mac. | Federico G. Schwindt |
2003-01-02 | When route-to/reply-to is used in combination with address translation, | Daniel Hartmeier |
2003-01-01 | Fill cpu_model, so that sysctl hw.model produces something interesting. | Miod Vallat |
2003-01-01 | Repair my last commit - zero the 2 radix nodes before inserting into table. | Cedric Berger |
2003-01-01 | 2003 in copyright | Peter Valchev |
2003-01-01 | Invalid key in french type 5 keyboard layout; reported by Olivier Cherrier, | Miod Vallat |
2003-01-01 | use a #define for the default state table size | Henning Brauer |
2003-01-01 | KNF | Henning Brauer |
2003-01-01 | KNF | Henning Brauer |
2003-01-01 | disable the CLSTATS flag for now, since it violates the O_RDONLY check. | Cedric Berger |
2003-01-01 | Behaves correctly when duplicate addresses are given in the same ioctl. | Cedric Berger |
2003-01-01 | Behaves properly when someone try to insert/delete the same table name | Cedric Berger |
2003-01-01 | rip off a vmapbuf() from sparc, fix a bug in the vunmapbuf | Michael Shalayeff |
2003-01-01 | Remove skip step for action (scrub vs. non-scrub), as scrub rules are | Daniel Hartmeier |
2003-01-01 | Fix breakage from PF_RULESET_MAX increase, regress tests match again. | Daniel Hartmeier |
2002-12-31 | Split scrub rules out from the filter rules in the kernel. | Ryan Thomas McBride |
2002-12-31 | amiga and sun3 turned out to not be y2k+3 compliant here. Remove them, as | Miod Vallat |
2002-12-31 | Prepare for the removal of amiga and sun3 platforms from the tree. | Miod Vallat |
2002-12-31 | sha1.c is needed by pf. | Matthieu Herrb |
2002-12-31 | + NFSCLIENT | Theo de Raadt |
2002-12-31 | don't overrun user-supplied buffer. from jinmei@kame, deraadt ok | Jun-ichiro itojun Hagino |
2002-12-31 | Use a default state table limit of 10000 entries. This is safe for all | Daniel Hartmeier |
2002-12-30 | Add new parameter to scsi_test_unit_ready(): retries number. | Alexander Yurchenko |
2002-12-30 | Use PLOCK for tsleep priority instead of the (rather bogus) PZERO - 4. | Todd C. Miller |
2002-12-30 | If we can't allocate a struct sem_undo w/o sleeping, use PR_WAITOK | Todd C. Miller |
2002-12-30 | Don't forget to copyout the time at which statistics got cleared. | Cedric Berger |
2002-12-30 | really count the number of deleted tables - obvious fix. | Cedric Berger |
2002-12-30 | Add $OpenBSD$ tag. | Thierry Deval |
2002-12-30 | Update. | Thierry Deval |
2002-12-30 | Some cleanup. | Thierry Deval |
2002-12-30 | Implement the reconnect callback. This will be called whenever an SBP2 node's | Thierry Deval |
2002-12-30 | As we still don't have a data_page_dir support yet, transfers of more than | Thierry Deval |
2002-12-30 | Some devices have bad ConfigROM crc, but contain valid Unit entries. | Thierry Deval |
2002-12-30 | Make the callbacks entry non-constant. | Thierry Deval |
2002-12-30 | Re-design fwohci_hadler_set() to use a new key3. | Thierry Deval |
2002-12-30 | proper HOSTAP_FLAGS_BITS; from merith@vantronix.net | Michael Shalayeff |
2002-12-30 | KNF | Henning Brauer |
2002-12-30 | KNF | Henning Brauer |
2002-12-29 | Fix a couple of cases where semutot was not getting decremented and | Todd C. Miller |
2002-12-29 | Add support for radix tables for source and destination of PF rules. | Cedric Berger |
2002-12-29 | fix buf allocation; partoff may be a NULL too | Michael Shalayeff |
2002-12-28 | fix C++ semantics. | Marc Espie |
2002-12-27 | Bugfix and better error handling: | Ryan Thomas McBride |
2002-12-27 | Fixups for pf_route and pf_route6. | Ryan Thomas McBride |
2002-12-27 | Use model control capability to distinguish 8 from 16 line models, | Hugh Graham |
2002-12-27 | Handle binat-anchor rules in pf_match_translation(), they don't have a | Daniel Hartmeier |
2002-12-27 | Initialize rt_ifp in newly allocated pf_state objects to NULL. | Daniel Hartmeier |
2002-12-26 | Prettier debug printing in pf_map_addr. | Ryan Thomas McBride |