Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-01-04 | memsize() serves no purpose anymore | Miod Vallat | |
2003-01-04 | move noroute from flag in pf_rule_addr into type in pf_addr_wrap. | Daniel Hartmeier | |
ok henning@, mcbride@ | |||
2003-01-04 | When detecting the memory size on 167 and 177, probe both memory controllers | Miod Vallat | |
instead than only the first one. From NetBSD | |||
2003-01-04 | Honour noroute in skip step calculation, found by cedric@ | Daniel Hartmeier | |
2003-01-04 | Fix a few pcctwo attachment addresses | Miod Vallat | |
2003-01-04 | Add support for polish keyboard from Kamil Andrusz wizz at mniam dot net. | Mats O Jansson | |
Replaced some Latin 1 symbols with Latin 2. -moj | |||
2003-01-04 | Add support for turkish keyboard from Berk Demir bdd at ieee dot org. | Mats O Jansson | |
Replaced some Latin 1 symbols with Latin 5. -moj | |||
2003-01-04 | reset cold at the end of cpu_configure(), add a comment when fooling w/ itmr | Michael Shalayeff | |
2003-01-04 | Don't define splassert goo if _LOCORE | Miod Vallat | |
2003-01-04 | Correctly invoke pmap_enter() [fix last argument] | Miod Vallat | |
2003-01-04 | Remove unused pf_add_addr(), ok mcbride@ | Daniel Hartmeier | |
2003-01-04 | A va_copy macro without drugs inside. Shupid miod. | Miod Vallat | |
2003-01-03 | splassert support for m88k | Miod Vallat | |
2003-01-03 | KNF | Theo de Raadt | |
2003-01-03 | Fix the unicast case call to bridge_rtupdate(), check that the -source- | Jason Wright | |
interface is LEARNING not the destination. | |||
2003-01-03 | 1) pfr_insert_kentries() cannot return ENOMEM anymore -> make it void. | Cedric Berger | |
2) add new PFR_FLAG_REPLACE for use by pfr_tst_addrs(). 3) add new pfrio_nmatch alias to pfioc_table, set by pfr_tst_addrs(). Tested on i386, sparc64 | |||
2003-01-03 | Provide a simple va_copy() implementation. | Miod Vallat | |
2003-01-02 | Adapt to recent changes in libc/libc_r wrt weak symbols, so that programs | Miod Vallat | |
can link against libc without unresolved symbols again. Anyone who correctly guessed that my m88k hard drive has been recovered, wins a strawberry lollipop. | |||
2003-01-02 | regen | Alexander Yurchenko | |
2003-01-02 | Add Promise PDC20376 SATA RAID | Alexander Yurchenko | |
ok miod@ | |||
2003-01-02 | Remove explicit numbering of enums. | Ryan Thomas McBride | |
ok fgsch@ dhartmei@ henning@ | |||
2003-01-02 | Require a direction to be specified for rules which do routing. | Ryan Thomas McBride | |
ok dhartmei@ henning@ | |||
2003-01-02 | D-Link DFE-650TXD new vendor mac. | Federico G. Schwindt | |
from Scott Parish <srp at srparish dot net> via PR/3052. | |||
2003-01-02 | When route-to/reply-to is used in combination with address translation, | Daniel Hartmeier | |
pf_test() may be called twice for the same packet. In this case, make sure the translation is only applied in the second call. This solves the problem with state insert failures where the second pf_test() call tried to insert another state entry after the first call's translation. ok henning@, mcbride@, thanks to Joe Nall for additional testing. | |||
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 | |
thanks. | |||
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 | |
(i.e: pfradix -a test 1.2.3.4 1.2.3.4). The ioctl can also report theses duplicate to the caller using the new PFR_FB_DUPLICATE feedback tag. | |||
2003-01-01 | Behaves properly when someone try to insert/delete the same table name | Cedric Berger | |
multiple time in the same ioctl (i.e. pfradix -A/D test test test). This is not a very efficient implementation, and I'll change it if someone really add/delete more than hundred of tables in the same ioctl. | |||
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 | |
stored in a separate list now. Regress tests still pass after sed "s/ a=end / /g", other skip steps are not affected. | |||
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 | |
Precursor to removing rule.action from skip steps. Also a couple of other small fixes: - s/PF_RULESET_RULE/PF_RULESET_FILTER/ - replacement of 4 with PF_RULESET_MAX in pfvar.h struct ruleset { - error handling in ioctl of an invalid value in rule.action - counting evaluations and matching packets for scrub rules ok henning@ dhartmei@ | |||
2002-12-31 | amiga and sun3 turned out to not be y2k+3 compliant here. Remove them, as | Miod Vallat | |
well as the few userland tools which were only used on these platforms. | |||
2002-12-31 | Prepare for the removal of amiga and sun3 platforms from the tree. | Miod Vallat | |
There has not been enough activity and interest towards these platform to keep them lying in the tree. | |||
2002-12-31 | sha1.c is needed by pf. | Matthieu Herrb | |
ok fgs@ | |||
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 | |
normal configurations, and sufficient for many. You can always increase it, if you need more concurrent states and have enough memory (65000 for 64MB RAM, for instance). Suggested earlier by henning@. ok mcbride@ | |||
2002-12-30 | Add new parameter to scsi_test_unit_ready(): retries number. | Alexander Yurchenko | |
Use increased retries number and don't ignore SCSI_IGNORE_NOT_READY when call scsi_test_unit_ready() for cd-rom, this makes system wait if drive is loading media. Tested by millert@ and fgsch@; some input and ok from krw@. Problem reported by The lord of the CD-writers Igor Grabin <violent@death.kiev.ua>. | |||
2002-12-30 | Use PLOCK for tsleep priority instead of the (rather bogus) PZERO - 4. | Todd C. Miller | |
PZERO - 4 == 18 which makes it equivalent to PRIBIO; not what we want. Discussed with art@ some time ago. | |||
2002-12-30 | If we can't allocate a struct sem_undo w/o sleeping, use PR_WAITOK | Todd C. Miller | |
but then check to see that one with our struct proc was not allocated in the meantime. | |||
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 | |
Thanks to Clarie Wouter (rimshot at pandora point be) |