summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-08-31Put the CAVEATS section explaining format string issues in this man page too.Aaron Campbell
2000-08-31add missing \n to log(). sync with kame.Jun-ichiro itojun Hagino
2000-08-31Use arc4random() instead of random()brian
Suggested by: Theo
2000-08-30OpenSSH_2.2.0Markus Friedl
2000-08-30Don't treat two or more whitespace followed by a comment asbrian
an empty argument
2000-08-30Complain about invalid arguments passed to ``set ifaddr''brian
2000-08-30regen.Federico G. Schwindt
2000-08-30Remove 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 MACFederico 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-30mdoc'd awk(1) man page; thanks d@.Aaron Campbell
2000-08-30remove duplicate inclusion of sys/ioctl.hBrad Smith
2000-08-30additional range checking; From: NetBSDBrad Smith
2000-08-30prevent core dumps when stderror() is called before reslab is initializedMichael Shalayeff
2000-08-30more gig on the CDTheo de Raadt
2000-08-30add xmphy and brgphy's here tooJason Wright
2000-08-29From FreeBSD: split out the support for XMAC-II phys and other physJason Wright
add xmphy & brgphy to GENERIC
2000-08-29openbsdismsJason Wright
2000-08-29Fix LogMAX; Mark Hannon <markhannon@one.net.au>brian
2000-08-29Use srandom(); Matt Behrens <matt@megaweapon.zigg.com>brian
2000-08-29moreTheo de Raadt
2000-08-29do not forward packets with unspecified source (::).Jun-ichiro itojun Hagino
this is clarification made to rfc2460 recently. sync with kame.
2000-08-29remove duplicate inclusion of sys/ioctl.hBrad Smith
2000-08-29syncTheo de Raadt
2000-08-28Add LogFILTER logging to log packets allowed by the dial filter andbrian
dropped by any filter. Submitted by: Mark Hannon <markhannon@one.net.au> with some small tweaks by me.
2000-08-28Support radius accounting, and add a packet count to throughputbrian
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-28indentTheo de Raadt
2000-08-28Prototypes for interrupt handlers should go into .h file, not .cMiod Vallat
2000-08-28Less magic numbersMiod Vallat
2000-08-28Add lkm, ch and ses supportMiod Vallat
2000-08-28Remove unneeded constantsMiod Vallat
2000-08-28Allocate memory for the correct size, not some forgotten constantMiod Vallat
2000-08-28Always claim scsi interrupts, prevents looping interrupts (from NetBSD)Miod Vallat
2000-08-28Use sparc version (more realistic settings) of header file for ieMiod Vallat
2000-08-28Repair badly looking printfMiod Vallat
2000-08-28Define major device number for cd-rom drivesMiod Vallat
2000-08-28don't complain if setting NONBLOCK fails with ENODEVMarkus Friedl
2000-08-28undoMarkus Friedl
2000-08-28util.cMarkus Friedl
2000-08-28allow combination of -N and -fMarkus Friedl
2000-08-28enable -n and -f for ssh2Markus Friedl
2000-08-28changing the size of if_data has heavy impact on userland compat. thereTheo de Raadt
was even a u_char slot available for ifi_link_state, which clearly does not need a full 32 bits.
2000-08-28Add skeleton manpages for brgphy & xmphy.Jason Wright
2000-08-28add xmphyJason Wright
2000-08-28driver for the XAQTI XMACII phy from FreeBSDJason Wright
2000-08-28syncJason Wright
2000-08-28missed xxXAQTIJason Wright
2000-08-28hushJason Wright
2000-08-28driver for broadcom 5400 from FreeBSD.Jason Wright
2000-08-28syncJason Wright
2000-08-28From FreeBSD:Jason Wright
add broadcom 5400 and XaQti PHY definitions