summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused #include and prototype declaration.luoqi2000-01-301-2/+0
|
* Typo fix. While I am at it, remove the name translation from block to rawluoqi2000-01-301-26/+3
| | | | | | | device, they are equivalent now (or more accurately we no longer have block devices). Submitted by: Gregory Sutter <gsutter@pobox.com>
* Document OpenSSL directories.kris2000-01-301-0/+4
|
* Add NO_OPENSSL knob to turn off building of opensslkris2000-01-301-1/+4
| | | | Requested by: wollman
* Add NO_OPENSSL knob to turn off building of opensslkris2000-01-301-1/+4
| | | | Requested by: wollman
* Fix kernel build breakage.shin2000-01-301-1/+1
| | | | | | ip6_fw.c also needs ipv6firewall options. Sorry for the problem. Submitted by: Jim Bloom <bloom@acm.org>
* Merge tcpdump 3.5fenner2000-01-3031-1132/+1764
|
* This commit was generated by cvs2svn to compensate for changes in r56893,fenner2000-01-30102-456/+20088
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of tcpdump.org tcpdump v3.5fenner2000-01-30131-928/+23078
| |
| * This commit was manufactured by cvs2svn to create branchcvs2svn1999-02-204-0/+1077
| | | | | | | | 'VENDOR-tcpdump'.
* | Upgrade to libpcap 0.5fenner2000-01-301-2/+2
| |
* | Merge libpcap 0.5fenner2000-01-3010-53/+1153
| |
* | This commit was generated by cvs2svn to compensate for changes in r56889,fenner2000-01-3032-179/+506
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Virgin import of tcpdump.org libpcap v0.5fenner2000-01-3042-210/+1629
| | |
* | | Use __strong_reference() instead of __weak_reference() to assure that thejasone2000-01-2960-60/+60
| | | | | | | | | | | | weak symbols of the same name are not used.
* | | Add __strong_reference().jasone2000-01-291-0/+2
| | |
* | | cosmetic changes only.sos2000-01-291-1/+1
| | |
* | | Grammar fix: ``Different than'' should be ``different from''.chris2000-01-291-1/+1
| | |
* | | Add wx && ses manpagesmjacob2000-01-291-2/+2
| | |
* | | add a minimal man page for the SES drivermjacob2000-01-291-0/+129
| | |
* | | add a figleaf of a man page for the Intel Gigabit cardmjacob2000-01-291-0/+51
| | |
* | | Correcting SECURITY warning.chuckr2000-01-292-22/+32
| | | | | | | | | | | | | | | Submitted by: Kris Kennaway Reviewed by: Warner Losh
* | | Merge from RELENG_3 (oops):chris2000-01-291-5/+5
| | | | | | | | | | | | | | | resolved_name -> resolved_path resolvedname -> resolved_path
* | | Use config's tools rather than #if's.peter2000-01-292-5/+1
| | |
* | | Get the KASSERT right.n_hibma2000-01-291-1/+1
| | |
* | | Tidy up stray or bogus #if NFOO > 0 and #include "foo.h".peter2000-01-296-24/+0
| | |
* | | Remove a rather bizzare set of #ifdefs and #defines that all worked outpeter2000-01-291-10/+0
| | | | | | | | | | | | to be a NO-OP.
* | | Remove #if NDGB > 0 and #if NDGM > 0peter2000-01-294-18/+0
| | |
* | | Remove a somewhat odd #if that is always true (NOLTR will be alwayspeter2000-01-291-4/+0
| | | | | | | | | | | | 1 or more if this file is being compiled)
* | | Remove #include "eisa.h" and #if NEISA > 0peter2000-01-291-4/+0
| | |
* | | Remove unneeded #include "eisa.h" and #if NEISA > 0peter2000-01-291-5/+0
| | |
* | | Add NI_NAMEREQD flag to getnameinfo() call. Without this flag,shin2000-01-293-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | getnameinfo() don't return error at name resolving failure. But it is used at doaddrlookup(-N) case in telnet, error need to be returned to correctly initialize hostname buffer. Discovered at checking recent KAME repository change, noticed by itojun.
* | | Mark the 'conflicts' keyword as obsolete, and don't generate (unused)peter2000-01-293-7/+3
| | | | | | | | | | | | resource table entries for it.
* | | Remove #if NGIF > 0 and #if NFAITH > 0 as config already checks this.peter2000-01-292-5/+0
| | |
* | | Remove 'conflicts' token - it has been effectively doing absolutelypeter2000-01-299-9/+9
| | | | | | | | | | | | | | | nothing for quite some time. The only thing that cared was userconfig, but it was for one invisible device so we never saw it's effects.
* | | Fix debugging output. The TDs are linked through the dnext field, notn_hibma2000-01-291-1/+2
| | | | | | | | | | | | nexttd.
* | | Zap isa_device -> id_conflicts. The sole user of it (userconfig) neverpeter2000-01-293-34/+8
| | | | | | | | | | | | | | | | | | | | | actually used it since the only device that specified it (vga0) was marked as "FLG_INVISIBLE" in userconfig and therefore never shown. Suggested by: bde
* | | Add some more comments about sound card bridge devices and theirpeter2000-01-293-12/+39
| | | | | | | | | | | | relationship with pcm and other things like newmidi.
* | | Still allow sbc/gusc/csa to perform as bridge devices (eg: to newmidi)peter2000-01-291-2/+3
| | | | | | | | | | | | without pcm being present.
* | | Allow the pnp and pci cards to be attached with just a 'device pcm' inpeter2000-01-294-83/+73
| | | | | | | | | | | | | | | | | | | | | the user's config file. Based on an idea/suggestion from Cameron (cg). Change LINT to build newpcm instead of the old Voxware derived stuff. That's much more useful in the longer term.
* | | Force installs. This is to allow (semi-)automatic garbage removal bymarkm2000-01-291-0/+6
| | | | | | | | | | | | "find /usr/libdata -ctime -N -delete".
* | | update copyrightmjacob2000-01-291-3/+1
| | |
* | | Move the (duplicated exactly!) portable ISA pcm drivers to files andpeter2000-01-294-21/+9
| | | | | | | | | | | | tighten up the logic a little.
* | | Remove #include "wd.h" and #if NWDC > 0 as that's always true as thispeter2000-01-291-6/+0
| | | | | | | | | | | | | | | file is 'optional wdc' (note wd.h has both NWDC and NWD in it because of config quirks)
* | | Wrong patch had been applied.mjacob2000-01-291-3/+1
| | |
* | | Remove some #if NFOO > 0 that are always true because of config rules.peter2000-01-296-18/+2
| | |
* | | Remove the TABLDISC line discipline number, it's not in the treepeter2000-01-291-1/+0
| | | | | | | | | | | | | | | any more (and never worked in FreeBSD 2.x onwards as far as I can tell), and isn't used by anything in the tree any more either.
* | | Don't report TABLDISC - it "doesn't happen(TM)"peter2000-01-291-3/+0
| | |
* | | Don't report the tablet line discipline, it "doesn't happen (TM)"peter2000-01-291-3/+0
| | |
* | | Update copyright and pull some newer definitions from NetBSD version.mjacob2000-01-291-5/+63
| | |
OpenPOWER on IntegriCloud