summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-08Tidy function a little by using a temporary variable.Nicholas Marriott
2009-08-08Options to set the colours and attributes for status-left/-right. From ThomasNicholas Marriott
2009-08-08synchronize usage displayed by mklocale with synopsis in the manual page;Igor Sobrado
2009-08-08sync with code change for mailq in smtpctlIan Darwin
2009-08-08mailq is a common sendmail alias for showing the queue; make smtpctlIan Darwin
2009-08-08match 5464 / 5461 IDs found in the Linux broadcom PHY driver and unknownChristian Weisgerber
2009-08-08better synopsis;Jason McIntyre
2009-08-08Make imsg_clear close and free any fds in the received fd queue as well asNicholas Marriott
2009-08-08regenChristian Weisgerber
2009-08-085464 / 5461 IDs found in the Linux broadcom PHY driver and unknownChristian Weisgerber
2009-08-08additional phys found on some nfe-based boards; from BradChristian Weisgerber
2009-08-08some brgphy on bge(4) are only 10/100 and some with bnx(4) are 2.5 Gbps;Christian Weisgerber
2009-08-08Add support for the IC Plus IP1001 GigE PHY. From FreeBSD, via Brad.Christian Weisgerber
2009-08-08Handle ttyname(3) failure better.Nicholas Marriott
2009-08-08bring comments in line with reality; from BradChristian Weisgerber
2009-08-08Add a flags member to the grid_line struct and use it to differentiate linesNicholas Marriott
2009-08-08two things:Bob Beck
2009-08-08this driver will appear in 4.7, not 4.5;Jason McIntyre
2009-08-08add a real synopsis to chat(8); synchronize synopsis and usage;Igor Sobrado
2009-08-08fix the page daemon to back off the buffer cache correctly even in the caseBob Beck
2009-08-08Change the way the grid is stored, previously it was:Nicholas Marriott
2009-08-08Actually, add --enable-debug to configure so -g is not stripped if specifiedFederico G. Schwindt
2009-08-08allow to compile lynx with debug symbols.Federico G. Schwindt
2009-08-08remove expired certificates and add startcom ltd.Federico G. Schwindt
2009-08-08add alc(4) to the i386 and amd64 RAMDISK_CD configsKevin Lo
2009-08-08if the port is fc, populate the adapters scsi_link structure with the wwpnDavid Gwynne
2009-08-08if the port is fc, populate the adapters scsi_link structure with the wwpnDavid Gwynne
2009-08-08if the adapters wwn fields are set, print them out when attaching scsibus.David Gwynne
2009-08-08alc(4) is a driver for the Atheros AR8131/AR8132 ethernet chip.Kevin Lo
2009-08-08In ixgbe_acquire_swfw_sync don't return -IXGBE_ERR_SWFW_SYNC as thisJonathan Gray
2009-08-08typo in comment; frantisekTheo de Raadt
2009-08-08fix a small typo with no consequence in the generation of message id whenGilles Chehade
2009-08-08missing castGilles Chehade
2009-08-08missing headerGilles Chehade
2009-08-08import some changes from portable smtpd to reduce the delta between both.Gilles Chehade
2009-08-07- specifically match carp+([0-9]):, not just carp*:. avoids spuriousStuart Henderson
2009-08-07smtp_session: ssl/ssl.h -> openssl/ssl.hGilles Chehade
2009-08-07in mta: ssl/ssl.h -> openssl/ssl.h, consistent with other filesGilles Chehade
2009-08-07we were linking to libkeynote to use kn_base64_encode/decode, but honestlyGilles Chehade
2009-08-07sets modes for dirs; too. ok sobrado@ & jmc@.Martynas Venckus
2009-08-07wrap auth_userokay in a new function authenticate_user() and make sureGilles Chehade
2009-08-07Add ``Digitus DN-7001G'' to the supported device list.Marcus Glocker
2009-08-07If there is an error in the configuration file, don't just exit(1) as this canNicholas Marriott
2009-08-07Move introduction section up into description. From jmc.Nicholas Marriott
2009-08-07get the default ttl via sysctl instead of using IPDEFTTLReyk Floeter
2009-08-07rename 'struct session' to 'struct rsession' because it conflicts withReyk Floeter
2009-08-07allow to modify the IP TTL value for host checks. this can be used toReyk Floeter
2009-08-07add missing lineReyk Floeter
2009-08-07if buffers overlap; result will be undefined. ok claudio@, michele@Martynas Venckus
2009-08-07fix ksh ftp wrapper so argvs aren't split before passing; makingMartynas Venckus