Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-12-28 | do not reference plot; from rogier@quaak.org; closes pr/2276 | Niels Provos | |
2001-12-28 | sync. -moj | Mats O Jansson | |
2001-12-28 | Add some more VIATECH. -moj | Mats O Jansson | |
2001-12-28 | sync. -moj | Mats O Jansson | |
2001-12-28 | Add VIATECH VT8366. -moj | Mats O Jansson | |
2001-12-28 | move experimental icmp6 type to 200; 141-142 are used for inverse neighbor | Jun-ichiro itojun Hagino | |
discovery. sync with kame | |||
2001-12-28 | Correctly handle envp pointer in main() -- henric@aimnet.com | Angelos D. Keromytis | |
2001-12-27 | makes 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-27 | Increment reference count when copying session pointer pr#2112. ok deraadt@ | Thomas Nordin | |
2001-12-27 | Don't mess with the PMAP_PHYSSEG flags there. It's UVM playground, not really | Miod Vallat | |
ours. | |||
2001-12-27 | get rid of packet_integrity_check, use packet_done() instead. | Markus Friedl | |
2001-12-27 | auth_rhosts_rsa now accept generic keys. | Markus Friedl | |
2001-12-27 | always use BN_clear_free instead of BN_free | Markus Friedl | |
2001-12-27 | missing include | Markus Friedl | |
2001-12-27 | clarify -p; ok markus@ | Kevin Steves | |
2001-12-27 | call fatal() for openssl allocation failures | Markus Friedl | |
2001-12-27 | -t is only needed for key generation (unbreaks -i, -e, etc). | Markus Friedl | |
2001-12-27 | revision 1.12 lacks paren around && within || (gcc warns and compilation stops). | Jun-ichiro itojun Hagino | |
2001-12-27 | Fix the brain-dead assembler to correctly handle opcodes which have no | Miod 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-27 | Unbreak confusion between duplicated, but slightly different, m88k assembler | Miod Vallat | |
sources and repair as in the process (we had ended mixing tc-mvme88k.c with tc-m88k.h). | |||
2001-12-26 | misplaced (), causing tcp header be examined in non-tcp packets | Michael Shalayeff | |
2001-12-26 | When cross compiling, by all means prevent the native <machine/exec.h> to be | Miod Vallat | |
picked up. This enables sparc->foo cross-ld to build (don't ask). | |||
2001-12-26 | cosmetic | Jun-ichiro itojun Hagino | |
2001-12-26 | no way for this to be 'shared only', duh | Peter Valchev | |
2001-12-25 | Oops, I barfed there, too. | Miod Vallat | |
2001-12-25 | bad miod | Theo de Raadt | |
2001-12-25 | be more carefull on allocation | Markus Friedl | |
2001-12-25 | be more careful on allocation | Markus Friedl | |
2001-12-25 | Tag. | Hugh Graham | |
2001-12-25 | Now that Theo has a working vax, suddenly this is not fun anymore. | Miod Vallat | |
2001-12-25 | checkflist is a sh script now. | Miod Vallat | |
2001-12-25 | convert mkr/ckr to shell scripts, use mktemp(1) | Theo de Raadt | |
2001-12-25 | bye bye | Theo de Raadt | |
2001-12-25 | Oops, macros from the wrong tree escaped. | Miod Vallat | |
2001-12-24 | Harmonize and complete wrt cross-compilation. | Miod Vallat | |
2001-12-24 | pcib is required if pcibios is there; deraadt@ ok | Michael Shalayeff | |
2001-12-24 | regen | Michael Shalayeff | |
2001-12-24 | add sis735 host-pci and 5571 is host too | Michael Shalayeff | |
2001-12-24 | fix // comment, kill some dangling spaces | Michael Shalayeff | |
2001-12-24 | fix a // comment and kill a few trailing spaces | Michael Shalayeff | |
2001-12-24 | More brdtyp vs cputyp replacements. | Miod Vallat | |
2001-12-24 | close ppp.conf.sample file as requested | Theo de Raadt | |
2001-12-24 | Add iana url and correct text; openbsd@davidkrause.com | Thomas Nordin | |
2001-12-24 | try 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-24 | Hooks to enable building a cross-ld for mvme88k. | Miod Vallat | |
2001-12-24 | Be more TLB-coherency friendly in pmap_k* functions. | Miod Vallat | |
2001-12-23 | Some 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-23 | sync | Nathan Binkert | |