summaryrefslogtreecommitdiff
path: root/share/man/man1
AgeCommit message (Collapse)Author
2006-07-21tweak;Jason McIntyre
2006-07-20Introduce a new compiler warning, -Wstack-larger-than-N, to reportMiod Vallat
functions which are too greedy in stack variables. This is intended to be used for kernel compiles, where this warning will be enabled for a reasonable size (after a few weeks grace period so that people can upgrade their compiler). Please note that this warning relies upon md code, and as such is only available on platforms OpenBSD runs on; also, the stack size being warned on is only the local variables size, regardless of the ABI stack usage requirements and the callee-saved registers; which means a function may be warning-clean yet need more stack space than meets the eye; the actual size being checked on may change to include these extras in the future.
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
2005-01-11tweaks;Jason McIntyre
2005-01-11be more specific about pp log attempts.Marc Espie
explain about cast used as lvalues.
2005-01-03Remove gcc 2.95/x86 specific notes, and mention the implicitMiod Vallat
-fno-zero-initialized-in-bss for gcc 3.
2004-12-31gcc 3.3.5; ok espie@David Krause
2004-12-13make hier(7) more visible;Jason McIntyre
tweak some stuff while i'm in here;
2004-09-02propolice -> ProPoliceBrad Smith
2004-08-26- update propolice URLMiod Vallat
- write attribute names with their underscores (as was already the case for __bounded__) for consistency.
2004-08-20correct name for usd, and sync somewhat w/ intro.8;Jason McIntyre
2004-07-21the argument to most "cd" shell built-ins is optional, soJared Yanovich
reflect it in SYNOPSIS ok jmc
2004-04-23remove note about bounded attribute not being implemented in gcc3Anil Madhavapeddy
2004-04-16list/display fixes, and whitespace;Jason McIntyre
2004-02-21+gcc-local, common to both gcc versions.Marc Espie
2004-01-31uniform documentation for gcc2 and gcc3.Marc Espie
nits by jmc@, okay deraadt@
2003-07-28attempt to describe CDPATH a little better. note that csh uses cdpathTed Unangst
instead. ok input jmc@
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2001-08-22"This section" and variants ==> 'The manual pages in section x'Heikki Korpela
in intro manual pages to hopefully confuse users a little bit less aaron@ ok
2001-01-29$OpenBSD$Niklas Hallqvist
2000-12-29Xr intro(9), too; mpech@prosoft.org.lvAaron Campbell
2000-10-26Some share/man fleshing.Aaron Campbell
2000-03-19Various cleanups.Aaron Campbell
1999-06-05more .Os cleanup, remove some trailing whitespace, cleanse some .NmAaron Campbell
1998-12-16even more .Nm fixesAaron Campbell
1998-11-29kill superfluous .Nm macro argumentsAaron Campbell
1998-11-03repairsAaron Campbell
1998-09-07More man page fixes. Particularly fix uses of it's/its, affect/effect,Aaron Campbell
then/than and such. Other miscellaneous problems fixed across these source files.
1997-06-15Mention that cd is a built-in.Todd C. Miller
1997-06-10missing comma; josh@quick.netTheo de Raadt
1997-04-12a -> an; soil@quick.netTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt