summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-09-27replace MALLOC/FREE w/ malloc/free for non-constant-sized memory ↵Michael Shalayeff
allocations; art@ ok
2000-09-27Minimal optimization.Artur Grabowski
2000-09-27Fix checking for incoming packets when the remote gateway has beenAngelos D. Keromytis
fully specified in the flow.
2000-09-27Update man page.Angelos D. Keromytis
2000-09-27Oops, missed a couple.Angelos D. Keromytis
2000-09-27Fix example, add -src.Angelos D. Keromytis
2000-09-27notes on X11 DESTDIR processing from comments by espie@Marco S Hyman
2000-09-27Sync again (remove unneeded RAND_set calls).Angelos D. Keromytis
2000-09-26Sync.Angelos D. Keromytis
2000-09-26Synch.Marc Espie
From jj
2000-09-26use debug2Markus Friedl
2000-09-26more cleanup and have nlog() deal with errno now as well.Eric Jackson
2000-09-26Set the tdbi field in the pkthdr to NULL in MGETHDR -- avoids someAngelos D. Keromytis
panics in Alphas (probably others too).
2000-09-26no need to reset h_errnoEric Jackson
do the cmdline correctly, deal with \n and \t fix up nlog() use arc4random instead of srandom()/random()
2000-09-26Remove unnecessary arguments to .Nm macro.Aaron Campbell
2000-09-26Do not permit non-printable characters in the passwd file; deraadt@ okAaron Campbell
2000-09-26Some corrections from cd@sentia.nl.Aaron Campbell
2000-09-26Implement getnulldev that returns the dev_t for "/dev/null".Artur Grabowski
2000-09-26Don't use MALLOC/FREE on variable sized allocations.Artur Grabowski
2000-09-26fix minor typoEric Jackson
2000-09-26no need to use goto..Eric Jackson
2000-09-26Implement a function for errorsEric Jackson
it pays attention to h_error so we now have no need to handle this ourselves.
2000-09-26Improve handling of multiple commands on one line. Tidy fight parser.Paul Janzen
Handle "all" in one place (almost). Add AUXVERB category and OBJ_PERSON/ OBJ_NONOBJ flags. Most was discussed with jsm@netbsd.org, and some is from him.
2000-09-26No shell escapePaul Janzen
2000-09-26some warnings should only be shown with -vEric Jackson
2000-09-26remove -e option, which wasnt on anywayEric Jackson
2000-09-26Alot of cleanups to netcatEric Jackson
use errx/warn instead of homegrown functions indent properly to make the code readable get rid of generic.h as its not used dont declare optarg register is depreciated get rid of undocumented options -a and -e throw out IP_OPTIONS code for now, its not on by default and doesnt work properly make usage more like other bsd commands
2000-09-26Update to previous fix on ICMP messages coming on unnumberedAngelos D. Keromytis
interfaces: rather than picking *some* non-loopback IP address, do a routing lookup and use as source IP address the address of the outgoing interface. A nice side effect of this is that ICMPs generated as a result of packets received over IPsec will, in the common case, end up going back over IPsec (depends on what the SPD looks like of course). Thanks to fcusack@fcusack.com for testing and commenting on this.
2000-09-25do not do queue locking in get/put_ccb, since calling blocksMichael Shalayeff
have gotten it already locked appropriately. only try to satiate the command queue if there was a command interrupt, it seems it's quite well-behaving this way. dispose allocated resources if twe_attach() fails.
2000-09-25Add acknowledgement, and its alternate spelling, acknowledgment; from NetBSD.Aaron Campbell
2000-09-25fix off-by-1 error.Jun-ichiro itojun Hagino
From: Pavel Kankovsky <peak@argo.troja.mff.cuni.cz>
2000-09-25Support the i82562; from FreeBSD. Apparently nothing more needed than to matchAaron Campbell
its PCI device ID.
2000-09-25syncAaron Campbell
2000-09-25Add Intel i82562 PCI device ID. This is the Ethernet controller found on theAaron Campbell
Intel 815E motherboard; from FreeBSD.
2000-09-25doc that O_TRUNC needs a write modeTheo de Raadt
2000-09-25mtu disc exampleTheo de Raadt
2000-09-25once again bios does not return a correct segment limits for theMichael Shalayeff
pcibios segments. we work this around as we used to do in apm (; round segment size to the next 64k boundary.
2000-09-25document pmtu discovery, from NetBSDNiels Provos
2000-09-25docutment path mtu discoveryNiels Provos
2000-09-25on expiry of pmtu route, retry higher mtu. okay angelos@Niels Provos
2000-09-25prepare for switching threadsDavid Leonard
2000-09-25char const* -> const char *Federico G. Schwindt
2000-09-25prepare for thread switchingDavid Leonard
2000-09-25preparation for switch-based threadsDavid Leonard
2000-09-25switch powerpc to libgcc -fPIC.Marc Espie
2000-09-25Patch from Alexander N. Kabaev <ak03@gte.com>Marc Espie
Fixes GCC GNATS PR 258 and 413.
2000-09-25Miscellaneous cvs wackiness: remove resurrected files and `solve'Marc Espie
artificial conflicts.
2000-09-24Synch with FSF stable treeMarc Espie
2000-09-24For the Toshiba TOPIC95B CardBus controller, we must clear the socket and slotAaron Campbell
control registers at shutdown else we hang. Fixes it on my laptop, should help out espie@ on his Toshiba system too.
2000-09-24Correctly ignore -n flag with -d when both options are separate (i.e.Miod Vallat
arp -n -d, not arp -nd), millert@ ok