Age | Commit message (Expand) | Author |
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 |
2002-12-26 | Additional sanity checks for pf_route(). Please report when any of these | Daniel Hartmeier |
2002-12-25 | No need to define FOO?=foo for AS, CC, CPP and LD, as they are always already | Miod Vallat |
2002-12-25 | Turn xxUNIT, xxPARt, xxLABELDEV macro names into uppercase. | Miod Vallat |
2002-12-25 | Get prototypes from *dev_decl() macros rather than running our own. | Miod Vallat |
2002-12-25 | Do not force DEBUG to be defined here. hp300 is already slow enough. | Miod Vallat |
2002-12-25 | Initialize color palette from rasops settings (from sparc) rather than | Miod Vallat |
2002-12-24 | cleanup; ok costa@ | Alexander Yurchenko |
2002-12-24 | Received a christmas card from Diego and Wim -- thanks! | Hugh Graham |
2002-12-23 | regen | Michael Shalayeff |
2002-12-23 | a few more machines and devs | Michael Shalayeff |
2002-12-23 | no need to htons the port, it's already in net order, since we swapped it bac... | Michael Shalayeff |
2002-12-23 | Change from array to single pf_pabuf (no longer need multiple buffers as | Ryan Thomas McBride |
2002-12-23 | Repair minor indentation problem. | Miod Vallat |
2002-12-23 | dev/ata/ata.c should depends on wdc_base since it uses some calls | Alexander Yurchenko |
2002-12-23 | Fix complete botch in handling of 'openings'. | Kenneth R Westerback |
2002-12-22 | pfioc_changealtq is not needed anymore; queues will eventually be | Ryan Thomas McBride |
2002-12-22 | Define atagettrace_t type and use it instead of struct atagettrace. | Alexander Yurchenko |