Age | Commit message (Expand) | Author |
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 |
2002-03-26 | Fix problems the ahc driver was having with the recent changes to | Kenneth R Westerback |
2002-03-25 | Ignore 'keep state' for ICMP errors whose inner headers mismatch state | Daniel Hartmeier |
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 |
2002-03-25 | add ioctl DIOCKILLSTATES to shootdown a subset of the state table. allows | Mike Frantzen |
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 |
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 |
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 |
2002-03-25 | some fw versions return even more data in the an_ltv_status; form Gabriel Kih... | Michael Shalayeff |
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 |
2002-03-25 | #ifdef out useless test on OpenBSD. f_bavail is a 32bit int and | Todd C. Miller |
2002-03-25 | Fix temporary buffer memory leak with big hash keys and data; | Todd C. Miller |
2002-03-25 | This was part of the newer ahc driver which has been backed out | Todd C. Miller |
2002-03-25 | I could have sworn I commited this, must have gone local | Niklas Hallqvist |
2002-03-25 | change sc_get_key to sc_get_keys and hide smartcard details in scard.c | Markus Friedl |
2002-03-25 | Warn user to remove old applet and keys | Jim Rees |
2002-03-25 | bring in prototypes | Theo de Raadt |
2002-03-25 | bring in prototypes | Theo de Raadt |
2002-03-25 | change the extra text following preprocessor directives into comments. | Dan Harnett |
2002-03-25 | dhartmei@ and I have been both running uaudio devices on macppc successfully | lebel |
2002-03-25 | Fix a typo | brian |
2002-03-25 | missing Makefiles | Markus Friedl |
2002-03-25 | disable miscfs for now (ever?). | Federico G. Schwindt |
2002-03-25 | Todd Miller pointed this out to me: | Hans Insulander |
2002-03-25 | clear before reuse | Markus Friedl |
2002-03-25 | enable crypto | Markus Friedl |
2002-03-25 | rm bogus comment | Markus Friedl |
2002-03-25 | return 0 (not NULL); tomh@po.crl.go.jp | Markus Friedl |
2002-03-25 | Enable gettimeofday regression test. | Thomas Nordin |
2002-03-25 | make docs match reality - we don't support hooks in dhclient-script | Bob Beck |
2002-03-24 | remove "\n" from fatal() | Kevin Steves |
2002-03-24 | Work around a compiler bug on sparc64; deraadt@ OK | Todd C. Miller |
2002-03-24 | This is ridiculous. Put the same dc vs de on the floppy as the kernel. How ... | Theo de Raadt |
2002-03-24 | Kill unneeded longs; fixes some minor 64 bit issues. deraadt@ OK | Todd C. Miller |
2002-03-24 | from martin@netbsd: | Michael Shalayeff |
2002-03-24 | double m_free() - niklas@openbsd | Jun-ichiro itojun Hagino |
2002-03-24 | after codec reset wait for 1/2 sec; from mark@mcs.vuw.ac.nz (http://mail-inde... | Michael Shalayeff |
2002-03-24 | m_freem(NULL) bad style, ok jason@ | Niklas Hallqvist |