summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-03-26Map all of the io/mem spaces providedJason Wright
2002-03-26Honor psratio for addupc_task(), as other arches do.Miod Vallat
2002-03-26RegenMiod Vallat
2002-03-26Always create the hp-ux compatibility hil devices with the same numbers,Miod Vallat
2002-03-26Fix problems the ahc driver was having with the recent changes toKenneth R Westerback
2002-03-25Ignore 'keep state' for ICMP errors whose inner headers mismatch stateDaniel Hartmeier
2002-03-25Make this closer to supporting breakpoints properly, still not working.Dale Rahn
2002-03-25add -k option to shootdown all the state entries from the specified hostMike Frantzen
2002-03-25add ioctl DIOCKILLSTATES to shootdown a subset of the state table. allowsMike Frantzen
2002-03-25document the {SPLAY,RB}_INITIALIZER and {SPLAY,RB}_EMPTY() macrosMike Frantzen
2002-03-25add {SPLAY,RB}_INITIALIZER and {SPLAY,RB}_EMPTY() to be more consistentMike Frantzen
2002-03-25Verbiage on WCCP support (rather, GRE for WCCPv1) - from joeycoleman@acm.orgAngelos D. Keromytis
2002-03-25don't send stderr data after EOF, accept this from older known (broken)Markus Friedl
2002-03-25simplify num_identity_files handlingMarkus Friedl
2002-03-25regenMichael Shalayeff
2002-03-25another intel gbt etherMichael Shalayeff
2002-03-25spellingTheo de Raadt
2002-03-25support 630ETi; from wyllie@dilex.netMichael Shalayeff
2002-03-25ssize_t args use "%ld" and cast to (long)Kevin Steves
2002-03-25some fw versions return even more data in the an_ltv_status; form Gabriel Kih...Michael Shalayeff
2002-03-25revert the pmap stuff to 0221, so we can bootNiklas Hallqvist
2002-03-25Gremlins always escape when you commit from the bad tree. An extra semicolonMiod Vallat
2002-03-25#ifdef out useless test on OpenBSD. f_bavail is a 32bit int andTodd C. Miller
2002-03-25Fix temporary buffer memory leak with big hash keys and data;Todd C. Miller
2002-03-25This was part of the newer ahc driver which has been backed outTodd C. Miller
2002-03-25I could have sworn I commited this, must have gone localNiklas Hallqvist
2002-03-25change sc_get_key to sc_get_keys and hide smartcard details in scard.cMarkus Friedl
2002-03-25Warn user to remove old applet and keysJim Rees
2002-03-25bring in prototypesTheo de Raadt
2002-03-25bring in prototypesTheo de Raadt
2002-03-25change the extra text following preprocessor directives into comments.Dan Harnett
2002-03-25dhartmei@ and I have been both running uaudio devices on macppc successfullylebel
2002-03-25Fix a typobrian
2002-03-25missing MakefilesMarkus Friedl
2002-03-25disable miscfs for now (ever?).Federico G. Schwindt
2002-03-25Todd Miller pointed this out to me:Hans Insulander
2002-03-25clear before reuseMarkus Friedl
2002-03-25enable cryptoMarkus Friedl
2002-03-25rm bogus commentMarkus Friedl
2002-03-25return 0 (not NULL); tomh@po.crl.go.jpMarkus Friedl
2002-03-25Enable gettimeofday regression test.Thomas Nordin
2002-03-25make docs match reality - we don't support hooks in dhclient-scriptBob Beck
2002-03-24remove "\n" from fatal()Kevin Steves
2002-03-24Work around a compiler bug on sparc64; deraadt@ OKTodd C. Miller
2002-03-24This is ridiculous. Put the same dc vs de on the floppy as the kernel. How ...Theo de Raadt
2002-03-24Kill unneeded longs; fixes some minor 64 bit issues. deraadt@ OKTodd C. Miller
2002-03-24from martin@netbsd:Michael Shalayeff
2002-03-24double m_free() - niklas@openbsdJun-ichiro itojun Hagino
2002-03-24after codec reset wait for 1/2 sec; from mark@mcs.vuw.ac.nz (http://mail-inde...Michael Shalayeff
2002-03-24m_freem(NULL) bad style, ok jason@Niklas Hallqvist