summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-07-28size htab according to system memory size, not constant in header file.Dale S. Rahn
2000-07-27do not print anything before console has been setMichael Shalayeff
2000-07-27Don't show or delete IPsec flows with the route command -- this was aAngelos D. Keromytis
kludge to begin with, and it's about time we get rid of it.
2000-07-27Look up the pathname verbatim in mount table in addition to the realpath(3)edTodd C. Miller
version. Basically just a generalization of my previous commit in this area.
2000-07-27If the HOME environment variable is not set, do not try to readTodd C. Miller
.netrc from cwd. Mostly paranoia but good practive. Closes PR 1332.
2000-07-27more puc devices, including IBM 33L4618: AT&T/Lucent Venus Modem offset from ↵Theo de Raadt
kaspar.toomik@personalchemistry.com
2000-07-273wareTheo de Raadt
2000-07-27some cleanup and add the emul_flags_translate from netbsd to translateEric Jackson
flags. deraadt@ OK
2000-07-27Handle unlimited diverts for m4 -g.Marc Espie
Problem with autoconf noticed by d@
2000-07-27grp.h; peter@runestig.comTheo de Raadt
2000-07-27if avoiding ac97_read because of AC97_HOST_DONT_READ, still permit access to ↵Theo de Raadt
AC97_REG_VENDOR* and AC97_REG_RESET
2000-07-27fix espie@'s screwup; frenchies can't type! noticed by aaron@Michael Shalayeff
2000-07-27do not forward packet with :: in the source.Jun-ichiro itojun Hagino
this is not in the spec - we had rough consensus on it in ipngwg, spec will get updated to include this behavior.
2000-07-27raw6/udp6 sockets are okay with :: in src.Jun-ichiro itojun Hagino
2000-07-27be proactive about unspecified IPv6 source address. pcb layer usesJun-ichiro itojun Hagino
unspecified address (::) to mean "unbounded" or "unconnected", and can be confused by packets from outside. use of :: as source is not documented well in IPv6 specification. not sure if it presents a real threat. the worst case scenario is a DoS against TCP listening socket: - outsider transmit TCP SYN with :: as IPv6 source - receiving side creates TCP control block with: local address = my addres remote address = :: (meaning "unconnected") state = SYN_RCVD note that SYN ACK will not be sent due to ip6_output() filter. this stays until it timeouts. - the TCP control block prevents listening TCP control block from being contacted (DoS).
2000-07-26syncTheo de Raadt
2000-07-26tweakTheo de Raadt
2000-07-26open /dev/ipl rdonly on non-destructive operationsMichael Shalayeff
2000-07-26syncTheo de Raadt
2000-07-26Still truncate too long identifiers, but avoid writing all over the stack.Marc Espie
2000-07-26typoTheo de Raadt
2000-07-26correct constraints for __{in,out}c(); from Hiroki Nakano <cas@trans-nt.com>Michael Shalayeff
2000-07-26Rip out old dead legal notice, refer to BSD license. Clean up authors/historyIan Darwin
section.
2000-07-26avoid indexing into arrays using signed chars; discovered by fuzzTheo de Raadt
2000-07-26From gcc devel sources: make_temp_file -> mips_make_temp_file to avoidMarc Espie
conflict with libiberty.
2000-07-26make_temp_file proto is in libiberty nowMarc Espie
2000-07-26thinkoMarc Espie
2000-07-26NewMarc Espie
2000-07-26Synch includes with version provided with binutils 2.10Marc Espie
(don't integrate ATTRIBUTE_xxx macro changes yet)
2000-07-26Partial synch with binutils-2.10Marc Espie
- Update all libiberty files apart from the C++ demangler and hashtab.c (taken from gcc 2.96, interface changed, would need to keep synch'ed with gcc) - bump version.
2000-07-26libiberty version bundled with binutils-2.10Marc Espie
2000-07-26Prototype for make_temp_file (forgot to commit)Marc Espie
2000-07-26Crosstools fix (accepted by the FSF ages ago, lost through the cracksMarc Espie
here). Thanks mickey@ for reminding me.
2000-07-26syncTheo de Raadt
2000-07-26urgTheo de Raadt
2000-07-26proper busy/idle handling; pointed out by marc@Michael Shalayeff
2000-07-25allow compiling -DDEBUG w/o apm0 in he config; pointed by cleb <cb@hert.org>.Michael Shalayeff
also, print console device and speed before switching to the new console.
2000-07-25o check that we are on a tty (and bail if not)Todd C. Miller
o in panic() just call exit() not abort()
2000-07-25deal with a number of overflows pointed out by fuzz; in most cases, we ↵Theo de Raadt
truncate the symbol in question
2000-07-25KNFTheo de Raadt
2000-07-25a quick fix, and then i run away screaming in terrorTheo de Raadt
2000-07-25deal with chflags merge, againTheo de Raadt
2000-07-25remove debugging stuff i commited by accidentTheo de Raadt
2000-07-25Fix indent endless on garbage input.Marc Espie
Found by deraadt@
2000-07-25syncTheo de Raadt
2000-07-25picopower devicesTheo de Raadt
2000-07-25sync; moving a bunch of directory entries themselves aroundTheo de Raadt
2000-07-25document pitfall cases in argument parsing. sync with kame.Jun-ichiro itojun Hagino
2000-07-25catch upMiod Vallat
2000-07-25convert to new timeoutsMichael Shalayeff