summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-12-28do not reference plot; from rogier@quaak.org; closes pr/2276Niels Provos
2001-12-28sync. -mojMats O Jansson
2001-12-28Add some more VIATECH. -mojMats O Jansson
2001-12-28sync. -mojMats O Jansson
2001-12-28Add VIATECH VT8366. -mojMats O Jansson
2001-12-28move experimental icmp6 type to 200; 141-142 are used for inverse neighborJun-ichiro itojun Hagino
discovery. sync with kame
2001-12-28Correctly handle envp pointer in main() -- henric@aimnet.comAngelos D. Keromytis
2001-12-27makes a new accept() socket have the nonblock behavior.Federico G. Schwindt
slightly modified version from the original diff by theo, based on comments by niels@ and deraadt@; both ok'ed.
2001-12-27Increment reference count when copying session pointer pr#2112. ok deraadt@Thomas Nordin
2001-12-27Don't mess with the PMAP_PHYSSEG flags there. It's UVM playground, not reallyMiod Vallat
ours.
2001-12-27get rid of packet_integrity_check, use packet_done() instead.Markus Friedl
2001-12-27auth_rhosts_rsa now accept generic keys.Markus Friedl
2001-12-27always use BN_clear_free instead of BN_freeMarkus Friedl
2001-12-27missing includeMarkus Friedl
2001-12-27clarify -p; ok markus@Kevin Steves
2001-12-27call fatal() for openssl allocation failuresMarkus Friedl
2001-12-27-t is only needed for key generation (unbreaks -i, -e, etc).Markus Friedl
2001-12-27revision 1.12 lacks paren around && within || (gcc warns and compilation stops).Jun-ichiro itojun Hagino
2001-12-27Fix the brain-dead assembler to correctly handle opcodes which have noMiod Vallat
arguments (such as rte) but do not appear exactly at the end of a line (i.e. whitespace follows) instead of reporting (incorrectly) "parameter syntax error".
2001-12-27Unbreak confusion between duplicated, but slightly different, m88k assemblerMiod Vallat
sources and repair as in the process (we had ended mixing tc-mvme88k.c with tc-m88k.h).
2001-12-26misplaced (), causing tcp header be examined in non-tcp packetsMichael Shalayeff
2001-12-26When cross compiling, by all means prevent the native <machine/exec.h> to beMiod Vallat
picked up. This enables sparc->foo cross-ld to build (don't ask).
2001-12-26cosmeticJun-ichiro itojun Hagino
2001-12-26no way for this to be 'shared only', duhPeter Valchev
2001-12-25Oops, I barfed there, too.Miod Vallat
2001-12-25bad miodTheo de Raadt
2001-12-25be more carefull on allocationMarkus Friedl
2001-12-25be more careful on allocationMarkus Friedl
2001-12-25Tag.Hugh Graham
2001-12-25Now that Theo has a working vax, suddenly this is not fun anymore.Miod Vallat
2001-12-25checkflist is a sh script now.Miod Vallat
2001-12-25convert mkr/ckr to shell scripts, use mktemp(1)Theo de Raadt
2001-12-25bye byeTheo de Raadt
2001-12-25Oops, macros from the wrong tree escaped.Miod Vallat
2001-12-24Harmonize and complete wrt cross-compilation.Miod Vallat
2001-12-24pcib is required if pcibios is there; deraadt@ okMichael Shalayeff
2001-12-24regenMichael Shalayeff
2001-12-24add sis735 host-pci and 5571 is host tooMichael Shalayeff
2001-12-24fix // comment, kill some dangling spacesMichael Shalayeff
2001-12-24fix a // comment and kill a few trailing spacesMichael Shalayeff
2001-12-24More brdtyp vs cputyp replacements.Miod Vallat
2001-12-24close ppp.conf.sample file as requestedTheo de Raadt
2001-12-24Add iana url and correct text; openbsd@davidkrause.comThomas Nordin
2001-12-24try all listed keys.. how did this get broken?Theo de Raadt
2001-12-24- completely change the mmu segment and page table structure definitions,Miod Vallat
to use constant bitmasks instead of bitfields. - remove unnecessary (as long as we are not running SMP) locks on the physsegs. - update the pmap code to take these changes into account, and gratuitously change several names and code paths to be closer to existing m68k pmaps. It's a bit faster now. - change pmap.c's usage of vm_{offset,size}_t to {p,v}{addr,size}_t. - remove dead or unused stuff from pmap.c, fix typos, etc Tested on 187 and 188, should not make things worse for 197.
2001-12-24<machine/pte.h> not needed here.Miod Vallat
2001-12-24Hooks to enable building a cross-ld for mvme88k.Miod Vallat
2001-12-24Be more TLB-coherency friendly in pmap_k* functions.Miod Vallat
2001-12-23Some minor typographical adjustments:Kenneth R Westerback
a) Indent encode_for_url() in install.sub with tabs not spaces b) delete a couple of extra blank lines c) delete a few unnecessary ';'s at the end of lines d) delete a few unnecessary '"'s around values assigned to resp (e.g. 'resp="X"' to 'resp=X'
2001-12-23syncNathan Binkert