summaryrefslogtreecommitdiff
path: root/share/man/man1
AgeCommit message (Expand)Author
2016-10-16Delete URL to dead site.Theo de Raadt
2016-09-27Small nit from kettenis@: -fstrict-aliasing is turned on if -Ofast.Pascal Stumpf
2016-09-27Add a clang-local(1) man page, similar to gcc-local(1). This documentsPascal Stumpf
2016-09-02move links from http to https://www.openbsd.org/Theo Buehler
2016-04-17document text editors and use some Ar; from rob pierceJason McIntyre
2016-03-14Remove a reference to lint(1) in the description of the -CC option. Themmcc
2015-12-23We support PIE on static executables now.Anthony J. Bentley
2015-11-05"commandline" -> "command line", since there are so few examplesJason McIntyre
2015-04-21Section 1, not section one: section numbers are always numerical.Ingo Schwarze
2015-03-27Move help(1) to share/man and send the remains of man(1) to the Attic.Ingo Schwarze
2014-10-18Mention -fstack-shuffle is a gcc4-only thing, but gets silently ignored byMiod Vallat
2014-09-28document -fstack-shuffleSebastian Benoit
2014-07-16zap trailing newlines; "go for it" deraadtOkan Demirmen
2014-07-10Backport support for -Wframe-larger-than=N to base GCCMatthew Dempsky
2014-03-23Finally give powerpc PIE. Remaining bugs on socppc fixed by kettenis@.Pascal Stumpf
2014-01-21various small fixes to improve readability, mostly in the propolice section;Jason McIntyre
2014-01-21Update gcc-local(1) with recent changes to the toolchain:Martynas Venckus
2013-08-07mention support for binary integer constantsJonathan Gray
2013-08-06Switch vax to gcc 3.3.6.Miod Vallat
2013-07-12no more a.out for vax; From: Alexey SuslikovJason McIntyre
2013-02-08tweak previous;Jason McIntyre
2013-02-07Sync with reality. Partially revert 1.28 since gcc 3 is back in town. AlsoMiod Vallat
2013-01-06Update information about PIE status in gcc-local(1). OK pascal@.Martynas Venckus
2012-09-25Remove mentioning of the -pthread flag.Brad Smith
2012-08-31Document PIE-by-default behaviour. With a tweak from matthew@.Pascal Stumpf
2012-08-12Use .Lk for HTTP hyperlinks, not .Pa.Ingo Schwarze
2012-06-24tweak previous (sorry matthieu, i should have spotted this earlier);Jason McIntyre
2012-06-23Document that -Wsystem-headers is on by default.Matthieu Herrb
2012-04-21Don't mention gcc 3 anymore.Miod Vallat
2012-04-08no more lint;Jason McIntyre
2011-11-22no need to plaster "on openbsd" all over the place - we're pretty clearJason McIntyre
2011-09-21add a note about -ftree-vrp being removed from -O2Jonathan Gray
2011-07-25note that -fstrict-overflow is disabled by default. ok jsg nicmTed Unangst
2011-06-02Document that the rounding mode is dynamic, on Alpha.Martynas Venckus
2010-07-12document gcc4; requested by bradJason McIntyre
2010-05-09tweak previous;Jason McIntyre
2010-05-08Document Wpointer-sign is not enabled in gcc 4.2.1 on OpenBSDRobert Nagy
2010-01-10remove references to docs we no longer install;Jason McIntyre
2008-11-04man page states that alpha is fully ieee compliant, but it does notMartynas Venckus
2008-06-10Document that our gcc on alpha has -mieee enabled by default.Michael Erdely
2008-01-11providing MLINKS for shell builtins makes little sense: what we had was outJason McIntyre
2007-11-27tweak the Ox warning section;Jason McIntyre
2007-11-26Add a new warning to gcc, -Wvariable-decl, which causes it to warn forMiod Vallat
2007-05-31convert to new .Dd format;Jason McIntyre
2006-07-21tweak;Jason McIntyre
2006-07-20Introduce a new compiler warning, -Wstack-larger-than-N, to reportMiod Vallat
2006-04-11minimal documentation for -fstack-protector-all and gcc -E -CC in 2.95.3.Marc Espie
2005-04-27All gcc versions disable trampolines by default now.Miod Vallat
2005-02-06disallow trampolines by default. okay miod@, jmc@Marc Espie
2005-01-18sentinel is now implemented in gcc 3.3.5; ok miod@David Krause