Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-09-26 | fix minor typo | Eric Jackson | |
2000-09-26 | no need to use goto.. | Eric Jackson | |
2000-09-26 | Implement a function for errors | Eric Jackson | |
it pays attention to h_error so we now have no need to handle this ourselves. | |||
2000-09-26 | Improve 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-26 | No shell escape | Paul Janzen | |
2000-09-26 | some warnings should only be shown with -v | Eric Jackson | |
2000-09-26 | remove -e option, which wasnt on anyway | Eric Jackson | |
2000-09-26 | Alot of cleanups to netcat | Eric 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-26 | Update to previous fix on ICMP messages coming on unnumbered | Angelos 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-25 | do not do queue locking in get/put_ccb, since calling blocks | Michael 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-25 | Add acknowledgement, and its alternate spelling, acknowledgment; from NetBSD. | Aaron Campbell | |
2000-09-25 | fix off-by-1 error. | Jun-ichiro itojun Hagino | |
From: Pavel Kankovsky <peak@argo.troja.mff.cuni.cz> | |||
2000-09-25 | Support the i82562; from FreeBSD. Apparently nothing more needed than to match | Aaron Campbell | |
its PCI device ID. | |||
2000-09-25 | sync | Aaron Campbell | |
2000-09-25 | Add Intel i82562 PCI device ID. This is the Ethernet controller found on the | Aaron Campbell | |
Intel 815E motherboard; from FreeBSD. | |||
2000-09-25 | doc that O_TRUNC needs a write mode | Theo de Raadt | |
2000-09-25 | mtu disc example | Theo de Raadt | |
2000-09-25 | once again bios does not return a correct segment limits for the | Michael Shalayeff | |
pcibios segments. we work this around as we used to do in apm (; round segment size to the next 64k boundary. | |||
2000-09-25 | document pmtu discovery, from NetBSD | Niels Provos | |
2000-09-25 | docutment path mtu discovery | Niels Provos | |
2000-09-25 | on expiry of pmtu route, retry higher mtu. okay angelos@ | Niels Provos | |
2000-09-25 | prepare for switching threads | David Leonard | |
2000-09-25 | char const* -> const char * | Federico G. Schwindt | |
2000-09-25 | prepare for thread switching | David Leonard | |
2000-09-25 | preparation for switch-based threads | David Leonard | |
2000-09-25 | switch powerpc to libgcc -fPIC. | Marc Espie | |
2000-09-25 | Patch from Alexander N. Kabaev <ak03@gte.com> | Marc Espie | |
Fixes GCC GNATS PR 258 and 413. | |||
2000-09-25 | Miscellaneous cvs wackiness: remove resurrected files and `solve' | Marc Espie | |
artificial conflicts. | |||
2000-09-24 | Synch with FSF stable tree | Marc Espie | |
2000-09-24 | For the Toshiba TOPIC95B CardBus controller, we must clear the socket and slot | Aaron Campbell | |
control registers at shutdown else we hang. Fixes it on my laptop, should help out espie@ on his Toshiba system too. | |||
2000-09-24 | Correctly ignore -n flag with -d when both options are separate (i.e. | Miod Vallat | |
arp -n -d, not arp -nd), millert@ ok | |||
2000-09-24 | hyphenate | Paul Janzen | |
2000-09-24 | numerous changes from jsm@netbsd.org: | Paul Janzen | |
static where appropriate, add a few comments, format a bit better, and deal with WEIGHT/CUMBER being zero (and not less). | |||
2000-09-24 | prevent memory leak in fdalloc; fix by greg@nest.cx | Niels Provos | |
2000-09-24 | Activate libgcc -fPIC for powerpc | Marc Espie | |
(other architectures pending) | |||
2000-09-24 | unlock, instead of re-lock. fixes PR#1408 | David Leonard | |
2000-09-24 | re-apply this fix for big endian systems, this was lost in rev 1.12 | Brad Smith | |
2000-09-24 | If the route add/delete fails exit w/ 1 instead of 0 | Todd C. Miller | |
Remove register decls and make return foo vs. return (foo) consistent. | |||
2000-09-23 | Document checkpatch/PATCH_CHECK_ONLY | Marc Espie | |
2000-09-23 | drop adjectives in parse(), since they're never used. | Paul Janzen | |
tidy a little. fix love() a bit. From conversations with jsm@netbsd.org: Add objflags[] to deal with plurals and a/an usage. Commas don't mean AND if followed by a verb. Check for object presence before trying to lift or eat it. | |||
2000-09-23 | die() if stdin disappears, rather than just exiting; jsm@netbsd.org. | Paul Janzen | |
dump the end of the buffer if an input line was too long. | |||
2000-09-23 | off by one; jsm@netbsd.org | Paul Janzen | |
2000-09-23 | Angelos you forgot this one !! | Chris Cappuccio | |
2000-09-22 | - move break from loop on EOF in order to make cap_mkdb not ignore the final | Christian Weisgerber | |
record in terminfo mode - while we're here fix indentation, spelling okay millert@ | |||
2000-09-22 | sync | Theo de Raadt | |
2000-09-22 | IPng -> IPv6 | Aaron Campbell | |
2000-09-22 | If a cylinder group won't fit inside of one block, adjust secpercyl | Todd C. Miller | |
and ntracks until it does, if possible. This allows one to newfs disks with funky (usually BIOS-generated) geometries without cranking the block size. This is really just a hack and a better solution would be to fake the geometries of zone-recorded disks since secpercyl is never accurate in that case anyway... | |||
2000-09-22 | sync | Aaron Campbell | |
2000-09-22 | Add Conexant modem | Aaron Campbell | |
2000-09-22 | sync | Aaron Campbell | |