Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-08-31 | Put the CAVEATS section explaining format string issues in this man page too. | Aaron Campbell | |
2000-08-31 | add missing \n to log(). sync with kame. | Jun-ichiro itojun Hagino | |
2000-08-31 | Use arc4random() instead of random() | brian | |
Suggested by: Theo | |||
2000-08-30 | OpenSSH_2.2.0 | Markus Friedl | |
2000-08-30 | Don't treat two or more whitespace followed by a comment as | brian | |
an empty argument | |||
2000-08-30 | Complain about invalid arguments passed to ``set ifaddr'' | brian | |
2000-08-30 | regen. | Federico G. Schwindt | |
2000-08-30 | Remove entry added during the ne break. Should work fine now. | Federico G. Schwindt | |
2000-08-30 | - Finally fix the problem introduced after the ax88190 support; the MAC | Federico G. Schwindt | |
should be read correctly in all cards. - Disable support for AX88190 till I get some card for testing. Thanks to palante@subterrain.net for testing. | |||
2000-08-30 | mdoc'd awk(1) man page; thanks d@. | Aaron Campbell | |
2000-08-30 | remove duplicate inclusion of sys/ioctl.h | Brad Smith | |
2000-08-30 | additional range checking; From: NetBSD | Brad Smith | |
2000-08-30 | prevent core dumps when stderror() is called before reslab is initialized | Michael Shalayeff | |
2000-08-30 | more gig on the CD | Theo de Raadt | |
2000-08-30 | add xmphy and brgphy's here too | Jason Wright | |
2000-08-29 | From FreeBSD: split out the support for XMAC-II phys and other phys | Jason Wright | |
add xmphy & brgphy to GENERIC | |||
2000-08-29 | openbsdisms | Jason Wright | |
2000-08-29 | Fix LogMAX; Mark Hannon <markhannon@one.net.au> | brian | |
2000-08-29 | Use srandom(); Matt Behrens <matt@megaweapon.zigg.com> | brian | |
2000-08-29 | more | Theo de Raadt | |
2000-08-29 | do not forward packets with unspecified source (::). | Jun-ichiro itojun Hagino | |
this is clarification made to rfc2460 recently. sync with kame. | |||
2000-08-29 | remove duplicate inclusion of sys/ioctl.h | Brad Smith | |
2000-08-29 | sync | Theo de Raadt | |
2000-08-28 | Add LogFILTER logging to log packets allowed by the dial filter and | brian | |
dropped by any filter. Submitted by: Mark Hannon <markhannon@one.net.au> with some small tweaks by me. | |||
2000-08-28 | Support radius accounting, and add a packet count to throughput | brian | |
statistics as a side effect. Submitted by: Marcin Cieslak <saper@system.pl> with some tweaks to RAD_ACCT_SESSION_ID and RAD_ACCT_MULTI_SESSION_ID generation by me. | |||
2000-08-28 | indent | Theo de Raadt | |
2000-08-28 | Prototypes for interrupt handlers should go into .h file, not .c | Miod Vallat | |
2000-08-28 | Less magic numbers | Miod Vallat | |
2000-08-28 | Add lkm, ch and ses support | Miod Vallat | |
2000-08-28 | Remove unneeded constants | Miod Vallat | |
2000-08-28 | Allocate memory for the correct size, not some forgotten constant | Miod Vallat | |
2000-08-28 | Always claim scsi interrupts, prevents looping interrupts (from NetBSD) | Miod Vallat | |
2000-08-28 | Use sparc version (more realistic settings) of header file for ie | Miod Vallat | |
2000-08-28 | Repair badly looking printf | Miod Vallat | |
2000-08-28 | Define major device number for cd-rom drives | Miod Vallat | |
2000-08-28 | don't complain if setting NONBLOCK fails with ENODEV | Markus Friedl | |
2000-08-28 | undo | Markus Friedl | |
2000-08-28 | util.c | Markus Friedl | |
2000-08-28 | allow combination of -N and -f | Markus Friedl | |
2000-08-28 | enable -n and -f for ssh2 | Markus Friedl | |
2000-08-28 | changing the size of if_data has heavy impact on userland compat. there | Theo de Raadt | |
was even a u_char slot available for ifi_link_state, which clearly does not need a full 32 bits. | |||
2000-08-28 | Add skeleton manpages for brgphy & xmphy. | Jason Wright | |
2000-08-28 | add xmphy | Jason Wright | |
2000-08-28 | driver for the XAQTI XMACII phy from FreeBSD | Jason Wright | |
2000-08-28 | sync | Jason Wright | |
2000-08-28 | missed xxXAQTI | Jason Wright | |
2000-08-28 | hush | Jason Wright | |
2000-08-28 | driver for broadcom 5400 from FreeBSD. | Jason Wright | |
2000-08-28 | sync | Jason Wright | |
2000-08-28 | From FreeBSD: | Jason Wright | |
add broadcom 5400 and XaQti PHY definitions |