Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-01-09 | If a write(2) is done with a length of zero bytes, short-circuit and do not | Thorsten Lockert | |
update the modification time -- required by POSIX. ok millert@ drahn@ | |||
2002-01-09 | replace buffer_consume(b, buffer_len(b)) with buffer_clear(b); ok provos@ | Markus Friedl | |
2002-01-09 | merge channel_pre_open_15/channel_pre_open_20; ok provos@ | Markus Friedl | |
2002-01-09 | perl lives in /usr/bin, not /usr/local/bin; Ingolf Schuchardt | Todd C. Miller | |
2002-01-09 | append \n only for public keys | Markus Friedl | |
2002-01-09 | free() 'interface' in {nat,binat,rdr}rule | Mike Pechkin | |
dhartmei@ ok | |||
2002-01-09 | Add tests for 'no' translation rules and 'label' in filter rules. | Daniel Hartmeier | |
2002-01-09 | Add labels to rules. These are arbitrary names (not to be confused with | Daniel 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-09 | o There's no such thing as a source overrun, remove the definition | Jason Wright | |
o enable illegal read/write interrupts on 7811 (mainly for debugging) | |||
2002-01-09 | Kill volatile now that jongjmp is history. | Todd C. Miller | |
2002-01-09 | Put explicit register qualifiers into the inlines, so that they work correctly | Miod Vallat | |
when the kernel is compiled with -O0. | |||
2002-01-09 | symbol addresses should be relative | Eric Jackson | |
also, no need to read the aout header twice. actually this made symbol loading not work. millert@ ok | |||
2002-01-08 | Clean up hifn/ubsec entries (and add new stuff) | Jason Wright | |
2002-01-08 | 7811 support | Jason Wright | |
2002-01-08 | Add 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-08 | Fix 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-08 | ah yes,... cvs rm first. | Jason Wright | |
2002-01-08 | Remove nofn stuff | Jason Wright | |
2002-01-08 | Remove nofn driver... it was much easier than I thought to support 7811 | Jason Wright | |
in the hifn7751 driver. | |||
2002-01-08 | s;Hi/fn;Hifn; and add 7951 | Jason Wright | |
2002-01-08 | oops, put back some earlier changes | Eric Jackson | |
2002-01-08 | rename symtab to not collide with symtab in modload.c | Eric Jackson | |
2002-01-08 | change back to old behavior, where we load debugging symbols by default. | Eric Jackson | |
2002-01-08 | add support in modload for ELF | Eric Jackson | |
from NetBSD miod@ ok. | |||
2002-01-08 | Better version of pcap regression test. Use mutex and conditions to | Marco S Hyman | |
sync threads instead of timeouts. Test passes with recent fgs@ patches (not commited yet) | |||
2002-01-08 | atoi->strtoul | Eric Jackson | |
also, sbuf.private is a long | |||
2002-01-08 | "no" is optional, of course, fix BNF. | Daniel Hartmeier | |
2002-01-08 | sync with sudo 1.6.4rc2 | Todd C. Miller | |
2002-01-08 | correct altivec support enable for gas 2.11. (still in comment) | Dale Rahn | |
2002-01-08 | typo; mjc@bitz.ca | Todd C. Miller | |
2002-01-08 | Permit flags to be set for savecore, e.g. to compress core dumps | Thorsten Lockert | |
ok millert@ fgsch@ | |||
2002-01-08 | Add "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-08 | Allow a CVS tagname to be expanded during checkout, export and update to be | Thorsten Lockert | |
specified on the command line; ok niklas@ pval@ | |||
2002-01-08 | sync | Todd T. Fries | |
2002-01-08 | add sparc 'source' | Todd T. Fries | |
2002-01-08 | SIOCSIFMTU support; patches by Claudio Castiglia <ccastig@softhome.net> | Federico G. Schwindt | |
2002-01-08 | sync | Todd T. Fries | |
2002-01-08 | +speaker,+pdc | Todd T. Fries | |
2002-01-08 | add hppa 'source' | Todd T. Fries | |
2002-01-08 | deal with 32 vs 64 bit pointers. from netbsd. | Eric Jackson | |
misc cleanup as well | |||
2002-01-08 | do not log() in per-packet input path. sync w/kame | Jun-ichiro itojun Hagino | |
2002-01-08 | sync | Todd T. Fries | |
2002-01-08 | 'delete ofdisk' drahn@ | Todd T. Fries | |
2002-01-08 | add mac68k 'source' | Todd T. Fries | |
2002-01-08 | correct 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-08 | Close potential memory leak wrt "fromname"; inspired by similar FreeBSD | Todd C. Miller | |
changes. | |||
2002-01-08 | STRING is never NULL so there is no need to test it for NULL before | Todd C. Miller | |
freeing it. | |||
2002-01-08 | add 'source' | Todd T. Fries | |
2002-01-08 | enable sun3; ok miod@ | Todd T. Fries | |
2002-01-08 | add sun3 'source' | Todd T. Fries | |