summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-02-24Do not redefine stuff already in <sys/disklabel.h>Miod Vallat
2003-02-24when a macro is redefined, don't bother with reusing the existing entry inHenning 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-24lzs with hifn.4 is available tooJason Wright
2003-02-24SADB_X_CALG_MAX is supposed to be the highest numbered supported algorithmJason Wright
(prevents a crash in the debugging code in pfkeyv2_parsemessage.c)
2003-02-24test for invalid next pointers in symhead with macro redefinitions.Henning Brauer
fails right now
2003-02-24Detypoing; henric@ and meAlexander Yurchenko
2003-02-24mention lzsJason Wright
2003-02-24Add support for LZS compression (only usable by ipcomp at the moment)Jason Wright
2003-02-24more tcfs bye byeTheo de Raadt
2003-02-24changed MI zipcodes; david@phobia.msTheo de Raadt
2003-02-24Defer the iomem extent initialization until the MMU is enabled. This isMiod Vallat
necessary since the last pmap changes, to get proper serial console initialization. From NetBSD, tested by nick@
2003-02-24pf_key_v2_flow: typo in debug msg (KAME)Markus Friedl
2003-02-24More illegal table constructs.Cedric Berger
2003-02-24echo->printf, because echo does not accept "\n" in all shells.Cedric Berger
ok henning@
2003-02-24Fix bogus inet_net_pton() translation example.Cedric Berger
ok henning@
2003-02-24to toHenning Brauer
found by krause
2003-02-24Oops, forgot to commit that part of the pmap_kenter changes; spotted by art@Miod Vallat
2003-02-24sync with realityTed Unangst
ok art@
2003-02-24correct typoTed Unangst
ok art@
2003-02-24of ofTheo de Raadt
2003-02-24the theTheo de Raadt
2003-02-24of ofTheo de Raadt
2003-02-24bye bye tcfsTheo de Raadt
2003-02-24bye byeTheo de Raadt
2003-02-24For CMD chips call pciide_chan_candisable() for both channels to preventAlexander 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-24need stdlib.h tooTheo de Raadt
2003-02-24Remove tcfs until this entire licensing mess is cleaned up. This isTheo de Raadt
ANOTHER case of a developer having ignored licenses when importing code.
2003-02-24Sync struct pcb and struct mdproc with what other m68k ports use. This willMiod Vallat
eventually be factorized someday...
2003-02-24Prefer pmap_kenter_pa() rather than pmap_enter() for the buffers.Miod Vallat
2003-02-24s/Nx/Ox/Alexander Yurchenko
ok deraadt@
2003-02-24Various typos.Miod Vallat
2003-02-24Fix copy/paste typoAlexander Yurchenko
art@ ok
2003-02-24setup -> "set up" where appropriateKjell Wooding
ok deraadt@
2003-02-23define HAS_vsnprintfTheo de Raadt
2003-02-23initialize errorTed Unangst
ok miod@
2003-02-23typo in export_auth; ok ho@Markus Friedl
2003-02-23Test for invalid scrub rules.Ryan Thomas McBride
2003-02-23Test invalid conditions in rdr-anchor and binat-anchor.Ryan Thomas McBride
2003-02-22don't use home grown timeval comparison when timercmp() is available; ↵Jason Wright
pointed out by henric
2003-02-22always use %tick based microtime (ie. remove conditional for counter-timer)Jason Wright
2003-02-22pfctl allows a space between the < >'s and the table name.Ryan Thomas McBride
2003-02-22Make the pfload regression tests check translation rules as well asRyan Thomas McBride
filter rules.
2003-02-22check for a NULL tag in bus_space_render_tag() so that other debug code ↵Jason Wright
doesn't crash.
2003-02-22rearrange allocations and such so that this actually attaches (still panicsJason Wright
when attaching the pcibus... Still working on it =)
2003-02-22krause found one more untested thing: per-rule timeouts and per-rule stateHenning Brauer
limit. woohoo!
2003-02-22typo: noneheless->nonthelessKjell Wooding
2003-02-22Clarify some language, grammar. ho@ okayed this many moons ago,Kjell Wooding
and I forgot all about it.
2003-02-21Plug two mbuf leak on error bugs, one from dhartmei one from me.Jason Wright
2003-02-21remove useless assignmentTed Unangst
ok jason@
2003-02-21kill unused variablesTed Unangst
ok jason@