summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-01-09If a write(2) is done with a length of zero bytes, short-circuit and do notThorsten Lockert
update the modification time -- required by POSIX. ok millert@ drahn@
2002-01-09replace buffer_consume(b, buffer_len(b)) with buffer_clear(b); ok provos@Markus Friedl
2002-01-09merge channel_pre_open_15/channel_pre_open_20; ok provos@Markus Friedl
2002-01-09perl lives in /usr/bin, not /usr/local/bin; Ingolf SchuchardtTodd C. Miller
2002-01-09append \n only for public keysMarkus Friedl
2002-01-09free() 'interface' in {nat,binat,rdr}ruleMike Pechkin
dhartmei@ ok
2002-01-09Add tests for 'no' translation rules and 'label' in filter rules.Daniel Hartmeier
2002-01-09Add labels to rules. These are arbitrary names (not to be confused withDaniel Hartmeier
tags that will be used to tag packets later on). Add pfctl -z to clear per-rule counters. Add pfctl -s labels to output per-rule counters in terse format and only for rules that have labels. Suggested by Henning Brauer.
2002-01-09o There's no such thing as a source overrun, remove the definitionJason Wright
o enable illegal read/write interrupts on 7811 (mainly for debugging)
2002-01-09Kill volatile now that jongjmp is history.Todd C. Miller
2002-01-09Put explicit register qualifiers into the inlines, so that they work correctlyMiod Vallat
when the kernel is compiled with -O0.
2002-01-09symbol addresses should be relativeEric Jackson
also, no need to read the aout header twice. actually this made symbol loading not work. millert@ ok
2002-01-08Clean up hifn/ubsec entries (and add new stuff)Jason Wright
2002-01-087811 supportJason Wright
2002-01-08Add support for the Hifn 7811 (Thanks to GTGI for donating the card).Jason Wright
While here, avoid resetting the card so often during the ram probe [speeds up autoconf and simplifies the driver a bit]. Also, add a missing argument to a debugging printf() (no longer ever called because the abort timers are disabled =)
2002-01-08Fix 16 vs. 32-bit mismatch. Solves the most common MBR hang.Kjell Wooding
This is from Mickey's tree. I inadvertently committed it without his permission last time. ok mickey@
2002-01-08ah yes,... cvs rm first.Jason Wright
2002-01-08Remove nofn stuffJason Wright
2002-01-08Remove nofn driver... it was much easier than I thought to support 7811Jason Wright
in the hifn7751 driver.
2002-01-08s;Hi/fn;Hifn; and add 7951Jason Wright
2002-01-08oops, put back some earlier changesEric Jackson
2002-01-08rename symtab to not collide with symtab in modload.cEric Jackson
2002-01-08change back to old behavior, where we load debugging symbols by default.Eric Jackson
2002-01-08add support in modload for ELFEric Jackson
from NetBSD miod@ ok.
2002-01-08Better version of pcap regression test. Use mutex and conditions toMarco S Hyman
sync threads instead of timeouts. Test passes with recent fgs@ patches (not commited yet)
2002-01-08atoi->strtoulEric Jackson
also, sbuf.private is a long
2002-01-08"no" is optional, of course, fix BNF.Daniel Hartmeier
2002-01-08sync with sudo 1.6.4rc2Todd C. Miller
2002-01-08correct altivec support enable for gas 2.11. (still in comment)Dale Rahn
2002-01-08typo; mjc@bitz.caTodd C. Miller
2002-01-08Permit flags to be set for savecore, e.g. to compress core dumpsThorsten Lockert
ok millert@ fgsch@
2002-01-08Add "no nat/rdr/binat" to nat.conf. The first matching rule applies.Daniel Hartmeier
If it is a "no" rule, no translation occurs. Useful to exclude certain packets from translation. Suggested by Henning Brauer.
2002-01-08Allow a CVS tagname to be expanded during checkout, export and update to beThorsten Lockert
specified on the command line; ok niklas@ pval@
2002-01-08syncTodd T. Fries
2002-01-08add sparc 'source'Todd T. Fries
2002-01-08SIOCSIFMTU support; patches by Claudio Castiglia <ccastig@softhome.net>Federico G. Schwindt
2002-01-08syncTodd T. Fries
2002-01-08+speaker,+pdcTodd T. Fries
2002-01-08add hppa 'source'Todd T. Fries
2002-01-08deal with 32 vs 64 bit pointers. from netbsd.Eric Jackson
misc cleanup as well
2002-01-08do not log() in per-packet input path. sync w/kameJun-ichiro itojun Hagino
2002-01-08syncTodd T. Fries
2002-01-08'delete ofdisk' drahn@Todd T. Fries
2002-01-08add mac68k 'source'Todd T. Fries
2002-01-08correct behavior of IPv4 over IPv6 tunnel (using gif).Jun-ichiro itojun Hagino
http://archives.neohapsis.com/archives/openbsd/2001-09/0165.html From: Alexander Yurchenko <grange@rt.mipt.ru>
2002-01-08Close potential memory leak wrt "fromname"; inspired by similar FreeBSDTodd C. Miller
changes.
2002-01-08STRING is never NULL so there is no need to test it for NULL beforeTodd C. Miller
freeing it.
2002-01-08add 'source'Todd T. Fries
2002-01-08enable sun3; ok miod@Todd T. Fries
2002-01-08add sun3 'source'Todd T. Fries