summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-02-06`numbits' arg to openssl dsaparam does not have to be the last argumentJason McIntyre
specified;
2004-02-06more Knall & Rauch -> ANSI C, KNF and stuff that makes this a bit moreHenning Brauer
readable. no effect on the binary. From: Emil Mikulic <emikulic@dmr.ath.cx>
2004-02-06typo from Tamas Tevesz, via nick@;Jason McIntyre
2004-02-06Dont compress bsd.rd dont know if ABLE can cope, no bootloader on cats yet.Dale Rahn
2004-02-06cats, you idiot.Dale Rahn
2004-02-06remove silly stub file for alpha and only try to compile _atomic_lock.cBrad Smith
if it actually exists. ok marc@
2004-02-06some cpus start to have a NX oriented PGEX_ITheo de Raadt
2004-02-05allocate curpeer little earlier.Henning Brauer
there's a rather obscure error path where teh later allocation causes trouble, claudio ok
2004-02-05Decrement reference count in error case if uvm_map(9) fails and weTodd C. Miller
had previously increased the reference count. Should not happen, but... From dhartmei@; ok deraadt@
2004-02-05syncTodd T. Fries
2004-02-05rm SunOS support, ok deraadt@, docs work in progressTodd T. Fries
2004-02-05Don't print two confusing error messages, print a single clear one.Otto Moerbeek
ok deraadt@ hshoexer@ avsm@
2004-02-05Correct a reference counting bug in shmat(2); adapted from FreeBSD.Todd C. Miller
OK deraadt@ tedu@ dhartmei@
2004-02-05expose two more functionsTheo de Raadt
2004-02-05pfctl_update_qstats() returns -1 on error and the # of queues otehrwiseHenning Brauer
fix a check of the return value to cope woth that inspired by PR3675 from Marc Huber <Marc.Huber@web.de>, fixed slightly different.
2004-02-05fix ETA for > 4GB; bugzilla #791; ok henning@ deraadt@Markus Friedl
2004-02-05error message tuningHenning Brauer
more power!
2004-02-05introduce group IDs. will be needed for filtering (or rather, ease thingsHenning Brauer
there) just assign them from the neighbor ID pool - fortunately, that is rather simple, we just have to make sure that all members of the group and (later) all filter rules pointing to the group agree on the ID, but it does not need to stay the same across config reloads. ok claudio@
2004-02-05make .Nm match .Dt to avoid screwy apropos(1) output;Jason McIntyre
found by pb@
2004-02-05xlint compatible headers. (non-gcc)Dale Rahn
2004-02-05isours() returns a pointer and thus should be checked against NULL not 0Henning Brauer
From: Emil Mikulic <emikulic@dmr.ath.cx>
2004-02-05plug memory leak; PR3668 Emil Mikulic <emikulic@dmr.ath.cx>Henning Brauer
2004-02-05plug memory leak; PR3668 Emil Mikulic <emikulic@dmr.ath.cx>Henning Brauer
2004-02-05small logging cleanup and improvement requested by markusHans-Joerg Hoexer
ok ho@ markus@
2004-02-052 new cpuid ecx features in prescottTheo de Raadt
2004-02-05some small cleanup;Jason McIntyre
ok mcbride@
2004-02-05Pass SIGALRM through to privsep child if LoginGraceTime expires. ok markus@Darren Tucker
2004-02-05fix the conversion of the insn that comes from gen_load_multiple. ARM ↵Hiroaki Etoh
processor defines HAVE_load_multiple and uses this gen_load_multiple. ok pvalchev, drahn
2004-02-05remove never-to-be-used codepath (IPv4 mapped address). ok mcbrideJun-ichiro itojun Hagino
2004-02-05take RFC2460 section 5 last paragraph into consideration when we compute MSSJun-ichiro itojun Hagino
(if path MTU < 1280, use 1280 as packet size and attach fragment header). markus ok
2004-02-05Add ifstated(8) manpage.Ryan Thomas McBride
2004-02-05Clean up command line options:Ryan Thomas McBride
- Make -v work as intended. - Add -n to test config without doing anything.
2004-02-05Emphasise 'stderr'.Ryan Thomas McBride
ok henning@
2004-02-05correct size of registers written outTheo de Raadt
2004-02-05syncTheo de Raadt
2004-02-05prelimary sets for arm.Dale Rahn
2004-02-04Add initial sample config for ifstated. Syntax will change.Ryan Thomas McBride
ok deraadt@
2004-02-04Update to ifstated; replace parser, introduce the concept of states,Ryan Thomas McBride
external tests, and boolean logic. Allows ifstated to handle partial failures on firewalls that are CARPd to each other. ok deraadt@
2004-02-04Print a warning about disabling TSC.Alexander Yurchenko
ok deraadt@
2004-02-04s/transmitts/transmits/Jason McIntyre
from Gavin Atkinson (FreeBSD PR 62346);
2004-02-04remove some debug code and cleanup..Theo de Raadt
2004-02-04Pegasos II support, works around new northbridge config odditiesDale Rahn
and other artifacts found on pegII.
2004-02-04support wi@usb on pegasos.Dale Rahn
2004-02-04Change these defines to be a display specific define and also removeDale Rahn
the really long define. ok deraadt@
2004-02-04upper case ip;Jason McIntyre
2004-02-04Fix anchors (^ or $) in -w mode broken by the last commit's -w overhaul.Todd C. Miller
With this change we pass the updated regress. Tested and OK by ho@
2004-02-04Test 'pass proto { tcp udp icmp } modulate state' type rulesRyan Thomas McBride
2004-02-04Test comment continuation with \Ryan Thomas McBride
2004-02-04Traditionally, getopt(3) has treated "--foo" the same as "--". However,Todd C. Miller
this can cause confusion when a user tries to use a long option with a program that only supports short options. Furthermore, it appears to be in violation of POSIX, which states that "--" shall indicate the end of argument processing, not any string that begins with "--". OK otto@ and closes PR 3666.
2004-02-04Handle rules like 'pass ... proto { tcp udp icmp } ... modulate state'Ryan Thomas McBride
ok dhartmei@ henning@