Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-02-24 | Do not redefine stuff already in <sys/disklabel.h> | Miod Vallat | |
2003-02-24 | when a macro is redefined, don't bother with reusing the existing entry in | Henning Brauer | |
symset() but just prepend a new sym entry to symhead like we always did. as symget searches the list sequentially, the newest one is picked first. prevents an endless loop introduced when trying to reuse the existing entry by an invalid setting for the next pointer. fixes regress test pf57. found after conversation with Chris Linn, celinn at mtu dot edu ok dhartmei@ cedric@ | |||
2003-02-24 | lzs with hifn.4 is available too | Jason Wright | |
2003-02-24 | SADB_X_CALG_MAX is supposed to be the highest numbered supported algorithm | Jason Wright | |
(prevents a crash in the debugging code in pfkeyv2_parsemessage.c) | |||
2003-02-24 | test for invalid next pointers in symhead with macro redefinitions. | Henning Brauer | |
fails right now | |||
2003-02-24 | Detypoing; henric@ and me | Alexander Yurchenko | |
2003-02-24 | mention lzs | Jason Wright | |
2003-02-24 | Add support for LZS compression (only usable by ipcomp at the moment) | Jason Wright | |
2003-02-24 | more tcfs bye bye | Theo de Raadt | |
2003-02-24 | changed MI zipcodes; david@phobia.ms | Theo de Raadt | |
2003-02-24 | Defer the iomem extent initialization until the MMU is enabled. This is | Miod Vallat | |
necessary since the last pmap changes, to get proper serial console initialization. From NetBSD, tested by nick@ | |||
2003-02-24 | pf_key_v2_flow: typo in debug msg (KAME) | Markus Friedl | |
2003-02-24 | More illegal table constructs. | Cedric Berger | |
2003-02-24 | echo->printf, because echo does not accept "\n" in all shells. | Cedric Berger | |
ok henning@ | |||
2003-02-24 | Fix bogus inet_net_pton() translation example. | Cedric Berger | |
ok henning@ | |||
2003-02-24 | to to | Henning Brauer | |
found by krause | |||
2003-02-24 | Oops, forgot to commit that part of the pmap_kenter changes; spotted by art@ | Miod Vallat | |
2003-02-24 | sync with reality | Ted Unangst | |
ok art@ | |||
2003-02-24 | correct typo | Ted Unangst | |
ok art@ | |||
2003-02-24 | of of | Theo de Raadt | |
2003-02-24 | the the | Theo de Raadt | |
2003-02-24 | of of | Theo de Raadt | |
2003-02-24 | bye bye tcfs | Theo de Raadt | |
2003-02-24 | bye bye | Theo de Raadt | |
2003-02-24 | For CMD chips call pciide_chan_candisable() for both channels to prevent | Alexander Yurchenko | |
setuping channel 0 without any drives. This solves a long delay during the pciide probe on a diskless sparc64. Found and tested by miod@. | |||
2003-02-24 | need stdlib.h too | Theo de Raadt | |
2003-02-24 | Remove tcfs until this entire licensing mess is cleaned up. This is | Theo de Raadt | |
ANOTHER case of a developer having ignored licenses when importing code. | |||
2003-02-24 | Sync struct pcb and struct mdproc with what other m68k ports use. This will | Miod Vallat | |
eventually be factorized someday... | |||
2003-02-24 | Prefer pmap_kenter_pa() rather than pmap_enter() for the buffers. | Miod Vallat | |
2003-02-24 | s/Nx/Ox/ | Alexander Yurchenko | |
ok deraadt@ | |||
2003-02-24 | Various typos. | Miod Vallat | |
2003-02-24 | Fix copy/paste typo | Alexander Yurchenko | |
art@ ok | |||
2003-02-24 | setup -> "set up" where appropriate | Kjell Wooding | |
ok deraadt@ | |||
2003-02-23 | define HAS_vsnprintf | Theo de Raadt | |
2003-02-23 | initialize error | Ted Unangst | |
ok miod@ | |||
2003-02-23 | typo in export_auth; ok ho@ | Markus Friedl | |
2003-02-23 | Test for invalid scrub rules. | Ryan Thomas McBride | |
2003-02-23 | Test invalid conditions in rdr-anchor and binat-anchor. | Ryan Thomas McBride | |
2003-02-22 | don't use home grown timeval comparison when timercmp() is available; ↵ | Jason Wright | |
pointed out by henric | |||
2003-02-22 | always use %tick based microtime (ie. remove conditional for counter-timer) | Jason Wright | |
2003-02-22 | pfctl allows a space between the < >'s and the table name. | Ryan Thomas McBride | |
2003-02-22 | Make the pfload regression tests check translation rules as well as | Ryan Thomas McBride | |
filter rules. | |||
2003-02-22 | check for a NULL tag in bus_space_render_tag() so that other debug code ↵ | Jason Wright | |
doesn't crash. | |||
2003-02-22 | rearrange allocations and such so that this actually attaches (still panics | Jason Wright | |
when attaching the pcibus... Still working on it =) | |||
2003-02-22 | krause found one more untested thing: per-rule timeouts and per-rule state | Henning Brauer | |
limit. woohoo! | |||
2003-02-22 | typo: noneheless->nontheless | Kjell Wooding | |
2003-02-22 | Clarify some language, grammar. ho@ okayed this many moons ago, | Kjell Wooding | |
and I forgot all about it. | |||
2003-02-21 | Plug two mbuf leak on error bugs, one from dhartmei one from me. | Jason Wright | |
2003-02-21 | remove useless assignment | Ted Unangst | |
ok jason@ | |||
2003-02-21 | kill unused variables | Ted Unangst | |
ok jason@ |