summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-23factor out proposal matching code from ikev2_sa_negotiate and eliminateMike Belopuhov
2012-05-23Regenerate.Paul Irofti
2012-05-23Add support for statfs64.Paul Irofti
2012-05-23remove a misleading commentMike Belopuhov
2012-05-23also record expanded @exec-like actions and @newauth...Marc Espie
2012-05-23regenMike Belopuhov
2012-05-23Add a ServerEngines vendor ID and a couple of products IDs forMike Belopuhov
2012-05-23increase the number of io and mem extent regions for amd64 to 16Mike Belopuhov
2012-05-23Change how mg handles files beginning with a '~'.lum
2012-05-23add support for RFC6594 SSHFP DNS records for ECDSA key types.Damien Miller
2012-05-22Don't misleadingly suggest that fpos_t only needs to be a complex typeMatthew Dempsky
2012-05-22Flush the right networks, the dynamic ones not the static ones.Claudio Jeker
2012-05-22Sync log strings with the possible values of IMSG_CTL_RESULTClaudio Jeker
2012-05-22Fix a warning message to print the correct information. OK henning@ sthen@Claudio Jeker
2012-05-22Document that ftell() may return EOVERFLOW.Matthew Dempsky
2012-05-22Make the multicast filter routine conform to the Party's standards. AdaptedMiod Vallat
2012-05-22When setting up the multicast filter, use the ac_multicnt field of the arpcomMiod Vallat
2012-05-22Store client in tty struct directly instead of using a callback functionNicholas Marriott
2012-05-22Store mouse data in tty structure not on the stack.Nicholas Marriott
2012-05-22Strip trailing slashes from directory in splice() beforeTodd C. Miller
2012-05-22Switch all of the various choose- and list- commands over to the formatNicholas Marriott
2012-05-22Add a helper function to send ready message.Nicholas Marriott
2012-05-22Use tty_pane_full_width macro in some more places.Nicholas Marriott
2012-05-22If there are any terminals with insert mode but not ich1, they can goNicholas Marriott
2012-05-22those no longer belong, they've been move to the test/ directory upstreamMarc Espie
2012-05-22lemon bug: checking lines is not enough, we have to be sure we're at theMarc Espie
2012-05-22Move some common code to repeat spaces into a function.Nicholas Marriott
2012-05-22bump version, regen sqlite3.h with our changes (and bump version)Marc Espie
2012-05-22merge syncMarc Espie
2012-05-22import sqlite 3.7.12 (tested by landry@)Marc Espie
2012-05-21Fix ftell() to return EOVERFLOW if the file offset is greater thanMatthew Dempsky
2012-05-21Always clear out the inactive list and make sure everything is unbound inMark Kettenis
2012-05-21Instead of passing stdin/stdout/stderr file descriptors over imsg andNicholas Marriott
2012-05-21Cleanup O_CLOEXEC handling and make sure UF_EXCLOSE is set correctlyMatthew Dempsky
2012-05-21Fix binutils-2.17 configure script to build on amd64.Matthew Dempsky
2012-05-21fix put usageGleydson Soares
2012-05-20remove .cvsignore from cvs source dir, ok deraadtStuart Henderson
2012-05-20syncTheo de Raadt
2012-05-20do not need to pull in <time.h>Theo de Raadt
2012-05-20Make sure the generic bus_dmamem_alloc() routine restricts its allocation toMiod Vallat
2012-05-19Split out the suspend/resume code into its own file to make it possible toMark Kettenis
2012-05-19Document PermitOpen none. bz#2001, patch from Loganaden VelvindronDarren Tucker
2012-05-19Reformat usage() to avoid the line wrap, and make it match the way itLawrence Teo
2012-05-18Port NetBSD's pci@gio driver for fast Ethernet expansion boards for theMiod Vallat
2012-05-18Remove unused header.Martin Pieuchot
2012-05-18just warn if files from the *etc sets are missing. This will remindMarc Espie
2012-05-18rt6_flush should remove all routes configured via a specified gw,Mike Belopuhov
2012-05-18remove double word blunder;Jason McIntyre
2012-05-18"int (**vops)((void *)" is now "struct vops *vops"; from David Matthew MattliJason McIntyre
2012-05-18Allow no-tab-mode to compile. From James Turner.lum