Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-26 | sync | Theo de Raadt | |
2002-03-26 | Only allow valid device PAs to be mmapped. | Dale Rahn | |
2002-03-26 | On the wdc_obio controller if one device is UDMA capable and one is not, | Dale Rahn | |
downgrade the UDMA device to DMA. Works around a problem with old combo drives on some Apple machines. | |||
2002-03-26 | usr 2415 | Michael Shalayeff | |
2002-03-26 | regen | Michael Shalayeff | |
2002-03-26 | a clone of Eumitcom WL11000P -- USR11000P; from lj7@usa.net | Michael Shalayeff | |
2002-03-26 | client side support for PASSWD_CHANGEREQ | Markus Friedl | |
based on work by johan.andersson@appgate.com; ok provos@ | |||
2002-03-26 | Add liniya (0.1 inch); old russian emperial unit; ok pjanzen/mickey | Jason Wright | |
2002-03-26 | do not talk about packets in bufaux | Markus Friedl | |
2002-03-26 | cut and paste; from Philipp Buehler <lists@fips.de> | Michael Shalayeff | |
2002-03-26 | test interop w/ ssh.com 2.x/3.x | Markus Friedl | |
2002-03-26 | remove unexistant option 'b'; commented by pval@, maja@ ok. | Federico G. Schwindt | |
2002-03-26 | Don't message_dump_raw() bad length messages, i.e too short. | Hakan Olsson | |
Should solve PR 2474 (unconfirmed). niklas@, me. | |||
2002-03-26 | update Copyright | Markus Friedl | |
2002-03-26 | update to recent drafts | Markus Friedl | |
2002-03-26 | Document DIOCKILLSTATES. From Denis Afonin. | Daniel Hartmeier | |
2002-03-26 | o -Wall cleanup. | Federico G. Schwindt | |
o fix usage. o don't call ypdb_cloes() if db is never open. maja@ pval@ ok. | |||
2002-03-26 | need to mask out the upper part for the fpu version on print | Michael Shalayeff | |
2002-03-26 | if cannot guess cpu model default to the lowest supported one | Michael Shalayeff | |
2002-03-26 | $OpenBSD$ | Kevin Steves | |
2002-03-26 | $OpenBSD$ | Hugh Graham | |
2002-03-26 | check that the fopen didnt fail | Eric Jackson | |
deraadt@ OK | |||
2002-03-26 | Add a new vax reference. (after prompting by miod) | Hugh Graham | |
2002-03-26 | Cleanup (and shrink) ftp_list_files() in install.sub by removing | Kenneth R Westerback | |
some unneeded intermediate local variables and just using the parameters. Make upgrade fsck output for root partition consistant with later fsck output for other partitions. ok deraadt@ | |||
2002-03-26 | Fix variable name. PR2492 | Hugh Graham | |
2002-03-26 | Map all of the io/mem spaces provided | Jason Wright | |
2002-03-26 | Honor psratio for addupc_task(), as other arches do. | Miod Vallat | |
2002-03-26 | Regen | Miod Vallat | |
2002-03-26 | Always create the hp-ux compatibility hil devices with the same numbers, | Miod Vallat | |
rather than probing the current system to find them. This is bad, but not as worse as depending on hilinfo for proper operation. | |||
2002-03-26 | Fix problems the ahc driver was having with the recent changes to | Kenneth R Westerback | |
scsiconf.c. The fact that both this ('original') ahc driver and the new ahc driver (since reverted) crashed if devices capable of tagged queuing were not correctly flagged as such must be a clue to some interesting problem. a) Restore marking of appropriate devices as tagged. b) Use TAG_ENB define instead of MSG_SIMPLE_Q_TAG when manipulating hscb->control. Both were defined to the same value, but TAG_ENB is the define used to extract the bit later on. c) Delete unused field 'tagdisable'. ok millert@, also tested by naddy@ | |||
2002-03-25 | Ignore 'keep state' for ICMP errors whose inner headers mismatch state | Daniel Hartmeier | |
but are passed by rules. Found by Henning Brauer. | |||
2002-03-25 | Make this closer to supporting breakpoints properly, still not working. | Dale Rahn | |
2002-03-25 | add -k option to shootdown all the state entries from the specified host | Mike Frantzen | |
ok dhartmei@ | |||
2002-03-25 | add ioctl DIOCKILLSTATES to shootdown a subset of the state table. allows | Mike Frantzen | |
discrimination on src/dst ips and netmask, src/dst port range and protocol. ok dhartmei@ | |||
2002-03-25 | document the {SPLAY,RB}_INITIALIZER and {SPLAY,RB}_EMPTY() macros | Mike Frantzen | |
2002-03-25 | add {SPLAY,RB}_INITIALIZER and {SPLAY,RB}_EMPTY() to be more consistent | Mike Frantzen | |
with queue.h. ok niels@ | |||
2002-03-25 | Verbiage on WCCP support (rather, GRE for WCCPv1) - from joeycoleman@acm.org | Angelos D. Keromytis | |
2002-03-25 | don't send stderr data after EOF, accept this from older known (broken) | Markus Friedl | |
sshd servers only, fixes http://bugzilla.mindrot.org/show_bug.cgi?id=179 | |||
2002-03-25 | simplify num_identity_files handling | Markus Friedl | |
2002-03-25 | regen | Michael Shalayeff | |
2002-03-25 | another intel gbt ether | Michael Shalayeff | |
2002-03-25 | spelling | Theo de Raadt | |
2002-03-25 | support 630ETi; from wyllie@dilex.net | Michael Shalayeff | |
2002-03-25 | ssize_t args use "%ld" and cast to (long) | Kevin Steves | |
size_t args use "%lu" and cast to (u_long) ok markus@ and thanks millert@ | |||
2002-03-25 | some fw versions return even more data in the an_ltv_status; form Gabriel ↵ | Michael Shalayeff | |
Kihlman <gk@univits.se> | |||
2002-03-25 | revert the pmap stuff to 0221, so we can boot | Niklas Hallqvist | |
2002-03-25 | Gremlins always escape when you commit from the bad tree. An extra semicolon | Miod Vallat | |
this time. | |||
2002-03-25 | #ifdef out useless test on OpenBSD. f_bavail is a 32bit int and | Todd C. Miller | |
so can never be > LONG_MAX. This test is probably useless on most other operating systems too but on our LP64 platforms it generates a compiler warning. | |||
2002-03-25 | Fix temporary buffer memory leak with big hash keys and data; | Todd C. Miller | |
Christopher L. Cousins | |||
2002-03-25 | This was part of the newer ahc driver which has been backed out | Todd C. Miller | |