summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-30Replace a loop with a memset, from Michael W Bombardieri. White hereNicholas Marriott
2012-05-30Avoid errors with g++ -pedantic by removing throw() from the redeclaration ofPascal Stumpf
2012-05-30when changing peer's address in the SA, remove the old entry from theMike Belopuhov
2012-05-30pass a file descriptor in the msg_fd instead of a function argumentMike Belopuhov
2012-05-30in -d mode, display an error message before exiting, in the case theMarc Espie
2012-05-30Reverse part of v1.131. The end of buffer can still be reached so Ilum
2012-05-29do not overwrite the table timeout with the global timeout when aSebastian Benoit
2012-05-29Fix tyop in error message; this was copied from/to umount(8)'s umount.c which...Jasper Lievisse Adriaanse
2012-05-29Make 'mount nfssrv:/path' without mount point work again :Landry Breuil
2012-05-29- introduce map_static.c as a backend to static maps in parse.y, this hasGilles Chehade
2012-05-29- introduce text_to_relayhost() which converts an url into a relayhost.Gilles Chehade
2012-05-29Fix typo in error message ("Cannot MNT PRC"->RPC)Landry Breuil
2012-05-29Document a possibility to disable the Sync-on-Green signal by settingMike Belopuhov
2012-05-29Make it possible to disable the Sync-on-Green signal by setting theMike Belopuhov
2012-05-29improve timer framework; will be needed soonMike Belopuhov
2012-05-29Add pane title to choose-window template and use the right index for theNicholas Marriott
2012-05-29Use RB_FOREACH_SAFE as winlinks are being removed, from Chris Johnsen.Nicholas Marriott
2012-05-29Use session from -t for killw -a, from Chris Johnsen.Nicholas Marriott
2012-05-29When writing the new volume header to disk, write back the wholeMatthew Dempsky
2012-05-29There is no other reference to SYSCLEANUP in the src tree. Remove.lum
2012-05-29There is no need to use an *init* buffer if we go back and updatelum
2012-05-29Increase the size of some window variables from char to int. This difflum
2012-05-29Remove unused define CHAR_CHS_FORCE.Marcus Glocker
2012-05-28While i already got my fingers dirty on mandoc_escape(),Ingo Schwarze
2012-05-28Plug a couple more fd leaks. As part of the fix, make all the *initJoel Knight
2012-05-28Make recursive parsing of roff(7) escapes actually work in the general case,Ingo Schwarze
2012-05-28The link state code does not work correctly on Indigo (IP20) and E++ GIO boardsMiod Vallat
2012-05-28syncTheo de Raadt
2012-05-28Implement the roff \z escape sequence, intended to output the nextIngo Schwarze
2012-05-28I'm an idiot, make sure we call the right routines every timeMarc Espie
2012-05-28document no-lib-depends-argsMarc Espie
2012-05-28document removal of make readmesMarc Espie
2012-05-28Use default-shell not _PATH_BSHELL to spawn commands, pointed out byNicholas Marriott
2012-05-28Trim a double space from template.Nicholas Marriott
2012-05-28Strip layout from choose-windows again (leave in list-windows),Nicholas Marriott
2012-05-28tweak tcpcib.4 Nd a little, and add it to pci.4; ok jsgJason McIntyre
2012-05-27Fix client templates, from Romain Francoise.Nicholas Marriott
2012-05-27tweak previous;Jason McIntyre
2012-05-27Add a `L2 cache line size' member to struct cpu_info. This allows R4k code toMiod Vallat
2012-05-27Document network mrt file [ filter] used to load mrt dumps into bgpd.Claudio Jeker
2012-05-27Make it possible to load mrt table dumps into bgpd. This is a debug tool butClaudio Jeker
2012-05-27Extend the network code to allow attributes to be passed in with prefixes.Claudio Jeker
2012-05-27tweak previous;Jason McIntyre
2012-05-27make both -d options format the same, and zap that annoying full stopJason McIntyre
2012-05-27Make sure a nasty bug reported by naddy@ on July 3, 2011Ingo Schwarze
2012-05-27Replace Loongson2F assembly cache routines with equivalent C code. This willMiod Vallat
2012-05-27Proper support for the so-called `fast mode' of the Indigo2 ECC memoryMiod Vallat
2012-05-27Decide once for all whether IP22/IP28 systems are running with the ECC memoryMiod Vallat
2012-05-27enable tcpcib(4)Jonathan Gray
2012-05-27mention tcpcibJonathan Gray