summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-12-15make dc only match pn (temporarily)Jason Wright
1999-12-15From gcc development sources:Marc Espie
if -Wtraditional, warn about ANSI cpp string concatenation.
1999-12-15never go into persist mode if there are still segments to be retransmitted.Niels Provos
set retransmit timer again if it was cleared, that can happen in SACK when there are no elligble SACK holes to be retransmitted and the receiver window is full.
1999-12-15add missing Xrs and clean a bitJason Wright
1999-12-15man page for txphyJason Wright
1999-12-15fix declarationsEric Jackson
1999-12-15Be more verbose about when system immutable flags may be set/cleared.Aaron Campbell
1999-12-15usage cleanupTheo de Raadt
1999-12-15do not overwrite traffic class portion when filling in IPv6 version field.Jun-ichiro itojun Hagino
1999-12-15don't check INET too much, it will make trouble with lkm compilation.Jun-ichiro itojun Hagino
1999-12-15safe strcpyTheo de Raadt
1999-12-15overflow safeTheo de Raadt
1999-12-15does not overflowTheo de Raadt
1999-12-15Import of Darren Reed's IPFilter 3.3.4, including OpenBSD patches.Kjell Wooding
Many, many enhancements and improvements, including new in-kernel proxies, enhancements to logging, and many bugfixes. Note: Man pages have not yet been re-converted to mdoc.
1999-12-15add some text into DESCRIPTION. add reference to RFC. (sync with KAME)Jun-ichiro itojun Hagino
suggested by: deraadt
1999-12-15nuke *vm_alloc_page_contig, use bus_dmaJason Wright
1999-12-14remove realtekJason Wright
1999-12-14remove *vm_page_alloc_contig in favor of bus_dma.Jason Wright
1999-12-14sack.end may not be > tp->snd_max but can be equal.Niels Provos
1999-12-14remove rl* and rlphy*Jason Wright
1999-12-14Slight syntax change, '/' instead of ':' in addr/mask.Hakan Olsson
1999-12-14compat_bsdos needs this also. millert@ ok.Hakan Olsson
1999-12-14Compile.Jason Downs
1999-12-14Thanks aaron.Constantine Sapuntzakis
Changed time->ticks
1999-12-14syncTheo de Raadt
1999-12-14merge with freebsd:Jason Wright
o add flag DC_TX_INTR_ALWAYS for PNIC o Try to unreset the SIA as soon as possible in dc_reset()
1999-12-14Change cast (and argument declaration) from int to u_long so itAngelos D. Keromytis
compiles on alpha (janjaap@stack.nl)
1999-12-14Change error diagnostic from "lost interrupt" to "timeout"Constantine Sapuntzakis
Interrupt may not actually be lost. Maybe the application sent an unreasonably low timeout. To conclude lost interrupt, the device driver needs to check that the device actually transitioned to a new state. It is a bit premature to say this here.
1999-12-14Various fixes:Constantine Sapuntzakis
Use ticks not time. Ticks is monotonically increasing. Fix error output in wdc_atapi_ctrl ATAPI errors -> SCSI errors conversion now works better Other minor cleanup
1999-12-14New ipfilter files. Preparing for merge of ipfilter 3.3.4.Kjell Wooding
1999-12-14Install swapctl.2, not swapon.2. swapon.2 should probably go away.Todd C. Miller
1999-12-13remove extra checks for #define INET (merged mistakingly from kame).Jun-ichiro itojun Hagino
this is harmful against some of lkm compilation.
1999-12-13(hopefully) fix pauses reported by ES1370 usersConstantine Sapuntzakis
Fix failure to start playing in my ES1371-based card. Was caused by a disabled sample rate converter. Support for newer ES1371 variants Codec and sample-rate converter functions updated to reflect black magic in FreeBSD
1999-12-13syncConstantine Sapuntzakis
1999-12-13Ensoniq AudioPCI proliferation: CT5880 and Ectiva 1938Constantine Sapuntzakis
1999-12-12Use perl to do /usr/share/lib/tabset -> and /usr/lib/tabset -> /usr/share/tabsetTodd C. Miller
substiution in termcap generation as well as the pruning of unneeded entries in the xterm entry. This is only temporary until such time as we can remove the xterm hack altogether (new termtypes.master coming soon).
1999-12-12GOT addedJakob Schlyter
1999-12-12type conflict for 'extern Type *options' in channels.c; dot@dotat.atMarkus Friedl
1999-12-12hide debug printf behind #ifdef PMAPDEBUGMichael Shalayeff
1999-12-12sync with answer.c. reviewed by pjanzen@David Leonard
1999-12-12document -D. remove stuff about editing etc/services. accurately describe ↵David Leonard
broadcast behaviour. Va variables. add FILES section. reviewed by pjanzen@
1999-12-12User netdb to get well known port.David Leonard
Remove unused 3rd arg to main(). Revoke any setgid privs (unnecessary?) Add -D for command-line configuration options. Properly handle new, spawning connections. Fix that evil repeated-quit problem in two places. Fix a bug where a server would quit only if it were questioned for stats. Allow port sharing. Clean up havechar(). Don't allow write() to block. reviewed by pjanzen@
1999-12-12better error msg. hook to parse command line options. reviewed by pjanzen@David Leonard
1999-12-12Use socklen_tDavid Leonard
Cope with fragmented reads in the initial cilent connect a lot better/simpler. Check the team name. Caller must free allocated 'spawn' structures. reviewed by pjanzen@
1999-12-12Catch some bad draw characters (like NUL).David Leonard
Use display_beep() instead of write(,"\7",) Report read errors from stdin. reviewed by pjanzen@
1999-12-12Use netdb to find the hunt service port.David Leonard
Use the new probe_drivers(). Better warning messages about the -t option. Correct error message for monitors that find nothing. In the screen where the user has to choose the huntd host, show new hosts as they come in. Check statistics information for 'bad' characters. Allow space to be a team name (same as no team) reviewed by pjanzen@
1999-12-12sync KAME rcsid.Jun-ichiro itojun Hagino
1999-12-12inet6_rthdr_reverse() is not available yet.Jun-ichiro itojun Hagino
1999-12-12fix variable name, refer to huntd configs. reviewed by pjanzen@David Leonard
1999-12-12clear an array before filling. reviewed by pjanzen@David Leonard